.product_view .modal-dialog {
    width: 1170px;
    height: 1000px!important;
    margin: 0px auto;
    background: transparent;
}

.pre-cost {
    text-decoration: line-through;
    color: #a5a5a5;
}
.thumbnail{
    margin-bottom: 10px!important;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.product_view{
    background: #000;
}
.content_video{
    position: relative;
    top:7%;
}
.overlay_img{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.overlay_img_1{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
.video_overlay {
	background: #000;
}
.video_overlay img {
	width:100%;
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.video_overlay:hover img {
	opacity: 0.9;
}
.btn-primary_2{
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.call_form {
       visibility: inherit!important;
    animation-name: none;
}
.player {
  max-width:100%;
  border:5px solid rgba(0,0,0,0.2);
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.player__video {
  width: 100%;
  margin-top: 35px;
}

.player__video::-webkit-media-controls {
  display:none !important;
}

.player__button {
  background:none;
  border:0;
  line-height:1;
  color:white;
  text-align: center;
  outline:0;
  padding: 0;
  cursor:pointer;
  max-width:50px;
}

.player__button:focus {
  border-color: #ffc600;
}

.player__button.last {
  max-width: 20px;
  padding-right: 10px;
}

.player__slider {
  width:10px;
  height:30px;
}

.player__controls {
  display:flex;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition:all .3s;
  flex-wrap:wrap;
  background:rgba(0,0,0,0.1);
  z-index: 2147483647;
}

.player__controls.hidden {
    transform: translateY(100%) translateY(-5px) !important;
}

.player:hover .player__controls {
  transform: translateY(0);
}

.player:hover .progress {
  height:15px;
}

.player__controls > * {
  flex:1;
}

.progress {
  flex:10;
  position: relative;
  display:flex;
  flex-basis:100%;
  height:5px;
  transition:height 0.3s;
  background:rgba(0,0,0,0.5);
  cursor:ew-resize;
}

.progress__filled {
  width:0%;
  background:#ffc600;
  flex:0;
  flex-basis:0%;
}

/* unholy css to style input type="range" */

input[type=range] {
  -webkit-appearance: none;
  background:transparent;
  width: 100%;
  margin: 0 5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255,255,255,0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow:0 0 2px rgba(0,0,0,0.2);
}
input[type=range]:focus::-wefbkit-slider-runnable-track {
  background: #bada55;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
}

.wesBosLink {
  margin-top: 50px;
  margin-bottom: 20px;
}

.wesBosLink a {
  background: #ffc600;
  padding: 16px 24px;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: 'helvetica neue', 'helvetica', 'arial';
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
	.lead-testimonial-cont {
	    width: 100%;
	    max-width: 1170px;
	    min-width: 1170px;
	    height: 230px;
	    margin: 0 auto;
	    background-color: transparent;
	    padding: 30px;
	    position: relative;
	}
	.lead-testimonial-cont:after {
		position: absolute;
	    content: '';
	    bottom: -31px;
	    left: 50%;
	    transform: translateX(-50%);
	    background-image: url(../../demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-box-shadow.html);
	    width: 840px;
	    height: 31px;
	}
	.lead-testimonial-cont:before {
	    content: 'By: Salman Raza';
	    font-family: 'Roboto', cursive;
	    position: absolute;
	    bottom: -25px;
	    left: 50%;
	    transform: translateX(-50%);
	    color: rgba(0, 0, 0, 0.9);
	    font-size: 10px;
	    letter-spacing: 5px;
	    font-weight: 500;
	    white-space: nowrap;
	    color: #545454;
	    text-transform: uppercase;
	}
	.lead-testimonial-cont > h2 {
		position: absolute;
		text-align: center;
		margin: -55px 0 0 0;
		font-size: 14px;
		left: 10px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #444;
	}
	.lead-tstmnl-slider {
	    width: 100%;
	    height: 230px;
	    float: left;
	    overflow: hidden;
	}
	.lead-tstmnl-slide {
		width: 100%;
		max-width: 1140px;
		height: 100%;
		float: left;
	}
	.lead-tstmnl-slide:focus {outline: none;}
	.lead-tstmnl-slide .lead-tstmnl-img {
		float: left;
		width: 160px;
		height: 160px;
		border-radius: 100%;
		border:5px solid rgba(0,0,0,0.08);
		overflow: hidden;
		margin:8px 30px 0 0;
	}
	.lead-tstmnl-slide .lead-tstmnl-img img {width: 100%;}
	.lead-tstmnl-text-cont {
		float: left;
		width: 82.8%;
		height: 168px;
		position: relative;
	}
	.lead-tstmnl-comment {
		float: left;
		display: block;
		width: 97.5%;
		position: relative;
		padding: 20px 25px;
		max-height: 120px;
		overflow: hidden;
		font-size: 15px;
		line-height: 24px;
	}
	.lead-tstmnl-comment:before,
	.lead-tstmnl-comment:after {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		background-image: url(../../demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-quate.html);
	}
	.lead-tstmnl-comment:before{top: 0; left: 0;}
	.lead-tstmnl-comment:after {bottom: 0;right: 0;background-position: 20px 0;}
	.lead-tstmnl-nm-dsg {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.lead-tstmnl-nm-dsg li {display: inline-block;float: left;padding: 0 15px;border-left: 1px solid #6b6b6b;font-size: 15px; line-height: 14px;letter-spacing: 0.5px;color: #6b6b6b;}
	.lead-tstmnl-nm-dsg li:first-child{border-left: 3px solid #e73022;padding-left: 10px;font-weight: 700;color: #e73022;}
	.slick-dots button {display: none;}
	.lead-tstmnl-slider .slick-dots {position: absolute; bottom: 5px; right: 5px;}
	.lead-tstmnl-slider .slick-dots li {
		list-style: outside none none;
		display: inline-block;
		cursor: pointer;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0px 3px 0px 0px;
		background-color: #eee;
		position: relative;
	}
	.lead-tstmnl-slider .slick-dots li.slick-active {background-color: #e73022;}