@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Playfair Display', serif;*/
	color: #676767;
	font-weight: 400;
}
button, .btn, a {
	outline: none !important;
}
a:hover {
	text-decoration: none;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 3% center no-repeat;
    height: 42px !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.text-black {
	color: #000 !important;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
.subHeading .headingSocial li a {
	margin-right: 15px;
}
.subHeading .headingMenu li a {
	margin-left: 20px;
	font-size: 13px;
	color: #868686;
	text-transform: uppercase;
}
.subHeading {
	display: flex;
	align-items: center;
}
.subHeading .headingMenu {
	margin-left: auto;
}
#header {
	padding: 10px 0px 20px;
	background: url(../img/subHeading_shadow.png) left bottom no-repeat;
	background-repeat: repeat-x;
}
#mainHeader {
	padding-top: 10px;
}
#mainHeader .col-8 {
    align-self: center;
    margin-bottom: 30px;
}
.searchContainer {
    display: none;
}
.searchContainer, .mainHeaderContact {
	text-align: right;
}
.searchContainer button {
    padding: 9px 16px;
    background: #f29e08;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #c6c6c6;
    margin-left: -5px;
}
.searchContainer input {
  padding: 9px;
  font-size: 13px;
  border: 1px solid #c6c6c6;
  background-color: #f4f4f4;
  width: 80%; 
}
.searchContainer form input::placeholder {
	color: #9e9e9e;
	font-size: 13px;
}
.mainHeaderContact li img {
	margin-right: 5px;
	width: 30px;
}
.mainHeaderContact li {
	font-size: 15px;
    color: #000;
    margin-bottom: 15px;
}
.mainHeaderContact li:last-child {
	margin-left: 35px;
}
.headingMainMenu .navbar .navbar-nav {
	width: 100%;
	background-color: #2e3842;
}
.headingMainMenu .navbar .navbar-nav .nav-item {
	width: 25%;
	text-align: center;
}
.headingMainMenu .navbar .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 10px;
	border-right: 1px solid #82888e;
}
.headingMainMenu .navbar .navbar-nav .nav-item .nav-link.active, .headingMainMenu .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #f29e08;
	transition: all 0.1s ease-in-out;
}
.headingMainMenu {
	background: url(../img/menuBg.png) right top no-repeat;
	background-repeat: repeat-y;
	margin-top: -40px;
	background-size: 50%;
}
.headingMainMenu .navbar {
	padding: 0px;
}
.headingMenuIn {
    max-width: 66.666667%;
    margin-left: auto;
}
.textDetail {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    /*opacity: 0;*/
    width: 65%;
    padding: 10px 30px 0px 30px;
    margin-left: 15px;
    transition-duration: 20s;
    transition-delay: 5s;
}
.textDetailOutGo {
    padding: 10px 30px;
}
.textDetail .bannerText .bannerText2 {
	font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 5px 0px;
}
.bannerText1 {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 60px;
}
.goToBannerArrow {
	height: 55px;
	width: 60px;
	background: #f29e08;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.goToBanner {
	margin-right: -30px;
	text-align: right;
}
.goToBanner a {
	display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #2a97f0;
}
.goToBanner a .goToBannerArrow img {
	transition: all 0.2s ease-in-out;
}
.goToBanner a:hover .goToBannerArrow img {
	margin-left: 5px;
	transition: all 0.2s ease-in-out;
}
#bannerSlider .bx-wrapper .bx-next {
	background: url(../img/next.png) no-repeat center;
	right: 0;
	margin-right: 75px;
}
#bannerSlider .bx-wrapper .bx-prev {
	background: url(../img/prev.png) no-repeat center;
	left: 0;
	margin-left: 75px;
}
#bannerSlider .bx-wrapper .bnnerMainImg {
	width: 100%;
	/*height: 620px;*/
}
#bannerSlider .bx-wrapper .bx-pager {
    bottom: 0px;
    margin-bottom: 10px;
    right: 0;
    margin-right: 250px;
    width: 150px;
}
.aboutContainText1 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    font-family: 'Playfair Display', serif;
    line-height: 55px;
	margin: 10px 0px 20px
}
.aboutContainText2 .inSpan {
	font-size: 16px;
	color: #545454;
}
.aboutContainText2 {
	font-size: 15px;
	color: #868686;
}
.btn-read {
    color: #fff;
    background-color: #f29e08;
    border: 1px solid #f29e08;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px;
    padding: 5px;
    height: 40px;
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-read:hover {
	background-color: #e19307;
	border: 1px solid #e19307;
	color: #fff;
}
.allProductLeft .blankHeight {
	height: 85px;
}
.allProductRight .blankHeight {
	height: 40px;
}
.mainProductOnly img {
	display: block;
	 width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.productLeftText {
	margin-top: 85px;
}
.productLeftPic {
	margin-top: 46px;
}

.mainProductOnly {
  position: relative;
  cursor: pointer;
}

.productOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mainProductOnly:hover .productOverlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.overlayText {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
}
.aboutContainLeft img, .customerContainLeft img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutContainLeft, .customerContainLeft {
 	height: 100%;
}
.aboutContain .col-md-7, .customerContain .col-md-7 {
	align-self: center;
}
.aboutContainRight {
    max-width: 655px;
    margin-right: auto;
}
#about {
    margin-top: 80px;
}
.customerContainRight {
	max-width: 655px;
	margin-left: auto;
}
#customer {
	margin-top: 70px;
}
.aboutContainLeft video {
    background-color: rgba(0,0,0,0.8);
}
#portfolio {
	background: url(../img/pholioBg.png) no-repeat center;
	background-size: cover;
	padding: 85px 0px 100px;
}
.portfolioImg img {
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.portfolioImg img:hover {
	transition: all 0.2s ease-in-out;
	filter: grayscale(100%);
}
.customerTextDetail {
	width: 70%;
	/*padding: 24px 15px 0px 15px;*/
	padding: 25px 25px 0px 25px;
	background-color: #fff;
	margin-top: 30px;
}
.mySlides {
    display:none;
    height: 220px;
}
.customerTextDetail .w3-button {
    border: 1px solid #ccc;
}
.customerTextDetail .w3-button.w3-red {
    border: 1px solid #f29e08 !important;
    background-color: #f29e08 !important;
}
.customerTextDetail .w3-button.w3-red:hover {
    color: #fff !important;
}
#customerComment {
	background: url(../img/customerCommentBg.png) no-repeat center;
	background-size: cover;
	padding-top: 170px;
}
#customerComment .customerTextDetail .bx-wrapper .bx-prev {
	/*display: none;*/
	right: 0%;
    margin-right: 55px;
    bottom: 0%;
    top: auto;
    width: 60px;
    height: 55px;
    margin-bottom: -55px;
    left: auto;
}
.goToBannerAll {
    display: flex;
    justify-content: flex-end;
}
.customerTextDetail .goToBanner {
	margin-right: -15px;
}
#customerComment .customerTextDetail .bx-wrapper .bx-next {
	right: 0%;
    margin-right: -15px;
    bottom: 0%;
    top: auto;
    width: 60px;
    height: 55px;
    margin-bottom: -55px;
}
.customerMsgLogo {
	height: 150px;
	width: 165px;
	border: 1px solid #868686;
}
.customerMsgLogo img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#contactInfo {
	background-color: #000;
	padding: 50px 0px 40px;
}
.contactInfoHeading {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}
.contactQuick li {
	margin-bottom: 8px;
}
.contactQuick .active, .contactQuick .aboutContainText2:hover {
	color: #f29e08;
	transition: all 0.1s ease-in-out;
}
.contactInformation .aboutContainText2 {
	margin-bottom: 20px;
	padding-left: 30px;
}
.contactInfoGps {
	background: url(../img/gps.png) no-repeat top 5px left;
}
.contactInfoTel {
	background: url(../img/tele.png) no-repeat top 5px left;
}
.contactInfoMsg {
	background: url(../img/msg.png) no-repeat top 5px left;
}
.contactInfoTime {
	background: url(../img/clock.png) no-repeat top 5px left;
}
footer {
	text-align: center;
	padding: 18px 15px;
	background-color: #fefefe;	
}
.customerAbt {
	margin-top: 100px !important;
	margin-bottom: 100px;
}
.ourTrustLeft img {
	width: 100%;
}
.ourTrustRight .aboutContainText2 li {
	padding-left: 25px;
	background: url(../img/yelloBulet.png) left center no-repeat;
	margin-bottom: 18px;
}
#ourTrust {
	margin-bottom: 100px;
}
#afterTrust .afterTrustText {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #000;
}
#afterTrust {
	margin-bottom: 100px;
}
.infoContactnRight {
	max-width: 540px;
	margin-left: auto;
}
.infoContactAdd {
	font-size: 18px;
	color: #868686;
}
.infoContactnRight .infoContactAdd {
    margin-bottom: 20px;
    padding-left: 45px;
}
.infoContactnRight .contactInfoGps {
	background: url(../img/gps2.png) no-repeat top 5px left;
}
.infoContactnRight .contactInfoTel {
	background: url(../img/tele2.png) no-repeat top 2px left;
}
.infoContactnRight .contactInfoMsg {
	background: url(../img/msg2.png) no-repeat top 5px left;
}
.infoContactnRight .contactInfoTime {
	background: url(../img/clock2.png) no-repeat top 5px left;
}
.infoContact {
	margin-top: 100px !important;
}
#sendMessage {
	padding-top: 50px;
	padding-bottom: 100px;
}
#sendMessage form .form-control {
	border-color: #ababab;
	border-radius: 0px;
	height: 43.5px;
}
#sendMessage form .btn-read {
	height: 50px;
    width: 50%;
    margin: 0px auto;
    margin-top: 25px;
}
.searchContainer .form-group .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	display: contents;
}
.contactsubs .searchContainer input {
	width: 100%;
	border: none;
	padding: 12px;
	background-color: #b3b3b3;
}
.contactsubs .searchContainer form input::placeholder {
	color: #000;
}
.contactsubs .searchContainer button {
	border: none;
    letter-spacing: 0px;
}
.searchContainerAll {
	display: flex;
	margin: 20px 0px;
}
.contactsubs .searchContainer button {
	padding: 10px;
	width: 120px;
}
/*Flip-clip*/
.tabgallery {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.tabgallery a {
  display: inline-block;
  border: 2px solid #fff;
  width: 120px;
  height: 80px;
  overflow: hidden;
  margin: 0 5px;
  box-shadow: 0 0 5px #000;
}
.tabgallery a img {
  width: 120px;
  height: 80px;
}
.tabgallery a.tabactive {
  border: 2px solid #000;
}
.tabgallery .sub-folio {
	display: inline-block;
	/*margin: 0px 5px;*/
	width: 150px;
	margin-top: 15px;
}
.tabgallery .sub-folio .sub-folio-text {
	color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}
.fcontainer .folio-text {
	text-align: center;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

/*flip-clip end*/
#product .product_choose .nav-tabs .nav-item.show .nav-link, 
#product .product_choose .nav-tabs .nav-link.active,
#product .product_choose .nav-tabs,
#product .product_choose .nav-tabs .nav-link,
#product .product_choose .nav-tabs .nav-link:focus, 
#product .product_choose .nav-tabs .nav-link:hover {
	border: none;
	border-radius: none;
}
#product .product_choose .nav-tabs .nav-item {
	margin-bottom: 0px;
	border: 1px solid #8b8b8b;
    width: calc(100% / 6.6);
    margin-right: 20px;
}
#product .product_choose .nav-tabs .nav-item:last-child {
	margin-right: 0px;
}
#product .product_choose .nav-tabs .nav-item .nav-link {
	color: #2e3842;
	font-size: 18px;
	padding: 8px;
	text-align: center;
	border-radius: 0px;
}
#product .product_choose .nav-tabs .nav-item .nav-link.active {
	color: #f29e08;
	background-color: #2e3842;
}
#product .product_choose {
	margin-top: 35px;
}
.product_choose_img {
	height: 260px;
	width: 100%;
	padding: 10px 0px;
}
.product_choose_all_img {
	margin: 15px 0px;
}
.product_choose_all_img .row {
	margin-right: -10px;
	margin-left: -10px;
}
.product_choose_all_img .col-lg-3.col-md-4.col-sm-6 {
	padding: 0px 10px;
}
.product_choose_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#lumenbox {
	position: fixed !important;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	padding: 4px;
	background-color: #fff;
}
.lumenbox-info {
	display: none;
}
#product {
	margin: 80px 0px 90px;
}
#lumenbox-close {
	top: 0px !important;
	margin-top: -15px;
	margin-right: -15px;
}
#lumenbox-navigation .lumenbox-control {
	width: 45px !important;
	height: 45px !important;
}

