/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Feb, 2019, 11:54:01 AM
    Author     : nrupendra
*/
body{
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.popupmaskbbc {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.3);
    z-index: 9999999999;
    overflow-y: auto;
	overflow-x:hidden;
}
.brow-cat-head {
    padding: 2px 5px !important;
    background: #000 ;
    color: #fff !important;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    width:100%;
}
#bbcprdlist .alert_box {
    background: #fff;
    border: 0;
    padding: 0;
	height: 100%;
    max-height: 583px;
}
#productlistbycat{
	padding-top: 5px;
}
.sad a {
    position: absolute;
    right: 0px;
    margin-right: -5px;
    z-index: 99999;
    top: -3px;
    font-size: 15px;
    padding: 0px 6px !important;
}
.btn-black {
    background-color: #fff;
    border: 0px !important;
    border-color: #fff;
    color: black;
    border-radius: 50%;
}
/** =========== productlist  Style Ends =======**/
#demo{
    background-size: cover;
    display: inline-block;
}
.popover-content1 ul, .popover-content1 ol{
    line-height: 4px;
    padding-left: 25px;
    list-style: inherit;
}
.popover-content1 ul li , .popover-content1 ol li{
    line-height: normal;
}
.popover-content1 ol{list-style: decimal;}
.discountmar{
    width: 40%;
    background: #fff;
    padding: 0 5px;
    top: 0;
    left: 0;
    display: table;
    position: absolute;
    margin: 0 auto;
    right: 0;
    color: #000;
    list-style: outside none none;
    border-radius: 3px;
    text-align: center;
}
.guided-tour{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .30);
    z-index: 2;
}
.guided-block {
    display: block;
    position: absolute;
    width: 300px;
}
.block1 {
    left: 215px;
    top: 40px;
}
.block2 {
    right: 0px;
    bottom: 65px;
}
.block3 {
    right: 35px;
    top: 53px;
}
.block4 {
    right: 510px;
    bottom: 20%;
}
.guided-close {
    right: 50px;
    bottom: 20px;
    width: auto !important;
}
.guided-block a {
    padding: 4px 10px;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
}
.guided-block p {
    padding: 0px 15px 15px 15px;
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 1px 2px #000;
}
.zoom-cnt{
    width: 28px;
    background-color: rgb(34, 34, 34);
    position: absolute;
    bottom: 25px;
    right: 10px;
    z-index: 0;
    text-align: center;
    height: 55px;
    border-radius: 2px;
}
.zoom-plus{
    padding: 4px;
    width: 28px;
    height: 27px;
}
.zoom-minus{
    padding: 4px;
    width: 28px;
    height: 27px;
}
.zoom-divider{
    background-color: #1a1a1a;
    width: 20px;
    margin: 0 auto;
    height: 1px;
}
.zoom-plus i , .zoom-minus i{  cursor: pointer;}
#sdgpopup .alert_box {
    padding: 0;
}
.myfloreplane{
    position: absolute;right: 8px;bottom: 83px;z-index: 0;width: 28px !important;
}
.shareicon1 {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 0;
    top: 0;
    margin: auto auto;
    height: 15px;
    display: inline-block;
}
.shareicon2 {
    position: absolute;
    right: 8px;
    bottom: 145px;
    z-index: 0;}
