* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fafafa;
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

.logo {
  width: 300px;
}

h4 {
color: #f15a2e;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #f0400a;
  outline:none;
}

a:hover, a:focus {
  text-decoration: none;
/* border:none; */
}
.aro {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 0%;
}

.aro.active {
  /*height: 100%;*/
}

.aro ul {
  overflow: auto;
  width: 100%;
  height: 0%;
  margin: 0;
  background-color: #224968;
  list-style: none;
  scrollbar-width: 0px;
}

.aro ul::-webkit-scrollbar {
  width: 0px;
}

.aro.active ul {
  height: calc(100%);
  padding: 30px;
}

.aro span {
  width: 100%;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  background-color: transparent;
  padding-right: 3%;
}

.aro.active span {
  width: 100%;
  height: 15%;
}

.aro span img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  max-height: 70%;
  cursor: pointer;
}

.aro.active span img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}



@media (max-width: 767.98px) {
  .aro.active ul {
    height: calc(100% - 0%);
    padding: 20px;
    font-size: 15px;
  }
  .aro.active span {
    height: 20%;
  }
  .aro span img {
    max-height: 50%;
  }
}
.fit_guide_image {
    width: 33% !important;
    height: 75% !important;
    cursor: pointer !important;
}

@media (max-width: 575.98px) {
  .aro.active ul {
    height: calc(100% - 0%);
    padding: 10px;
    font-size: 13px;
  }
  .aro.active span {
    height: 20%;
  }
  .aro span img {
    max-height: 30%;
  }
}

.mw-1450 {
  max-width: 1454px;
  margin: auto;
  width: 100%;
}

.gallery-bg {
  background-color: #fafafa;
}

.textfieldbox {
float:left;
margin-right:10px;
font-weight:bold;
font-size:16px;

}
.textfieldbox2 {
float:left;
width:100%;
margin-right:10px;
font-weight:bold;
font-size:16px;

}
.headerfixed {
	top:-2px !important;
	box-shadow: 0px 0px 6px 1px;
}
.navbar {
	height:80px !important;
}
.nav-item a {
	font-size:16px !important;
}
.menuarrow {
    margin-left: 10px;
}
.d-lg-block .img-c {
	width:30px !important;
}

.promobar {
  background-color: #1273a5;
  padding: 5px 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
 /*  height: 42px; */
 height: 30px;
  font-weight: bold;
  width: 100%;
  place-items: center;
  font-style: italic;
  display: -ms-inline-grid;
  display: inline-grid;
}

.promobar2 {
  background-color: transparent;
border: 2px solid #f15a2e;
color:#f15a2e;
  padding: 10px 30px;

  text-align: center;
  font-size: 14px;
 /*  height: 42px; */
margin:60px 100px 0px 0px;
  font-weight: bold;
float:right;
  place-items: center;
  font-style: italic;
  display: -ms-inline-grid;
  display: inline-grid;
  width:100% !important;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
line-height:50px;
  font-size: 30px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
color:fff;
z-index:99999999999999999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 450px;
  background: #072b40;
background-repeat:no-repeat;
background-size:100% 100%;
margin:4em auto;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  /*color: white;*/
  text-decoration: none;
  text-transform: uppercase;
}


.footercontact {
float:left;
margin-right:50px;
text-align:left;
}



.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #F44336;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #1273a5;
  font-weight: bold;
  font-style: italic;
}

.loginbox {
	/* width: 50%; */
	width: 100%;
	float: left;
	text-align: left;
	 color: #1273a5;
  font-style: italic;
	
}

.loginbox p {
	font-size: 10px;
	
}


.textfield1 {
	padding: 5px;
	width: 80%;
	font-size:16px;
	
	
}
.loginbox1 {
	border-radius:20px;
	border:4px solid #f15a2e;
	background-color: #f15a2e;
	margin: 10px;
	padding: 20px;
	
}
.loginbox2 {
	border-radius:20px;
	border:4px solid #f15a2e;
	margin: 10px;
	padding: 20px;
}


.gallery-bg img {
  width: 100%;
}

