.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E6E9ED;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease;
}




.x_title {
	border-bottom: 2px solid #E6E9ED;
	padding: 1px 5px 0px;
	margin-bottom: 10px;
}

.x_title h2 {
	margin: 0px 0px 7px 40px;
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
}

.x_title-rtl h2 {
	margin: 0px 40px 7px 0px;
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
}

.x_content {
	padding: 0 5px 6px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
}

.ps-fname {
	background-image:
		url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII=&quot;);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 16px 18px;
	background-position: 98% 50%;
	cursor: auto;
}

.panel_toolbox {
	min-width: 35px;
}

.panel_toolbox>li>a:hover {
	background: #F5F7FA;
	color: #C5C7CB;
}

.panel_toolbox>li>a {
	padding: 5px;
	color: #C5C7CB;
	font-size: 14px;
}

.nav-email {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.has-feedback-left {
	padding-left: 45px;
}

.form-group.has-feedback span {
	display: block !important;
}

.form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 13px;
}

.form-control-feedback {
	height: 23px;
	color: #bbb;
	line-height: 24px;
	font-size: 15px;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem +     2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem +     2px);
	margin: 0;
	opacity: 0;
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 34px;
	padding: .375rem .75rem;
	line-height: 2;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 4px;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 33px;
	padding: .375rem .75rem;
	line-height: 2;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 4px 4px 0;
}

.envelope-align-RTL {
	color: #000;
	position: absolute;
	/* bottom: 86%; */
	top: 3px;
	right: 1%;
	font-size: 18px;
}

.share-align-RTL {
	color: #000;
	position: absolute;
	top: 3px;
	left: 1%;
	font-size: 18px;
}

.envelope-align-LTR {
	color: #000;
	position: absolute;
	top: 3px;
	left: 2%;
	font-size: 18px;
}

.share-align-LTR {
	color: #000;
	position: absolute;
	top: 3px;
	right: 2%;
	font-size: 18px;
	text-align: right;
}

.envelope-align-batch {
	color: #fff;
	position: absolute;
	/* bottom: 86%; */
	top: 4%;
	left: 4%;
	font-size: 18px;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid transparent;
	/* box-shadow: 0px 0px 2px #fff; */
	padding: 0.20em 0.20em;
}

.share-align-batch {
	color: #fff;
	position: absolute;
	/* bottom: 86%; */
	top: 4%;
	right: 4%;
	font-size: 18px;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid transparent;
	/* box-shadow: 0px 0px 2px #fff; */
	padding: 0.20em 0.20em;
}

.homeshare-align-batch {
	color: #fff;
	position: absolute;
	top: 6%;
    right: 6%;
    font-size: 16px;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid transparent;
	padding: 0.20em 0.20em;
}

.searchshare-align-batch {
	top: 6%;
	right: 6%;
	border-radius: 60px;
	border: 2px solid transparent;
}

.listings-grid__animation .envelope-align-batch {
	color: #fff;
	position: absolute;
	/* bottom: 86%; */
	top: 0%;
	left: 1%;
	font-size: 18px;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid transparent;
	/* box-shadow: 0px 0px 2px #fff; */
	padding: 0.25em 0.25em;
}

.star-align-batch {
	color: #fff;
	position: absolute;
	/* bottom: 86%; */
	top: 50%;
	left: 16%;
	font-size: 14px;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid #fff;
	/* box-shadow: 0px 0px 2px #fff; */
	padding: 0.15em 0.15em;
}
/* .envelope-align-grid {
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 16px;
} */
.panel_toolbox {
	margin-right: 0px;
	float: right;
}

.panel_toolbox>li {
	float: left;
	cursor: pointer;
}

.panel_toolbox>li>a {
	padding: 5px;
	color: #C5C7CB;
	font-size: 16px;
}

.panel_toolbox i {
	color: #4e7ca9;
}

.form-rightside-icons {
	top: -4px;
}

.brand-dropdown {
	width: 165px;
}
/* End of new form css*/

/*Start after login header css*/
.navbar-brand {
	position: relative;
	z-index: 2;
}

.navbar-nav.navbar-right .btn {
	position: relative;
	z-index: 2;
	padding: 4px 10px;
	margin: 0px auto;
	transition: transform 0.3s;
}

.navbar .navbar-collapse {
	position: relative;
	/*overflow: hidden !important;*/
}

.navbar .nav-collapse {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding-right: 120px;
	padding-left: 80px;
	width: 100%;
}

.navbar.navbar-default .nav-collapse {
	background-color: #f8f8f8;
}

.navbar.navbar-inverse .nav-collapse {
	background-color: rgba(0, 0, 0, 1);
}

.navbar .nav-collapse .navbar-form {
	border-width: 0;
	box-shadow: none;
}

.nav-collapse>li {
	float: right;
}

.btn.btn-circle {
	border-radius: 50px;
}

.btn.btn-outline {
	background-color: transparent;
}

.navbar-nav .navbar-right .btn :not (.collapsed ){
	background-color: rgb(111, 84, 153);
	border-color: rgb(111, 84, 153);
	color: rgb(255, 255, 255);
}

.navbar.navbar-default .nav-collapse,.navbar.navbar-inverse .nav-collapse
	{
	height: auto !important;
	transition: transform 0.3s;
	transform: translate(0px, -50px);
}

.navbar.navbar-default .nav-collapse.in,.navbar.navbar-inverse .nav-collapse.in
	{
	transform: translate(0px, 0px);
}

/*************start motovisual landing page css*****************/

.header {
  overflow: hidden;
}
 
.header-right {
  float: right;
}
.service-title {
    font-size: 45px;
    font-weight: bold;
    color: black;
}
.request-call-button {
    font-size: 21.9px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    background: #ed1b33;
}
.login-button {
    font-size: 21.9px;
    font-weight: bold;
    float: right;
    margin-top: 35px;
    background: #ed1b33;
}
.service-desc {
    font-size: 23.1px;
    font-weight: 600;
    color: #7b7979;
}
 
.card-01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
} 
.button-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
} 
.card-02 {
    display: block;
    background-color: #fff;
    border-radius : none !important;
    box-shadow: none !important;
    border-bottom: none !important;
    text-align: center;
    padding: 6px;
    margin-top: 10px;
} 
 
.img-fluid {
    /*max-width: 100%;*/
    height: auto;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
 
 .cls_010 {
    font-size: 38.3px;
    color: rgb(254,255,255);
    text-align: center;
}
.cls_002 {
    font-size: 19.7px;
    color: rgb(254,255,255);
    font-weight: bold;
    text-align: center;
    padding: 37px;
    margin-top: 161px;
}
.cls_022 {
    background: white;
    padding: 21px;
    margin-top: 20px;
}
.gain-customer {
    background: white;
    padding: 10px;
    margin-top: 20px;
}
.explain-title {
    font-size: 25.9px;
    text-align: -webkit-center;

}
.explain-desc {
    font-size: 25px;
    text-align: -webkit-center;
    /*padding: 12px;*/
}
.card-body {
    flex: 1 1 auto;
    padding: 0.25rem;
}
 
.cls_043 {
    font-size: 29.2px;
    color: rgb(228,30,49);
    font-weight: bold;
    text-align: center;
}
.cls_044 {
    font-size: 22.4px;
    margin-left: 53px;
    margin-right: 61px;
}
 
.start-title {
    font-size: 40px;
    font-weight: bold;
    color: #040707;
    text-align: center;
}
.speak-today {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ed1b33;
}
.start-desc {
    font-size: 26.1px;
    color: rgb(111,110,110);
    text-align: center;
    font-weight: 600;
}
.explain-background{
   background: white;
   padding: 21px; 
   margin-top: 19px;
}
.speak-today-desc {
    font-size: 21.1px;
    color: rgb(111,110,110);
    text-align: center;
    font-weight: 600;
}
.cls_021 {
    font-size: 23.5px;
    color: rgb(254,255,255);
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    background-color: #ed1b33;
    border-color: #ed1b33;
}
.cls_021-au {
    font-size: 23.5px;
    color: rgb(254,255,255);
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.cls_0212 {
    font-size: 23.5px;
    font-weight: bold;
    text-align: center;
    background-color: #ed1b33;
    border-color: #ed1b33;
}

 
.cls_028 {
    font-size: 19.5px;
    color: rgb(111,110,110);
}
.cls_030 {
    font-size: 23.9px;
    font-weight: bold; 
    background-color: #ed1b33;
    border-color: #ed1b33;
}
.cls_035 {
    font-size: 26.5px;
    color: #666869;
    font-weight: bold;
    margin-top: 34px;
    text-align: center;
}
.subscription_title  {
    font-size: 31.5px;
    color: #666869;
    font-weight: 600;
}

.subscription_price {
    font-size: 43.5px;
    color: #ed1b33;
    float: right;
    font-weight: 600;
}
.subscription_price_au {
    font-size: 31.5px;
    color: #337ab7;
    float: right;
    font-weight: 600;
}

.card-03 {
    background-color: #fff;
    border-radius: none !important;
    width: 58%;
    margin-left: 24%;
    margin-top: 11px;
    padding: 21px;
}
.card-03-au {
    background-color: #fff;
    border-radius: none !important;
    width: 96%;
    margin-top: 11px;
    padding: 21px;
    margin: 0 auto;
}
.subscription_desc  {
    font-size: 17px;
    margin-top: 25px;
}
 
.sec_001{
    background: #dfe0df;
    margin-top: 25px;
}
.mian-explain-background{
    margin-top: 0px;
    padding: 0;
}
.sec_003{
    margin-top: 23px;
}
.sec_004{
   margin-top: 35px;
}
.sec_005{
    margin-top: 33px;
}
.section_04{
    margin-top: 33px;
}
.sec_006{
    margin-top: 22px;
    text-align: center;
}
.sec_007{
    margin-top: 40px;
}
.sec_008{
    margin-top: 38px;
    text-align: center;
}
.sec_009{
    margin-top: 22px;
}
.sec_010{
    margin-top: 25px;
    text-align: center;
}
.sec_011{
   margin-top: 24px;
   width: 111%;
   margin-left: -6%;
}
.sec_012{
    margin-top: 15px;
}
.sec_0013{
    margin-top: 23px;
}
 
.sec_0014{
   margin-top: 1px;
}
 
.sec_0015{
   margin-top: 34px;
   text-align: center;
}
.sec_0016 {
    /*margin-top: 1px;*/
    margin-top: 23px;
    line-height: 99px;
}
.card-img-top{
    padding-bottom: 30px;
}
.hr-border-white{
    border: 2px solid #FFFFFF;
}
.hr-border-black{
    border: 0.5px solid #888686;
} 
.hr-border-last{
    margin-bottom: 6%;
} 
.left-border{
    border-left: 2px solid red; 
} 
.left-border-au{
    border-left: 2px solid #337ab7; 
} 
.right-border{
    border-right: 2px solid red; 
}  
.right-border-au{
    border-right: 2px solid #337ab7; 
} 
.top-border{
    border-top: 4px solid red; 
} 
.top-border-blue{
    border-top: 4px solid #337ab7; 
}
.powerful-padding-right{
    padding-right: 0px;
}
.table-padding-left{
    padding-left: 0px;
}
.motovisual-logo{
  padding-bottom: 10px;
}
.btn-danger-custom{
    width: 255px;
    background: #ed1b33;
 }
.btn-danger-custom-au{
    width: 255px;
 } 
 .request-button{
 	margin-top: 0px; 
 } 
 
.gain-customers-text{
    font-size: 30.3px;
    color: rgb(254,255,255);
    text-align: center; 
} 
.start-motovisual-text{
    font-size: 19.7px;
    color: rgb(254,255,255);
    font-weight: bold;
    text-align: center;
    margin-top: 187px;
} 
.sec-access-the-site{
    margin-top: 30px;
}
.rate_increase-xs {
    padding-left: 0px;
    padding-right: 0px;
}










/***********end motovisual landing page css*********************/



@media screen and (max-width: 767px) {
	.navbar .navbar-collapse .navbar-right>li:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar .nav-collapse {
		margin: 7.5px auto;
		padding: 0;
	} /*
.navbar .nav-collapse .navbar-form {
	margin: 0;
}*/
	.nav-collapse>li {
		float: none;
	}
	.navbar.navbar-default .nav-collapse,.navbar.navbar-inverse .nav-collapse
		{
		transform: translate(-100%, 0px);
	}
	.navbar.navbar-default .nav-collapse.in,.navbar.navbar-inverse .nav-collapse.in
		{
		transform: translate(0px, 0px);
	}
	.navbar.navbar-default .nav-collapse.slide-down,.navbar.navbar-inverse .nav-collapse.slide-down
		{
		transform: translate(0px, -100%);
	}
	.navbar.navbar-default .nav-collapse.in.slide-down,.navbar.navbar-inverse .nav-collapse.in.slide-down
		{
		transform: translate(0px, 0px);
	}
	.google-captcha{
		transform:scale(0.77);
		-webkit-transform:scale(0.70);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;

	}
	 

}

.navbar-brand>img {
	height: 100% !important;
	padding: 0px !important;
	width: auto;
}

#ex1_value { /*width: 350px;*/
	width: 100%;
	/*height: 34px;*/
	border: none;
	/* padding: 12px; */
	padding: 11px;
	background: transparent;
	color: #fff;
	font-size: 20px !important;
}

#ex2_value { /* width: 350px; */
	width: 100%;
	height: 34px;
	border: none;
	/* padding: 15px; */
	padding: 0px;
	/*padding-bottom: 10px;*/
	background: transparent;
	color: #000;
	font-size: 16px !important;
}

.form-control-xs-custom {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0px 0px !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-form-control {
	padding: 0px !important;
	border: none !important;
	background-color: transparent !important;
}

.custom-navbar-inverse {
	background-color: rgba(0, 0, 0, 0.9);
}

.custom-btn {
	background-color: transparent !important;
	border: none !important;
	border-color: #fff !important;
}

.custom-fa {
	font-size: 20px; 
}

.custom-badge {
	position: relative;
	top: -41px !important;
    right: -3px;
	padding: 2px 4px;
	background-color: #cc4545;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev
	{
	margin-top: -40px !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #d8d8d8 !important;
}

.custom-logo-center {
	position: absolute;
	/* width: 0; */
	top: 3px;
	left: 54%;
	margin-left: -24px;
	text-align: center;
	z-index: 1;
	background-color: transparent;
	border: none;
}

.navbar-brand {
	height: auto !important;
}

.custom-pb-60 { /*margin-bottom: -25px;*/
	margin-bottom: 0px;
}

.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-bootsnipp { /*background-color: rgb(255, 255, 255);
	border-color: rgb(95, 176, 228);
	border-radius: 0px;*/
	border: none;
	margin-bottom: 0px;
	z-index: 100;
}

.navbar-bootsnipp:nth-of-type(2) {
	border-top-width: 1px;
	z-index: 50
}

.navbar-bootsnipp.affix-top {
	position: absolute;
	top: 0px;
	width: 100%;
}

.navbar-bootsnipp.affix {
	top: 0px;
	width: 100%;
}

/* .navbar-bootsnipp .navbar-toggle .icon-bar {
	background-color: rgb(0, 0, 0, 0.7);
} */
.navbar-bootsnipp .navbar-brand {
	color: rgb(95, 176, 228);
	font-weight: 900;
	letter-spacing: 2px;
}

.navbar-bootsnipp .navbar-nav>li>a {
	/*border: 0px solid rgb(95, 176, 228);*/
	/*color: rgb(206, 205, 205);*/
	/*padding: 15px 14px;*/
	
}

.navbar-bootsnipp .navbar-nav>li>form>.input-group>input,.navbar-bootsnipp .navbar-nav>li>form>.input-group>.input-group-btn>.btn
	{
	border-radius: 0px;
}

.navbar-bootsnipp .navbar-nav>li:not (.disabled ).open>a,.navbar-bootsnipp .navbar-nav>li:not
	(.disabled ).active>a,.navbar-bootsnipp .navbar-nav>li:not (.disabled )
	>a:hover,.navbar-bootsnipp .navbar-nav>li:not (.disabled ) >a:focus {
	border-left-width: 5px;
	color: #fff;
	/*padding-left: 10px;*/
	background: transparent;
}

.navbar-bootsnipp .navbar-nav>li.disabled>a {
	color: rgb(200, 200, 200);
}

.navbar-bootsnipp .navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	margin-right: -1px;
	min-width: 220px;
	padding: 0px;
	padding-bottom: 10px;
}

.navbar-bootsnipp .navbar-nav>li:not     (.dropdown-right     ) >.dropdown-menu
	{
	left: 0px;
	margin-left: -1px;
	right: auto;
}

.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li>a {
	border-left: 0px solid rgb(95, 176, 228);
	color: rgb(120, 120, 120);
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	white-space: nowrap;
}

.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li.active>a,.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li>a:hover,.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li>a:focus
	{
	background-color: transparent !important;
	border-left-width: 0px;
}

.navbar .bootsnipp-profile>a {
	padding-bottom: 9px;
	padding-top: 9px;
}

.navbar .bootsnipp-profile>a>img {
	border-radius: 50%;
	width: 32px;
}

.navbar .bootsnipp-profile>.dropdown-menu {
	width: 320px;
}

.navbar .bootsnipp-profile>.dropdown-menu>li>.row {
	padding: 5px 15px;
}

.navbar .bootsnipp-profile>.dropdown-menu>li>.row img {
	width: 100%;
}

.navbar-bootsnipp .bootsnipp-search {
	display: none;
}

.navbar-bootsnipp .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 30px 0px;
}