.gyaro { display: none;}
@media only screen and (max-width: 480px) {
    .zoom-cnt{
        bottom: 50px;
    }
    .myfloreplane{
        bottom: 104px !important;
    }
    .gyaro {
        position: absolute;
        display: none;
        right: 10px;
        bottom: 110px;
        width: 28px;
        height: 32px;
        padding: 0;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
    }
}
@media only screen and (min-width: 480px) and (max-width:768px) {
    .shareicon2 { bottom: 128px;}

}
.panocheck{
    position: absolute;
    z-index: 99;
    color: white;
    left: 30%;
    background: red;
} 
.game_tips{
    position: absolute;
    right: 32px;
    top: 45px;
    width: 150px;
   /* height: 75px;*/
    background: #f3f3f3;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 1px 3px 10px 0px #333;
}
.game_tips .media-object{
    width: 45px;
    height: 45px;
}
.game_tips h5 {
    top: 1px;
    position: absolute;
    font-weight: 700;
}
.game_tips .media-left{padding-right: 0px;}
.game_tips .media-body{ 
    vertical-align: middle;
    padding: 0;
    line-height: normal;
    background: #c8135c;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.florecenter  img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.floorplan .img_upper_div {
    width: 300px;
    height: 300px;
    text-align: center;
    display:block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.floorplan .img_upper_div .floorplanimg{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
} 
.expanded .img_upper_div {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
}
.expanded .img_upper_div .floorplanimg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: unset;
}
.taketour {
    height: 32px;
    list-style: outside none none;
    margin: 5px 2px;
    padding: 0px 3px 0px 3px;
    font-weight: bold;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.bottom-btn-hld{
    height: 25px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    left: 0;
    bottom: 80px;
    width: 180px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 0 !important;
}
.bottom-btn-hld a {
    width: 45px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 3px;
}
.bottom-btn-hld a i{
    color: #fff !important;
    font-size: 50px;
    text-shadow: -2px 1px 5px #000;
}
.tour-pop-select{ text-align:center;}
.tour-pop-select .btn-select {
    background: #f3f3f3;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 5px;
    min-width: 100px;
    cursor:pointer;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.tour-pop-select .btn-select.btn-info{
    border: 1px solid #0060c2;
    background-color: #00c0ef;
}

h1.sec-head {
    position: absolute;
    color: #fff;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 575px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 1px 2px #000;
}
@media only screen and (max-width: 767px) {
    h1.sec-head{
        font-size: 25px;
        top: 50px;
    }
}
.marrow{
    transition: transform .3s;
}
.marrow:hover{
    transform: scale(1.3);
}
.markerdiv{
    background-size: contain;
    background-repeat: no-repeat;
}
.hidecls{
    display: none !important;
}
.next.activesec{
    background: transparent;
}
.items-sides {
    width: 250px;
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.resize_fit_center_model {
	max-width:100%;
    vertical-align: middle;
}
.menu-side-item {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display:inline-block;
}
.menu-rm-item {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display:inline-block;
    background: white;
}
.menu-sm-item {
    width: 225px;
    height: 225px;
    line-height: 225px;
    text-align: center;
    display:inline-block;
}
.bbc-item {
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    display:inline-block;
}
/* NAVIGATION */

.navigation {
    height: 32px;
    list-style: outside none none;
    margin: 5px 2px;
    padding: 0;
    /*width: 32px;*/
}

.navigation, .navigation a.main {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.navigation:hover, .navigation:hover a.main {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.navigation a.main {
    display: block;
    height: 32px;
    font: 500 18px/33px arial,sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
#asddasdasd{
    height: 0;
    float: left;
}

.carousel-control.right{
    background-image: none !important;
    background: none;
    text-align: center !important;
}
.carousel-control.left{
    background-image:none !important;
    background: none;
    text-align: center !important;
}
.dyncls {
    z-index: 1;
    cursor: pointer;
}

.no-padding{
    padding:0 !important;
} 
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    height: 35px;
} 
.videoicon {
    float: right;
    width: 24px;
    right: 3px;
    height: 24px; 
    background:url(../images/target/videoicon.png) right top no-repeat; 
    cursor: pointer;
    margin-top: -21px;
}
.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #c53727;
}
.btn-facebook {
    color: #ffffff;
    background-color: #133783;
    border-color: #133783;
}
.enquiry-image-box {
    position: absolute;
    height: auto;
    pointer-events: all;
    margin: 0 auto;
    width: 400px;
    /*display: table;*/
    z-index: 999999;
    left: 0;
    right: 0;
    top: 15%;
    padding: 0 !important;
}
.no-pad{ padding:0 !important;}
.config_select{
    border: 1px solid #9b9b9b !important;
    box-shadow: 1px 2px 3px #7c7c7c;
    background: #FFF !important;
    display:inline-block !important;
}
.btnunq a {
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    height: 34px;
    display: block;
}
.btnunq a:hover{ 
    text-decoration:none; 
    cursor:pointer;
    color: #ffffff;
    -webkit-box-shadow: inset 2px 3px 23px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 3px 23px -2px rgba(0,0,0,0.75);
    box-shadow: inset 2px 3px 23px -2px rgba(0,0,0,0.75);
}
.nav-tabs > li{
    border-bottom: none;
    margin-right: 0 !important;
    width: 50%;
}
.nav-tabs {
    border-bottom: 1px solid #cccccc;
    background: #f3f3f3;
    margin-top: 10px;
}
.nav-tabs > li > a{
    border: 0;
    background: #f3f3f3;
    font-size: 17px;
    padding: 5px 0;
    width: 100%;
    border-right: 1px solid #ccc;
}


.nav-tabs > li > a:hover{
    background:#ababab;
    border-bottom: 1px solid #ababab;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #f3f3f3;
    border-right: 2px solid #ccc;
}
.nav.nav-tabs a {
    font-size: 17px;
    padding: 5px 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #cacaca;
    color: #fff;
    border-bottom: 2px solid #b1b1b1 !important;
}
.tab-content h4{
    font-weight: 600;
}
.tab-content p{
    color: #717171;
    text-align:left !important;
    padding: 5px 10px;				
}
#centerpoint{
    cursor: pointer;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
}

@media only screen and (max-width: 699px) {

    .nav-hd1{ width: 170px;}
    #cssmenu {width: 170px;}
    .bbcbutton {width:32px !important;}
}
/* Small screen */
@media only screen and (min-device-width: 361px) and (max-device-width: 640px) {
    /*                //.alert_box {width:60%}*/
}
/* iphone6 */
@media only screen and (min-device-width: 361px) and (max-device-width: 768px) {
    /*                //.alert_box {width:60%}*/
}
@media only screen and (max-width: 767px) {
    .bbcbutton {width:32px !important; font-size: 18px;}
}

span.surveyclose.clsbtn {
    position: absolute;
    /* float: right; */
    top: -15px;
    right: -15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background: red;
    line-height: 30px;
    background: var(--bg-color);
    border: 2px solid var(--header-color);
    color: var(--text-color);
}
span.surveyclose.clsbtn :hover {
    background: var(--active-color);
    border: 2px solid var(--header-color);
    color: var(--text-color);
}
.btnclose{
    position: absolute;
    right: 5px;
    cursor: pointer;
} 

.share-info{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding-top: 5px;
    pointer-events: fill;
}
.share-info p{
    font-size: 26px;
}

.share-info span {
    color: #000;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 2px 8px;
    position: absolute;
    bottom: 20px;
    right: 15px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.cssload-loader {
    position: relative;
    left: calc(50% - 45px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 1600px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 6px solid rgb(255, 255, 255);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 6px solid rgb(255, 255, 255);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 6px solid rgb(255, 255, 255);
}

.cnt-txt {
    position: absolute;
    margin: auto auto;
    display: table;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 0;
    font-size: 22px;
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
/*.navigation:hover li {
    -webkit-transform: perspective(350px) rotateX(0deg);
    -o-transform: perspective(350px) rotateX(0deg);
    transform: perspective(350px) rotateX(0deg);
    -webkit-transition:0.1s linear 0s;
    -o-transition:0.1s linear 0s;
    transition:0.1s linear 0s;
}*/




::-webkit-scrollbar {
    width: 5px;
    background: var(--header-color);
    -webkit-appearance: none;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--text-color); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}
/*color class*/
.menu-side-item:hover{
    background-color: var(--header-color);
}
.d-col-bg{
    background:var(--bg-color) !important;
}
.activehover:hover{
    background:var(--active-color) !important;
    color:var(--text-color) !important;
}
.activehover a:hover{
    background:var(--active-color) !important;
    color:var(--text-color) !important;
}
.d-col-txt{
    color:var(--text-color) !important;
}
.d-col-bg-hd{
    background: var(--header-color)  none repeat scroll 0 0 !important;
    z-index:1;
}
.d-col-bg-bor{
    border-color:var(--boder-color)  !important;    
} 
a.d-col-bg.d-col-txt.sectionclick.activehover.activesec {
    background: var(--active-color) !important; 
}
a.d-col-bg.d-col-txt.activehover.bbcclick.activesec{
    background: var(--active-color) !important; 
}
a.d-col-txt.d-col-bg.activehover.activesec{
    background: var(--active-color) !important;
}
#cssmenu ul > li a{
    border-bottom: 1px solid var(--boder-color);
}
#cssmenu ul > li.has-sub > a:before {
    background:var(--text-color) ;
}
#cssmenu ul > li.has-sub > a:after {
    background:var(--text-color) ;
}
.activesec{
    background:var(--active-color) !important;
    color:var(--text-color) !important;
}
/* .alert_box { */
/* position: absolute; */
/* display: block; */
/* right: 0; */
/* left: 0; */
/* top:42px; */
/* text-align: left; */
/* margin: 0 auto; */
/* background: var(--bg-color); */
/* color:var(--text-color); */
/* padding: 10px; */
/* border:4px solid var(--header-color); */
/* border-radius:5px; */
/* margin-bottom: 30px; */

/* } */
/* .alert_box { */
/* position: absolute; */
/* left: 50%; */
/* top: 52%; */
/* background: var(--bg-color); */
/* color: var(--text-color); */
/* padding: 10px; */
/* border: 4px solid var(--header-color); */
/* border-radius: 5px; */
/* margin-bottom: 30px; */
/* transform: translate(-50% ,-50%); */
/* -webkit-transform:translate(-50% ,-52%); */
/* -moz-transform: translate(-50% ,-50%); */
/* -ms-transform:translate(-50% ,-50%); */
/* -o-transform:translate(-50% ,-50%); */
/* } */
/*.alert_box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    margin: auto;
    background: var(--bg-color);
    color: var(--text-color);
    padding: 10px;
    border: 4px solid var(--header-color);
    border-radius: 5px;
    margin-bottom: 30px;
    transform: translate(-50% ,-50%); 
    -webkit-transform:translate(-50% ,-52%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform:translate(-50% ,-50%);
    -o-transform:translate(-50% ,-50%);
}
*/
.alert_box {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    /* width: auto; */
    /* max-width: 500px; */
    margin: auto;
    background: var(--bg-color);
    color: var(--text-color);
    padding: 10px;
    border: 4px solid var(--header-color);
    border-radius: 5px;
}
.alert_box iframe{
    vertical-align: middle;
}
.surveypopupmask .alert_box{
	bottom:inherit;
    margin-top: 20px;
}
.popupclose {
    background: var(--bg-color);
    border:2px solid var(--header-color);
    color:var(--text-color);
}
.popupclose:hover {
    background: var(--active-color);
    border:2px solid var(--header-color);
    color:var(--text-color);
}
.cd-accordion-menu label, .cd-accordion-menu a {
    box-shadow: inset 0 -1px var(--text-color) !important;

}
.alert_box .help-cnt p, i, h3{color:var(--text-color) !important; font-size: 12px;}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */ 
    ::i-block-chrome, 
    .alert_box {position: relative;}
}
/*==================================================
* Effect 2
* ===============================================*/