@media (min-width: 1200px) {
	/*.aboutContain .col-md-7 {
		max-width: 665.99px;
	}*/
}
@media (max-width: 1199px) {
	.textDetail, .customerTextDetail {
		width: 80%;
	}
	.aboutContainRight, .customerContainRight {
		max-width: 540px;
	}
	.infoContactnRight {
		max-width: 450px;
	}
	.aboutContainLeft img, .customerContainLeft img {
		object-fit: contain;
		object-position: top;
	}
	.contactsubs .searchContainer button {
		width: 130px;
	}
	#portfolio .portfolioContain .bx-wrapper {
		max-width: 890px !important;
		margin: 0 auto;
	}
	#product .product_choose .nav-tabs .nav-item {
		margin-right: 16px;
	}
	.mySlides {
        height: 240px;
    }
    #bannerSlider .bx-wrapper .bx-pager {
        margin-right: 50px;
    }
}
@media (max-width: 991px) {
	.searchContainer input {
		width: 70%;
	}
	.headingMainMenu {
		margin-top: 10px;
	}
	.headingMenuIn {
		max-width: 100%;
	}
	.bannerText1, .aboutContainText1 {
		font-size: 40px;
		line-height: 44px;
	}
	.bannerText {
		margin-bottom: 15px;
	}
	.mainHeaderContact li img {
		width: 25px;
	}
	.aboutContainRight, .customerContainRight {
		max-width: 400px;
	}
	.overlayText {
		font-size: 16px;
	}
	.productOverlay .overlayText .btn-read {
		font-size: 14px;
		width: 120px;
		height: 34px;
		margin-top: -5px;
	}
	#portfolio .portfolioContain .bx-wrapper {
	    max-width: 665px !important;
	}
	.customerTextDetail {
		width: 100%;
	}
	.customerMsgLogo {
		height: 140px;
    	width: 155px;
	}
	footer ul li:nth-child(2) {
		display: none !important;
	}
	#contactInfo .col-lg-4 {
		margin-bottom: 15px;
	}
	#afterTrust .afterTrustText {
		font-size: 18px;
	}
	.infoContactnRight {
	    max-width: 330px;
	}
	#product .product_choose .nav-tabs .nav-item {
		margin-right: 12px;
	}
	#product .product_choose .nav-tabs .nav-item .nav-link {
		font-size: 14px;
		padding: 6px;
	}
	#bannerSlider .bx-wrapper .bx-pager {
	    margin-right: -300px;
	}
}
@media (max-width: 767px) {
	.subHeading .headingSocial li a {
		margin-right: 0px;
	}
	.subHeading .headingSocial li a img {
		width: 20px;
	}
	.subHeading .headingMenu li a {
		margin-left: 5px;
	}
	.searchContainer input {
		width: 65%;
	}
	.searchContainer button {
		padding: 10px;
	}
	.mainHeaderContact li:first-child {
		margin-bottom: 5px;
	}
	.headingMainMenu {
		background: none;
		background-color: #2e3842;
	}
	.headingMenuIn .navbar-toggler {
		background-color: #2e3842;
		padding: 8px;
		margin-left: auto;
	}
	.headingMainMenu .navbar .navbar-nav {
		padding-bottom: 10px;
	}
	.headingMainMenu .navbar .navbar-nav .nav-item {
		width: 100%;
	}
	.headingMainMenu .navbar .navbar-nav .nav-item .nav-link {
		border: none;
		text-align: left;
		padding: 10px;
	}
	.headingMenuIn .navbar-toggler .navbar-toggler-icon {
		height: auto;
	}
	.headingMenuIn .navbar-toggler .navbar-toggler-icon img {
		width: 24px;
	}
	.textDetail {
		width: 90%;
	}
	#bannerSlider .wrapper .bx-viewport, #bannerSlider .wrapper .bx-viewport li {
		height: 300px !important;
	}
	#bannerSlider .bx-wrapper .bnnerMainImg {
		height: 300px;
	    object-fit: cover;
	    object-position: center;
	}
	.bannerText1, .aboutContainText1 {
	    font-size: 34px;
	    line-height: 38px;
	}
	.textDetail .bannerText .bannerText2 {
		font-size: 14px;
	}
	.aboutContainRight, .customerContainRight, .infoContactnRight {
		max-width: 540px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 15px;
	    margin-bottom: 15px;
	}
	.overlayText {
	    font-size: 20px;
	}
	.productOverlay .overlayText .btn-read {
	    font-size: 15px;
	    width: 135px;
	    height: 40px;
	    margin-top: 0px;
	}
	.blankHeight {
		display: none;
	}
	#portfolio .portfolioContain .bx-wrapper {
	    max-width: 440px !important;
	}
	.customerMsgLogo {
		margin: 0px auto 15px;
	}
	.ourTrustRight .aboutContainText1 {
		margin-top: 15px !important;
	}
	.infoContactnRight {
		margin-bottom: 15px;
	}
	.goToBannerArrow {
	    height: 45px;
	    width: 50px;
	}
	#product .product_choose .nav-tabs .nav-item {
		margin-right: 9px;
	}
	#product .product_choose .nav-tabs .nav-item .nav-link {
		font-size: 11px;
		padding: 6px 2px;
	}
	.mySlides {
        height: 300px;
    }
    .mainHeaderContact li {
        font-size: 13px;
    }
    #bannerSlider .bx-wrapper .bx-pager {
        display: none;
    }
    #product {
        margin-top: 0px;
    }
}
@media (max-width: 575px) {
	.subHeading .headingMenu li {
		display: block !important;
		text-align: right;
		line-height: 18px;
	}
	.searchContainer input {
		width: 60%;
	}
	.bannerText1, .aboutContainText1 {
		font-size: 30px;
	    line-height: 36px;
	}
	.textDetail .bannerText .bannerText2 {
	    font-size: 14px;
	    line-height: 20px;
	}
	.subHeading .headingSocial li a img {
	    width: 24px;
	}
	.subHeading .headingSocial li a {
	    margin-right: 5px;
	}
	.customerContainLeft, .ourTrustLeft {
		display: none;
	}
	.infoContact .customerContainLeft {
		display: block;
	}
	.textDetail .bannerText .bannerText2 {
	    font-size: 12px;
	    line-height: 18px;
	}
	.contactInfoHeading {
		font-size: 24px;
	}
	.mySlides {
        height: 320px;
    }
}