.navbar-bootsnipp .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 18px;
	padding: 25px 0px;
}

.navbar-bootsnipp .bootsnipp-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn {
	padding: 14px 16px;
	border-radius: 0px;
}

.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn.active,.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn:hover,.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn:focus
	{
	padding: 14px 16px 14px 15px;
}

.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn-default {
	background-color: rgb(245, 245, 245);
}

.nav-padding {
	padding-top: 61px;
}

/* screen width equal to 1500 or more */
@media screen and (min-width: 1500px) {
	#clockdiv {
		display: inline-block;
		font-weight: 50;
		font-size: 16px;
		position: fixed;
		top: 101px;
		right: 10px;
		z-index: 100;
		text-align: center;
	}
	.search-container {
		width: 35%;
		float: right;
		margin-right: 16.2%;
	}
	.before-login-collapse>.nav>li>a {
		width: 100% !important;
		min-width: 15vw;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.primary-header .after-login-nav>li>a {
		width: 100% !important;
		/* min-width: 9vw; */
		min-width: 7vw;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.navbar-bootsnipp .navbar-brand {
		font-size: 20px;
		height: auto;
		/* padding: 15px 5px; */
	}
	.navbar-bootsnipp .navbar-nav>li:not     (.disabled     ).open>a,.navbar-bootsnipp .navbar-nav>li:not
		(.disabled     ).active>a,.navbar-bootsnipp .navbar-nav>li:not     (.disabled
		) >a:hover,.navbar-bootsnipp .navbar-nav>li:not     (.disabled     )>a:focus
		{
		border-bottom-width: 5px;
		border-left-width: 0px;
		padding-bottom: 10px;
		padding-left: 14px;
	}
	.navbar-bootsnipp .navbar-nav>li.disabled>a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-bootsnipp .bootsnipp-search {
		background-color: rgb(235, 235, 235);
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		visibility: hidden;
	}
	.navbar-bootsnipp .bootsnipp-search.open {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;
	}
	.navbar-bootsnipp .bootsnipp-search>.container {
		padding: 0px;
	}
	.slider_circle_10 {
		position: relative;
		width: 45vw;
		height: 40vw;
		margin: 0% auto;
		/* margin: -16% auto; */
		user-select: none;
	}
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
		{
		margin-left: -80px;
	}
	.after-login-nav {
		margin: 0 !important;
		float: none;
	}
	.after-login-nav {
		height: 50px;
		/* padding: 8px; */
		/* padding: 10px; */
		padding: 0px;
	}
	.after-login-nav>li {
		float: none !important;
		/*float: none;*/
		display: inline-block;
	}
	.after-login-navbar {
		width: 100%;
		text-align: center;
	}
	.dropdown-li {
		float: none !important;
		display: none !important;
	}
	/* Before login	*/
	.before-login-header {
		text-align: center;
	}
	.before-login-collapse>ul>li {
		float: none;
		display: inline-block;
	}
	.before-login-collapse>ul {
		float: none;
		height: 50px;
		/* padding: 8px; */
		padding: 15px;
	}
	.userguide_title_font {
		font-size: 34px;
		font-family: Arial;
		font-weight: bold;
	}
	.userguide_title_font1 {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_fontside {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font2 {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font_li {
		font-size: 20px;
		font-family: Arial;
	}
	.userguide_title_font2image {
		margin-left: -78px;
	}
	.userguide_title_font_li .userguide_font_color {
		color: #000066;
		font-weight: bold;
		font-size: 20px;
	}
	.hot-spot {
		width: 20px;
		height: 20px;
		/* background-color: rgb(224, 67, 114); */
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		opacity: 0.8;
		z-index: 1;
	}
	.hot-spot:hover:after {
		cursor: pointer;
		opacity: 1;
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	.animation-menu {
		margin-top: -4%;
	}
	.signup-pull-left{
		float: left;
	}.signup-pull-right{
		float: right;
	}
}

.main-logo-holderheader{
	display: block;
	padding: 25px 5px 20px 20px;
	width: 333px !important;
	height: 90px !important;
}
.main-logo-holderheaders{
	display: block;
	padding: 25px 5px 20px 20px;
	width: 333px !important;
	height: 90px !important;
	margin-top: 10px !important;
}
/* screen width equal to 768 or more */
@media screen and (min-width: 768px) {
	
	#clockdiv {
		display: inline-block;
		font-weight: 50;
		font-size: 16px;
		position: fixed;
		top: 101px;
		right: 10px;
		z-index: 100;
		text-align: center;
	}
	.search-container {
		width: 35%;
		float: right;
		margin-right: 16.2%;
	}
	.before-login-collapse>.nav>li>a {
		width: 100% !important;
		min-width: 15vw;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.primary-header .after-login-nav>li>a {
		width: 100% !important;
		/* min-width: 9vw; */
		min-width: 5.5vw;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.navbar-bootsnipp .navbar-brand {
		font-size: 20px;
		height: auto;
		/* padding: 15px 5px; */
	}
	.navbar-bootsnipp .navbar-nav>li:not     (.disabled     ).open>a,.navbar-bootsnipp .navbar-nav>li:not
		(.disabled     ).active>a,.navbar-bootsnipp .navbar-nav>li:not     (.disabled
		) >a:hover,.navbar-bootsnipp .navbar-nav>li:not     (.disabled     )>a:focus
		{
		border-bottom-width: 5px;
		border-left-width: 0px;
		padding-bottom: 10px;
		padding-left: 14px;
	}
	.navbar-bootsnipp .navbar-nav>li.disabled>a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-bootsnipp .bootsnipp-search {
		background-color: rgb(235, 235, 235);
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		visibility: hidden;
	}
	.navbar-bootsnipp .bootsnipp-search.open {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;
	}
	.navbar-bootsnipp .bootsnipp-search>.container {
		padding: 0px;
	}
	.slider_circle_10 {
		position: relative;
		width: 45vw;
		height: 40vw;
		margin: 0% auto;
		/* margin: -16% auto; */
		user-select: none;
	}
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
		{
		margin-left: -80px;
	}
	.after-login-nav {
		margin: 0 !important;
		float: none;
	}
	.after-login-nav {
		height: 50px;
		/* padding: 8px; */
		/* padding: 10px; */
		display: none;
		padding: 0px;
	}
	.after-login-nav>li {
		float: none !important;
		/*float: none;*/
		display: inline-block;
	}
	.after-login-navbar {
		width: 100%;
		text-align: left;
	}
	.dropdown-li {
		float: none !important;
		display: none !important;
	}
	/* Before login	*/
	.before-login-header {
		text-align: center;
	}
	.before-login-collapse>ul>li {
		float: none;
		display: inline-block;
	}
	.before-login-collapse>ul {
		float: none;
		height: 50px;
		/* padding: 8px; */
		padding: 15px;
	}
	.userguide_title_font {
		font-size: 34px;
		font-family: Arial;
		font-weight: bold;
	}
	.userguide_title_font1 {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_fontside {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font2 {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font_li {
		font-size: 20px;
		font-family: Arial;
	}
	.vle_address_title_font_li {
		font-size: 16px;
		font-family: Arial;
	}
	.userguide_title_font2image {
		margin-left: -78px;
	}
	.userguide_title_font_li .userguide_font_color {
		color: #000066;
		font-weight: bold;
		font-size: 20px;
	}
	.hot-spot {
		width: 20px;
		height: 20px;
		/* background-color: rgb(224, 67, 114); */
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		opacity: 0.8;
		z-index: 1;
	}
	.hot-spot:hover:after {
		cursor: pointer;
		opacity: 1;
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	.animation-menu {
		margin-top: -4%;
	}
	.footer-lang-content-align{
		text-align: right;
	}
	.useraccount-mob{
		display: none;
	}
}

.custom-close-btn {
	color: #fff;
	background-color: transparent !important;
	border-color: transparent !important;
}

.custom-dd-menu {
	top: 42px;
}
/*
#ex1_dropdown img {
    height: auto;
	width: auto;
}
.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    height: 300px;
	width: 300px;
}
*/
a[aria-expanded="true"]::before {
	display: none;
}

a[aria-expanded="false"]::before,a[aria-expanded="true"]::before {
	display: none;
}

.custom-li {
	border-left: 0px solid rgb(95, 176, 228);
	/*color: rgb(120, 120, 120);*/
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	white-space: nowrap;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	/*color: #333;*/
	white-space: nowrap;
}

.angucomplete-holder { /* width: 50%; */
	width: 100%;
	float: right;
	/* margin-right: 240px; */
	margin-right: 0px;
}

.form-control-xs-custom .angucomplete-holder {
	width: auto !important;
	text-align: center;
	float: none !important;
	margin-right: 0px !important;
}

input:focus {
	outline-color: transparent;
	outline: unset;
}

.angucomplete-image-holder {
	width: 75px;
	height: 75px;
}

.angucomplete-image {
	height: 100%;
	width: 100%;
}

.caretup {
	transform: rotate(180deg);
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
}

.befor-login-header-plr li {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-fixed-top {
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
/*End after login header css*/

/*Start vehicle system new design css*/
.custom-blur { /* background: darkgray; */
	
}

.custom-blur-remove { /* background: #0f2d5a; */
	
}

.custom-bg {
	background-color: #fff;
	/* margin-bottom: 5px; */
	margin-bottom: 0px;
	padding: 0 10px;
}

.custom-background {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0 94px;
}
.custom-background-nrma {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0 94px;
}

.custom-background-color {
	background-color: #fff;
	/* margin-bottom: 5px; */
	margin-bottom: 0px;
	padding: 0 0px;
}

.custom-bg2 {
	background-color: #fff;
	margin-bottom: 20px;
	display: -ms-inline-grid;
	border-radius: 5px;
}

.pb-30 {
	padding-bottom: 50px;
}
/*
.custom-padding {
	padding: 15px 16px 10px !important;
	margin-top: -50px !important;
}
*/
/* carousel slider css */
.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
	margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
	margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,.carousel-showmanymoveone .cloneditem-2,.carousel-showmanymoveone .cloneditem-3
	{
	display: none;
}

.carousel .item .col-xs-12 {
	padding: 0;
}

.userProfile{
	top: 0%;
	margin: auto;
	padding-left: 15%;
}

.userProfile .fa-user-circle{
	font-size: 33px;
	border: 3px solid transparent;
	border-radius: 50%;
}

.userProfile .fa-user-circle:hover{
	border: 3px solid #ffffffbd;
}
.userToolTip{
	background-color: #00000099;
	color: #fff;
    position: absolute;
	right: 2px;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 12px;
    width: 153px;
}
.userProfile:hover .userToolTip{
	display:block !important;
}

.userProfile-dropdown{
	width: 65% !important;
	top: 75% !important;
}
.userProfile-btns{
	text-align: center;
}
.userProfile-btns a:first-child{
	border-radius: 20px 4px 4px 20px;
	padding: 10px 20px;
}
.userProfile-btns a:last-child{
	border-radius: 4px 20px 20px 4px;
	padding: 10px 20px;
}
.col-sm-4 .open .userProfile .userToolTip{
	display: none !important;
}
.col-sm-4 .open .userProfile .fa-user-circle{
	border: 3px solid #ffffffbd !important;
}

.emailcompose{
	
}


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.carousel .item .col-xs-12:nth-last-child(-n+2) {
		display: none;
	}
	.custom-background-nrma {
    	background-color: #fff;
     	margin-bottom: 0px; 
    	padding: 0 10px;
	}
}

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

	.carousel-showmanymoveone .carousel-inner>.active.left,.carousel-showmanymoveone .carousel-inner>.prev
		{
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner>.active.right,.carousel-showmanymoveone .carousel-inner>.next
		{
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner>.left,.carousel-showmanymoveone .carousel-inner>.prev.right,.carousel-showmanymoveone .carousel-inner>.active
		{
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
	.pa-20 {
		padding-bottom: 20px !important;
		/*padding-left: 10px !important;*/
		/*padding-right: 10px !important;*/
	}
	.navbar-right { /* margin-top: -7px; */
		margin-top: -10px;
		margin-bottom: 0px;
	}
	.loginres .fretril {
		text-align: right !important;
	}
}

@media all and (min-width: 768px) and (transform-3d) , all and
	(min-width: 768px) and (-webkit-transform-3d) {
	.pull-left-text{
		text-align: left !important;
	}
	.carousel-showmanymoveone .carousel-inner>.item.active.right,.carousel-showmanymoveone .carousel-inner>.item.next
		{
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.active.left,.carousel-showmanymoveone .carousel-inner>.item.prev
		{
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.left,.carousel-showmanymoveone .carousel-inner>.item.prev.right,.carousel-showmanymoveone .carousel-inner>.item.active
		{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	} 
}

@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner>.active.left,.carousel-showmanymoveone .carousel-inner>.prev
		{
		left: -16.6%;
	}
	.carousel-showmanymoveone .carousel-inner>.active.right,.carousel-showmanymoveone .carousel-inner>.next
		{
		left: 16.6%;
	}
	.carousel-showmanymoveone .carousel-inner>.left,.carousel-showmanymoveone .carousel-inner>.prev.right,.carousel-showmanymoveone .carousel-inner>.active
		{
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,.carousel-showmanymoveone .carousel-inner .cloneditem-3
		{
		display: block;
	}
}

@media all and (min-width: 992px) and (transform-3d) , all and
	(min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner>.item.active.right,.carousel-showmanymoveone .carousel-inner>.item.next
		{
		-webkit-transform: translate3d(16.6%, 0, 0);
		transform: translate3d(16.6%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.active.left,.carousel-showmanymoveone .carousel-inner>.item.prev
		{
		-webkit-transform: translate3d(-16.6%, 0, 0);
		transform: translate3d(-16.6%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.left,.carousel-showmanymoveone .carousel-inner>.item.prev.right,.carousel-showmanymoveone .carousel-inner>.item.active
		{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

/*End new vehicle system design css*/

/*Image360 responsive css starts*/
@media ( min-width : 1403px) {
	videogular,[videogular] {
		width: 100%;
		height: 694px !important;
		background-color: #fff !important;
	}
	.animation-options-icons i {
		font-size: 1.2em;
	}
}

@media ( min-width : 1600px) {
	.modal-lg {
		width: 54% !important;
	}
	.modal-lg-custom .modal-lg { /* width: 64% !important; */
		width: 70% !important;
	}
	.related-pop-up .modal-lg {
		width: 63% !important;
	}
	.pull-left-text {
	    text-align: -webkit-right !important
	}
}

@media ( min-width : 1025px) and ( max-width : 1440px) {
	/* .navbar-nav {
	margin: -12px !important;
} */
	/* video player css start  */
	videogular,[videogular] {
		width: 100%;
		height: 620px;
		background-color: #fff;
	}
	videogular div.my-logo-layer {
		position: absolute;
		display: block;
		z-index: 50;
		top: 0;
	}
	videogular div.my-logo-layer img {
		width: 35%;
		height: auto;
		padding-left: 20px;
		padding-top: 20px;
		opacity: 0.5;
	}
	/* video player css end  */
	.animation-labels {
		background-color: #303030;
		padding: 15px;
		margin-top: -5px;
		font-size: 16px;
		color: #fff
	}
	.animation-options-icons {
		float: right;
		position: relative;
		font-size: 30px;
	}
	.animation-page-title {
		font-size: 26px;
		font-weight: 600;
	}
	.animation-title {
		font-size: 15px;
		color: #000;
		text-align: left;
		font-weight: 700;
	}
	.tag-name-animation {
		font-size: 14px !important;
		margin: 0px !important;
		text-align: left;
		padding-left: 5%;
		font-weight: 600;
	}
	#image-content-1 .front-view-coolingsystem {
		top: 84%;
		left: 39%;
	}
	#image-content-1 .front-view-exhast {
		top: 6%;
		left: 54.5%;
	}
	#image-content-1 .front-view-enginem {
		left: 49%;
		top: 61%;
	}
	#image-content-1 .front-view-ignition {
		left: 34%;
		top: 29%;
	}
	#image-content-1 .front-view-electrical {
		left: 65%;
		top: 25%;
	}
	#image-content-1 .front-view-axleanddriveline {
		left: 75%;
		top: 51%;
	}
	#image-content-1 .front-view-transmisson {
		left: 60%;
		top: 49%;
	}
	#image-content-1 .front-view-scheduledm {
		top: 45%;
		left: 32%;
	}
	#image-content-1 .front-view-fuel {
		left: 35%;
		top: 52%;
	}
	#image-content-1 .front-view-brake {
		left: 14.125%;
		top: 47.568%;
	}
	#image-content-2 .front-view-coolingsystem {
		left: 9%;
		top: 46%;
	}
	#image-content-2 .front-view-engine {
		left: 16.125%;
		top: 39.568%;
	}
	#image-content-2 .front-view-brake {
		left: 16.125%;
		top: 64.568%;
	}
	#image-content-2 .side-view-steering {
		left: 39.125%;
		top: 37.568%;
	}
	#image-content-2 .side-view-air-conditioning {
		left: 30.125%;
		top: 38.568%;
	}
	#image-content-2 .side-view-air-transfer-case {
		left: 44.125%;
		top: 52.568%;
	}
	#image-content-2 .side-view-suspension {
		left: 74.125%;
		top: 40.568%;
	}
	#image-content-2 .side-view-tyre {
		left: 78%;
		top: 71%;
	}
	#image-content-3 .top-view-coolingsystem {
		left: 8%;
		top: 41%;
	}
	#image-content-3 .top-view-engine {
		left: 16%;
		top: 45%;
	}
	#image-content-3 .top-view-electrical {
		left: 18%;
		top: 60%;
	}
	#image-content-3 .top-view-axleanddriveline {
		left: 20.70%;
		top: 51%;
	}
	#image-content-3 .top-view-brake {
		left: 20%;
		top: 76%;
	}
	#image-content-3 .top-view-steering {
		left: 38%;
		top: 36%;
	}
	#image-content-3 .top-view-air-conditioning {
		top: 68%;
		left: 28%;
	}
	#image-content-3 .top-view-suspension {
		top: 38%;
		left: 79%;
	}
	#image-content-3 .top-view-exhaust {
		left: 95%;
		top: 66%;
	}
	#image-content-3 .top-view-fuel {
		left: 82%;
		top: 50%;
	}
	#image-content-3 .top-view-body {
		left: 56%;
		top: 48%;
	}
	.userguide_title_font {
		font-size: 32px;
		font-family: Arial;
		font-weight: bold;
		margin-top: -40px;
	}
	.userguide_title_font1 {
		font-size: 19px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_fontside {
		font-size: 22px;
		font-family: Times New roman;
		color: #000066;
		font-weight: bold;
		margin-left: 51px;
	}
	.userguide_title_font2 {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font2image {
		margin-left: -55px;
	}
	.userguide_title_font_li .userguide_font_color {
		color: #000066;
		font-weight: bold;
		font-size: 20px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width:
	1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.search-container {
		width: 50%;
		float: right;
		margin-right: 16.2%;
	}
	#clockdiv {
		font-family: sans-serif;
		color: #fff;
		display: inline-block;
		font-weight: 50;
		text-align: center;
		font-size: 16px;
		position: fixed;
		top: 65px;
		right: 5px !important;
		z-index: 100;
		text-align: center;
	}
	.primary-header .nav>li>a {
		width: 100% !important;
		/* min-width: 8vw; */
		min-width: 7vw;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.before-login-collapse>.nav>li>a {
		width: 100% !important;
		min-width: 18vw;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.before-login-header .custom-navbar-collapse {
		padding-top: 20px;
		float: left;
		width: 96.9% !important;
		margin: 0 auto;
	}
	.custom-navbar-collapse {
		padding-top: 0px;
		float: left;
		width: 92% !important;
		/* width: 98% !important; */
		margin: 0 auto;
	}
	.primary-header .nav>li>a { /* padding: 0px 0px !important; */
		/* padding: 6px 8px !important; */
		display: block;
		text-align: center;
		width: 11vw;
		font-size: 12px;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	.before-login-header .nav>li>a {
		padding: 6px 8px !important;
		display: block;
		text-align: center;
		width: 19.5vw;
		font-size: 12px;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	/* .before-login-header .navbar-nav {
    margin: -12px !important;
} */
	.prev_button {
		position: absolute;
		left: -8%;
	}
	.userguide_title_font {
		font-size: 28px;
		font-family: Arial;
		font-weight: bold;
		margin-top: 9px;
	}
	.userguide_title_font1 {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_fontside {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
		margin-left: 51px;
	}
	.userguide_title_font2 {
		font-size: 25px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font2image {
		margin-left: -10px;
	}
	.userguide_title_font_li .userguide_font_color {
		color: #000066;
		font-weight: bold;
		font-size: 19px;
	}
	.btn {
		padding: 3px 6px !important;
	}
	.load-ng-view {
		margin-top: 100px;
		/* margin-top: 30px; */
		/* margin-top: 10px; */
	}
}

@media ( min-width : 768px) and (max-width: 1400px) {
	.primary-header .nav>li>a {
		font-size: 12px;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	.animation-options-icons i {
		font-size: 1.2em;
		padding-left: 10px;
	}
	.btn {
		padding: 6px 6px !important;
	}
	.login-button {
        font-size: 15px;
    }
    .service-title {
    	font-size: 41px;
	}
	.explain-desc {
	    font-size: 15px ;
	}
	.explain-title {
	    font-size: 22.9px;
	}
	.section_04{
	    margin-top: 21px;
	}
	.section_col_03_04{
	    margin-top: 29px;
	}
	.start-title {
	    font-size: 36px;
	}
	.start-desc{
		font-size: 23.1px;
	}
	.cls_028 {
	    font-size: 25.5px;
	}
	.speak-today {
	    font-size: 36px;
	}
	.speak-today-desc {
	    font-size: 23.1px;
	}
	.card-03 {
	    text-align: center;
	    margin-left: 21%;
	}
	.subscription_price {
     	float: none; 
	}
	.subscription_desc {
     	margin-top: 0px; 
	}
	.card-img-top{
		width: 221px;
	}

	.service_video{
		height: 257px;
	}
	.service_video_ipad{
		height: 235px !important;
	}

}

 

@media ( min-width : 769px) and (max-width: 1024px) { /* .navbar-nav {
	margin: -12px !important;
} */

	.main-logo-holderheader{
		display: block;
		padding: 0px;
		width: 200px !important;
		height: 58px !important;
	}
	.main-logo-holderheaders{
		display: block;
		padding: 0px;
		width: 200px !important;
		height: 58px !important;
	}

	.vehicle-img-links {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		color: #000;
		text-shadow: /* Outline */ -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0
			#fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 0
			-2px 0 #fff ;
	}
	/* video player css start  */
	videogular,[videogular] {
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	videogular div.my-logo-layer {
		position: absolute;
		display: block;
		z-index: 50;
		top: 0;
	}
	videogular div.my-logo-layer img {
		width: 35%;
		height: auto;
		padding-left: 20px;
		padding-top: 20px;
		opacity: 0.5;
	}
	/* video player css end  */
	.animation-labels {
		background-color: #303030;
		padding: 15px;
		/* margin-top: -5px; */
		font-size: 14px;
		color: #fff
	}
	.animation-options-icons {
		float: right;
		position: relative;
		font-size: 18px;
	}
	.animation-page-title {
		font-size: 20px;
		font-weight: 600;
	}
	.animation-title {
		font-size: 12px;
		color: #000;
		text-align: left;
		font-weight: 600;
	}
	.tag-name-animation {
		font-size: 12px !important;
		margin: 0px 0px 6px 0px !important;
		text-align: left;
		padding-left: 5%;
		font-weight: 600;
	}
	#image-content-1 .front-view-coolingsystem {
		top: 85%;
		left: 39%;
	}
	#image-content-1 .front-view-exhast {
		top: 6%;
		left: 54.5%;
	}
	#image-content-1 .front-view-enginem {
		left: 49%;
		top: 61%;
	}
	#image-content-1 .front-view-ignition {
		left: 34%;
		top: 30%;
	}
	#image-content-1 .front-view-electrical {
		left: 65%;
		top: 26%;
	}
	#image-content-1 .front-view-axleanddriveline {
		left: 75%;
		top: 51%;
	}
	#image-content-1 .front-view-transmisson {
		left: 60%;
		top: 49%;
	}
	#image-content-1 .front-view-scheduledm {
		top: 45%;
		left: 32%;
	}
	#image-content-1 .front-view-fuel {
		left: 35%;
		top: 52%;
	}
	#image-content-1 .front-view-brake {
		left: 14.125%;
		top: 47.568%;
	}
	#image-content-2 .front-view-coolingsystem {
		left: 9%;
		top: 47%;
	}
	#image-content-2 .front-view-engine {
		left: 16.125%;
		top: 39.568%;
	}
	#image-content-2 .front-view-brake {
		left: 16%;
		top: 65%;
	}
	#image-content-2 .side-view-steering {
		left: 39.125%;
		top: 37.568%;
	}
	#image-content-2 .side-view-air-conditioning {
		left: 30.125%;
		top: 38.568%;
	}
	#image-content-2 .side-view-air-transfer-case {
		left: 44.125%;
		top: 52.568%;
	}
	#image-content-2 .side-view-suspension {
		left: 74.125%;
		top: 41.568%;
	}
	#image-content-2 .side-view-tyre {
		left: 78%;
		top: 71%;
	}
	#image-content-3 .top-view-coolingsystem {
		left: 8%;
		top: 41%;
	}
	#image-content-3 .top-view-engine {
		left: 16%;
		top: 45%;
	}
	#image-content-3 .top-view-electrical {
		left: 18%;
		top: 60%;
	}
	#image-content-3 .top-view-axleanddriveline {
		left: 21%;
		top: 51%;
	}
	#image-content-3 .top-view-brake {
		left: 20%;
		top: 76%;
	}
	#image-content-3 .top-view-steering {
		left: 38%;
		top: 37%;
	}
	#image-content-3 .top-view-air-conditioning {
		top: 68%;
		left: 28%;
	}
	#image-content-3 .top-view-suspension {
		top: 38%;
		left: 79%;
	}
	#image-content-3 .top-view-exhaust {
		left: 94%;
		top: 66%;
	}
	#image-content-3 .top-view-fuel {
		left: 82%;
		top: 51%
	}
	#image-content-3 .top-view-body {
		left: 56%;
		top: 48%;
	}
	.service_video{
		height: 240px ;
	}


}