.alert_box {
    -webkit-box-shadow: 0 8px 5px -3px #000;
    -moz-box-shadow: 0 8px 5px -3px #000;
    box-shadow: 0 8px 5px -3px #000;
}
.crop-image-box{
    border: 3px solid var(--header-color);
    pointer-events: none;
    z-index:2;
    -webkit-box-shadow: 0 8px 5px -3px #000;
    -moz-box-shadow: 0 8px 5px -3px #000;
    box-shadow: 0 8px 5px -3px #000;

    width:400px;
    height:300px;
    position:absolute;
    top:0 !important; left:0 !important; right:0 !important; bottom:0 !important;
    margin:auto auto;
}
.cropimg{

    height: 35px;
    width: 100%;
    background: var(--header-color);
    margin-top: 259px;
    pointer-events: all;
    padding: 1px 0px;
    font-size: 22px;
    color: var(--text-color);
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-align: center;
}
.centerclose{
    text-align: center;
    height: 24px;
    width: 24px;
    background:  var(--header-color);
    position: absolute;
    top: -26px;
    right: -3px;
    pointer-events: all;
    padding: 2px 0px;
    font-size: 15px;
    color: var(--text-color);
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.centerinfo{
    text-align: center;
    height: 24px;
    width: 24px;
    background:  var(--header-color);
    position: absolute;
    top: -26px;
    right: 23px;
    pointer-events: all;
    padding: 2px 0px;
    font-size: 15px;
    color: var(--text-color);
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
}
.cropshareimg{
    text-align: center;
    height: 44px;
    background: var(--header-color);
    padding: 5px 0px;
    font-size: 22px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {

    .navigation li {
        width: 32px;
        height: 32px;
        border-left: 1px solid;
        border-right: 1px solid;
        font: normal 16px/32px arial, sans-serif !important;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid var(--boder-color);
        border-color: var(--boder-color) !important;
        -webkit-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: perspective(350px) rotateX(-90deg);
        -o-transform: perspective(350px) rotateX(-90deg);
        transform: perspective(350px) rotateX(-90deg);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}
@media only screen and (max-width: 768px) {

    .navigation li {
        width: 32px;
        height: 32px;
        border-left: 1px solid;
        border-right: 1px solid;
        font: normal 16px/32px arial, sans-serif !important;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid var(--boder-color);

    }
    #asddasdasd{
        display:none;
    }
    .navigation:hover, .navigation:hover a.main {
        border-radius: 4px ;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
   /* .alert_box{
        bottom:auto;	
    } */
    .navigation li:last-child{
        border-bottom: 1px solid;
    }
    .navigation .tooltip {
        right: 32px !important;
        left: auto !important;
    }
    .navigation li i:hover  {
        -webkit-animation: ring 2s ease infinite;
        animation: ring 2s ease infinite;
        transform-origin-x: 50%;
        transform-origin-y: 50%;
        transform-origin-z: initial;
    }
    .navigation li i:hover {
        margin-left: 0px;
        cursor: pointer;
        animation:vibrate 0.1s linear 0s infinite ;
        -moz-animation: vibrate 0.1s linear 0s infinite ; /* Firefox */
        -webkit-animation: vibrate 0.1s linear 0s infinite ; /* Safari and Chrome */
        -o-animation: vibrate 0.1s linear 0s infinite ; /* Opera */
    }
    @keyframes vibrate
    {
        0%   {margin-left: 0px;}
        25%  {margin-left: -3px;}
        50%  {margin-left: 0px;}
        75%  {margin-left: 3px;}
        100% {margin-left: 0px;}
    }
    @-moz-keyframes vibrate /* Firefox */
    {
        0%   {margin-left: 0px;}
        25%  {margin-left: -3px;}
        50%  {margin-left: 0px;}
        75%  {margin-left: 3px;}
        100% {margin-left: 0px;}
    }
    @-webkit-keyframes vibrate /* Safari and Chrome */
    {
        0%   {margin-left: 0px;}
        25%  {margin-left: -3px;}
        50%  {margin-left: 0px;}
        75%  {margin-left: 3px;}
        100% {margin-left: 0px;}
    }
    @-o-keyframes vibrate /* Opera */
    {
        0%   {margin-left: 0px;}
        25%  {margin-left: -3px;}
        50%  {margin-left: 0px;}
        75%  {margin-left: 3px;}
        100% {margin-left: 0px;}
    }
    .navigation li:last-child {
        border-radius: 0px 0px 4px 4px;
    }
    .gmnoprint > div:nth-child(2)>div {
        font-size:7px;
        padding: 1px !important;
        width:20px;
    }
    .gmnoprint span {
        display:none;
    }
    .gmnoprint .gm-style-cc div{
        display:none;
    }

    div > img[src="https://maps.gstatic.com/mapfiles/api-3/images/sv4.png"] {
        display: none !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        pointer-events: none !important;
        cursor: default !important;
        height:0px !important;
        width:0px !important;
        top:0px !important;
        right:0px !important;
        z-index:-99999;
        pointer-events: none !important;
        position: static !important;
    }
    .footerbtn{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
    }
    .footerdiv{
        height: 25px;
        width: 40px;
        font-size: 22px;
        line-height: 25px;
        border-radius: 3px;
        cursor: pointer;
        z-index: 0 !important;
        text-align: center;
    }


    ul.sub-footerbtn {
        width: 100%;
        text-align: center;
    }


    ul.sub-footerbtn li {
        display: inline-block;
        padding: 0 0px;
    }

    .ttgc.previous,.ttgc.next {
        font-size: 50px;
        text-shadow: 3px 3px 16px #272634;
        height: 50px;
    }
    .ttgc.previous i,.ttgc.next i {
        color:#d8d8d8 !important;
    }
    .disabledcls{
        opacity: 0.4;
        pointer-events: none;
    }
    .alert_box{
       /* margin-top: 85px;*/
       left: 5px;
        right: 5px;
        width: auto !important;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

   /*  .surveypopupmask .alert_box {
        margin-top: 130px;
    } */
    /* .alert-contactus {
        margin-top: 85px;
    } */
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
   /*  .alert-contactus {
        margin-top: 235px;
    }
    .surveypopupmask .alert_box {
        margin-top: 195px;
    } */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    /* .alert_box{
        margin-top: 85px ;
    } */
   /*  .surveypopupmask .alert_box {
        margin-top: 110px;
    } */
   /*  .alert-contactus{
        margin-top: 215px;
    } */
}
.footerbtn{
    height: 25px;
    width: auto;
    font-size: 22px;
    line-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 0 !important;
    text-align: center;
}
.footerbtn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
}

ul.sub-footerbtn {
    width: 100%;
    text-align: center;
}


ul.sub-footerbtn li {
    display: inline-block;
    padding: 0 0px;
    margin-right: 5px;
}
.footerdiv {
    height: 25px;
    width: 35px;
    font-size: 20px;
    line-height: 26px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 0 !important;
    text-align: center;
}
.ttgc.previous, .ttgc.next {
    font-size: 50px;
    text-shadow: 3px 3px 16px #272634;
    height: 50px;
}
.ttgc.previous i, .ttgc.next i {
    color: #d8d8d8 !important;
}

/*updated-pop*/
.overlay-mdl {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.3);
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
}
.center-modal-body {
    position: absolute;
    background: #fff;
    width: auto;
    height: calc(100% - 30px);
    top: 0;
    bottom: 0;
    left: 400px;
    right: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    /* transform: translateY(-50%); */
    padding: 0;
    border-radius: 5px;
    overflow: visible;
}

.cls-close {
   
    position:absolute;
    top: -15px;
    color: #000;
    right: -15px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: var(--bg-color);
    border: 2px solid var(--header-color);
    color: var(--text-color);
}

.hotspot-header {
    padding: 5px 15px;
    margin: 0;
    background: var(--header-color);
    color: var(--text-color);
    border-radius: 5px 5px 0 0;
}
.cls-close i {
    /*line-height: 26px;
    margin-left: 6px;*/
    color: var(--text-color);
    
}
.cls-close:hover{
    background: var(--active-color);
    border: 2px solid var(--header-color);
    color: var(--text-color);
}
.modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #00000052;
}
/*3d model css*/
.model3d {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    background: #f26422;
    padding: 5px;
    border-radius: 4px;
    color: white;
    z-index: 10;

}
.url360 {
    position: absolute;
    top: 195px;
    right: 20px;
    cursor: pointer;
    background: #f26422;
    padding: 0px 5px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    /* width: 28px; */
    height: 28px;
    /* line-height: 1.4; */
    z-index: 10;
}
@media only screen and (min-width: 768px){
    .center-modal-body {
        max-width: 930px;
        left: 0;
        right: 0;
        /* height: fit-content;*/
        margin: auto;
    }
}
@media (max-width: 768px){
    .center-modal-body {
        max-width: 380px;
        left: 5px;
        right: 5px;
        /* height: fit-content;*/
        margin: auto;
    }
}
.model3d {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: #f26422;
    padding: 5px;
    border-radius: 4px;
    color: white;
    z-index: 10;
    display: none;
}
.url360 {
    position: relative;
    top: -40px;
    right: 20px;
    cursor: pointer;
    background: #f26422;
    padding: 0px 0px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    width: 28px;
    height: 28px;
    float: right;
    /* z-index: 10;*/
    display: none;
}
.video3d{
    float: left;
    left: 20px;
    padding: 2px 0px;
}
.pr{
    font-size: 24px;
    text-align: center;
}
.icon3d {
    position: relative;
    top: 0;
    left: 0px;
    right: 0;
    margin: 3px 0 0 10px;
    /* z-index: 10; */
    display: inline-block;
	float: left;
}
ul.icon3d li {
    background: #cc1219;
    font-size: 20px;
    width: 28px;
    height: 25px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
ul.icon3d li:hover {
    transform: translate(0, -1px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.45);
}
.tryon{
    width: auto !important;
    font-size: 15px !important;
    position: relative;
    top: -5px;
    padding: 0 2px;
}
li.tryon span {
    vertical-align: middle;
}

.rating {
    background: #eb7616;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);
}
.stars span i {
    font-size: 20px !important;
}
.text-warning {
    color: #ffc107!important;
    text-shadow: 2px 2px 0px #a09e9e;
}

.reviews {
    position: relative;
    right: 10px;
    top: 0px;
    /* z-index: 10; */
    text-align: center;
    float: right;
	cursor: pointer;
    margin: 3px 0 0 0;
}
.reviews p {
    font-size: 12px;
    color: #736c6c;
    font-weight: 700;
    margin-top: -2px;
    /* text-shadow: 1px 0px 0px #d4d3d3;*/
}
ul.icon3d li i{
    font-size: 20px;
    color: #fff !important;
}
.reviews-blck {
    /* text-align: right; */
    position: relative;
    left: 0;
    top: 0;
    /* margin-bottom: 15px; */
    display: flow-root;
}

ul.sectn-list li {
    float: left;
    width: 100%;
}

/* Recommended Product CSS Start */
.recomeneded {
    position: absolute;
    /* bottom: 0; */
	bottom: 3px;
    cursor: pointer;
    left: 0;
    right: 0;
    width: 240px;
    margin: auto;
    text-align: center;
    /* padding: 1px;
    border-radius: 5px 5px 0 0; */
    border-radius: 3px;
}
.recomeneded h4 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 700;
    font-size: 15px;
}
.recomeneded.d-col-bg-hd.d-col-txt span i {
    font-size: 15px;
}
.recomenededcontent {
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    width: 230px;
    margin: auto;
    text-align: center;
    /*padding: 1px;
    border-radius: 5px 5px 5px 5px;*/
    border-radius: 3px;
    margin-bottom: 2px;
}
.recomenededcontent h4 {
    display: inline-block;
    padding-right: 10px;
	padding-left: 10px;
    font-weight: 700;
    font-size: 15px;
}
.recomenededcontent.d-col-bg-hd.d-col-txt span i {
    font-size: 15px;
}
/* Recommended Product CSS End */

/* Review POP UP Model CSS */
.reviewscontent {
    position: relative;
    right: 0px;
    top: 0px;
    text-align: center;
}
.ratingcontent {
    background: #eb7616;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);
    font-size: 40px;
}
/*Review Inside popup*/
.rating-right>span {
    background: #a5c82d;
    padding:2px 5px;
    color: #fff;
    border-radius: 4px;
}

.text-rating{
    float: left;
}
.text-rating>ul{
    width: 100%;
    display: inline-table;
}

.text-rating>ul>li {
    display: inline;
} 
.text-rating>ul>li>i {
    /*
    color: #ffc107!important;*/
    color: #ef8f2f !important;
    padding-right: 2px;
}
.rating-right {
    float: right;
    text-align: center;
}

.stars {
    margin: 10px 0;
    font-size: 20px;
    color: #ef8f2f important;
}

.well.well-sm {
    float: left;
    width: 100%;
    /* border-radius: 20px;
     display: block; */
}
.text-right{

}
a#close-review-box {
    border: 1px solid #ddd;
    font-size: 12px;
}
a#close-review-box:hover {
    background: #f3f3f3;
}
.well {
    margin-top: 10px;
    min-height: 20px;
    padding: 3px 10px;
    margin-bottom: 10px;
    /*background-color: #f5f5f5;*/
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.btn.btn-review {
    color: #666;
    font-weight: 600;
    /* background-color: #f26422; */
    border-color:#e3e3e3 !important;;
    padding: 2px 10px;
    font-size: 12px;
}
button{
    height: auto!important;
}
a#open-review-box:focus {
    outline: 0;
}
button.btn.btn-primary.btn-lg, .btn-default .btn-sm {
    font-size: .875rem;
    padding: 3px 8px;
    border-radius: .2rem;
    /* padding: .25rem .5rem; */
    font-size: 12px;
    line-height: 1.5;
    margin-top: 0px;
}
a#open-review-box>i {
    padding-right: 3px;
    color: #ef8f2f !important;
    font-size: 15px;
}

