body {
	font-family: 'lato', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #03285c;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	/*margin-bottom: 15px;*/
	margin-bottom: 0px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: transparent;
	/*border-bottom: 1px solid #e2e2e2;*/
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
	z-index: 2;
    position: relative;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color:#fff;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	z-index: 2;
    position: relative;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 40px;
	z-index:1;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	color:#03285c;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 9px 20px;
	text-shadow: 0 1px 0 #FFF;
	/*background-color: rgba(0,0,0,0.3);*/
	background-color: unset;
	border-left: unset !important;
    border: 2px solid #03285c;
}
.fa-search{color:#03285c;}

.form-control::-webkit-input-placeholder { color: #03285c;text-transform: uppercase; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #03285c;text-transform: uppercase; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #03285c;text-transform: uppercase; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #03285c;text-transform: uppercase; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #03285c;text-transform: uppercase; }  /* Microsoft Edge */
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.homemenu{background-color: #03285c;display:none;}
.innermenu{background-color: #03285c;position: relative;z-index:1;}
.navbar{margin-bottom:0px;border-radius: 0px;}
.homeshadow{display:none;}
#menu {
	background-color: #03285c;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
	min-height: 40px;
	z-index: 99;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 11px 10px 11px;
	min-height: 15px;
	background-color: transparent;
	font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	margin: 0px !important;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 6px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #03285C;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content 
#content {
	min-height: 600px;
}*/
/* footer */
footer {
	/*margin-top: 30px;*/
	padding-top: 50px;
	background-color: #03285c;
	/*border-top: 1px solid #ddd;
	color: #e2e2e2;*/
	color: #ffffff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'lato', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: transparent;
	/*background-image: linear-gradient(to bottom, #eeeeee, #dddddd);*/
	background-repeat: repeat-x;
	/*border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;*/
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.productcounttext{text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #03285c;
	padding-bottom:20px;
	}
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 15px;*/
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 135px;
	background-color: #fff;
	margin-top: 20px;
}
@media (min-width: 1200px) {
.product-thumb .feacaption{
	padding: 0 38px !important;	
}
}
@media (max-width: 991px) {
.product-thumb .feacaption{
	padding: 0 38px !important;	
}
}
@media (max-width: 767px) and (min-width: 698px)  {
.product-thumb .feacaption{
	padding: 0 225px !important;	
}
}
@media (max-width: 697px) and (min-width: 622px)  {
.product-thumb .feacaption{
	padding: 0 187px !important;	
}
}
@media (max-width: 621px) and (min-width: 546px)  {
.product-thumb .feacaption{
	padding: 0 149px !important;	
}
}
@media (max-width: 545px) and (min-width: 470px)  {
.product-thumb .feacaption{
	padding: 0 111px !important;	
}
}
@media (max-width: 469px) and (min-width: 394px)  {
.product-thumb .feacaption{
	padding: 0 73px !important;	
}
}
@media (max-width: 323px) and (min-width: 300px)  {
.product-thumb .feacaption{
	padding: 0 20px !important;	
}
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
	text-align: center;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0.5px;
	display: block;
	border: 1px solid #ddd !important;
	margin-right: 1px;
    margin-left: 1px;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
.phoneicon{font-size: 20px;
letter-spacing: 1px;
line-height: 12px;
color: #003259;
font-weight: 400;}
a.phoneicon{font-size: 20px;
letter-spacing: 1px;
line-height: 12px;
color: #003259;
font-weight: 400;}
.phonesection{margin-top:40px;text-align: right;z-index: 1;position: absolute;}
.phonesectionss{margin-top:15px;text-align: right;z-index: 1;}
.socialheader{
	position: relative;
    display: inline-flex;
    list-style: none;
    text-align: right;
    float: right;
}
.lisocialheader{padding-left:10px;}
@media (min-width: 768px) {
	#menu .navbar-nav {
		float: none;
		text-align: center;
	}

	#menu .navbar-nav > li {
		display: inline-block;
		float: none;
		text-align: left;
	}
}
.col-xs-15{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    float: left;
	width: 20%;
}
@media (min-width: 300px) {
.col-xs-15 {
        width: 100%;
        float: left;
    }
}
@media (min-width: 500px) {
.col-xs-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) {
.col-xs-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
.col-xs-15 {
        width: 20%;
        float: left;
    }
}
.fottexcol{color:#fff;font-weight:400;}
.fottexcol:hover{color:#fff;text-decoration:underline;}
.footersocialimg{padding:0px;list-style:none;display: inline-flex;}
.footsocpadright{padding-right:2px;}
.form-search {border: 2px solid #03285c;}
.form-search::placeholder{color: #03285c !important;}
.form-search::-webkit-input-placeholder { /* Edge */  color: #03285c;}
.form-search:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #03285c;}
.btn-default:hover {color: #fff;background-color: rgba(0,0,0,0.3); border-color: #fff;}
.btn-default{color: #fff;}
.input-group-btn:last-child>.btn{margin-left:0px;}
::placeholder{color: #fff;}
::-webkit-input-placeholder { /* Edge */  color: #fff;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #fff;}
.bannertitle{font-size:45px;text-transform:uppercase;line-height: 55px;}
.pbanner{margin-top:-385px;color:#fff;font-size:15px;filter: drop-shadow(0px 2px 1px rgba(2,1,76,0.75));line-height: 20px;}
.imgbutban{width: 26px;padding: 0 0px 0 5px;}
.butban{border-radius: 15px; background-color: #03285c; color:#fff;border: unset;padding: 10px 20px;}
.butban:hover{color: #62b2fc;}
p {font-size: 16px;font-weight: 500;margin: 0 0 10px;}
.phome {font-size: 14px;font-weight: 500;}
.homeh2{text-transform:uppercase; color: #134d9e; font-weight: 700;margin-top:0px;font-size:27px;font-weight: 700;margin-bottom: 25px;line-height:30px;border-bottom: 1px solid #134d9e;padding-bottom: 5px;}
.martopbot60{margin-top:60px;margin-bottom:60px;}
.bordertop{border-top: 3px solid #03285c;}
.borderbot{border-bottom: 2px solid #f1e5d9;}
.h1home{text-align:center;/*border-bottom: 2px solid #f1e5d9;*/padding-bottom: 20px;font-size: 46px;font-weight: 700;color: #03285c;}
.h1home1{text-align:center;padding-bottom: 10px;font-size: 50px;font-weight: 700; color: #134d9e;border-bottom: 1px solid #134d9e;}
.martopbot40{margin-top:40px;margin-bottom:60px;}
@media only screen and (max-width: 643px) and (min-width: 250px) {
   .doubleborder{margin-bottom: 20px !important;padding: 14px 16.5px !important;}
   .doubleborder:hover{margin-bottom: 20px !important;padding: 14px 16.5px !important;}
      .doubleborder1{margin-bottom: 20px !important;padding: 14px 24.5px !important;}
   .doubleborder1:hover{margin-bottom: 20px !important;padding: 14px 24.5px !important;}
     .doubleborder2{padding: 14px 66.5px !important;}
   .doubleborder2:hover{padding: 14px 66.5px !important;}
}
.doubleborder{border: 3px solid white;
    outline: 1px solid #979696;margin: 0 15px;color:#03285c;border-radius:0px;padding: 14px;letter-spacing: 3px;text-transform:uppercase;background-color: #e3e2e2;font-size: 14px;}
.doubleborder:hover{border: 3px solid white;
    outline: 1px solid #979696;margin: 0 15px;color:#fff;background-color:#03285c;border-radius:0px;padding: 14px;letter-spacing: 3px;text-transform:uppercase;font-size: 14px;}
.doubleborder1{border: 3px solid white;
    outline: 1px solid #979696;margin: 0 15px;color:#03285c;border-radius:0px;padding: 14px;letter-spacing: 3px;text-transform:uppercase; padding-right: 43px;padding-left: 43px;background-color: #e3e2e2;font-size: 14px;}
.doubleborder1:hover{border: 3px solid white;
    outline: 1px solid #979696;margin: 0 15px;color:#fff;background-color:#03285c;border-radius:0px;padding: 14px;letter-spacing: 3px;text-transform:uppercase;padding-right: 43px;padding-left: 43px;font-size: 14px;}
.doubleborder2{border: 3px solid white;
    outline: 1px solid #979696;margin: 0 15px;color:#03285c;border-radius:0px;padding: 14px;letter-spacing: 3px;text-transform:uppercase; padding-right: 45px;padding-left: 45px;background-color: #e3e2e2;font-size: 14px;}
.doubleborder2:hover{border: 3px solid white;
    outline: 1px solid #979696;margin: 0 15px;color:#fff;background-color:#03285c;border-radius:0px;padding: 14px;letter-spacing: 3px;text-transform:uppercase;padding-right: 45px;padding-left: 45px;font-size: 14px;}
.breadcrumb {visibility: collapse;}
.fa-user{color:#03285c;}
.fa-shopping-cart{color:#03285c;}
.fa-at{color:#03285c;}
.productcat{background-color: #03285c;font-size:17px;text-align: center;padding: 15px 20px;letter-spacing: 1px;text-transform: uppercase;}
.productcat1{font-size:14px;text-align: center;padding: 20px 11px 5px 11px;letter-spacing: 1px;text-transform: uppercase;border-bottom: 1px solid #f1e5d9;}
.whitetext{color:#fff;}
a.whitetext:hover{color:#fdc113;}
.browntext{color:#650101;}
.price-old{text-decoration: none !important;color: #03285c !important;}
.price-new1 {font-weight: 500;color: #03285c;}
.price-new{color: #fb0000 !important;font-weight: 500 !important;margin-left: 5px;}
.product-thumb {border: none !important;}
.h1category{color:#03285c;padding-top: 40px;}
.headingborder{margin-bottom:40px; border-bottom:1px solid #03285c;width: 300px;margin-top: -10px;visibility:hidden;}
.padtop10{padding-top:10px;}
.padbot10{padding-bottom:10px;}
.h3subhead{color:#03285c;text-transform:uppercase;}
.align-items-center {align-items: center !important;display: flex;flex-wrap: wrap;}
.page-card-list .card {display: block;border: 1px solid #e0d9e0;padding: 15px;margin-bottom: 50px;}
.card {position: relative;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;border: 1px solid rgba(0,0,0,0.125);}
.card-text{font-size: 16px;font-weight: 500;}
/*.homebannermartop{margin-top:-225px;width:100%;z-index: -1;position: relative;}*/
.homebannermartop{top:-223px;margin: 0 !important;}
.aboutsunray{margin-top:-224px;}
@media only screen and (max-width: 1920px) and (min-width: 1590px) {
			.slick-prev {left: -15 !important;}
.slick-next {right: -15 !important;}
	.simplediyimg{width:197px !important;}
	.imgfeaturedseatpeople{width:90% !important;}
.dropdown-menu {min-width: 310px !important;background-color: #03285c;}
#menu .dropdown-inner a {color:#fff;min-width: 310px !important;background-color: #03285c;font-size: 16px !important;padding: 6px 20px;}
#menu .see-all {color: #fff;font-size: 16px !important;}
.mar-bot50{margin-bottom:50px;}
.container {
  width: 1490px !important;
}
.ci-header {background: none !important;font-size: 20px !important;font-weight: 700;}
.form-horizontal .control-label{font-size: 16px !important;font-weight: 700 !important;}
.price-new1 {display:block;}
.bannertitle {
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
}
.pbanner {
  margin-top: -520px;
  font-size: 21px;
  line-height: 27px;
}
.imgbutban {
  width: 30px;
}
.butban {
  padding: 13px 28px;
  font-size: 18px;
}
.homeh2 {
  font-size: 33px;
}
.phome {
  font-size: 18px;
  font-weight: 500;
}
.doubleborder {font-size:18px;}
.doubleborder1 {font-size:18px;}
footer h5 {font-size: 20px !important;}
p {font-size: 18px;}
div{font-size: 16px;}
a.phoneicon {
  font-size: 24px;
  line-height: 30px;
}
#menu .nav > li > a {
	padding: 10px 32px 10px 15px !important;
	font-size:18px;
}
#menu {
	min-height: 50px !important;
}
.navbar-nav > li > a {
  line-height: 28px !important;
}
.productcat {
  padding: 15px 8px;
font-size: 20px;
line-height: 24px;
}
.productcat1{ 
padding: 20px 3.5px 5px 3.5px;
font-size: 18px;
}
}
@media only screen and (max-width: 1920px) and (min-width: 1200px) {
	.pdfmd3{}
.pdfmd9{padding:0px;}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#menu .nav > li > a {padding: 10px 4px 10px 4px;font-size: 15px;}
	.bannertitle {font-size: 42px;line-height: 52px;}
	.pbanner {margin-top: -285px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	#menu .nav > li > a {padding: 10px 2px 10px 2px;font-size: 11.4px;}
}
@media only screen and (max-width: 816px){
	.homeshadow{margin-top: -1px;}
}
@media only screen and (max-width: 767px){
	.imagehomeshadow{margin-top: -2px;}
	.aboutsunray {
  margin-top: -287px;
}
}
.imagehomeshadow{width:100%;z-index: 2;position: relative;}
@media only screen and (max-width: 991px) and (min-width: 300px) {
	.homeh2{margin-top:50px;}
	.pbanner {text-align: center;}
	.butban{left: 39.5%;position: absolute;}
	.homebannermartop {margin-top: -195px;}
	.mobdisnone{display:none;}
}
@media only screen and (max-width: 768px){
	.bannertitle {  font-size: 40px; line-height: 45px;}
	.pbanner {line-height: 18px;margin-top: -380px;}
}
/*@media only screen and (max-width: 1920px) and (min-width: 1903px) {
.homebannermartop{top:-228px;}
.aboutsunray{margin-top:-228px;}
}
@media only screen and (max-width: 1902px) and (min-width: 1864px) {
.homebannermartop{top:-227px;}
.aboutsunray{margin-top:-227px;}	
}
@media only screen and (max-width: 1863px) and (min-width: 1825px) {
.homebannermartop{top:-226px;}
.aboutsunray{margin-top:-226px;}	
}
@media only screen and (max-width: 1824px) and (min-width: 1785px) {
.homebannermartop{top:-225px;}
.aboutsunray{margin-top:-225px;}	
}
@media only screen and (max-width: 1784px) and (min-width: 1746px) {
.homebannermartop{top:-224px;}
.aboutsunray{margin-top:-224px;}	
}
@media only screen and (max-width: 1745px) and (min-width: 1707px) {
.homebannermartop{top:-223px;}
.aboutsunray{margin-top:-223px;}	
}
@media only screen and (max-width: 1706px) and (min-width: 1668px) {
.homebannermartop{top:-222px;}
.aboutsunray{margin-top:-222px;}	
}
@media only screen and (max-width: 1667px) and (min-width: 1628px) {
.homebannermartop{top:-221px;}
.aboutsunray{margin-top:-221px;}	
}
@media only screen and (max-width: 1627px) and (min-width: 1589px) {
.homebannermartop{top:-220px;}
.aboutsunray{margin-top:-220px;}	
}
@media only screen and (max-width: 1588px) and (min-width: 1550px) {
.homebannermartop{top:-219px;}
.aboutsunray{margin-top:-219px;}	
}
@media only screen and (max-width: 1549px) and (min-width: 1511px) {
.homebannermartop{top:-218px;}
.aboutsunray{margin-top:-218px;}	
}
@media only screen and (max-width: 1510px) and (min-width: 1471px) {
.homebannermartop{top:-217px;}
.aboutsunray{margin-top:-217px;}	
}
@media only screen and (max-width: 1470px) and (min-width: 1432px) {
.homebannermartop{top:-216px;}
.aboutsunray{margin-top:-216px;}	
}
@media only screen and (max-width: 1431px) and (min-width: 1393px) {
.homebannermartop{top:-215px;}
.aboutsunray{margin-top:-215px;}	
}
@media only screen and (max-width: 1392px) and (min-width: 1354px) {
.homebannermartop{top:-214px;}
.aboutsunray{margin-top:-214px;}	
}
@media only screen and (max-width: 1314px) and (min-width: 1275px) {
.homebannermartop{top:-213px;}
.aboutsunray{margin-top:-213px;}	
}
@media only screen and (max-width: 1274px) and (min-width: 1236px) {
.homebannermartop{top:-211px;}
.aboutsunray{margin-top:-211px;}	
}*/
@media only screen and (max-width: 500px) and (min-width: 300px) {
.mobdisnonebanner{display:none;}
.aboutsunray {
  margin-top: unset;
}
.phonesection {margin-top: 27px;padding-right: 15px;}
.phonesectionss {margin-top: 27px;padding-right: 15px;}
.phoneicon {font-size: 16px}
a .phoneicon {font-size: 16px}
}
@media only screen and (max-width: 767px) and (min-width: 300px) {
.logocenter{margin:0 auto;}
.homebannermartop {  top: -285px;}
.imagehomeshadow {  margin-top: -11px;} 
.mobileinnershadow {  margin-top: -13px;}  
}
#tab-description{border-right: 1px solid #ddd; border-left: 1px solid #ddd; padding: 30px; border-bottom: 1px solid #ddd;text-align: justify;    font-weight: 500;    font-size: 16px;}
#tab-review{border-right: 1px solid #ddd; border-left: 1px solid #ddd; padding: 30px; border-bottom: 1px solid #ddd;}
.nav-tabs li a {text-transform: uppercase; padding: 10px 24px; font-size: 15px; color:#010101;background-color: #C8C8C8;font-weight: 300;}
.nav-tabs li.active a{font-weight: 700 !important;color:#010101 !important;}
.thumbnail {border: unset !important;}
.thumbnail img {width:100% !important;}
.bannerhealthbenefit{display:none;}
.imghealthbenefit{width: 100%;z-index: -2;position: relative;margin-top: -40px;}
.dropdown-menu {min-width: 270px;background-color: #03285c;}
#menu .dropdown-inner a {color:#fff;min-width: 270px;background-color: #03285c;font-size:14px;}
#menu .see-all {color: #fff;font-size:14px;}
.martop50{margin-top:50px;}
.marbot50{margin-bottom:50px;}
.healthheadingborder{margin-bottom:20px; border-bottom:1px solid #03285c;width: 370px;margin-top: -10px; display:none;}
.healthheadingborderleft{margin-bottom:20px; border-bottom:1px solid #03285c;width: 100%;margin-top: -10px; display:none;}
.healthheadingvideoborder{margin-bottom:20px !important; border-bottom:1px solid #03285c;width: 455px;margin-top: -10px !important;margin: 0 auto;display:none;}
.h2health{color:#03285c;text-transform:uppercase;margin-top: 0px;}
.h2health1{color:#03285c;text-transform:uppercase;margin-top: 0px;text-align:center;}
.contactform{border: 1px solid #ccc !important;}
.contactform::placeholder{color: #333;}
.contactform::-webkit-input-placeholder { /* Edge */  color: #333;}
.contactform:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #333;}
.form-control::placeholder{color: #333;}
.form-control::-webkit-input-placeholder { /* Edge */  color: #333;}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #333;}
#ciblog-menu{display:none;}
.h4blog{font-size: 18px;text-transform: uppercase;font-weight: 700;}
.pblogshotdec{margin: 0 0 15px;}
.blogheadingborder {margin-bottom: 10px;border-bottom: 1px solid #03285c;width: 250px;margin-top: -10px;display:none;}
.bap1{font-size: 26px;font-weight:700;text-transform:uppercase;}
.bap2{font-size: 26px;font-weight:700;text-transform:uppercase;}
.bap3{font-size: 26px;font-weight:700;color:#03285c;text-transform:uppercase;}
.bapul{font-size: 16px;font-weight: 500;margin: 20px 0px 20px 0px;padding-left: 15px;}
.bapul li{margin: 0px 0px 20px 0px;}
.bapp1{font-weight: 700;}
.ci-header {background: none !important;font-size: 18px !important;font-weight: 700;}
.form-horizontal .control-label{font-size: 15px !important;font-weight: 700 !important;}
.featuredseatpeople{background-color:#F1E5D9;}
.imgfeaturedseatpeople{margin: 0 auto;display: block;width:100%;}
.productgreyhead{font-size:20px;font-weight:400;margin-bottom: 10px;}
.productgreyul{padding-left: 10px;}
.productgreyul li{padding-bottom:10px;font-size:16px;}
.simplediy{display:inline-block;}
.simplediy li{display:inline-block;padding:5px;}
.simplediyimg{width:154px;}
.pdftext{color:#333;}
.tab-content>.active {display: block;padding: 30px;border-right: 1px solid #ddd;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;
  text-align: justify;}
.profeaturedimg{border: 1px solid #ddd;}
/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 50px;
  color:rgba(42,125,201);
  z-index: 2;
}

.slick-prev {  left: 0;}

.slick-next {  right: 0;}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {  outline: none;}

.slick-list.dragging {  cursor: pointer;  cursor: hand;}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {    clear: both;}

.slick-loading .slick-track {    visibility: hidden;}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {    float: right;}

.slick-slide img {    display: block;}

.slick-slide.slick-loading img {    display: none;}

.slick-slide.dragging img {    pointer-events: none;}
.slick-initialized .slick-slide {    display: block;}
.slick-loading .slick-slide {    visibility: hidden;}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {    display: none;}

.slide {    transition: filter .4s;    margin: 0px 10px;}

.fas {    color: #96bd0b;}
.slick-prev {    left: 0;}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 50px;
	color:rgba(42,125,201);
	z-index: 2;
}
.lb-nav a.lb-prev {opacity: 1 !important;}
.lb-nav a.lb-next {opacity: 1 !important;}
.section {  margin: 0 auto;}
/* Slick Slider */
.imgpayment{width:45px;}
.breadtext{color: #fff;background-color: #03285c;padding: 10px;text-align: center;}
.breadtext:hover{background-color: #23527c;}
.bgimageall{margin-top:-55px;}
.allpageshow{display:inline-block; padding-right: 5px;}
.homeshow{display:none;}
.homeaboutphone{color: #134d9e;font-size: 27px;font-weight: 700;line-height: 30px;}
@media only screen and (max-width: 500px) and (min-width: 300px) {
.bgcolormobheadall{background-color: none !important;/*opacity: 0.8;*/}
.imagehomeshadow{display:none !important;}
}
.homelogo{display:none !important;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: transparent;}
#common-success{margin-bottom:50px;}


#topbar {
    /*background-color: #000 !important;
    border: #000 !important;*/
	background-image:url(https://luxuryspasusa.com/image/bread-banner.jpg); border: unset !important;background-size: cover;
	background-color: #fff !important;
}
#topbar .close {
    background-color: #fff !important;
    color: #000 !important;
    opacity: unset !important;
	    /*margin-top: -25px;*/
		margin-top: -163px;
		z-index: 0;
    position: relative;
}
#topbarstyle{   /* text-transform: uppercase;*/
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
   /* text-align: center;*/
    color: #3E8197;
    display: block;}
	.brraks{display:none;}
.butbread{color:#fff;background-color: #10264E;padding: 8px 20px;border-radius: 15px;font-size: 16px;font-weight:700;letter-spacing: .5px;}
.butbread:hover{background-color: #000;color:#fff;}
.buynows{font-size:40px;line-height:44px;font-weight:700;color:#10264E;padding-bottom:15px;}
.buynowimg{width:100%;padding-bottom:15px;}
@media only screen and (max-width: 767px) and (min-width: 300px) {.buynowimg{width:50%;}#topbar .close {margin-top: -270px;}.buynows {font-size:23px;line-height:26px;}#topbar {
background-image:url(https://sunraysaunas.com/image/mobiletopban.jpg); border: unset !important;background-size: cover;background-position: top right;}#topbarstyle {font-size:20px;line-height:24px;}.brraks{display:block;}}
@media only screen and (max-width: 991px) and (min-width: 768px) {.buynowimg{width:50%;}#topbar .close {margin-top: -260px;}
.buynows {text-align: right;}#topbarstyle{text-align: right;}.textright{text-align: right;}}

.phonesectionss, .disti{display:none;}
.rowmartops{    margin-top: -110px;    position: relative;    z-index: 1;}
.bgcolimg{background-image:url(https://luxuryspasusa.com/catalog/view/theme/luxury/image/bgshade.png); background-size: cover;/*height: 370px;
    max-width: 370px;*/}
 .butleft {
            width: 50%;
            background: #1582c5;
            border-bottom-right-radius: 30px;
			padding:25px 20px;
			color:#fff;
			    font-size: 20px;
            /*border-top-left-radius: 0px;*/
        }
 .butright {
            width: 50%;
            background: #12214a;
            border-bottom-right-radius: 30px;
			padding:15px 20px;
			color:#fff;
			    font-size: 20px;
            /*border-top-right-radius: 0px;*/
        }
.disflex{display: flex;background: #12214a;
  border-bottom-right-radius: 30px;}
  .bgcolimg img{max-height: 300px;
    padding: 40px 0px;
    margin: 0 auto;
  display: block;}
  
  
  video {
      position: absolute;
      top: 119px;
      left: 0;
      width: 100%;
      height: 100vh;
      object-fit: cover;
      z-index: -1; /* Ensure video stays in the background */
    }
	
	    .contentss {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 36px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
	
	.ulsoctop {list-style:none;padding:0px; margin:0px;margin-top: 15px;
    text-align: right}
	.ulsoctop li{display:inline-block;    padding: 0px 0px 0px 15px;}
	
	 /* Sidebar (Text Area) Style */
    .sidebarss {
      position: relative;
      top: 0;
      left: 0;
      width: 45%; /* Adjust the width of the sidebar */
      height: 100vh;
      background-color: rgba(3, 40, 92, 0.7); /* Semi-transparent background */
      color: white;
      float: right;
      padding: 20px 30px 13px 20px;
      /*display: flex;
      flex-direction: column;*/
      justify-content: center;
      z-index: 1; /* Ensures text stays on top */
    }

    .sidebarss p {
      font-size: 7rem; /* Scalable font size */
	  line-height: 7rem;
      margin-bottom: 20px;
	  color:#fff;
      /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/
    }

    .sidebarss h1 {
      font-size: 7rem; /* Scalable font size for the description */
     line-height: 7rem;
	  color:#99ccff;
	   margin-bottom: 80px;
	   margin-top: 100px;
      /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/
    }
	@media only screen and (max-width: 1920px) and (min-width: 1450px) {
		.sidebarss { height: 80vh/*833px*/;} 
		video {height: 80vh;}
		
		.sidebarss p {
      font-size: 7rem; /* Scalable font size */
	  line-height: 7rem;
		}
	.sidebarss h1 {
      font-size: 7rem; /* Scalable font size for the description */
     line-height: 7rem;
	}
	
	
	}
	@media only screen and (max-width: 1449px) and (min-width: 1090px) {		.sidebarss { height: 100vh;} 
		video {height: 100vh;}		
		.sidebarss p {
      font-size: 5rem; /* Scalable font size */
	  line-height: 6rem;
		}
	.sidebarss h1 {
      font-size: 6rem; /* Scalable font size for the description */
     line-height: 6rem;}
	}
	@media only screen and (max-width: 1199px) and (min-width: 1090px) {.sidebarss {margin-top: 15px;} }
	@media only screen and (max-width: 1089px) and (min-width: 991px) {		.sidebarss { height: 25vh; margin-top: 15px;} 
		video {height: 25vh;}
		
		.sidebarss p {
      font-size: 4rem; /* Scalable font size */
	  line-height: 4rem;
		}
	.sidebarss h1 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 50px;
  margin-top: 50px;
	}
	}
	@media only screen and (max-width: 990px) and (min-width: 768px) {.disflex{margin-bottom:20px;} video {height: 40vh; /*25vh;*/} .sidebarss {height: 540px;/* 25vh;*/width:100%;/*margin-top: 39px;*/}
	.sidebarss p {
      font-size: 4rem; /* Scalable font size */
	  line-height: 4rem;
	  text-align:center;
		}
	.sidebarss h1 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 50px;
  margin-top: 150px;
  text-align:center;
	}
	}
	
		@media only screen and (max-width: 767px) and (min-width: 300px) {.disflex{margin-bottom:20px;} video {height: 61vh;} .sidebarss {height: 50vh/*20.3vh*/;width:100%;}
		.phonesectionss{text-align: center;}
		.ulsoctop{text-align: center;}
	.sidebarss p {
      font-size: 4rem; /* Scalable font size */
	  line-height: 4rem;
	  text-align:center;
		}
	.sidebarss h1 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 35px;
  margin-top: 35px;
  text-align:center;
	}
	.coll-xs-4{width:100%;padding-bottom: 15px;}
	.bgcolimg img {
  max-height: 290px;
  padding: 50px 0px;
  margin: 0 auto;
  display: block;
}
	}
	
.imgbgtwocolor{width: 270px;
    margin: 0 auto;
    display: block; margin-top: 20px;}
.imgfoot7{width:100%; padding-top: 15px; padding-bottom: 15px;margin: 0 auto;display: block;}	
.imgfoot6{width:155px; padding-top: 15px; padding-bottom: 15px;margin: 0 auto;display: block;}
	.midcar{list-style:none;padding:0px; margin:0px;margin-top: 15px;text-align:center;}
	.midphone{list-style:none;padding:0px; margin:0px;margin-top: 15px;text-align:center;}
	.midcar li a{    padding: 0px 0px 0px 15px;font-size: 30px; color: #fff;font-weight:700;}
	.midphone li a{    padding: 0px 0px 0px 15px;font-size: 30px; color: #fff;font-weight:700;}
	.midcar li {display:inline-block;}
	.midphone li{display:inline-block;}
.sectionbgtwocolor{
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #1B2C5A 0%,
    #1B2C5A 61%,
    #3F80BB 39%,
    #3F80BB 100%
  );
}
.rowmartops2{margin-top:50px;margin-bottom:100px;}
.twocont{background-color:#3F80BB;margin-bottom:100px;padding-top:30px;padding-bottom:40px;}
.heads1{font-size:27px;line-height:35px;color:#fff;padding-bottom: 15px;margin-top: 20px;font-weight:700;}
.heads2{font-size:21px;line-height:25px;color:#fff;padding-bottom: 20px;}
.heads3{font-size:50px;line-height:60px;color:#fff;text-align:center;margin-top: 20px;font-weight:700;}
.heads4{font-size:39px;line-height:50px;color:#fff;text-align:center;}
.heads5{font-size:30px;line-height:40px;color:#fff;text-align:center;}
.sidebyside{width: 595px;padding-right: 15px; padding-left: 15px; margin-right: 0px; margin-left: auto;}
.sidebyside h1{font-size:50px !important;}
@media only screen and (max-width: 991px) and (min-width: 300px) {
	.sectionbgtwocolor{
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #1B2C5A 0%,
    #1B2C5A 100%,
    #3F80BB 0%,
    #3F80BB 0%
  );
}
.sidebyside{width: 100%;text-align: center;padding-bottom: 50px;}
.sidebyside h1{margin-top:50px !important;}
.twocont{margin-bottom:50px;}
.disflex {margin-bottom:20px;}
.rowmartops2{margin-bottom:25px;margin-top: 0px;}
}

@media only screen and (max-width: 500px) and (min-width: 300px) {
	.midphone li a{padding: 0px 0px 0px 5px; font-size: 17px;}
	.midphone li img{width:30px !important;}
	.midcar li a{padding: 0px 0px 0px 5px; font-size: 17px;}
	.midcar li img{width:30px !important;}
}