@media(max-width:530px) {
	#product .product_choose .nav-tabs .nav-item {
		width: 100%;
		margin-bottom: 5px;
	}
	#product .product_choose .nav-tabs .nav-item:last-child {
		margin-right:9px;
	}
	.mySlides {
        height: 365px;
    }
    .customerTextDetail .w3-button {
        padding: 3.8px 10px;
    }
    .bannerText1 {
		font-size: 24px !important;
	    line-height: 26px !important;
	}
	.textDetail .bannerText .bannerText2 {
	    font-size: 11px;
	}
	.mainHeaderContact li {
        font-size: 11px;
    }
    .mainHeaderContact li img {
        width: 18px;
    }
}

@media(max-width:489px) {
	.searchContainer button, .searchContainer input {
	    padding: 5px;
	}
	.bannerText1, .aboutContainText1 {
	    font-size: 24px;
	    line-height: 30px;
	}
	#portfolio .portfolioContain .bx-wrapper {
	    max-width: 215px !important;
	}
	#afterTrust .afterTrustText, .infoContactAdd {
		font-size: 16px;
	}
	.contactInfoHeading {
		font-size: 20px;
	}
	.mySlides {
        height: 430px;
    }
    .bannerText1 {
		font-size: 20px !important;
	    line-height: 22px !important;
	}
	.textDetail .bannerText .bannerText2 {
	    font-size: 8px;
	    line-height: 9px;
	}
	.searchContainer .form-group {
	    display: flex;
	    justify-content: right;
	}
	.searchContainer .form-group input {
	    width: 60%;
	}
}

@media(max-width:413px) {
	.headingMainMenu .navbar .navbar-nav .nav-item .nav-link {
		padding: 5px;
	}
	.subHeading .headingSocial li a {
		margin-right: 0px;
	}
	.mainHeaderContact li {
		font-size: 10px;
	}
	.mainHeaderContact li img {
		width: 15px;
	}
	#mainHeader .col-4 {
		padding-right: 0px;
	}
	.searchContainer input {
		width: 50%;
	}
	.searchContainer button {
		letter-spacing: 0px;
	}
	.bannerText1, .aboutContainText1 {
		font-size: 20px;
	    line-height: 26px;
	}
	.mySlides {
        height: 610px;
    }
    .customerTextDetail .w3-button {
        padding: 0px 5px;
        font-size: 12px;
    }
    .bannerText1 {
		font-size: 12px !important;
	    line-height: 14px !important;
	}
	.goToBannerArrow {
	    height: 35px;
        width: 40px;
	}
	.searchContainer .form-group input {
	    width: 55%;
	}
}