.review-page {
    float: left;
} 
.rate-p>p {
    float: left;
}
.rate-p>ul {
    float: left;
    padding:0 5px;
}
.review-page {
    float: left;
    color: #666;
    font-size: 12px;
    width: 100%;
    padding: 10px 0;
    /*border-top: 1px solid #ddd;*/
}
.rate-p {
    width: 100%;
    float: left;
    margin-top: 4px;
}

.review-blk {
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.review-bg>h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
section.review-bg {
    display: inline-block;
} 
.rate-p>ul>li {
    float: left;
}
.rate-p>ul>li>i {
    color: #ef8f2f !important;
    padding-right: 2px;
}
textarea#new-review {
    margin: 10px 0;
    border-color: #e3e3e3;
    /* border-radius: 10px;*/
    font-size: 12px;
}
p.review-p {
    color: #000;
    font-weight: 400;
    padding: 0px 0 10px 0;
    width: 100%;
    float: left;
}
.reviews-container{
    padding: 10px 20px 10px 20px;
    height: 100%;
    overflow-y: scroll;
}

.fadeOutRight1 {
    -webkit-animation-name: fadeOutRight1;
    animation-name: fadeOutRight1;
}
@-webkit-keyframes fadeOutRight1 {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutRight1 {
    0% {
        opacity: 0;
        transform: translateX(100px);

    }

    100% {
        opacity: 1;
        transform: translateX(20px);
    }
}

/*--galaxy--*/
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    #slide{
        width: 100% !important;
    } 

    /*.rec-icon{
          right: 408px;
    }*/
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) {
    #slide{
        width: 500px !important;
    }   
}
/*-----ipad---------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    div#slide{
        width: 500px !important;
    }
    .rec-icon img{
        width: 100%;
    }
    .rec-icon{
        right: 548px !important;
        top: 150px !important;
    }
	.center-modal-body{
		max-width:650px;
	}
}




.pagination-lg .page-link {
    padding: .5rem .75rem !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    margin-right: 2px;
}

.pagination>li{
    display: inline;
}

.page-link{
    border:none;
}

li.page.active>.page-link {
    border-radius: 4px;
    /* color: #000; */
    background: #f26422;
    color: #fff;
}