@media ( max-width : 768px) and (orientation: portrait) { /*
.custom-padding {
	padding: 15px 12px 10px !important;
    margin-top: -40px !important;
    background-color: #000;
    opacity: 0.7;
}
.custom-padding-list {
    padding: 5px 12px 2px !important;
    margin-top: -40px !important;
    background-color: #000;
    opacity: 0.7;
}
.tag-name {
    width: 75%;
    font-size: 9px !important;
}	
*/
	#clockdiv {
		display: inline-block;
		font-weight: 50;
		font-size: 16px;
		position: fixed;
		/* top: 0; */
		top: 65px;
		right: 1%;
		z-index: 100;
		text-align: center;
	}
	.fa-2x {
		font-size: 1em;
	}
	.swittch {
		width: 55px !important;
		height: 20px !important;
	}
	.swittch small {
		width: 20px !important;
		height: 20px !important;
	}
	.swittch.checked small {
		left: 36px !important;
	}
	.animation-labels {
		background-color: #303030;
		padding: 15px;
		/* margin-top: -5px; */
		font-size: 14px;
		color: #fff
	}
	/* video player css start  */
	videogular,[videogular] {
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	videogular div.my-logo-layer {
		position: absolute;
		display: block;
		z-index: 50;
		top: 0;
	}
	videogular div.my-logo-layer img {
		width: 35%;
		height: auto;
		padding-left: 20px;
		padding-top: 20px;
		opacity: 0.5;
	}
	/* video player css end  */
	.animation-options-icons {
		float: right;
		position: relative;
		font-size: 14px;
	}
	.animation-page-title {
		font-size: 16px;
		font-weight: 600;
	}
	.vehicle-img-links {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		color: #000;
		text-shadow: /* Outline */ -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0
			#fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 0
			-2px 0 #fff ;
	}
	.animation-title {
		font-size: 14px;
		color: #000;
		text-align: left;
		font-weight: 600;
		text-align: center;
	}
	.tag-name-animation {
		font-size: 12px !important;
		margin: 0px !important;
		text-align: left;
		padding-left: 5%;
		/* padding-left: 0; */
		font-weight: 600;
	}
	.super-sys-font-size h2 {
		font-size: 20px;
	}
	.system-font-size h5 {
		font-size: 12px;
	}
	.before-login-header .custom-navbar-collapse {
		padding-top: 20px;
		float: left;
		width: 100%;
		margin: 0 auto;
	}
	#image-content-1 .front-view-coolingsystem {
		top: 87%;
		left: 37%;
	}
	#image-content-1 .front-view-exhast {
		top: 6%;
		left: 54%;
	}
	#image-content-1 .front-view-enginem {
		left: 49%;
		top: 58%;
	}
	#image-content-1 .front-view-ignition {
		left: 34%;
		top: 29%;
	}
	#image-content-1 .front-view-electrical {
		left: 65%;
		top: 26%;
	}
	#image-content-1 .front-view-axleanddriveline {
		left: 75%;
		top: 51%;
	}
	#image-content-1 .front-view-transmisson {
		left: 65%;
		top: 50%;
	}
	#image-content-1 .front-view-scheduledm {
		top: 45%;
		left: 31%;
	}
	#image-content-1 .front-view-fuel {
		left: 36%;
		top: 52%;
	}
	#image-content-1 .front-view-brake {
		left: 14.125%;
		top: 48.568%;
	}
	#image-content-2 .front-view-coolingsystem {
		left: 9%;
		top: 48%;
	}
	#image-content-2 .front-view-engine {
		left: 16.125%;
		top: 39.568%;
	}
	#image-content-2 .front-view-brake {
		left: 16.125%;
		top: 65.568%;
	}
	#image-content-2 .side-view-steering {
		left: 39.125%;
		top: 37.568%;
	}
	#image-content-2 .side-view-air-conditioning {
		left: 31.125%;
		top: 37.568%;
	}
	#image-content-2 .side-view-air-transfer-case {
		left: 44.125%;
		top: 52.568%;
	}
	#image-content-2 .side-view-suspension {
		left: 74.125%;
		top: 41.568%;
	}
	#image-content-2 .side-view-tyre {
		left: 78%;
		top: 71%;
	}
	#image-content-3 .top-view-coolingsystem {
		left: 7%;
		top: 41%;
	}
	#image-content-3 .top-view-engine {
		left: 16%;
		top: 43%;
	}
	#image-content-3 .top-view-electrical {
		left: 18%;
		top: 61%;
	}
	#image-content-3 .top-view-axleanddriveline {
		left: 21%;
		top: 50%;
	}
	#image-content-3 .top-view-brake {
		left: 20%;
		top: 75%;
	}
	#image-content-3 .top-view-steering {
		left: 38%;
		top: 37%;
	}
	#image-content-3 .top-view-air-conditioning {
		top: 68%;
		left: 28%;
	}
	#image-content-3 .top-view-suspension {
		top: 37%;
		left: 79%;
	}
	#image-content-3 .top-view-exhaust {
		left: 94%;
		top: 65%;
	}
	#image-content-3 .top-view-fuel {
		left: 82%;
		top: 50%;
	}
	#image-content-3 .top-view-body {
		left: 56%;
		top: 48%;
	}
	.image360 {
		width: 13%;
		font-size: 41px;
	}
	.pa-20 {
		padding-bottom: 0px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	.animation-options-icons i {
		font-size: 2.7em;
		padding-left: 10px;
	}
	.animation-page_related .listings-grid__item {
		width: 75%;
	}
	.newfooter .after-login-footer i {
		font-size: 2.5em;
	}
	.modal-dialog {
		width: 92% !important;
	}
	.dropfiles {
		position: absolute;
		top: 250px;
		left: 25% !important;
	}
	.angular-ui-tree-handle {
		cursor: move;
		text-decoration: none;
		font-weight: 700;
		box-sizing: border-box;
		min-height: 20px;
		line-height: 14px;
		padding: 21px;
	}
	 
	.footer-text-align {
		text-align: center !important;
	}
	.slider_circle_10 {
		position: relative;
		width: 75vw;
		height: 69vw;
		margin: 0% auto;
		user-select: none;
	}
	.slider_circle_10 .active {
		opacity: 1;
		position: absolute;
		top: 60%;
		left: 34% !important;
		margin-left: -25%;
		width: 83% !important;
		height: 69% !important;
		z-index: 10;
	}
	.slider_circle_10 .prev1,.slider_circle_10 .next1 {
		opacity: 0.9;
		position: absolute;
		top: 63%;
		left: 36%;
		margin-left: -45%;
		width: 75% !important;
		height: 63% !important;
		z-index: 9;
	}
	.slider_circle_10 .next1 {
		margin-left: -4% !important;
	}
	.next_button,.prev_button {
		position: absolute;
		left: 115%;
		top: 46% !important;
		margin: -15px 0 0 -25px !important;
		width: 25px !important;
		height: 25px !important;
		/* border: 1px solid #000 !important; */
		/* background: #fff !important; */
		opacity: 0.5 !important;
		/* z-index: 5000 !important; */
		z-index: 0 !important;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
	}
	.prev_button {
		position: absolute;
		left: -8%;
	}
	/* .navbar-nav {
    margin: 0 !important;
    float: none;
}
.navbar-collapse >ul {
    height: 50px;
    padding: 8px;
}
.navbar-nav >li {
    float: none !important;
    display: inline-block;
}
.navbar {
	width: 100%;
    text-align: center;
}
.dropdown-li {
	float: none !important;
    display: none !important;
} */
	.userguide_title_font {
		font-size: 26px;
		font-family: Arial;
		font-weight: bold;
		margin-top: -55px;
	}
	.userguide_title_font1 {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_fontside {
		font-size: 20px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font2 {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
		text-align: center;
	}
	.userguide_title_font_li {
		font-size: 18px;
		font-family: Arial;
	}
	.userguide_image {
		width: 100%
	}
	.userguide_title_font2image {
		margin-left: 0px;
	}
	.userguide_sidebar {
		min-width: 261px;
		max-width: 80px;
		text-align: center;
		margin-left: 0px !important;
		top: 0px !important;
	}
	.userguide_title_font_li .userguide_font_color {
		color: #000066;
		font-weight: bold;
	}
	.userguide_sidebar.active {
		min-width: 128px !important;
		max-width: 190px;
		text-align: center;
		position: relative;
		top: 0px !important;
	}
	.hot-spot {
		width: 10px;
		height: 10px;
		/* background-color: rgb(224, 67, 114); */
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		opacity: 0.8;
		z-index: 1;
	}
	.hot-spot:hover:after {
		cursor: pointer;
		opacity: 1;
		width: 20px;
		height: 20px;
		opacity: 1;
	}
	.animation-menu {
		margin-top: -14%;
	}
	.switch {
		top: 0px !important;
	}
	.animation-details-old-video {
		margin-left: 0 !important;
		width: 100% !important;
	}
}

@media ( max-width : 768px) and (orientation: landscape) { /*
.custom-padding {
	padding: 15px 12px 10px !important;
    margin-top: -40px !important;
    background-color: #000;
    opacity: 0.7;
}
.custom-padding-list {
    padding: 5px 12px 2px !important;
    margin-top: -40px !important;
    background-color: #000;
    opacity: 0.7;
}
.tag-name {
    width: 75%;
    font-size: 9px !important;
}	
*/
	.fa-2x {
		font-size: 1em;
	}
	.animation-labels {
		background-color: #303030;
		padding: 15px;
		/* margin-top: -5px; */
		font-size: 14px;
		color: #fff
	}
	/* video player css start  */
	videogular,[videogular] {
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	videogular div.my-logo-layer {
		position: absolute;
		display: block;
		z-index: 50;
		top: 0;
	}
	videogular div.my-logo-layer img {
		width: 35%;
		height: auto;
		padding-left: 20px;
		padding-top: 20px;
		opacity: 0.5;
	}
	/* video player css end  */
	.animation-options-icons {
		float: right;
		position: relative;
		font-size: 14px;
	}
	.animation-page-title {
		font-size: 24px;
		font-weight: 600;
	}
	.vehicle-img-links {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		color: #000;
		text-shadow: /* Outline */ -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0
			#fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 0
			-2px 0 #fff ;
	}
	.animation-title {
		font-size: 14px;
		color: #000;
		text-align: left;
		font-weight: 600;
	}
	.tag-name-animation {
		font-size: 12px !important;
		margin: 0px !important;
		text-align: left;
		padding-left: 5%;
		font-weight: 600;
	}
	.super-sys-font-size h2 {
		font-size: 20px;
	}
	.system-font-size h5 {
		font-size: 12px;
	}
	.before-login-header .custom-navbar-collapse {
		padding-top: 20px;
		float: left;
		width: 100%;
		margin: 0 auto;
	}
	#image-content-1 .front-view-coolingsystem {
		top: 83%;
		left: 32%;
	}
	#image-content-1 .front-view-exhast {
		top: 6%;
		left: 54%;
	}
	#image-content-1 .front-view-enginem {
		left: 49%;
		top: 58%;
	}
	#image-content-1 .front-view-ignition {
		left: 33%;
		top: 29%;
	}
	#image-content-1 .front-view-electrical {
		left: 61%;
		top: 26%;
	}
	#image-content-1 .front-view-axleanddriveline {
		left: 75%;
		top: 43%;
	}
	#image-content-1 .front-view-transmisson {
		left: 65%;
		top: 50%;
	}
	#image-content-1 .front-view-scheduledm {
		top: 39%;
		left: 29%;
	}
	#image-content-1 .front-view-fuel {
		left: 34%;
		top: 49%;
	}
	#image-content-1 .front-view-brake {
		left: 12.125%;
		top: 51.568%;
	}
	#image-content-2 .front-view-coolingsystem {
		left: 0%;
		top: 43%;
	}
	#image-content-2 .front-view-engine {
		left: 13.125%;
		top: 31.568%;
	}
	#image-content-2 .front-view-brake {
		left: 12.125%;
		top: 66.568%;
	}
	#image-content-2 .side-view-steering {
		left: 36.125%;
		top: 40.568%;
	}
	#image-content-2 .side-view-air-conditioning {
		left: 35.125%;
		top: 26.568%;
	}
	#image-content-2 .side-view-air-transfer-case {
		left: 41.125%;
		top: 53.568%;
	}
	#image-content-2 .side-view-suspension {
		left: 72.125%;
		top: 34.568%;
	}
	#image-content-2 .side-view-tyre {
		left: 77%;
		top: 67%;
	}
	#image-content-3 .top-view-coolingsystem {
		left: 0%;
		top: 34%;
	}
	#image-content-3 .top-view-engine {
		left: 13%;
		top: 41%;
	}
	#image-content-3 .top-view-electrical {
		left: 10%;
		top: 56%;
	}
	#image-content-3 .top-view-axleanddriveline {
		left: 19%;
		top: 47%;
	}
	#image-content-3 .top-view-brake {
		left: 16%;
		top: 75%;
	}
	#image-content-3 .top-view-steering {
		left: 34%;
		top: 25%;
	}
	#image-content-3 .top-view-air-conditioning {
		top: 60%;
		left: 27%;
	}
	#image-content-3 .top-view-suspension {
		top: 30%;
		left: 78%;
	}
	#image-content-3 .top-view-exhaust {
		left: 89%;
		top: 57%;
	}
	#image-content-3 .top-view-fuel {
		left: 81%;
		top: 47%;
	}
	#image-content-3 .top-view-body {
		left: 56%;
		top: 48%;
	}
	.image360 {
		width: 13%;
		font-size: 41px;
	}
	.pa-20 {
		padding-bottom: 0px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.xs-landscape {
		width: 50%;
	}
	.animation-options-icons i {
		font-size: 2.5em;
	}
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse
		{
		max-height: 280px;
	}
	.newfooter .after-login-footer i {
		font-size: 3em;
	}
	.footer-xs-landscape .col-xs-12 {
		width: 50%;
	}
	.sub-systems .col-xs-6 {
		width: 25%;
	}
	.listings-grid__body-related h5 {
		font-size: 12px;
	}
	.animation-details .col-xs-12,.animation-details-old-video .col-xs-12 {
		width: 50%;
	}
	.xs-landscape-fav-his-new {
		width: 25%;
	}
	.modal-dialog {
		width: 100% !important;
	}
	.slider_circle_10 {
		position: relative;
		width: 55vw;
		height: 50vw;
		margin: 0% auto;
		user-select: none;
		z-index: 0;
		margin-bottom: 10%;
	}
	.footer {
		position: relative !important;
	}
	.next_button,.prev_button {
		position: absolute;
		left: 115%;
		top: 35% !important;
		margin: -15px 0 0 -25px !important;
		width: 25px !important;
		height: 25px !important;
		/* border: 1px solid #000 !important; */
		/* background: #fff !important; */
		opacity: 0.5 !important;
		z-index: 5000 !important;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
	}
	.prev_button {
		position: absolute;
		left: -8%;
	}
	/* .navbar-nav {
    margin: 0 !important;
    float: none;
}
.navbar-collapse >ul {
    height: 50px;
    padding: 8px;
}
.navbar-nav >li {
    float: none !important;
    display: inline-block;
}
.navbar {
	width: 100%;
    text-align: center;
}
.dropdown-li {
	float: none !important;
    display: none !important;
} */
	.userguide_title_font {
		font-size: 26px;
		font-family: Arial;
		font-weight: bold;
	}
	.userguide_title_font1 {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_fontside {
		font-size: 20px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
	}
	.userguide_title_font2 {
		font-size: 21px;
		font-family: Arial;
		color: #000066;
		font-weight: bold;
		text-align: center;
	}
	.userguide_title_font_li {
		font-size: 18px;
		font-family: Arial;
	}
	.userguide_image {
		width: 100%
	}
	.userguide_title_font2image {
		margin-left: 0px;
	}
	.userguide_sidebar.active {
		min-width: 160px !important;
		max-width: 190px;
		text-align: center;
		position: relative;
		top: 0px !important;
	}
	.userguide_title_font_li .userguide_font_color {
		font-weight: bold;
	}
	.hot-spot {
		width: 10px;
		height: 10px;
		/* background-color: rgb(224, 67, 114); */
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		opacity: 0.8;
		z-index: 1;
	}
	.hot-spot:hover:after {
		cursor: pointer;
		opacity: 1;
		width: 20px;
		height: 20px;
		opacity: 1;
	}
	.animation-menu {
		margin-top: -6%;
	}
	#clockdiv {
		display: inline-block;
		font-weight: 50;
		font-size: 16px;
		position: fixed;
		top: 0;
		/* top: 50px; */
		right: 9%;
		z-index: 100;
		text-align: center;
	}
	.switch {
		top: 0px !important;
	}
}