.py-50 {
  padding: 50px 15px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pro h3 {
  color: #1273a5;
  font-size: 24px;
}

.pro p {
  color: #1273a5;
  font-size: 14px;
}

.pro span {
  color: #f0400a;
  font-size: 20px;
  font-weight: 900;
}
.checkoutblock {
float:left;
margin:10px 10px;
width:31%;
}

.checkoutblock .textfield {
padding:5px 10px;
}




.why {
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  color: #fff;
  margin: 0;
}

.welcome {
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  color: #fff;
  margin: 0;
}

.unsinkable {
  font-family: "Raleway", sans-serif;
  font-size: 95px;
  color: #f15a2e;
  margin: 0;
}

.unsinkable img {
  height: 95px;
  width: auto;
}

.why-list {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  width: 90%;
  list-style: none;
  padding: 20px;
}

.why-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Raleway", sans-serif;
}

.why-list span {
  color: #f15a2e;
  margin-right: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
}

.colorblast-img {
  width: 300px;
  margin: 0px auto 30px;
}

.BeUnsinkable {
  font-size: 55px;
  color: #0e577f;
}

.f-title {
  font-size: 30px;
  color: #f15a2e;
  text-transform: uppercase;
}

.panel {
  font-size: 20px;
  color: #0e577f;
  text-transform: capitalize;
}

.img-m {
  width: 35px;
}

.img-c {
  width: 40px;
}

.shop-itmm {
  color: #fff;
  background-color: #f0400a;
  padding: 5px;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -10px;
  min-width: 20px;
  left: -10px;
  display: -ms-inline-grid;
  display: inline-grid;
  min-height: 20px;
  place-items: center;
}

.panel a {
  color: #0e577f;
  font-weight: 800;
}

.panel ul {
  list-style: none;
}

.panel ul li {
  padding: 5px 0px;
}

.bor input,
.bor .input-group-prepend .input-group-text {
  border-color: #f0400a;
  height: 60px;
}

.bor input {
  border-right: none;
  border-radius: 8px 0px 0px 8px;
}

.bor .input-group-prepend .input-group-text {
  border-left: none;
  border-radius: 0px 8px 8px 0px;
  background-color: #0e577f;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  width: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foo-ing img {
  width: auto;
  height: 45px;
  margin-right: 20px;
  margin-top: 15px;
}

.comm {
  margin: 0px;
  color: #0e577f;
  font-size: 13px;
}

.comm a {
  margin: 0px;
  color: #0e577f;
}

.comm img {
  margin-right: 10px;
}

.catbox1,
.catbox2 {
  padding: 15px;
}

.catbox1 img,
.catbox2 img {
  width: 100%;
}

.why-bg {
  background-image: url(../images/whybg.png);
  /* background-size: cover; */
	background-size: 100% 89% !important;
	background-repeat: no-repeat !important;
	object-fit: cover !important;
  background-position: top center;

}
.jumbotron .container {
	padding-top:0% !important;
}
.why-list li {
	line-height: 1 !important;
}

.welcome-bg {
  background-image: url(../images/colorbg.png);
  background-size: 100% 100%;
  background-position: center center;
}

.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 55px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 4px #000;
}

.tog-btn {
  border: none;
  padding: 0px;
}

.tog-btn:hover,
.tog-btn:focus {
  border: none;
  text-decoration: none;
  outline: none;
}

.modal-offer {
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
}

.modal-offer .modal-dialog {
  max-width: 730px;
}