a.page-link {
    color: #f26422;
}

.page-link:hover{
    color: #f26422;
    border-radius: 4px;
}

.page-link:focus{
    box-shadow: none;
}


.text-left {
    margin:10px 0;
    display: inline-block;
    /* float: left; */
    width: 100%;

    /* border: 1px solid #ddd; */
}

.btn.focus, .btn:focus{
    box-shadow: none;
}

.review-scroll {
    /* display: inline-block;
    max-height: 500px; */
    padding-right: 1rem;
}

.modal.modal-2 {
    min-height: 100%;
}

.modal.modal-2.scrollbar{
    overflow-y: scroll !important;
}
span.star > i.fa {
    font-size: 20px;; /* Change the size of the stars */
    color:#ccc !important; /* Color on idle state */
}

/* Hover state of the stars */
span.star.hover > i.fa {
    color:#FFCC36 !important;
}

/* Selected state of the stars */
span.star.selected > i.fa {
    color:#FF912C !important;
}
.starselected>i{
    font-size: 12px !important;
    color:#FF912C !important;
}
.starunselected>i{
    font-size: 12px !important;
    color:#ccc !important;
    
}
.video-close {
    top: -15px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
}
.popupmask{
    overflow-x: hidden;
}

.btn-zoom {
    position: absolute;
    bottom: 0;
    right: 10px;
}