/* @media screen and (min-device-width: 1200px) and (max-device-width:
	1600px) and (-webkit-min-device-pixel-ratio: 1) {
.vehicle-img-links {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #000;
    text-shadow: Outline -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}

#image-content-1 .front-view-coolingsystem {
	top: 81%;
	left: 32%;
}
#image-content-1 .front-view-exhast {
	top: 8%;
	left: 54%;
}
#image-content-1 .front-view-enginem {
	left: 49%;
	top: 61%;
}

#image-content-1 .front-view-ignition {
	left: 34%;
	top: 30%;
}

#image-content-1 .front-view-electrical {
	left: 61%;
	top: 31%;
}

#image-content-1 .front-view-axleanddriveline {
	left: 73%;
	top: 45%;
}

#image-content-1 .front-view-transmisson {
	left: 60%;
	top: 49%;
}

#image-content-1 .front-view-scheduledm {
	top: 43%;
	left: 29%;
}

#image-content-1 .front-view-fuel {
	left: 34%;
    top: 49%;
}

#image-content-1 .front-view-brake {
	left: 12.125%;
	top: 53.568%;
}

#image-content-2 .front-view-coolingsystem {
	left: -2%;
    top: 43%;
}

#image-content-2 .front-view-engine {
	left: 12.125%;
    top: 32.568%;
}

#image-content-2 .front-view-brake {
	left: 13.125%;
    top: 66.568%;
}

#image-content-2 .side-view-steering {
	left: 34.125%;
    top: 39.568%;
}

#image-content-2 .side-view-air-conditioning {
	left: 33.125%;
    top: 27.568%;
}

#image-content-2 .side-view-air-transfer-case {
	left: 41.125%;
    top: 57.568%;
}

#image-content-2 .side-view-suspension {
	left: 69.125%;
    top: 35.568%;
}

#image-content-2 .side-view-tyre {
	left: 76%;
    top: 68%;
}

#image-content-3 .top-view-coolingsystem {
	left: 1%;
    top: 41%;
}

#image-content-3 .top-view-engine {
	left: 12%;
    top: 45%;
}

#image-content-3 .top-view-electrical {
	left: 7%;
    top: 60%;
}


#image-content-3 .top-view-axleanddriveline {
	left: 15%;
    top: 52%;
}

#image-content-3 .top-view-brake {
	left: 14%;
    top: 77%;
}

#image-content-3 .top-view-steering {
	left: 30%;
    top: 26%;
}

#image-content-3 .top-view-air-conditioning {
	top: 60%;
    left: 24%
}

#image-content-3 .top-view-suspension {
	top: 31%;
    left: 77%;
}

#image-content-3 .top-view-exhaust {
    left: 91%;
    top: 57%;
}

#image-content-3 .top-view-fuel {
	left: 80%;
    top: 48%;
}

#image-content-3 .top-view-body {
	left: 56%;
    top: 48%;
}
.image360 {
	width: 7%;
    font-size: 550%;
}
} */

/* @media only screen and (min-device-width: 768px) and (max-device-width:
	1199px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
#image-content-1 .front-view-coolingsystem {
	top: 81%;
	left: 32%;
}
#image-content-1 .front-view-exhast {
	top: 8%;
	left: 54%;
}
#image-content-1 .front-view-enginem {
	left: 49%;
	top: 61%;
}

#image-content-1 .front-view-ignition {
	left: 34%;
	top: 30%;
}

#image-content-1 .front-view-electrical {
	left: 61%;
	top: 31%;
}

#image-content-1 .front-view-axleanddriveline {
	left: 73%;
	top: 45%;
}

#image-content-1 .front-view-transmisson {
	left: 60%;
	top: 49%;
}

#image-content-1 .front-view-scheduledm {
	top: 43%;
	left: 29%;
}

#image-content-1 .front-view-fuel {
	left: 34%;
    top: 49%;
}

#image-content-1 .front-view-brake {
	left: 12.125%;
	top: 53.568%;
}

#image-content-2 .front-view-coolingsystem {
	left: -2%;
    top: 43%;
}

#image-content-2 .front-view-engine {
	left: 12.125%;
    top: 32.568%;
}

#image-content-2 .front-view-brake {
	left: 13.125%;
    top: 66.568%;
}

#image-content-2 .side-view-steering {
	left: 34.125%;
    top: 39.568%;
}

#image-content-2 .side-view-air-conditioning {
	left: 33.125%;
    top: 27.568%;
}

#image-content-2 .side-view-air-transfer-case {
	left: 41.125%;
    top: 57.568%;
}

#image-content-2 .side-view-suspension {
	left: 69.125%;
    top: 35.568%;
}

#image-content-2 .side-view-tyre {
	left: 76%;
    top: 68%;
}

#image-content-3 .top-view-coolingsystem {
	left: 1%;
    top: 41%;
}

#image-content-3 .top-view-engine {
	left: 12%;
    top: 45%;
}

#image-content-3 .top-view-electrical {
	left: 7%;
    top: 60%;
}


#image-content-3 .top-view-axleanddriveline {
	left: 15%;
    top: 52%;
}

#image-content-3 .top-view-brake {
	left: 14%;
    top: 77%;
}

#image-content-3 .top-view-steering {
	left: 30%;
    top: 26%;
}

#image-content-3 .top-view-air-conditioning {
	top: 60%;
    left: 24%
}

#image-content-3 .top-view-suspension {
	top: 31%;
    left: 77%;
}

#image-content-3 .top-view-exhaust {
    left: 91%;
    top: 57%;
}

#image-content-3 .top-view-fuel {
	left: 80%;
    top: 48%;
}

#image-content-3 .top-view-body {
	left: 56%;
    top: 48%;
}
} */