.modal-offer .modal-dialog .modal-content {
  background-image: url(../images/mod-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.modal-offer h6 {
  font-size: 40px;
  margin: 0;
}

.modal-offer p {
  font-size: 30px;
}

.modal-offer h1 {
  font-size: 100px;
  margin: 0;
}

.mod-text {
  font-size: 24px;
  width: 480px;
  height: 83px;
  margin: auto;
}

.mod-text::-webkit-input-placeholder {
  text-align: center;
}

.mod-text:-ms-input-placeholder {
  text-align: center;
}

.mod-text::-ms-input-placeholder {
  text-align: center;
}

.mod-text::placeholder {
  text-align: center;
}

.modal-offer a {
  font-size: 24px;
  color: #fafafa;
  margin: 45px 0 60px;
  display: inline-block;
  text-decoration: underline;
}

.mod-clo {
  padding: 20px !important;
}
@media(max-width:992px){
	.navbar-collapse {
	  background-color:white !important;
  }
}

@media (min-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0px 30px;
  }
  
}

@media (max-width: 1199.98px) {
  .comm {
    font-size: 11px;
  }
  .why-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .welcome-bg {
    background-image: url(../images/colorbg.png);
    background-size: cover;
    background-position: center center;
  }
  .bor input,
  .bor .input-group-prepend .input-group-text {
    border-color: #f0400a;
    height: 50px;
  }
  .bor .input-group-prepend .input-group-text {
    width: 65px;
  }
  .f-title {
    font-size: 26px;
  }
  .panel {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .white {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .py-50 {
    padding: 40px 15px;
  }
  .pb-50,
  .text-all-h1 {
    padding-bottom: 40px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .comm img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  .bor input,
  .bor .input-group-prepend .input-group-text {
    border-color: #f0400a;
    height: auto;
  }
  .bor .input-group-prepend .input-group-text {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .white {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .navbar-brand-pa img {
    max-width: 250px;
  }
  footer {
    font-size: 20px;
  }
  .py-50 {
    padding: 35px 15px;
  }
  .pb-50,
  .text-all-h1 {
    padding-bottom: 35px;
  }
  .pt-50 {
    padding-top: 35px;
  }
  .text-con {
    text-align: center;
  }
  .comm {
    margin: 10px 0px;
    font-size: 10px;
  }
  .comm img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  .panel ul li {
    font-size: 15px;
  }
  .f-title {
    font-size: 25px;
  }
  .why {
    font-size: 50px;
  }
  .unsinkable {
    font-size: 80px;
  }
  .unsinkable img {
    height: 70px;
  }
  .why-list {
    font-size: 20px;
  }
  .why-list span {
    font-size: 30px;
  }
  .foo-ing img {
    width: auto;
    margin: 15px 10px;
    height: 40px;
  }
  .modal-offer .modal-dialog .modal-content {
    background-image: url(../images/mod-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .modal-offer h6 {
    font-size: 30px;
    margin: 0;
  }
  .modal-offer p {
    font-size: 20px;
  }
  .modal-offer h1 {
    font-size: 60px;
    margin: 0;
  }
  .mod-text {
    font-size: 20px;
    width: 90%;
    height: 60px;
    margin: auto;
  }
  .modal-offer a {
    font-size: 20px;
    margin: 25px 0 40px;
  }
  .mod-clo {
    padding: 15px !important;
  }
}

.navbar-brand-pa img {
  /* max-width: 300px; */
  max-width: 300px;
}

@media (max-width: 575.98px) {
  .navbar-brand-pa {
    margin-right: auto;
  }
  .navbar-brand-pa img {
    max-width: 250px;
  }
  footer {
    font-size: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .show1 {
    padding: 10px 0px;
    border-bottom: 2px solid #0e577f;
    border-radius: 0px;
  }
  .why-list {
    font-size: 15px;
padding-left:0;
    
  }
  .white {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .why {
    font-size: 35px;
  }
  .unsinkable {
    font-size: 50px;
  }
  .unsinkable img {
    height: 50px;
  }
  .BeUnsinkable {
    font-size: 40px;
    color: #0e577f;
  }
  .BeUnsinkable img {
    height: 40px;
  }
  .btn-primary {
    font-size: 15px;
  }
  .btn-primary2 {
    width: 160px;
    height: 40px;
    font-size: 15px;
  }
  .py-50 {
    padding: 25px 15px;
  }
  .pb-50,
  .text-all-h1 {
    padding-bottom: 25px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .welcome {
    font-size: 40px;
  }
  .foo-ing img {
    height: 35px;
    margin: 8px;
  }
  .connect {
    margin: 15px 0px;
  }
  .modal-offer h6 {
    font-size: 25px;
    margin: 0;
  }
  .modal-offer p {
    font-size: 18px;
  }
  .modal-offer h1 {
    font-size: 40px;
    margin: 0;
  }
  .mod-text {
    font-size: 18px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .modal-offer a {
    font-size: 18px;
    margin: 15px 0 30px;
  }
  .mod-clo {
    padding: 10px !important;
  }
  .mod-img {
    height: 95px;
  }
}

@media (max-width: 410.98px) {
  .navbar-brand-pa img {
    max-width: 150px;
  }
  .img-m {
    width: 30px;
  }
  sup.shop-itmm {
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
  }
  .white {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .carousel-caption.d-block {
    bottom: 0px;
    padding: 15px 0px;
  }
  .unsinkable {
    font-size: 40px;
  }
  .welcome {
    font-size: 30px;
  }
  .unsinkable img {
    height: 40px;
  }
  .why-list {
    font-size: 12px;
    width: auto;
  }
  .why-list span {
    font-size: 20px;
  }
  .why-list span {
    font-size: 20px;
  }
  .BeUnsinkable {
    font-size: 30px;
  }
  .BeUnsinkable img {
    height: 30px;
  }
  .foo-ing img {
    height: 30px;
    margin: 5px;
  }
  .modal-offer h6 {
    font-size: 20px;
    margin: 0;
  }
  .modal-offer p {
    font-size: 15px;
  }
  .modal-offer h1 {
    font-size: 30px;
    margin: 0;
  }
  .mod-text {
    font-size: 15px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .modal-offer a {
    font-size: 15px;
    margin: 10px 0 20px;
  }
  .mod-clo {
    padding: 5px !important;
    width: 30px;
  }
  .mod-img {
    height: 75px;
  }
}

#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}

#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}

@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
  .why-bg {
		background-size: auto 85% !important;
		background-repeat: no-repeat !important;
		object-fit: cover !important;
		background-position: center center;

	}

}

@media (max-width: 500px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}

.pro img {
  width: 100%;
}

.banner {
  width: 100%;
  height: 255px;
  background-position: center;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.pro-all img {
  width: auto;
  height: auto;
}

@media (min-width: 1199.98px) {
  .banner2 {
    background-position-y: -294px;
  }
  .pro-all .img-width {
    width: 290px;
    height: 105px;
  }
}

@media (min-width: 1450px) {
  .white {
    font-size: 70px;
    line-height: 70px;
  }
}

.banner-title {
  color: #fff;
  position: relative;
  font-size: 54px;
  padding: 20px 0px;
  text-transform: uppercase;
  text-align: center;
}

.banner-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/title-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 120%;
  width: 100%;
  top: -12px;
  left: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.banner-title:hover.banner-title::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all .9s;
  transition: all .9s;
}

.loss-h1 {
  font-size: 40px;
}

.filter-size {
  font-size: 25px;
  color: #f2653c;
  padding-top: 20px;
  padding-bottom: 25px;
}

.filter-size p {
  margin: 5px;
}

.size-btn {
  background-color: #f15a2e;
  width: 95px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
  border: 2px solid #f03e07;
  height: 35px;
  font-style: italic;
  outline: none !important;
}

.s1ize-btn:focus, .size-btn-active {
  background-color: #fff;
  border-color: #dadada;
  color: #8b8b8b;
  outline: none !important;
}

button:focus{
  outline: none !important;
}

.pro-title {
  font-size: 55px;
  color: #1273a5;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.page-title {
  font-size: 40px;
  padding: 15px 0px 20px;
  text-align: center;
}

.pro-title::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f15a2e;
}

.pro-all p,
.pro-all h2 {
  font-size: 24px;
  padding: 0;
  font-weight: 900;
  color: #1273a5;
  margin: 0;
}

.pro-all span {
  font-size: 20px;
  padding: 0;
  font-weight: 900;
  color: #f0400a;
  margin: 0;
}

@media (max-width: 991px) {
  .pro-title {
    font-size: 35px;
  }
  .pro-all p,
  .pro-all h2 {
    font-size: 20px;
  }
  .pro-all span {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .pro-title {
    font-size: 25px;
  }
  .pro-all img {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 155px;
  }
  .banner-title,
  .loss-h1 {
    font-size: 35px;
    text-align: center;
  }
  .filter-size {
    font-size: 20px;
  }
  .size-btn {
    width: 75px;
    font-size: 11px;
    height: 30px;
  }
}

.text-all h1 {
  font-size: 40px;
}

.text-all-h1 {
  padding-bottom: 50px;
}

.text-all h5 {
  font-size: 28px;
  color: #f15a2e;
}

.text-all h3 {
  font-size: 28px;
  color: #1273a5;
}

.text-all h6 {
  font-size: 22px;
  color: #408eb6;
  margin-bottom: 25px;
}

.text-all p,
.text-all p a {
  font-size: 22px;
  color: #f15a2e;
  font-weight: bold;
}

.text-all h4 {
  font-size: 24px;
  color: #408eb6;
  margin-bottom: 25px;
}

.text-all ul {
  color: #f15a2e;
  list-style: none;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}

.text-ore {
  color: #f2653c;
}

@media (max-width: 991px) {
  .text-all h1 {
    font-size: 35px;
  }
  .text-all h5,
  .text-all h3 {
    font-size: 25px;
  }
  .text-all h6,
  .text-all h4,
  .text-all ul {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text-all p,
  .text-all p a {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .text-all h1 {
    font-size: 28px;
  }
  .text-all h5 {
    font-size: 23px;
  }
  .text-all h3 {
    font-size: 20px;
  }
  .text-all h6,
  .text-all h4,
  .text-all ul {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .text-all p,
  .text-all p a {
    font-size: 18px;
  }
}

.aro {
  position: absolute;
  top: 0px;
  right: 0px;
}
.position-relative .active .aro-img {
    position: absolute;
    bottom: 0px;
}

.brand-deta {
  padding: 10px;
  background: #fff;
}

.br-name {
  color: #f2653c;
  font-size: 30px;
  margin: 0;
}

.br-text {
  color: #1273a5;
  font-size: 20px;
  margin: 0;
}

.so-ing {
  text-decoration: none !important;
}

.so-ing img {
  width: auto;
  height: 30px;
  margin: 0px 8px;
}

@media (max-width: 991.98px) {
  .br-name {
    font-size: 25px;
  }
  .br-text {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .so-ing img {
    margin: 0px 5px;
  }
}

@media (max-width: 575.98px) {
  .so-ing img {
    margin: 0px 3px;
  }
  .br-name {
    font-size: 23px;
  }
  .br-text {
    font-size: 15px;
  }
  .loss-h1 {
    font-size: 30px;
  }
}

.accordian {
  border-radius: 0px;
  padding: 30px;
}

.accordian .card {
  border: none;
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #1273a5;
}

.accordian .card-header {
  padding-left: 45px;
  color: #f2653c;
  background: transparent;
  cursor: pointer;
  padding: 25px 0px;
  border: none;
}

.accordian .card-header h3 {
  margin: 0;
  font-size: 24px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  max-width: 95%;
  float: left;
}

.accordian .card-header span {
  float: right;
  font-size: 24px;
}

.accordian .card-body {
  padding: 15px 0px;
}

.accordian .card .card-body {
  display: none;
  background: transparent;
}

.accordian .card:nth-child(1) .card-body {
  /*display: block;*/
}

.accordian .card-body p {
  color: #1273a5;
  font-size: 24px;
  margin: 0px;
}

.contact_us h6 {
  font-size: 24px;
}

.contact_us span {
  color: #f2653c;
}

.contact_us a {
  color: #1273a5;
}

@media (max-width: 991.98px) {
  .accordian .card-header span,
  .accordian .card-header h3,
  .accordian .card-body p {
    font-size: 20px;
  }
  .accordian .card-header {
    padding: 20px 0px;
  }
  .contact_us h6 {
    font-size: 23px;
  }
}

@media (max-width: 767.98px) {
  .accordian .card-header {
    padding: 15px 0px;
  }
  .accordian .card-header span,
  .accordian .card-header h3,
  .accordian .card-body p {
    font-size: 18px;
  }
  .accordian {
    padding: 20px;
  }
  .contact_us h6 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .accordian .card-header span,
  .accordian .card-header h3,
  .accordian .card-body p {
    font-size: 15px;
  }
  .accordian {
    padding: 15px 0px;
  }
  .contact_us h6 {
    font-size: 18px;
  }
}

.btn1,
.btn2 {
  font-size: 18px;
  width: 330px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #f2653c;
  margin: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f2653c;
  border-radius: 10px;
}

.btn1 {
  color: #fff;
  background: #f2653c;
}

.loss-war {
  border-bottom: 5px solid #f2653c;
  font-size: 20px;
}

.loss-war span {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  min-width: 360px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #f2653c;
  color: #fff;
  max-width: 95%;
}

.loss-war span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  background: linear-gradient(-81deg, #fafafa 50%, #f2653c 50%);
  right: 0;
}

.loss-war span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  background: linear-gradient(-262deg, #fafafa 50%, #f2653c 50%);
  left: 0;
}

.loss-war-ul {
  list-style: none;
  font-size: 20px;
  padding: 10px 40px;
}

.loss-war-ul li {
  padding: 8px 0px;
}

.loss-war-ul b {
  color: #f2653c;
  float: left;
}

.loss-war-ul span {
  max-width: 93%;
  padding-left: 5px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .loss-war,
  .loss-war-ul {
    font-size: 27px;
  }
  .loss-war-ul {
    padding: 10px 30px;
  }
}

@media (max-width: 767.98px) {
  .loss-war,
  .loss-war-ul {
    font-size: 23px;
  }
  .loss-war span {
    min-width: 300px;
  }
}

@media (max-width: 575.98px) {
  .btn1,
  .btn2 {
    font-size: 15px;
    width: 300px;
    height: 70px;
  }
  .loss-war,
  .loss-war-ul {
    font-size: 18px;
  }
  .loss-war span {
    min-width: 265px;
  }
  .loss-war-ul {
    padding: 0px 10px;
  }
  .loss-war span::before {
    background: linear-gradient(-255deg, #fafafa 50%, #f2653c 50%);
  }
}

.file_a_clalm h5 {
  font-size: 28px;
  margin-bottom: 25px;
}

.file_a_clalm span {
  color: #f2653c;
}

.file_a_clalm h6 {
  font-size: 24px;
  margin-bottom: 25px;
}

.btn_a {
  font-size: 24px;
  background-color: #f2653c;
  width: 450px;
  height: 100px;
  place-items: center;
  display: -ms-inline-grid;
  display: inline-grid;
  color: #fff;
  margin: 5px;
}

@media (max-width: 991.98px) {
  .btn_a {
    font-size: 20px;
    width: 400px;
    height: 80px;
  }
  .file_a_clalm h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .file_a_clalm h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .btn_a {
    font-size: 20px;
    width: 350px;
    height: 70px;
  }
  .file_a_clalm h6 {
    font-size: 20px;
  }
  .file_a_clalm h5 {
    font-size: 23px;
  }
}

@media (max-width: 575.98px) {
  .file_a_clalm h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .file_a_clalm h6 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .btn_a {
    font-size: 20px;
    max-width: 300px;
    width: 100%;
    height: 60px;
  }
}

.register_sunglasses {
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.register_select {
  max-width: 480px;
  height: 80px;
  margin: auto;
  border: 2px solid #1273a5;
  font-size: 24px;
  font-weight: 800;
  padding: 20px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-radius: 10px;
}

.register_select_bg {
  background-image: url(../images/aro.png);
}

.register_sunglasses label {
  font-size: 40px;
}

.register_sunglasses label sup {
  color: #f2653c;
}

.register_select2 {
  width: 49%;
  display: inline-block;
}

.rm-widgt {
  max-width: 500px;
  margin: auto;
}

.rf_text {
  font-size: 20px;
  color: #f2653c;
}

.btn_next {
  max-width: 480px;
  height: 80px;
  font-size: 24px;
  color: #fff;
  background: #f2653c;
  margin: auto;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .register_select,
  .btn_next {
    height: 60px;
    font-size: 20px;
    background-size: 20px;
    padding: 10px;
  }
  .register_sunglasses label {
    font-size: 30px;
  }
  .rf_text {
    font-size: 18px;
  }
}

.banner-bg-wa {
  background-image: url(../images/warranty_details.png);
}

@media (max-width: 799.98px) {
  .banner-bg-wa {
    background-image: url(../images/warranty_details2.png);
    background-size: 100%;
    height: 150px;
  }
}

@media (max-width: 479.98px) {
  .banner-bg-wa {
    height: 115px;
  }
}

#prodeuct_page {
  background: #fefefe;
}

.prod-men-img {
  width: 100%;
  max-width: 500px;
}

.nomad {
  position: relative;
  padding-bottom: 20px;
}

.nomad::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #f15a2e;
}

.prod-men-title {
  margin-top: 40px;
  margin-bottom: 95px;
}

.prod-men-title h1, .prod-men-title h4{
  font-size: 30px;
  margin: 0;
  color:#0e577f;
}
/*
.prod-men-title h4 {
  font-size: 30px;
  margin: 0;
}*/

.prod-men-title h6 {
  font-size: 30px;
  color: #f0400a;
  margin: 0;
}

.add-cart-btn {
  margin-top: 88px;
}

.add-cart-btn button {
  font-size: 16px;
  width: 245px;
  height: 50px;
  background-color: #f15a2e;
  border: none;
  border-radius: 10px;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  font-style: italic;
  color: #fff;
  margin-right: 40px;
}

.button2 {
  font-size: 16px;
  width: 245px;
  height: 50px;
  background-color: #0e577f;
  border: none;
  border-radius: 10px;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  font-style: italic;
  color: #fff;
  margin-right: 40px;
}

.prod-men-ops img {
  width: 235px;
  height: 85px;
}

.prod-men-ops-dit {
  margin-top: 35px;
  margin-bottom: 80px;
}

.prod-men-ops-dit h2 {
  font-size: 18px;
}

.prod-men-ops-dit h4 {
  font-size: 14px;
}

.prod-men-ops-dit h6 {
  font-size: 15px;
  color: #f0400a;
}

.prod-men-ops-title {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
}

.prod-men-ops-title:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #f15a2e;
}

.accordian2 {
  background-color: #fafafa;
  padding: 0;
  border-top: 4px solid #f15a2e;
}

.accordian2 .card {
  border-bottom: none;
  border-top: 1px solid #ebebeb;
}

.accordian2 .card-header {
  padding: 25px;
}

.accordian2 .card-header h1 {
  color: #0e577f;
  font-size: 16px;
  float: left;
  max-width: 95%;
  margin: 0;
}

.accordian2 .card-body {
  padding: 0px 45px 120px 25px;
}

.accordian2 .card-body h5 {
  font-size: 24px;
  color: #f0400a;
  margin-bottom: 45px;
}

.accordian2 .card-body h6 {
  font-size: 20px;
}

@media (max-width: 991.98px) {
	.promobar2 {
		margin: 60px 0px 0px 0px !important;
	}	
  .prod-men-title {
    margin-top: 30px;
    margin-bottom: 75px;
  }
  .prod-men-title h1 {
    font-size: 45px;
  }
  .prod-men-title h4 {
    font-size: 28px;
  }
  .prod-men-title h6 {
    font-size: 28px;
  }
  .add-cart-btn {
    margin-top: 68px;
  }
  .accordian2 .card-header {
    padding: 25px;
  }
  .accordian2 .card-header h1 {
    font-size: 16px;
  }
  .accordian2 .card-body {
    padding: 0px 30px 80px 20px;
  }
  .accordian2 .card-body h5 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .accordian2 .card-body h6 {
    font-size: 18px;
  }
  .add-cart-btn button {
    width: 205px;
    height: 45px;
    margin-right: 30px;
  }
  .add-cart-btn img {
    width: 100px;
  }
  .nomad {
    padding-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .prod-men-title {
    margin-top: 28px;
    margin-bottom: 68px;
    text-align: center;
  }
  .prod-men-title h1 {
    font-size: 45px;
  }
  .prod-men-title h4 {
    font-size: 28px;
  }
  .prod-men-title h6 {
    font-size: 28px;
  }
  .add-cart-btn {
    margin-top: 58px;
  }
  .add-cart-btn button {
    width: 205px;
    height: 45px;
    margin-right: 30px;
  }
  .add-cart-btn img {
    width: 100px;
  }
  .nomad {
    padding-bottom: 15px;
    width: 125px;
    margin: auto;
    margin-top: 20px;
  }
  .prod-men-ops-title {
    margin-top: 20px;
    font-size: 22px;
  }
  .prod-men-ops img {
    width: 335px;
    height: auto;
  }
  .prod-men-ops-dit h2 {
    font-size: 20px;
  }
  .prod-men-ops-dit h4 {
    font-size: 16px;
  }
  .prod-men-ops-dit h6 {
    font-size: 18px;
  }
  .prod-men-ops-dit {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 576.98px) {
  .accordian2 .card-header {
    padding: 20px;
  }
  .accordian2 .card-header h1 {
    font-size: 14px;
  }
  .accordian2 .card-body {
    padding: 0px 25px 50px 18px;
  }
  .accordian2 .card-body h5 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .accordian2 .card-body h6 {
    font-size: 15px;
  }
  .add-cart-btn {
    margin-top: 45px;
  }
  .prod-men-title {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
  }
  .prod-men-title h1 {
    font-size: 40px;
  }
  .prod-men-title h4 {
    font-size: 24px;
  }
  .prod-men-title h6 {
    font-size: 24px;
  }
  .add-cart-btn button {
    width: 225px;
    height: 50px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

#basicSlider {
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  #basicSlider {
    display: block;
    margin: 30px 0px;
  }
}

@media (max-width: 567px) {
  #basicSlider {
    margin: 20px 0px;
  }
}

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 33%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  padding: 0px 2%;
  vertical-align: middle;
}

#basicSlider .MS-controls {
  position: absolute;
  width: 100%;
  top: 0;
}

#basicSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 50%;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

#basicSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 567px) {
  #basicSlider .MS-controls button {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  #basicSlider .MS-controls button {
    font-size: 30px;
  }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button {
  position: absolute;
}

#basicSlider .MS-controls .MS-left {
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  right: 10px;
}

#basicSlider .MS-controls .MS-left {
  left: 0px;
}

@media (max-width: 767px) {
  #basicSlider .MS-controls .MS-left {
    left: -10px;
  }
}

#basicSlider .MS-controls .MS-right {
  right: 0px;
}

@media (max-width: 767px) {
	#basicSlider {
		display:none !important;
	}	
  #basicSlider .MS-controls .MS-right {
    right: -10px;
  }
  .carousel-caption {
    bottom: 0px;
  }
 
}
.desktopTable {
	display:inline-table;
}

.mobileTable {
	display:none;
}

/* 
    Document   : no-more-tables
    Created on : 28/02/2012, 11:01:54 AM
    Author     : Simon Elvery
    Description:
        Demonstration of the responsive tables method described at by Chris Coyier
		at http://css-tricks.com/responsive-data-tables/
*/

@media only screen and (max-width: 769px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:center;
		border-left; 1px solid #eee; 
	}
	#no-more-tables td table tbody tr td {
		padding-left: 0% !important; 
		border-bottom:none !important
	}
	#no-more-tables td table tbody tr  {
		border:none !important
	}

	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
	

@media (max-width:768px) {
	.headpartition .col-9{ 
		width:100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.headpartition .col-3 { 
		width:100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.promobar2 {
		margin: 0px 0px 0px 0px !important;
	}
	.nav-item {
		width:100% !important;
		border-bottom:2px solid #e1e1e1;
	}
	.btn.btn-primary.btn-sm.font-weight-light.btn_lossclaim {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.btn.btn-primary.btn-sm.font-weight-light.btn_damageclaim {
		margin-bottom: 7px;
	}
	/* .desktopTable {
		display:none;
	}

	.mobileTable {
		display:block;
	} */
}

@media (min-width: 1454px) {
  .h-slide,
  .h-slide img {
    height: 740px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=index.css.map */