a.btn.zoom, .btn.zoom-out {
    width: 35px;
    height: 35px;
    display: block;
    background: #ddd;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0;
    line-height: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: ease 0.5s;
	min-width: auto !important;
}

.btn-zoom a i {
    vertical-align: middle;
}
.imgzoom {
    height: 300px;
}
.imgcnt {
	width: 760px;
	max-width: 760px;
}
/*section-menu*/
.close-sectn {
    position: relative;
    float: left;
    left: 0px;
    top: 5px;
}
.sub-sectn-blck {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    top: 5px;
    width: 200px;
    left: -35px;
    /* background-color: var(--main-header); */
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 3px;
    /* padding: 6px 8px 8px 8px; */
    float: left;
    display: block;
}
ul.sectn-list {
    position: absolute;
    top: 0;
    left: 20px;
}
.sec-toggle{
    display: block !important;
}

.prddetails {
    overflow-x: hidden;
}

/*popup-help*/

.popup-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    display: inline-flex;
	width:100%;	
}
.popup-alert .alert_box {
    position: relative !important;
    width: 100%;
}
/* .enqimgiframe {
    height: 100%;
    max-height: 300px;
} */

div#enquiry-alert .enquiry-image-box {
	margin:auto !important ;
    width: 400px !important;
}
.videocls-alert .videocls{
	width:570px !important;
}
.popup-alert .store-alert {
    width: 340px !important;
}
.store-alert .alert-danger{
	margin-bottom: 10px !important;
}
.popup-alert .game-marker-alert {
    width: 340px !important;
}
.surveypopupmask .popup-alert .alert_box {
	/* top:10px */;
    width: 400px;
	margin: auto;
}
.surveypopupmask .popup-alert {
    height: 100%;
    /* width: 100%; */
    display: inline-flex;
}
img#iscreen1 {
    width: 100%;
    height: auto;
}
.popup-alert.url-pdf .alert_box {
    width: 570px !important;
}
/*----------------media-query----------------------*/
@media (max-width: 768px){
.searchdiv {
    position: absolute !important;
    left: 30px !important;
}
.sub-sectn-blck{
  top: 40px !important;
  left: -35px !important;  
}
.popup-alert{
	width:95%;
}
.popupclose{
	height: 30px;
	width: 30px;
	right: -10px;
	top: -10px;
	line-height: 25px;
}
.popup-alert .alert_box{
	
	left:0;
	right:0;
}

#bbcprdlist .alert_box{
	height: 100%;
	max-height: initial !important;
	margin-top: 10px !important;
}
#bbcprdlist .cd-accordion-menu{
	height: auto !important;
}