/* @media only screen and (min-device-width: 768px) and (max-device-width:
	1199px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 1) {
.vehicle-img-links {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #000;
    text-shadow: Outline -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
#image-content-1 .front-view-coolingsystem {
	top: 81%;
	left: 32%;
}
#image-content-1 .front-view-exhast {
	top: 8%;
	left: 54%;
}
#image-content-1 .front-view-enginem {
	left: 49%;
	top: 61%;
}

#image-content-1 .front-view-ignition {
	left: 34%;
	top: 30%;
}

#image-content-1 .front-view-electrical {
	left: 61%;
	top: 31%;
}

#image-content-1 .front-view-axleanddriveline {
	left: 73%;
	top: 45%;
}

#image-content-1 .front-view-transmisson {
	left: 60%;
	top: 49%;
}

#image-content-1 .front-view-scheduledm {
	top: 43%;
	left: 29%;
}

#image-content-1 .front-view-fuel {
	left: 34%;
    top: 49%;
}

#image-content-1 .front-view-brake {
	left: 12.125%;
	top: 53.568%;
}

#image-content-2 .front-view-coolingsystem {
	left: -2%;
    top: 43%;
}

#image-content-2 .front-view-engine {
	left: 12.125%;
    top: 32.568%;
}

#image-content-2 .front-view-brake {
	left: 13.125%;
    top: 66.568%;
}

#image-content-2 .side-view-steering {
	left: 34.125%;
    top: 39.568%;
}

#image-content-2 .side-view-air-conditioning {
	left: 33.125%;
    top: 27.568%;
}

#image-content-2 .side-view-air-transfer-case {
	left: 41.125%;
    top: 57.568%;
}

#image-content-2 .side-view-suspension {
	left: 69.125%;
    top: 35.568%;
}

#image-content-2 .side-view-tyre {
	left: 76%;
    top: 68%;
}

#image-content-3 .top-view-coolingsystem {
	left: 3%;
    top: 39%;
}

#image-content-3 .top-view-engine {
	left: 13%;
    top: 45%;
}

#image-content-3 .top-view-electrical {
	left: 7%;
    top: 60%;
}


#image-content-3 .top-view-axleanddriveline {
	left: 15%;
    top: 52%;
}

#image-content-3 .top-view-brake {
	left: 16%;
    top: 76%;
}

#image-content-3 .top-view-steering {
	left: 30%;
    top: 26%;
}

#image-content-3 .top-view-air-conditioning {
	top: 64%;
    left: 26%;
}

#image-content-3 .top-view-suspension {
	top: 31%;
    left: 77%;
}

#image-content-3 .top-view-exhaust {
    left: 91%;
    top: 57%;
}

#image-content-3 .top-view-fuel {
	left: 80%;
    top: 48%;
}

#image-content-3 .top-view-body {
	left: 56%;
    top: 48%;
}
.image360 {
	width: 7%;
    font-size: 355%;
}
} */

/* @media only screen and (min-device-width: 768px) and (max-device-width:
	1199px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 1) {
.vehicle-img-links {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #000;
    text-shadow: Outline -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
#image-content-1 .front-view-coolingsystem {
	top: 81%;
	left: 32%;
}
#image-content-1 .front-view-exhast {
	top: 8%;
	left: 54%;
}
#image-content-1 .front-view-enginem {
	left: 49%;
	top: 61%;
}

#image-content-1 .front-view-ignition {
	left: 34%;
	top: 30%;
}

#image-content-1 .front-view-electrical {
	left: 61%;
	top: 31%;
}

#image-content-1 .front-view-axleanddriveline {
	left: 73%;
	top: 45%;
}

#image-content-1 .front-view-transmisson {
	left: 60%;
	top: 49%;
}

#image-content-1 .front-view-scheduledm {
	top: 43%;
	left: 29%;
}

#image-content-1 .front-view-fuel {
	left: 34%;
    top: 49%;
}

#image-content-1 .front-view-brake {
	left: 12.125%;
	top: 53.568%;
}

#image-content-2 .front-view-coolingsystem {
	left: -2%;
    top: 43%;
}

#image-content-2 .front-view-engine {
	left: 12.125%;
    top: 32.568%;
}

#image-content-2 .front-view-brake {
	left: 13.125%;
    top: 66.568%;
}

#image-content-2 .side-view-steering {
	left: 34.125%;
    top: 39.568%;
}

#image-content-2 .side-view-air-conditioning {
	left: 33.125%;
    top: 27.568%;
}

#image-content-2 .side-view-air-transfer-case {
	left: 41.125%;
    top: 57.568%;
}

#image-content-2 .side-view-suspension {
	left: 69.125%;
    top: 35.568%;
}

#image-content-2 .side-view-tyre {
	left: 76%;
    top: 68%;
}

#image-content-3 .top-view-coolingsystem {
	left: 1%;
    top: 41%;
}

#image-content-3 .top-view-engine {
	left: 12%;
    top: 45%;
}

#image-content-3 .top-view-electrical {
	left: 7%;
    top: 60%;
}


#image-content-3 .top-view-axleanddriveline {
	left: 15%;
    top: 52%;
}

#image-content-3 .top-view-brake {
	left: 14%;
    top: 77%;
}

#image-content-3 .top-view-steering {
	left: 30%;
    top: 26%;
}

#image-content-3 .top-view-air-conditioning {
	top: 60%;
    left: 24%
}

#image-content-3 .top-view-suspension {
	top: 31%;
    left: 77%;
}

#image-content-3 .top-view-exhaust {
    left: 91%;
    top: 57%;
}

#image-content-3 .top-view-fuel {
	left: 80%;
    top: 48%;
}

#image-content-3 .top-view-body {
	left: 56%;
    top: 48%;
}
}
/*Image360 responsive css end*/

/* crop and upload start*/
.CropAndUpload {
	margin: 13px;
}

.cropArea {
	background: #E4E4E4;
	overflow: hidden;
	height: 400px;
}

.imagedroparea {
	border: 2px dashed #d5d5d6;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
}

.imagedroparea,.imagedroparea * {
	box-sizing: border-box;
}

.imagedroparea .dz-message {
	text-align: center;
	font-weight: 400;
}

.img-crop.fixed-height {
	height: 100%;
	overflow: hidden;
}

.dropfiles {
	position: absolute;
	top: 250px;
	left: 36%;
}

.select-file {
	position: absolute;
	top: 49%;
	z-index: 100;
	left: 20%;
}

.upload-button {
	display: inline;
	vertical-align: middle;
}

.upload-button-text {
	display: inline;
	/*vertical-align: top;
	padding-left: 10px;*/
	vertical-align: super;
	padding-left: 5px;
}

.delete-logo:hover .edit {
	display: block;
}

.delete-logo {
	cursor: pointer;
}

.edit {
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.edit a {
	color: #000;
}

/* crop and upload end*/

/* Floting sidebar css */

/* .sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
} */
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	/* right: 0; */
	right: 0.90%;
	/* right: 2%; */
	top: 35%;
	width: 55px;
	/* width: 80px; */
	z-index: 1000;
}

.sticky-container-rtl {
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 0%;
	top: 35%;
	width: 80px;
	z-index: 1000;
}

.sticky-container-xs { /* padding: 0px; */
	margin: 0px;
	position: fixed;
	/* right: 65%; */
	top: 90%;
	width: 87%;
	z-index: 10;
	/* margin: 0 auto; */
	text-align: center;
}

.sticky-container-md { /* padding: 0px; */
	margin: 0px;
	position: fixed;
	top: 5.5%;
	width: 100%;
	z-index: 10;
	text-align: center;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  
	  .sticky-container-md { /* padding: 0px; top: 89%;*/
		margin: 0px;
		position: fixed;
		top: 7%;
		width: 97%;
		z-index: 10;
		text-align: center;
	}
}


.sticky li {
	list-style-type: none;
	background-color: transparent;
	color: #efefef;
	height: 43px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
/* .sticky li:hover{
    margin-left:-25px;
} */
.sticky li img {
	float: left;
	margin: 5px 4px;
	margin-right: 5px;
}

.sticky li p {
	padding-top: 5px;
	margin: 0px;
	line-height: 16px;
	font-size: 11px;
}

.sticky li p a {
	text-decoration: none;
	color: #2C3539;
}

.sticky li p a:hover {
	text-decoration: underline;
}
/* Floting sidebar css */
/* .animation-labels-old-video {
	background-color: #303030;
	padding: 15px;
	padding: 10px;
	margin-top: -5px;
	margin-top: 0px;
	font-size: 16px;
	color: #fff;
	width: 73.1%;
    position: relative;
	left: 13.5%;
} */
.animation-labels-old-video {
	background-color: #303030;
	padding: 15px;
	margin-top: -5px;
	font-size: 16px;
	color: #fff;
	width: 73%;
	margin: 0 auto;
}

.vjs-video-js-old,.animation-labels-old-video {
	background-color: #303030;
	padding: 15px;
	margin-top: -5px;
	font-size: 16px;
	color: #fff;
	width: 73%;
	margin: 0 auto;
}
/*.vjs-video-js-new, .animation-labels-old-video {
    background-color: #303030;
    padding: 15px;
    margin-top: -5px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}*/
@media ( min-width : 1441px) {
	.animation-labels {
		background-color: #303030;
		padding: 15px;
		/* margin-top: -5px; */
		margin-top: 0px;;
		font-size: 16px;
		color: #fff;
	}
	/* .navbar-nav {
	margin: -12px !important;
} */
	.animation-labels-old-video {
		background-color: #303030;
		padding: 15px;
		margin-top: -5px;
		font-size: 16px;
		color: #fff;
		width: 73%;
		/* width: 78%; */
		margin: 0 auto;
	}
	.animation-details-old-video {
		background-color: #fff;
		padding: 15px;
		/* width: 73.1%;
   position: relative; */
		left: 13.5%;
		width: 73%;
		margin: 0 auto;
	}
	.animation-options-icons {
		float: right;
		position: relative;
		font-size: 30px;
		
	}
	.animation-options-icons i{
		padding-left: 10px;
	}
	.animation-page-title {
		font-size: 26px;
		font-weight: 600;
	}
	.tag-name-animation {
		font-size: 16px !important;
		margin: 0px !important;
		text-align: left;
		padding-left: 5%;
		/* padding-left: 0; */
		font-weight: 600;
	}
	.animation-control-bar-old { /* width: 73.1%;
   position: relative; */
		left: 13.5%;
		width: 73%;
		margin: 0 auto;
	}
	#image-content-1 .front-view-coolingsystem {
		top: 84%;
		left: 39%;
	}
	#image-content-1 .front-view-exhast {
		top: 4%;
		left: 54.30%;
	}
	#image-content-1 .front-view-enginem {
		left: 49%;
		top: 61%;
	}
	#image-content-1 .front-view-ignition {
		left: 34%;
		top: 29%;
	}
	#image-content-1 .front-view-electrical {
		left: 65%;
		top: 31%;
	}
	#image-content-1 .front-view-axleanddriveline {
		left: 76%;
		top: 51%;
	}
	#image-content-1 .front-view-transmisson {
		left: 60%;
		top: 49%;
	}
	#image-content-1 .front-view-scheduledm {
		top: 45%;
		left: 32%;
	}
	#image-content-1 .front-view-fuel {
		left: 35%;
		top: 51%;
	}
	#image-content-1 .front-view-brake {
		left: 14.125%;
		top: 48.568%;
	}
	#image-content-2 .front-view-coolingsystem {
		left: 9%;
		top: 46%;
	}
	#image-content-2 .front-view-engine {
		left: 16.125%;
		top: 39.568%;
	}
	#image-content-2 .front-view-brake {
		left: 16.125%;
		top: 64.568%;
	}
	#image-content-2 .side-view-steering {
		left: 39.125%;
		top: 38.568%;
	}
	#image-content-2 .side-view-air-conditioning {
		left: 30.125%;
		top: 36.568%;
	}
	#image-content-2 .side-view-air-transfer-case {
		left: 45.125%;
		top: 52.568%;
	}
	#image-content-2 .side-view-suspension {
		left: 74.125%;
		top: 42.568%;
	}
	#image-content-2 .side-view-tyre {
		left: 78%;
		top: 72%;
	}
	#image-content-3 .top-view-coolingsystem {
		left: 7%;
		top: 40%;
	}
	#image-content-3 .top-view-engine {
		left: 16%;
		top: 45%;
	}
	#image-content-3 .top-view-electrical {
		left: 18%;
		top: 60%;
	}
	#image-content-3 .top-view-axleanddriveline {
		left: 21%;
		top: 52%;
	}
	#image-content-3 .top-view-brake {
		left: 20%;
		top: 75%;
	}
	#image-content-3 .top-view-steering {
		left: 38%;
		top: 36%;
	}
	#image-content-3 .top-view-air-conditioning {
		top: 68%;
		left: 28%;
	}
	#image-content-3 .top-view-suspension {
		top: 36%;
		left: 78%;
	}
	#image-content-3 .top-view-exhaust {
		left: 95%;
		top: 66%;
	}
	#image-content-3 .top-view-fuel {
		left: 82%;
		top: 48%;
	}
	#image-content-3 .top-view-body {
		left: 56%;
		top: 48%;
	}
}

.animation-details-old-video {
	background-color: #fff;
	padding: 15px;
	/* width: 73.1%;
    position: relative; */
	/*left: 13.5%;*/
	margin-left: 13.2%;
	width: 73.3%;
}

.animation-details {
	background-color: #fff;
	padding: 15px;
}

.animation-control-bar-old { /* width: 73.1%;
    position: relative;
    left: 13.5%; */
	
}

.animation-details-old-video-padding-top { /* padding-top: 5%; */
	
}

.animation-page-options a: hover {
	color: red;
}

.narrated-title { /*text-overflow: ellipsis;
	white-space: unset;
	width: 90%;
	overflow: hidden;*/
	width: 100%;
	text-overflow: ellipsis;
	margin-bottom: 12px;
	cursor: pointer;
	word-break: break-word;
	overflow: hidden;
	white-space: nowrap;
}

.listings-grid__item .content-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.listings-grid__item:hover .content-overlay {
	opacity: 0.9;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.listings-grid__item:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
	overflow: visible;
	white-space: normal;
}

/* .listings-grid__item:hover .listings-grid__animation {
	background-color: transparent;
} */

/* .listings-grid__item:hover .title-on-hover {
	display: none;
} */

/* .listings-grid__item:hover .interactive-on-hover {
	display: none;
} */

/* .listings-grid__item:hover .narrated-duration {
	display: none;
} */

.listings-grid__item:hover .envelope-align-hover { /*display: none;*/
	z-index: 1;
}

/* .listings-grid__item:hover .narrated-title {
	margin: 11px !important;
}

.listings-grid__item:hover .interactive-title {
	margin: 11px !important;
} */

.fadeIn-bottom {
	top: 80%;
}

.content-details h4 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	font-size: 16px !important;
}

.listings-grid__item .content-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: auto;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#label-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	font-size: larger;
}

.break-log-word {
	word-break: break-all;
}

.dd-options {
	width: 181px !important;
}

.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 0px;
	margin-left: 0px;
	display: block !important;
	border: 0px solid black;
	outline: none;
}

.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 33px;
	display: block !important;
	border: 0px solid black;
	outline: none;
}

.owl-theme .owl-nav [class *='owl-'] {
	font-size: 30px !important;
}

.owl-theme .owl-nav [class *='owl-']:hover {
	background: none !important;
	color: #000;
	text-decoration: none;
}

/* .custom-bg .owl-carousel .owl-item img:hover{
	transform: scale(1.1);
    transition: all 200ms;
}

.custom-bg .listings-grid__item:hover {
    transition: all 200ms;
}

.custom-bg .listings-grid__item:hover img{
	transform: scale(1.1);
    transition: all 200ms;
} */

angular-ui-tree-handle {
	cursor: move;
	text-decoration: none;
	font-weight: 700;
	box-sizing: border-box;
	min-height: 20px;
	line-height: 20px;
	word-wrap: break-word;
}

.logo-home { /* max-width: 500px; */
	
}

.footer-text-align {
	text-align: left;
}

.owl-carousel .owl-stage-outer { /* text-align: -webkit-center;
    text-align: -moz-center; */
	text-align: center;
}

.owl-stage {
	margin: 0 auto;
}

.glyphicon.glyphicon-star,.glyphicon.glyphicon-star-empty {
	font-size: 30px !important;
}
/* For Logo Responsiveness */
@media ( min-width : 1800px) {
	.logo-outside-box {
		max-width: 350px;
		max-height: 180px;
	}
}

@media ( min-width : 1600px) and (max-width: 1799px) {
	.logo-outside-box {
		max-width: 230px;
		max-height: 170px;
	}
}

@media ( min-width : 1400px) and (max-width: 1599px) {
	.logo-outside-box {
		max-width: 200px;
		max-height: 160px;
	}
}

@media ( min-width : 1000px) and (max-width: 1399px) {
	.logo-outside-box {
		max-width: 180px;
		max-height: 150px;
	}
	.login-button {
    	font-size: 20px;
	}
}

@media ( min-width : 800px) and (max-width: 999px) {
	.logo-outside-box {
		max-width: 160px;
		max-height: 140px;
	}
}

@media ( max-width : 799px) {
	.logo-outside-box {
		max-width: 185px;
		max-height: 130px;
	}
	.btn-danger-custom {
	    width: 330px;
	} 
	.service-title {
	    font-size: 31px;
	}
	.service-desc {
	    font-size: 17.1px;
	    /*text-align: center;*/
	}
	.explain-title {
	    font-size: 15.9px;
	}
	.explain-desc {
	    font-size: 10px;
	}
/*	.subscription_desc {
	    padding-top: 38px;
	}*/
	.card-03 {
	    text-align: center;
	}
	.subscription_price {
	    float: none;
	}
	.subscription_desc {
	    margin-top: 0px;
	}
   .ru-video{
      height: 238px ;
   }
}

#clockdiv>div {
	padding: 3px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

#clockdiv div>span {
	padding: 3px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext {
	padding-top: 1px;
	font-size: 10px;
}

.feedback-focus span :focus {
	outline: none;
}

.related-animation-title {
	text-overflow: unset;
	white-space: unset;
	text-transform: capitalize;
	/* padding-top: 8px;
	padding-top: 17px;
	padding-bottom: 8px; */
	font-size: 13px;
	margin: 0px;
	/* text-align: center;
	vertical-align: middle;
	/* background-color:#e4e4e4; */
	background: #000;
	opacity: 0.8;
	/* margin-top: -24px; */
	color: #fff;
	height: auto;
	/* min-height: 50px; */
	min-height: 53px;
	padding-left: 5px;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}

.modal-body>.container-fluid>.p-5 {
	padding: 5px;
}

.no-billing-plan {
	padding: 0px !important;
}

.no-billing-plan h4 {
	margin-top: 10px !important;
}

.before-login-outline a:focus {
	outline: unset !important;
}

.hot-spot:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*border: 2px solid rgb(224, 67, 114);*/
	width: 20px;
	height: 20px;
	border-radius: 50%;
	opacity: 0;
	transition: 0.2s all;
}

.hot-spot:hover {
	cursor: pointer;
	opacity: 1;
}

.hot-spot+.tooltip>.tooltip-inner { /*background-color: #73AD21; */
	/*color: #FFFFFF; */
	padding: 15px;
	/*font-size: 20px;*/
}

.text-img-bottom {
	background-color: transparent;
	position: absolute;
	width: 100%;
	/* bottom: -10px; */
	bottom: 0;
	display: table;
	/* height: auto;
    min-height: 53px; */
	height: 53px;
}

@media ( max-width : 800px) and (orientation: portrait) {
	.userguide_sidebar.active {
		min-width: 122px !important;
		max-width: 190px;
		text-align: center;
		position: relative;
		top: 0px !important;
	}
}

@media ( max-width : 960px) and (orientation: landscape) {
	.userguide_sidebar.active {
		min-width: 148px !important;
		max-width: 190px;
		text-align: center;
		position: relative;
		top: 0px !important;
	}
}

.already-active {
	text-align: center;
	font-size: x-large;
}

@media screen and (min-width: 1403px) {
	.modal-lg-custom .modal-lg {
		width: 1250px;
	}
	.related-pop-up .modal-lg {
		width: 76%;
	}
	/*.modal-lg-custom video {
    width: 832px;
    height: 463px;
}*/
	.embeddNew {
		overflow-y: auto;
		overflow-x: hidden;
		height: 370px;
		/* height:auto; */
	}
	.tab-title {
		font-size: 12px;
	}
	/*
.hide-scrollbar-moz-left {
	margin-left:33px;
}
.hide-scrollbar-moz-left-rtl {
	margin-right:33px;
}
.hide-scrollbar-moz-center {
	margin-left: 31px;
}
*/
	/* .hide-scrollbar-moz-center-rtl{
	margin-right:0;
} */
	/*	
.hide-scrollbar-moz-center-interactive{
	margin-left:33px !important;
}
.hide-scrollbar-moz-center-rtl{
	margin-right:33px !important;
}
.hide-scrollbar-moz-right {
	margin-left:33px;
}
*/
	/* .animation-details-old-video {
    margin-left: 0;
    width: 100%;
} */
}

@media screen and (min-width: 992px) and (max-width: 1403px) {
	.modal-lg-custom .modal-lg {
		width: 1006px;
	}
	.related-pop-up .modal-lg {
		width: 78%;
	}
	.modal-lg-custom video { /*width: 690px;
    height: 463px;*/
		
	}
	.embeddNew {
		overflow-x: hidden;
		/* height:425px; */
		height: 380px;
	}
	.tab-title {
		font-size: 11px;
	}
	/*
.hide-scrollbar-moz-left {
	margin-left:33px;
}
.hide-scrollbar-moz-left-rtl {
	margin-right:33px;
}
.hide-scrollbar-moz-center-interactive {
	margin-left:33px !important;
}
.hide-scrollbar-moz-center-rtl{
	margin-right:33px !important;
}
.hide-scrollbar-moz-right {
	margin-left:33px;
}
*/
	.animation-labels-old-video {
		background-color: #303030;
		padding: 15px;
		margin-top: -5px;
		font-size: 16px;
		color: #fff;
		width: 73%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 992px) {
	.embeddNew {
		overflow-x: hidden;
		height: 242px;
	}
	.tab-title {
		font-size: 11px;
	}
	/*	
.hide-scrollbar-moz-left {
	margin-left:0;
}
.hide-scrollbar-moz-left-rtl {
	margin-right:0;
}	
.hide-scrollbar-moz-center {
	margin-left:0;
}
.hide-scrollbar-moz-center-rtl{
	margin-right:0;
}
.hide-scrollbar-moz-right {
	margin-left:0;
}
*/
	/* .animation-details-old-video {
    margin-left: 0;
    width: 100%;
} */
}

/* The container-checkbox */
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid lightgray;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input  ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked  ~ .checkmark {
	background-color: #3c8dbc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked  ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.container-checkbox input[disabled]:checked  ~ .checkmark {
	background-color: #86a4b5;
}

.tool-tip[aria-label] {
	position: relative;
}

.tool-tip[aria-label]:after {
	content: attr(aria-label);
	display: none;
	position: absolute;
	top: 110%;
	left: 10px;
	z-index: 5000;
	pointer-events: none;
	padding: 8px 10px;
	line-height: 15px;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 0;
	overflow: visible;
	font-size: .9em;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 0 1px #888;
	background-color: #333;
	border-left: 6px solid #3c8dbc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.tool-tip[aria-label]:hover:after,[aria-label]:focus:after {
	display: block;
}

.branding-right {
	right: 0;
}

.branding-img-float-right {
	float: right;
}

.navbar-nav-rtl {
	float: none !important;
}

.search-container-rtl {
	float: left !important;
	width: 35%;
	margin-left: 16.2%;
}

.footer-text-align-rtl {
	text-align: right;
}

.animation-options-icons-rtl {
	float: left;
	position: relative;
	font-size: 30px;
}

.owl-stage-outer { /* margin: 0px auto 0 -20px; */
	margin: 0px auto 0 0px;
}

.btn-float-left {
	float: left;
}

.btn-float-right {
	float: right;
}

.sidebar-rtl ul li a {
	text-align: right !important;
}

.owl-carousel-rtl .owl-item {
	float: right !important;
}

.text-align-rtl {
	text-align: right;
}

.animation-tag {
	padding-left: 5% !important;
}

.animation-tag-rtl {
	padding-right: 5% !important;
}

.system-heading-rtl {
	padding-right: 10%;
}

.system-heading {
	padding-left: 10%;
}

.highlight-label {
	color: #ecdd13;
}
/* .notify, button, .btn-primary{
	display:none;
} */

/* Add this css where want to hide scrollbars */
.hideScroll::-webkit-scrollbar {
	width: 0 !important
}

.hideScroll {
	overflow: -moz-scrollbars-none;
}

.hideScroll {
	-ms-overflow-style: none;
}

/* End add this css where want to hide scrollbars */
.custom-video-play-icon {
	position: absolute;
	top: 32.33%;
	right: 38%;
}

/* Start Toggle switch css*/
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	/*width: 100px;*/
	width: 118px;
	height: 30px;
	padding: 3px;
	margin: 0 0px 0px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	top: 13px;
	margin: 0 auto;
}