.videocls-alert .videocls{
	width:100% !important;
}
.popup-alert.store-alert,.popup-alert.gamemarker-alert {
    width: auto;
}
img#iscreen1 {
    width: 100%;
    height: auto;
}
}
/*pixel 2xl*/
@media only screen and (min-device-width: 823px) and (orientation: landscape) { 
	.popup-alert .alert_box{
		width: 680px;
	}
.searchdiv {
    margin-left: 0 !important;
}
.surveypopupmask .popup-alert .alert_box{
	width: 400px;
}
}
/*iPhone 6, 7, & 8 in landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
 	.popup-alert .alert_box {
    margin-top: 15px !important;
}
.popup-alert .enqimgiframe,.popup-alert .game-marker-alert{
		margin:auto !important;
	}

.contactinfo {
    width: 50%;
    display: inline-block;
    float: left;
}
.contactimage {
    width: 50%;
    display: inline-block;
    float: right;
}
.surveypopupmask .popup-alert{
	width: 400px;
}	
}
/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 
	/* .popup-alert .alert_box {
    margin-top: 0px;
} */
.popup-alert.store-alert.store-feedback1{
    margin-top: 15px !important;
}
.contactinfo {
    width: 50%;
    display: inline-block;
    float: left;
}
.contactimage {
    width: 50%;
    display: inline-block;
    float: right;
}
.surveypopupmask .popup-alert .alert_box{
	width: 400px !important;
}
.imageiframe {
    width: 50%;
    float: left;
}
.enquiry-form{
	width: 50%;
    float: right;
}
}

/*iphonex*/

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)and (orientation : landscape) {
	.popup-alert .alert_box{
		/* margin-top: 15px !important; */
		width: 680px !important;
	}
	.popup-alert .enqimgiframe{
		margin:auto !important;
	}
	.popup-alert .game-marker-alert{
		margin:auto !important;
		width: 340px !important;
 	}

.surveypopupmask .popup-alert .alert_box{
	width: 400px !important;
}
img#iscreen1 {
    width: 100%;
    height: auto;
}
.popup-alert .store-alert {
    width: 340px !important;
}
}