.switch-sm {
	position: relative;
	display: block;
	vertical-align: top;
	width: 50px;
	height: 30px;
	padding: 3px;
	margin: 0 0px 0px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	top: 13px;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label,.switch-label-sm {
	position: relative;
	display: block;
	height: inherit;
	font-size: 12px;
	text-transform: capitalize;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px
		rgba(0, 0, 0, 0.15);
}

.switch-label:before,.switch-label:after,.switch-label-sm:before,.switch-label-sm:after
	{
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.switch-label:before {
	content: attr(data-off);
	/* right: 11px; */
	right: 14px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label-sm:before {
	content: attr(data-off);
	right: 4px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after,.switch-label-sm:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.switch-input:checked  ~ .switch-label,.switch-input:checked  ~
	.switch-label-sm {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px
		rgba(0, 0, 0, 0.2);
}

.switch-input:checked  ~ .switch-label:before,.switch-input:checked  ~
	.switch-label-sm:before {
	opacity: 0;
}

.switch-input:checked  ~ .switch-label:after,.switch-input:checked  ~
	.switch-label-sm:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked  ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
        ========================== */
.switch-label,.switch-handle,.switch-label-sm {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* Switch Flat
	==========================*/
.switch-flat {
	padding: 0;
	background: #FFF;
	background-image: none;
}

.switch-flat .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}

.switch-flat .switch-label:after {
	color: #0088cc;
}

.switch-flat .switch-handle {
	top: 4px;
	left: 6px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}

.switch-flat .switch-handle:before {
	background: #eceeef;
}

.switch-flat .switch-input:checked  ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}

.switch-flat .switch-input:checked  ~ .switch-handle { /*left: 72px;*/
	left: 79px;
	background: #0088cc;
	box-shadow: none;
}

.switch-flat-sm {
	padding: 0;
	background: #FFF;
	background-image: none;
}

.switch-flat-sm .switch-label-sm {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}

.switch-flat-sm .switch-label-sm:after {
	color: #0088cc;
}

.switch-flat-sm .switch-handle {
	top: 4px;
	left: 6px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}

.switch-flat-sm .switch-handle:before {
	background: #eceeef;
}

.switch-flat-sm .switch-input:checked  ~ .switch-label-sm {
	background: #FFF;
	border-color: #0088cc;
}

.switch-flat-sm .switch-input:checked  ~ .switch-handle {
	left: 23px;
	background: #0088cc;
	box-shadow: none;
}
/* End Toggle switch css*/
.angular-ui-tree-handle-custom {
	cursor: pointer !important;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
	/*background-color: #b7c8e5 !important;*/
	color: #011e4f !important;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
	/*background-color: #73a2ef !important;*/
	color: #011e4f !important;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.carousel-3d-container {
		width: 75% !important;
	}
	.arrow-top,.arrow-right,.arrow-bottom,.arrow-left {
		margin: 70px auto !important;
	}
	.signup-pull-left{
		float: left;
	}.signup-pull-right{
		float: right;
	}		
	.btn-danger-custom {
	    width: 255px;
	    background: #ed1b33;
	}
	.rate_increase{
		margin-left: 71px;
	}
}
/* .expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #cc1717 !important;
    color :#fff !important;
} */
.location-grid {
	color: #000;
}

.location-grid  .ui-grid-top-panel {
	background-color: #b7cbe3 !important;
}

.location-grid .ui-grid-cell {
	background-color: #b7cbe3 !important;
}

.region-grid {
	color: #000;
}

.region-grid  .ui-grid-top-panel {
	background-color: #D7E4BC;
}

.region-grid  .ui-grid-cell {
	background-color: #fbd4b3 !important;
}

.grid1552549251734 .ui-grid-row:last-child .ui-grid-cell {
	border-bottom-width: 1px;
	background-color: rgb(214, 115, 23) !important;
}

/* .expandableRow {
	    background: #F5F6F8;
} */

/* .ui-grid-header-viewport > .ui-grid-header-canvas {
    background-color: #D7E4BC;
} */
.ui-grid-row:nth-child(odd) .ui-grid-cell {
	background-color: unset;
}

.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
	background-color: unset;
}

.video-element-dimensions {
	width: 80%;
	height: 761.041237px;
	margin: 0 auto;
}

.video-js {
	background-color: #fff !important;
}

.vjs-video-js-old .vjs-control-bar {
	width: 73.1% !important;
	margin: 0 auto;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-8 {
	margin-bottom: 8px;
}
/* To hide scroll-bar on animation page for chrome */
.hide-scrollbar-moz-left::-webkit-scrollbar {
	display: none;
}

.hide-scrollbar-moz-center-interactive::-webkit-scrollbar {
	display: none;
}

.hide-scrollbar-moz-center::-webkit-scrollbar {
	display: none;
}

.hide-scrollbar-moz-right::-webkit-scrollbar {
	display: none;
}

.hide-scrollbar-moz-center-rtl::-webkit-scrollbar {
	display: none;
}

/* To hide scroll-bar on animation page for mozilla */
.hide-scrollbar-moz-left {
	scrollbar-width: none;
}

.hide-scrollbar-moz-center-interactive {
	scrollbar-width: none;
}

.hide-scrollbar-moz-center {
	scrollbar-width: none;
}

.hide-scrollbar-moz-right {
	scrollbar-width: none;
}

.hide-scrollbar-moz-center-rtl {
	scrollbar-width: none;
}

.uploadcare--menu {
	display: none !important;
}
/*
.uploadcare--footer {
	display: none !important;
}
*/
.uploadcare--powered-by {
	display: none !important;
}

.email-status-content {
	margin-bottom: 10px;
}

.email-status-content .alert {
	margin: 0px 0px 10px 0px;
}

.email-status-content h2 {
	margin: 0px;
}

.bs-callout {
	border: 0px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

#ex11_dropdown {
	overflow-y: auto;
	max-height: 200px;
}

.panel-title>a,.panel-title>a:active {
	display: block;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 3px;
	text-decoration: none;
}

.owl-carousel-ltr {
	direction: ltr;
}

.watermark-generated-link {
	position: relative;
	opacity: 0.25;
	font-size: 3em;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

.email-system {
	padding: 0;
}

.select2-no-results {
	display: none !important;
}

.select2-container .select2-choice {
	height: auto !important;
	border-radius: 1px 0px 0px 0px !important;
}
/*.arrow-right, .arrow-left {
    width: 151px !important;
}*/
.mt-10 {
	margin-top: 5px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.carousel-3d-container {
		width: 100% !important;
	}
	.arrow-top,.arrow-right,.arrow-bottom,.arrow-left {
		margin: 20px auto !important;
	}
	.btn-danger-custom {
	    width: 290px ;
	}
	.explain-desc {
	    font-size: 17px;
	}
	.explain-title {
	    font-size: 22px;
	}
	.start-title {
	    font-size: 30.1px;
	}
	.start-desc {
    	font-size: 18.1px;
	}
	.speak-today {
	    font-size: 26px;
	}
	.speak-today-desc {
	    font-size: 24px;
	}
	.subscription_title {
	    font-size: 27.5px;
	}
	.cls_035 {
	    font-size: 22.5px;
	}
	.subscription_desc {
	    margin-top: 0px; 
	    padding-top: 0px;
	}
	.service-title {
	    font-size: 32px;
	    text-align: center;
	}
	.card-03 {
	    width: 100%;
	    margin-left: 0px; 
	}
	.explain-title-left{
		margin-top: 0px !important;
	} 

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.carousel-3d-container {
		width: 65% !important;
	}
	.arrow-top,.arrow-right,.arrow-bottom,.arrow-left {
		margin: 20px auto !important;
	}
	

}
 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.carousel-3d-container {
		width: 90% !important;
	}
	.arrow-top,.arrow-right,.arrow-bottom,.arrow-left {
		margin: 30px auto !important;
	}
	/*.btn-danger-custom {
	    width: 540px;
	}*/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.pull-left-text {
		/*text-align: -webkit-right !important;*/
	}
	.carousel-3d-container {
		width: 90% !important;
	}
	.arrow-top,.arrow-right,.arrow-bottom,.arrow-left {
		margin: 70px auto !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.carousel-3d-container {
		width: 75% !important;
	}
	.arrow-top,.arrow-right,.arrow-bottom,.arrow-left {
		margin: 70px auto !important;
	}
	.btn-danger-custom {
	    width: 255px;
	    background: #ed1b33;
	}
	.rate_increase{
		margin-left: 71px;
	}
	.paddingZero {
	    padding: 0 !important;
	}
}

.btn-success-complete {
	color: #fff;
	background-color: #32c132;
}

.btn-success-complete:hover {
	color: #fff !important;
	background-color: #32d232;
}

.subscription-bg-color {
	border-bottom: 0px solid transparent !important;
}

.subscription-color {
	color: #fff;
}

.subscription-promo-code {
	border-style: dashed !important;
	border-width: 2px;
	border-color: #5cb85c !important;
}

.single-billing {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	/*line-height: 40px;*/
	height: unset !important;
}

.radio-label {
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
}

.radio-input {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 10px;
}

.container-radio { /*display: block;*/
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input  ~ .checkmark-radio {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked  ~ .checkmark-radio {
	background-color: #2196F3 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked  ~ .checkmark-radio:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
	top: 6px;
	left: 6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

.uploadcare--menu {
	display: none !important;
}
/*
.uploadcare--footer {
	display: none !important;
}
*/
.uploadcare--powered-by {
	display: none !important;
}
 
.cursor-pointer{
	cursor: pointer;
}
.color-black{
	color: #000 !important;
}

/*Show mobile like menu on ipad*/
/* @media (max-width: 1024px) {
    .navbar-header {
        float: none !important;;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
} */

.digital-menu-fullscreen {
	width: 1890px !important;
}

.digital-menu-hideFooter {
	display: none;
}

.digital-menu-hideHeader {
	display: none;
}

.remove-top-margin {
	margin-top: 0px !important;
}

.swittch {
	background: #fff;
	border: 1px solid #dfdfdf;
	position: relative;
	display: inline-block;
	box-sizing: content-box;
	overflow: visible;
	width: 76px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	transition: 0.3s ease-out all;
	-webkit-transition: 0.3s ease-out all;
	top: 4px;
}
/*adding a wide width for larger switch text*/
.swittch.wide {
	width: 80px;
}

.swittch small {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: 0.3s ease-out all;
	-webkit-transition: 0.3s ease-out all;
}

.swittch.checked {
	background: #778899;
	border-color: #778899;
}

.swittch.checked small {
	left: 52px;
}
/*wider switch text moves small further to the right*/
.swittch.wide.checked small {
	left: 52px;
}
/*styles for switch-text*/
.swittch .switch-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.swittch .off {
	display: block;
	position: absolute;
	right: 12%;
	top: 6%;
	z-index: 0;
	color: #A9A9A9;
	font-size: 12px;
}

.swittch .on {
	display: none;
	z-index: 0;
	color: #fff;
	position: absolute;
	top: 6%;
	left: 2%;
	font-size: 12px;
}

.swittch.checked .off {
	display: none;
}

.swittch.checked .on {
	display: block;
}

.swittch.disabled {
	opacity: .50;
	cursor: not-allowed;
}

/*ui-grid styles*/

/*.ui-grid-viewport::-webkit-scrollbar {
    display: none;
}
.ui-grid-viewport::-webkit-scrollbar {
    scrollbar-width: none;
}*/

/* .ui-grid-viewport {
	display: inline-flex;
} */
.ui-grid,.scrollFiller {
	border: none !important;
}

.ui-grid-row .ui-grid-cell {
	background-color: inherit !important;
	color: inherit !important;
}

.ui-grid-row .ui-grid-cell.ui-grid-cell {
	background-color: #f0f0ee;
	border-bottom: solid 1px #d4d4d4;
}

.rowLevel-0 {
	background-color: #A1DB99;
	color: white;
}

.rowLevel-1 {
	background-color: #F39FA1;
	color: white;
}

.rowLevel-2 {
	background-color: #7AA5C7;
}

.nivelGrirowLevellla-3 {
	background-color: #7AA5C7;
}

.rowLevel-3 {
	background-color: #fbd4b3;
	color: black;
}

.rowLevel-4 {
	background-color: #fbd4b3;
	color: black;
}

.rowLevel-tree-level-user {
	background-color: #96B5C5;
	color: white;
}

.rowLevel-0-no-region {
	background-color: #958ADC;
	color: white;
}

.email-an-animation-lang {
	padding: 6px 12px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.include_zero {
	color: #ffa500;
}

.prettyprint {
	max-width: 618px;
    margin-left: 39px;
}

ul.dropdown-menu {
	width: 100%;
	/*margin-top: 0px !important;*/
}

.multiselect-wrapper .multiselect-parent,.multiselect-wrapper .multiselect-parent button.dropdown-toggle
	{
	width: 100%;
}

.multiselect-wrapper .checkbox {
	margin-bottom: 0px;
	margin-top: 0px;
}

.multiselect-wrapper .checkboxInput {
	opacity: unset !important;
}

.multiselect-wrapper .checkbox label::before {
	content: none !important;
}

.multiselect-wrapper .checkbox {
	padding-left: 15px !important;
}
/* .grid-report .ui-grid-render-container-body{
	text-align: center;
} */
.valign-middle {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.btn-md-size{
	font-size: 17px;
}
.btn-button-size{
	margin-left: 14px; 
}
.vle-button{
	padding-left: 0px !important;
	padding-right: 0px !important;
} 
 
.table-fixed {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
 th,td {
  padding: 0.25rem;
  z-index: 1;

}
 
.table-fixed th {
  background: white;
  position: sticky;
  top: 0;
  /*box-shadow: 0 -1px 1px -1px rgba(0, 0, 0, 0.4);*/
  box-shadow: -1px 0px #eeebeb, 0em 0 0.2em #ecece8;
}
 
.table-fixed, .table-fixed td {
  border-collapse: collapse;
}  

.table-fixed td {
  text-align: center;
  border-bottom: none;
  border-left: none;
}
.default-permissions{
	overflow: visible;
}
.permission-menu {
	z-index: 1000;
}
 
.default-permissions-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.default-permissions-scroll::-webkit-scrollbar
{
    width: 10px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.default-permissions-scroll::-webkit-scrollbar-thumb
{
    background-color: #7a7a7b;
}

.uploadcare--footer__additions.uploadcare--panel__message.uploadcare--panel__message_hidden.uploadcare--error {
display: none;
}

button.uploadcare--button.uploadcare--footer__button.uploadcare--panel__show-files {
    display: none;
}
button.uploadcare--button.uploadcare--button_primary.uploadcare--footer__button.uploadcare--panel__done {
    display: none;
}


.header-landing{
    background: #f6f6f6;
}
.service-landing{
    background: #dfe0df;
}
 
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
	========================== */
.switch-label, .switch-handle, .switch-label-sm {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* Switch Flat
==========================*/
.switch-flat {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-flat .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-flat .switch-label:after {
	color: #0088cc;
}
.switch-flat .switch-handle {
	top: 4px;
	left: 6px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-flat .switch-handle:before {
	background: #eceeef;
}
.switch-flat .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-flat .switch-input:checked ~ .switch-handle {
	left: 87px;
	background: #0088cc;
	box-shadow: none;
}
.switch-flat-sm {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-flat-sm .switch-label-sm {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-flat-sm .switch-label-sm:after {
	color: #0088cc;
}
.switch-flat-sm .switch-handle {
	top: 4px;
	left: 6px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-flat-sm .switch-handle:before {
	background: #eceeef;
}
.switch-flat-sm .switch-input:checked ~ .switch-label-sm {
	background: #FFF;
	border-color: #0088cc;
}	 
.switch-flat-sm .switch-input:checked ~ .switch-handle {
	left: 23px;
	background: #0088cc;
	box-shadow: none;
}
/* End Toggle switch css*/
 
  @keyframes stroke {
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @keyframes scale {
	0%, 100% {
	  transform: none;
	}
	50% {
	  transform: scale3d(1.1, 1.1, 1);
	}
  }
  @keyframes fill {
	100% {
	  box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
  }

/* .angular-ui-tree-handle-custom {
 
	cursor: pointer !important;
} */

.billing-success-wrapper h4.alert-heading{
	margin-bottom: 0px;
}
/* success check mark used in billing details section */
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark_success {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	stroke-width: 5;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 2% auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  
  .checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  /*Show mobile like menu on ipad*/
@media (max-width: 728px) {
    .navbar-header {
        float: none !important;;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
}
.billing-info{
	background-color: whitesmoke;
    box-shadow: 0px 0px 3px 2px whitesmoke;
    padding: 13px;
} 
.collapsing {
	overflow: hidden!important;
}
 
.addon-user{
    padding: 3px 13px !important;
} 


.scrollup {
    background: rgba(0, 0, 0, 0);
    bottom: 40px;
    height: 65px;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 100;
}

.RightSidebarView-rtl .scrollup {
	right:auto !important;
	left: 10px !important;
}


#scrollTopBtn {
    display: block;
    
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    z-index: 10;
    bottom: 40px;
   
    cursor: pointer;
}


.owl-carousel .owl-stage{
	/* transform:inherit !important; 
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform:translate3d(0px, 0px, 0px) !important;
	*/
	
}

.owl-carousel .owl-stage{
	/*  transform:translate3d(30px, 0, 0) !important; */
	
}

.owl-carousel.owl-item.item:after {

   pointer-events: none !important;
}


.owl-carousel.owl-item.item:before {

   pointer-events: none !important;
}
.no-border{
	border: none !important;
}
.play-all-loop-animations label{
	margin-bottom: 0px !important;
}
.logo-au{
	padding-top: 17px;
}
.font-bold {
	font-weight: bold !important;
}

.bottom-space{
	margin-top: 40px;
}

/* .sidebar-toogle-arrow div a:hover{
	transform: scale(1.2);
}
.sidebar-toogle-arrow div a i:hover{
	transform: scale(1.2);
} */
/*@media only screen and ( min-width : 768px)  { 

.service_video{
	width: 178px;
	height: 257px;
}
}


@media only screen and(max-width: 1024px) { 
.service_video{
	width: 318px;
	height: 257px;
}
.explain-desc {
	    font-size: 17px;
	}
}

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

.explain-desc {
	    font-size: 17px;
	}
}
/*@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

.service_video{
	width: 342px;
	height: 257px;
}
}


@media  ( min-width : 1200px) and (max-width: 1400px) {
.service_video{
	
}
	}


@media only screen and (min-device-width: 360px) and (max-device-height: 840px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

.service_video{
	width: 303px;
	height: 257px;
}
}
@media only screen and (min-device-width: 600px) and (max-device-height: 960px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

#main{
	margin-top: 9% !important;
}
}*/


@media only screen  and (max-width : 1280px) {
	.explain-desc {
		font-size: 15px;
	}
	.service_video{
		height: 257px ;
	}
	.service_video_ipad{
		height: 237px !important;
	}
}

#bradmax-loop-fullscreen{
	width: 100%; 
	height: 100%;
}

.video-wrapper-tpa{
	position: relative;
	height: auto;
}

.play-pause-button {
    background: url(/img/playButton.png) no-repeat;
    width: 12%;
    height: 20%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	background-size: contain;
	cursor: pointer;
}

.iframe-wrapper iframe{
	width: 100%;
	height: 322px !important;
}

/* User custom video */
.custom-video-view iframe{
	height: 250px;
	width: 250px;
}

.custom-video-view-wrapper{
	position: relative;
	margin-bottom: 15px;
    width: 250px;
    float: left;
    margin-right: 10px;
}

.text-img-bottom-custom-videos{
	background-color: transparent;
    position: relative;
    width: 250px;
    bottom: 0;
    display: table;
    height: 53px;
    margin: 0 auto;
    margin-top: -7px;
}

.custom-videos-envelope-align-LTR {
	position: absolute;
    top: 0px;
    left: 0px;
}

.custom-video-view-parent{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.custom-video-preview-video-code{	
    height: 200px;
    overflow: auto;
    word-break: break-all;
}

#custom-video-preview-col2{
	padding-left: 0;
}

#custom-video-preview-col2 .btn-copy{
	margin-bottom: 12px;
}

#custom-video-preview-col2 .btn-close{
	margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 0px;
	font-size: 20px;
	cursor: pointer;
}

#custom-video-preview-title{
	text-transform: capitalize;
}

#custom-video-preview-col2 hr{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	clear: both;
}
#custom-video-preview-col2 button.close{
	color: gray;
}

@media screen and (max-width: 1023px) {
	#custom-video-preview-col2{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.custom-video-preview-video-code{	
		height: 100px;
	}
}

@media screen and (min-width: 1024px) {
	#custom-video-preview-col2 .btn-copy{
		margin-right: 20px;
	}
	#custom-video-preview-col2 .btn-close{
		margin-right: 20px;
	}
	.treeTitleRes{
		display: inline-flex;
		vertical-align: middle;
		margin: auto;
	}
	.treeTitleRes .popover__title{
		margin-right: 10px;
		width: 65%;
	}
		
}

.loop-fullscreen-image{
	width: 100% !important;
    height: 100% !important;
    position: fixed;
    z-index: -1;
}

/* animation page */
/* .bradmax-animation-page{
	height: 500px;
}

@media screen and (max-width: 767px) {
	.bradmax-animation-page{
		height: 300px;
	}
}

@media screen and (max-width: 360px) {
	.bradmax-animation-page{
		height: 170px;
	}
} */

/* Play loop animation full screen style */
.container-fullscreen{
	width: 100%; 
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
	background-color: #ffffff;
}

#image-loop-fullscreen{
	z-index:0;
	text-align: center;
	height: 100%;
}

#image-loop-fullscreen img{
	margin-top: 5%;
}

#looped_animation_title h3 {
	font-size: 3vw;
}
/* For larger devices change font size*/
@media only screen and (min-width: 992px) { 
	#looped_animation_title h3 {
		font-size: 2vw;
	}

}

/* Loop animation page  media queries */
/* @media only screen and (max-width: 575px) and (orientation: portrait){
	#bradmax-player-play-loop{
	  height: 42vw;
	}
}

@media only screen and (min-width: 768px) and (orientation: portrait){ 
	#bradmax-player-play-loop{
	  height: 51vw;
	}
}

@media only screen and (min-width: 1200px) { 
	#bradmax-player-play-loop{
	  height: 34vw;
} */

/* Smartphones */
/* portrait */
/* @media only screen and (max-width: 575px) and (orientation: portrait){
	#bradmax-player-play-loop{
	  height: 152px;
	}
  } */
  
  /* landscape */
  /* @media only screen and (max-width: 575px) and (orientation: landscape){
	#bradmax-player-play-loop{
	  height: 165px;
	}
  } */
  
  /* Small devices (landscape phones, 576px and up) */
  /* @media only screen and (min-width: 576px) and (orientation: landscape){
	#bradmax-player-play-loop{
	  height: 200px;
	}
  } */
  
  /* Medium devices (tablets, 768px and up) */
  /* portrait */
  /* @media only screen and (min-width: 768px) and (orientation: portrait){ 
	#bradmax-player-play-loop{
	  height: 386px;
	}
  } */
  
  /* landscape */
  /* @media only screen and (min-width: 768px) and (orientation: landscape){ 
	#bradmax-player-play-loop{
	  height: 210px;
	}
  } */
  
  /* Large devices (desktops, 992px and up) */
  /* portrait */
  /* @media only screen and (min-width: 992px) and (orientation: portrait) {
	#bradmax-player-play-loop{
	  height: 510px;
	}
  } */
  
  /* landscape */
  /* @media only screen and (min-width: 992px) and (orientation: landscape) { 
	#bradmax-player-play-loop{
	  height: 346px;
	}
  }
   */
  /* Extra large devices (large desktops, 1200px and up) */
  /* @media only screen and (min-width: 1200px) { 
	#bradmax-player-play-loop{
	  height: 421px;
	}
  }
   */

.card-block-payment {
	display: inline;
	background-color: #f7f7f9;
	color: #333;
	border: 1px solid #DDD;
	margin: 0 2px;
	padding: 1px 3px 1px 3px;
	word-break: normal;
}
.bill-address{
	margin-top: 3%;
}
.capitalize{
	text-transform: capitalize;
}

.container-fullscreen-default{
	margin-top: -60px;
}

#bradmax-loop-fullscreen-default{
	height: 100vh; 
	width: 100vw; 
	position: absolute; 
	top:0; 
	left: 0;
}

.loop-setting-col3{
	margin-top: 35px;
}
.message-read-only{
	padding: 10px;
    border: 1px solid #808080;
    border-radius: 5px;
}
.share-link-icon-ltr {
	text-align: right;
	position: absolute;
	padding-right: 7%;
}
.share-link-icon-rtl {
	text-align: left;
	position: absolute;
	padding-left: 7%;
}
.mb-5 {
	margin-bottom: 5px;
}
.switch-flat-trial{
	float: right !important;
	top: 0 !important;
    margin-right: 16px;
}
.explain-title-left{
	text-align: left !important;
	margin-top: 18px;
} 

.BrandButton{
	opacity: 0.7 !important;
}

.BrandButton img{
	width: 7vw !important;
    height: auto !important;
}
.container-checkbox.free_trial_label{
	top: 17px !important;
}
.free-trial {
	width: 20px;
    height: 19px;
    margin: 0 !important;
}
.proced-trial{
	padding: 0 !important;
    margin:  0 !important;
    right: 8px !important;
}
.text-center {
    padding-left: 5px !important;
}
.textAllignLeft {
    /*top: 5px  !important;*/
}
.right-side{
	margin-left: 36px;
}
.email-sms-checkbox{
	width: 20px;
    height: 19px;
}
.top8style {
    margin-top: 16px !important;
    right: 17px !important;
}
.top8style-sms {
    margin-top: 16px !important;
    right: 1px !important;
}
.text-center-free {
    padding-left: 9px !important;
}
.email-checkbox{
	width: 20px;
    height: 19px;
}
.emailtextAllign {
    text-align: left !important;
}
.top1style {
    margin-top: 5px !important;
}

.tool-tip-sms[aria-label] {
	position: relative;
}

.tool-tip-sms[aria-label]:after { 
	content: attr(aria-label);
	display: none;
	/*position: absolute;*/
	top: 110%;
	left: 10px;
	z-index: 5000;
	pointer-events: none;
	padding: 8px 10px;
	line-height: 18px;
	text-decoration: none;
	text-indent: 0;
	overflow: visible;
	font-weight: normal;
	color: black;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
	border: 1px solid black;
}

.tool-tip-sms[aria-label]:hover:after,[aria-label]:focus:after {
	display: block;
}

.ToolsmsLabel {
  position: relative;
  display: contents;
}
.ToolsmsLabel-content {
  display: none;
  position: absolute;
  padding: 18px 0px;
  z-index: 1;
}

.ToolsmsLabel .ToolsmsLabel-content {
  display: block;
}



.alert-warning-sms {
    color: #d50018 !important;
    background-color: #cfcfcf !important ;
    border-color: #faebcc;
    font-size: 13px;
    font-weight:bold;
}
.animLabel{
	position: absolute;
    bottom: 34px;
    right: 2px;
	background-color: #3a3a3abf;
}

.isNewLetters{
	position: absolute;
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
    margin-left: -33px;
}

.cart-add-redirect{
	background-color: #ededed;
	vertical-align: middle;
	text-align: center;
	padding: 75px 52px;
}
.cart-add-redirect .fa-plus{
	color: #303030;
	font-size: 20px;
}

.cart-add-redirect:hover{
	background-color: #4c4c4c;
}

.cart-add-redirect:hover .fa-plus{
	color: #fff !important;
}

.cart-icons-list{
	padding: 15px 20px 20px 15px;
	margin-top: 20px;
}

.cart-icons-list span{
	margin-right: 20px;
}

.cart-icons-list .fas{
	font-size: 20px !important;
	vertical-align: middle;
}

.animationCartList{
	position: absolute;
    top: 15%;
    left: 6%;
    width: 85%;
	background-color: #f6f6f6;
    z-index: 9;
    height: 300px;
    overflow-x: auto;
	border: 1px solid #ddd;
}

.cartPanel .input-switch-container{
	padding: 20px 14px;
}

.cartPanel .panel-body{
	padding: 15px 20px;
}

.border-outer{
	border-radius: 8px;
	border: 1px solid #d3d3d3;
}

/*css for popover info*/
.popover__content {
	opacity: 1;
	visibility: visible;
	position: absolute;
	transform: translate(0, 10px);
	background-color: #fff;
	padding: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: 400px;
	margin-left: 28px;	
	margin-top: -46px;
	border-radius: 10px;
	border: 1px solid #cbcbcb;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__content:before {
	position: absolute;
	z-index: -1;
	content: "";
	right: calc(101% - 8px);
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #cbcbcb transparent;
	transition-duration: 0.3s;
	transition-property: transform;
	margin-top: 42px;
	transform: rotate(270deg);
}
/* .popover__wrapper:hover .popover__content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
} */
.popover__title {
	text-align: left;
	font-size: 16px;
	padding-top:2px;
	color: #4c4c4c;
	font-weight: bold;
	margin-bottom: 5px;
}
.popover__message {
	text-align: left;
	font-size: 14px;
	color: #4c4c4c;
	font-weight: bold;
}
.popover__content .row{
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding: 5px;
}
.popover__content img{
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}
.popover__content div{
	margin-left: 0px !important;
}

.popover__wrapper .row{
	display: flex;
}


.hideMobTreeBox{
	display: none;
}

.colsFilResinr span {
    margin-top: 28px;
    margin-right: 22px;
}


.borderRadi{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}    

/*for custom Tool tip */
	.customTip {
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
	}
	
	.customTip .cont_tooltip {
	text-align: center;	
	background: #2c2d2d;
	bottom: 100%;
	color: #fff;
	display: block;
	margin-bottom: 0px;
	opacity: 0;
	padding: 12px 10px;
	border-radius: 5px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(10px);
	  -moz-transform: translateY(10px);
	  -ms-transform: translateY(10px);
	   -o-transform: translateY(10px);
		transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	  -moz-transition: all .25s ease-out;
	  -ms-transition: all .25s ease-out;
	   -o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	}
	
	/* This bridges the gap so you can mouse into the tooltip without it disappearing */
	.customTip .cont_tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	}
	
	/* CSS Triangles - see Trevor's post */
	.customTip .cont_tooltip:after {
		border-left: solid transparent 10px;
		border-right: solid transparent 10px;
		border-top: solid #2c2d2d 10px;
		bottom: -10px;
		content: " ";
		height: 0;
		left: 56%;
		margin-left: -13px;
		position: absolute;
		width: 0;
	}
	
	.customTip:hover .cont_tooltip {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
			transform: translateY(0px);
	}

/*treeview hover div*/
@media (max-width: 414px){
	.popover__content:before{
		display: none;
	}
}

@media (max-width: 768px){
	.popover__content {
		left: -14px;
		margin-top: 9px;
		width: 350px;
	}
	.fa-caret-up:before{
		font-size: 30px;
		color: #cbcbcb;
	}
	.popover__wrapper:hover .fa-caret-up {
		display: block !important;
		margin-top: -15px;
		margin-left: -2px;
	}
	.home-vehi .container{
		min-height: auto !important;
	}
	.owl-dotsnew{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	/* #owlSliderTabs .owl-nav{
    	right: 0px !important;
	}
	#owlSliderTabs .owl-prev{
		left: 0px !important;
	} */
	#owlSliderTabs .owl-nav{
    	display: none !important;
	}

	.hideMobTreeBox{
		display: block;
		font-size: 22px;
		padding: 7px;
		color: rgb(0, 0, 0);
		position: absolute;
		right: 0px;
		top: 0px;
	}


	/*for serach bar */
	.mainlistdatas .col-md-2 span{
		padding: 25px 0px !important;
	} 
	.mainlistdatas .col-md-2 .res{
		margin-left: 0px !important;
	}
	#content {
		padding-top: 20px;
	}
	.customcss{
		display: none;
	}
	.sidebarnew .nav-links {
		height: 600px;
	}
	.footer .underline{
		text-align: center;
	}
	.mainlistdatas .animation_image .col-md-2 img{
		width: 100% !important;
	}

	.popover__content:before{
		display: none;
	}
	.footer-content-align{
		text-align: center;
	}
	.footer-lang-content-align{
		text-align: center;
	}
	/*login page */
	.loginres .col-lg-4{
		padding: 0px;
	}
	.loginres .col-sm-6:first-child {
		text-align: left;
	}
	.before-footer-modal .col-lg-6:first-child{
		text-align: center;
		margin-bottom: 10px;
	}
	.useraccount-mob{
		display: block;
	}

	.userProfile-dropdown{
		width: 90% !important;
	}
	.cartPanel .input-switch-container{
		padding: 0px;
	}
	.cartPanel .panel-heading{
		height: auto !important;
	}
	.cartPanel .panel-body{
		padding: 15px;
	}
}

@media (min-width: 1200px){
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
}

@media (min-width: 1024px) and (max-width: 1599px){
	.mainlistdatas .col-md-2 span{
		padding: 25px 0px !important;
	} 
	.mainlistdatas .col-md-2 .res{
		margin-left: 0px !important;
	}
	.mainlistdatas .animation_image .col-md-2 img{
		width: 100% !important;
	}
	.cart-add-redirect {
		padding: 67px 45px;
	}
}

@media (min-width: 1670px) and (max-width: 1849px){
	.cart-add-redirect {
		padding: 67px 45px;
	}
}

@media (min-width: 1849px) and (max-width: 2000px){
	.cart-add-redirect {
		padding: 75px 52px;
	}
}
@media (min-width: 2001px) and (max-width: 2310px){
	.cart-add-redirect {
		padding: 82px 62px;
	}
}

@media (min-width: 2311px) and (max-width: 2464px){
	.cart-add-redirect {
		padding: 93px 73px;
	}
}
@media (min-width: 2465px){
	.cart-add-redirect {
		padding: 100px 75px;
	}
}


@media (min-width: 1600px){

	.mainlistdatas .col-md-2 span{
		padding: 25px 10px !important;
	} 
	.mainlistdatas .col-md-2 .res{
		margin-left: 10px !important;
	}
}


@media (min-width: 1000px) and (max-width: 1399px){
	.logo-outside-box {
		max-width: 100% !important;
		max-height: 100% !important;
	}
}

@media (min-width: 280px) and (max-width: 320px){
	.navbar-brand {
	  height: 45px !important;
	}
	.navbar-brand>img {
		padding: 4px 0px !important;
	}
	.dashboard-sticky .sticky li img {
		margin: 2px 7px;
	}
	.tabsicon i {
		margin: 14px 8px;
	}
	.sidebarnew .nav-links li i {
		height: 44px;
	}
	.sidebarnew .nav-links li i {
		line-height: 42px;
		font-size: 18px;
	}
	.popover__content {
		width: 292px;
	}
	#content {
		padding-top: 20px;
		min-height: 50.5vh;
	}
	.customcss{
		display: none;
	}
	.sidebarnew .nav-links {
		height: 500px;
	}
}
@media (min-width: 350px) and (max-width: 360px){
	.navbar-brand {
		height: 42px !important;
	}
}
@media (min-width: 321px) and (max-width: 450px){
	.sidebarnew .nav-links {
		height: 667px;
	}
	#content {
		padding-top: 20px;
		min-height: 92.1vh;
	}
}
@media (min-width: 1000px) and (max-width: 1024px){
	.navbar-toggle{
		display: none;
	}
	.mainlistdatas .animation_image .col-md-2 img{
		width: 100% !important;
	}
	.mainlistdatas .animation_image .col-md-3 span{
		padding: 25px 0px !important;
	}
	.mainlistdatas .animation_image .col-md-3 .envelope-align-LTR{
		position: relative !important;
		top:15px !important;
	}
	.mainlistdatas .animation_image .col-md-3 .share-align-LTR{
		position: relative !important;
		top:15px !important;
	}
	.dropdown-content a{
		padding: 5px 5px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.mainlistdatas .animation_image .col-md-2 img{
		width: 100% !important;
	}
	.mainlistdatas .animation_image .col-md-3 span{
		padding-right: 5px;
	}
	.colsFilResinr span {
		margin-top: 15px;
		margin-right: 0px;
		margin-left: 0px !important;
	}
	.footer-content-align{
		text-align: center;
	}
	.footer-lang-content-align{
		text-align: center;
	}
	.cart-add-redirect{
		padding: 65px 45px;
	}
}

@media (min-width: 1320px){
	.mainlistdatas .animation_image .col-md-3{
		text-align: center;
	}
	.colsFilRes .envelope-align-LTR{
		left: 1% !important;
	}
}
@media (min-width: 1400px){
	.colsFilRes .envelope-align-LTR{
		left: 18% !important;
	}
}

@media (min-width: 1500px){
	.colsFilRes .envelope-align-LTR{
		left: 25% !important;
	}
}

@media (min-width: 280px) and (max-width: 320px){
	.navbar-brand {
	  height: 45px !important;
	}
	.navbar-brand>img {
		padding: 4px 0px !important;
	}
	.dashboard-sticky .sticky li img {
		margin: 2px 7px;
	}
	.tabsicon i {
		margin: 14px 8px;
	}
	.sidebarnew .nav-links li i {
		height: 44px;
	}
	.sidebarnew .nav-links li i {
		line-height: 42px;
		font-size: 18px;
	}
	.popover__content {
		width: 292px;
	}
	#content {
		padding-top: 20px;
	}
	.customcss{
		display: none;
	}
	.sidebarnew .nav-links {
		height: 500px;
	}
}
@media (min-width: 350px) and (max-width: 360px){
	.navbar-brand {
		height: 42px !important;
	}
}
@media (min-width: 321px) and (max-width: 450px){
	.sidebarnew .nav-links {
		height: 667px;
	}
}
@media (min-width: 1000px) and (max-width: 1024px){
	.navbar-toggle{
		display: none;
	}
	.mainlistdatas .animation_image .col-md-2 img{
		width: 100% !important;
	}
	.mainlistdatas .animation_image .col-md-3 span{
		padding: 25px 0px !important;
	}
	.mainlistdatas .animation_image .col-md-3 .envelope-align-LTR{
		position: relative !important;
		top:15px !important;
	}
	.mainlistdatas .animation_image .col-md-3 .share-align-LTR{
		position: relative !important;
		top:15px !important;
	}
	.dropdown-content a{
		padding: 5px 5px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.mainlistdatas .animation_image .col-md-2 img{
		width: 100% !important;
	}
	.mainlistdatas .animation_image .col-md-3 span{
		padding-right: 5px;
	}
	.colsFilResinr span {
		margin-top: 15px;
		margin-right: 0px;
		margin-left: 0px !important;
	}
}

@media (min-width: 1320px){
	.mainlistdatas .animation_image .col-md-3{
		text-align: center;
	}
	.colsFilRes .envelope-align-LTR{
		left: 1% !important;
	}
}
@media (min-width: 1400px){
	.colsFilRes .envelope-align-LTR{
		left: 18% !important;
	}
}

@media (min-width: 1500px){
	.colsFilRes .envelope-align-LTR{
		left: 30% !important;
	}
}


.btn-w-8 {
    width: 8.5em;
}

.btn-custom {
    font-size: 24px !important;
    color: #212529;
    padding: 8px 25px !important;
    border-radius: 10px !important;
    /* margin-left: 6px; */
    margin-top: 10px !important;
    transition: 0.3s !important;
    
}

.btnRequestaQuote, .btnRequestaQuote:focus {
    font-size: 24px !important;
    color: white ;
    background: #ec742c;
    padding: 8px 25px !important;
    border-radius: 10px !important;
    margin-left: 6px !important;
    margin-top: 10px !important;
    transition: 0.3s !important;
    
}

.btnRequestaQuote:hover, .btnRequestaQuote:focus:hover {
	color: white !important;
	background: #ec8e53 !important;
}

.text-default {
    color: #4b566b !important;
	font-weight: 600 !important;
  }
@media (min-width: 992px) and (max-width: 1200px){
	.userProfile{
		padding-left: 5% !important;
	}
	.userProfile-dropdown{
		width: 90% !important;
	}
	.userToolTip{
		right: 2px !important;
	}
	
}

/*** New Modal Design ***/
.modal-spacing {
	padding: 2rem 1rem !important;
}

.modal-spacing .modal-header {
	background-color: #fff;
}

.modal-spacing .modal-header .header-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-spacing .modal-header .header-title .modal-title {
	font-weight: 600;
	font-size: 18px;
	color: #444;
}

.modal-spacing .align-childs-vcenter {
	align-items: center;
}

.modal-spacing .anchor-highlight {
	color: #1ec3e0;
    text-decoration: underline;
}

.modal-spacing .modal-content {
	border-radius: 12px !important;
}

.modal-spacing .loginres {
	margin: 0;
}

.modal-spacing .form-control {
	padding: 0.375rem 1.25rem;
}

.modal-spacing .form-control,
.modal-spacing .btn,
.bdr-radius-custom {
	border-radius: 12px;
}

.modal-spacing .input-group .input-group-addon.right{
	border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.modal-spacing .input-group .input-group-addon.left{
	border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.modal-spacing .control-label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
}
.modal-spacing .control-label.bold {
	font-weight: 700;
}

.modal-spacing .btn-close,
.modal-spacing .btn-close-new
{
	padding: 2px !important;
	font-weight: 700;
	width: 26px;
	height: 26px;
	font-size: 16px;
	border-radius: 50% !important;
}

.modal-spacing .btn-new {
	padding: 6px 12px !important;
}
.modal-spacing .note-editor.note-frame,
.modal-spacing .note-editor.note-airframe {
	border-radius: 12px;
}

.modal-spacing .note-popover .popover-content,
.modal-spacing .note-editor .note-toolbar {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.modal-spacing .note-editor.note-frame .note-statusbar,
.modal-spacing .note-editor.note-airframe .note-statusbar {
	border: 0;
}

/* .modal-spacing select.form-control {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	z-index: 100;
	position: relative !important;
}

.modal-spacing select.form-control::after {
	content: "v";
	position: absolute;
	top: 8px;
	right: 12px;
  } */

