/* start: modern-ticker.css*/
@charset "utf-8";

/* Ticker */
.modern-ticker {
	width: 100%;
	min-width: 300px;
	height: 32px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}


.fact-counter .modern-ticker {
	height: 40px;
	line-height: 39px;
}

.mt-font {
	font-family: inherit;
}
.mt-round {
	border-radius: 7px;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Body */
.mt-body {
	margin: 1px;
	position: relative;
	margin-right:20px;
}

/* Label */
.mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0;
}
.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
	font-weight: 500;
    font-size: 16px;
	color:#fff;
}

/* News */
.mt-news {
	overflow: hidden;
	position: absolute;
}
.mt-scroll .mt-news {
	background-color: transparent;
}
.mt-news ul {
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
	
}
.mt-news li {
	float: left;
}
.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mt-news a {
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}
.mt-hide {
	display: none;
}
.mt-error {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin: 0;
}

/* Controls */
.mt-controls {
	margin-left: 2px;
	position: absolute;
	right: 0;
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-play,
.mt-prev,
.mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	cursor: pointer;
}
.mt-round .mt-controls div:last-child {
	border-radius: 0 5px 5px 0;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
    .mt-body {
		margin-right:4px;
	}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
 	.mt-body {
		margin-right:4px;
	}
}

/* start: theme10.css*/
@charset "utf-8";

/* Ticker */
.modern-ticker {
	color: #666;
	/*background-color: #fafafa;*/
}

/* Label */
.mt-label {
	/*background-color: #dadada;*/
}

/* News */
.mt-news {
	/*background-color: #f0f0f0;*/
}
.mt-preloader {
	background: url("../modern-ticker/themes/images/preloader-black.gif") no-repeat center;
}
.mt-news ul {
	/* Preload */
	background-image: url("images/bullet-505050.png");
	width: 150% !important;
}
.mt-news a {
	color: #666;
	/*background-color: #f0f0f0;*/
	background-image: url("../modern-ticker/themes/images/bullet-505050.png");
}
.mt-news a:hover {
	background-color: none;
	border-color: #000;
	background-image: url("../modern-ticker/themes/images/bullet-505050.png");
}
.mt-news a:active {
	/*background-color: #0077ff;*/
}
.mt-error {
	color: #000;
}

/* Controls */
.mt-controls {
	/* Preload */
	background-image: url("../modern-ticker/themes/images/pause-505050.png");
}
.mt-prev,
.mt-next {
	/*background-color: #e5e5e5;*/
}
.mt-prev {
	background-image: url("../modern-ticker/themes/images/next-505050.png");
}
.mt-next {
	background-image: url("../modern-ticker/themes/images/prev-505050.png");
}
.mt-play {
	/*background-color: #e5e5e5;*/
	background-image: url("../modern-ticker/themes/images/play-505050.png");
}
.mt-pause {
	background-image: url("../modern-ticker/themes/images/pause-505050.png");
}
.mt-play:hover,
.mt-prev:hover,
.mt-next:hover {
	background-color: none;
}
.mt-play:active,
.mt-prev:active,
.mt-next:active {
	background-color: none;
}

/* start: responsive-tabs.css*/
.r-tabs .r-tabs-panel.r-tabs-state-active {
	float: left;
}

/* start: tab-style.css*/
/* Tabs container */
.r-tabs {
	position: relative;
	margin-top: 15px;
	clear: both;
	padding: 0px 15px;
}

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #eff5f9;
	float: left;
	margin-right: 2px;
}

.r-tabs .r-tabs-nav .r-tabs-tab li {
	margin: 0
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 7px 15px;
	text-decoration: none;
	outline: 0;
	font-size: 1.05em;
	font-weight: 500;
	color: #FFF;
	background: #1a7bb2;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	text-shadow: none;
	background-color: #FFF;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	/*border-top: 1px solid #CCC;*/
	margin-top: 15px;
	padding-top: 15px;
}

.t-left {
	float: left;
	width: 78.5%;
	/*By Dev Padding top is updated from 15px to 2px this is not required as all the child element are having set the margin top */
}

.t-right {
	float: right;
	width: 19.8%;
}

.t-right span {
	width: 100%;
	color: #FFF;
	background-color: #1A7BB2;
	padding: 10px;
	float: right;
}

.t-right span h5 a {
	color: #fee0ae;
	font-size: .9em;
}

.t-right span h5 a:hover {
	color: #FFF
}

.r-tabs .r-tabs-panel img { /*float:right;*/
	margin: 0;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #d9e6ee;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 1px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #1A7BB2;
	color: #FFF;
	text-shadow: none;
	outline: 0;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Info bar */
.info-tab {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}

.tab-content-wrap {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 50px;
	padding-top: 0px;
}

.tab-apply {
	float: left;
	clear: left;
	margin-top: 10px
}

/*#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-656 > a.mega-menu-link:before {
    background-image: url(//qaulhqctiweb1.qibuat.com/wp-content/uploads/2019/12/icon-personal.png) !important
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-675 > a.mega-menu-link:before {
    background-image: url(//qaulhqctiweb1.qibuat.com/wp-content/uploads/2019/12/icon-wholesale.png) !important
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-712 > a.mega-menu-link:before {
    background-image: url(//qaulhqctiweb1.qibuat.com/wp-content/uploads/2019/12/icon-group.png) !important
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-711 > a.mega-menu-link:before {
    background-image: url(//qaulhqctiweb1.qibuat.com/wp-content/uploads/2019/12/icon-investor.png) !important
}*/

/* start: style.css*/



@import url('font-awesome.css');
@import url('flaticon.css');
@import url('../../css/animate.css');
@import url('pagination.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('../../css/hover.css');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

html,
body {
	margin: 0 !important;
	padding: 0 !important;
}

p {
	line-height: 1.8em;
}
.theme-btn {
	font-family: 'Raleway', sans-serif;
}
.default-btn {
	padding: 7px 25px;
	font-family: 'Raleway', sans-serif;
}
.default-btn-style-two,
.content .tab-apply a,
.form-group .btn {
	font-family: 'Raleway', sans-serif;
}

.normal-btn {
	font-family: 'Raleway', sans-serif;
}
.preloader {}

.topsection_search {
	padding: 15px 0px 0px 0px;
}
.topsection_search span {
	margin: 12px;
	float: left;
	top: 2px
}

.app ul li i {
	margin-right: 5px;
}

.sr input[type="text"], .sr input[type="search"] {
	font-size: 20px;
	right: 0;
}

.sr input[type="text"]:focus:hover, .sr input[type="search"]:focus:hover {
	padding-left: 10px;
	cursor: pointer;
	margin-right: -7px;
	background-image: url(../../../index31ad.html);
	background-position: right center;
	padding-right: 7px;
}

.sr input[type="text"]:focus, .sr input[type="search"]:focus {
	padding-left: 10px;
	cursor: pointer;
	margin-right: -7px;
	background-image: url(../../../index31ad.html);
	background-position: right center;
	padding-right: 7px;
}

.sr input[type="submit"] {
	float: right;
	right: 0px;
}


.main-header .header-lower .logo {
	float: left;
	margin-left: -15px;
}
.main-menu .navigation>li {
	float: left;
	padding: 5px 16px 5px 19px;
}

.main-menu .navigation>li:first-child {
	border-left: 1px solid rgb(255, 255, 255);
	color: #07273a;
	opacity: 1;
}

.main-menu .navigation>li:last-child {
	border-right: 1px solid rgb(255, 255, 255);
	color: #07273a;
	opacity: 1;
}

.main-menu .navigation>li>a {
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	padding-right: 24px;
	font-size: 1.05em;
}
.main-menu .navigation>li>ul {
	left: 0px;
	width: 1170px;
	border: 0px solid #F8F8F8;
	left: 0;
	box-shadow: 0 0 10px 0 #f9f9f9 inset;
}
.main-menu .navigation>li>ul>li {
	float: left;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	top: 0px;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	right: 6px;
	top: 0px;
	height: 40px;
}

.downArrow {
	right: 15px;
	float: right;
}

.upArrow {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 15px;
	float: right;
}
.menuhead {
	font-size: 1.1em !important;
}

span.menuhead i {
	margin-right: 5px;
}

.megamenu>span>a {
	padding: 5px 0px 5px 5px;
}
.bgnavmenu {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe', GradientType=0);
}
.main-slider:before {
	left: 0px;
}
.tp-bullets.preview4 .bullet {
	background: #1a7bb2 !important;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
	border-color: #1a7bb2 !important;
}
.scroll-to-top:hover {
	border-color: #1a7bb2 !important;
}
.featured-three-column.style-two {
	padding: 50px 0px 0px;
}

.featured-three-column .inner-box .content {
	padding: 0px 10px 1px 20px;
	min-height: 300px;
}
.featured-three-column .column .normal-btn:hover {
	color: #1a7bb2 !important;
	border-color: #1a7bb2 !important;
}

.sec-title h3 {
	color: #069;
}
.sec-title.style-three {
	text-align: left;
}

.sec-title.style-three .line {}

.top-services {
	padding: 0px 0px 0px;
}
.top-featuredisplayicon .column .inner-box {
	padding-left: 80px;
}

.top-featuredisplayicon .column .icon {
	left: 0px;
}

.top-featuredisplayicon .column .text {
	min-height: 65px;
}

.get-quote {
	padding: 40px 0px 50px;
}
.ladiesbanking .column .image {
	left: 0;
}

.privatebanking .column .image {
	right: 0;
}
.why-us-section .block {
	padding-left: 100px;
	padding-right: 15px;
}
.why-us-section .block li {
	float: left;
}

input.radio-inline {
	width: 20px !important;
	height: 2em !important;
}

.why-us-section .block .number {
	left: -10px;
}
.parallax-section .theme-btn {
	padding: 7px 25px;	
}
.parallax-section .theme-btn:hover {}

.slide-content span.fa.fa-caret-right {
	float: right;
}

.testimonial-slider .slide-content {
	padding: 10px;
}
.testimonial-slider .slide-content a:focus,
a:hover {}

.newstitle {
	margin-bottom: 0px;
}
.newsdate {
	float: left;
}
.more-link a {
	float: left;
}

.readmore-link {}


.testimonial-slider .bx-pager {
	right: 0px;

}

.clients-column .image {
	background: none;
}


.clients-column-info {
	padding-left: 5px;
	float: left;
}

.main-footer .footer-upper .links ul li:before {
	left: 0;
}

.bulletlist .links ul li:before {
	content: '\f0da';
	left: -9px;
	top: 0px;
	float: left;
	margin: 4px 8px 0px 13px;
}
.main-footer .footer-upper .links ul li a {
	padding-left: 15px;
}
.main-footer .social-links {
	float: right;
}
.footer-upper .form-group input {
	padding: 9px 40px 9px 15px;
}

.footer-upper .form-box button {
	right: 5px;
	
}

.footer-bottom .copyright {
	/* margin-left: -33px;
	margin-right: -30px; */
}

.main-footer .contact-info li .fa {
	padding-right: 5px;
}

.copyright li {
	float: left;
	border-right: 1px solid #c5845c;
}

.page-title:before {
	left: 0px;
}
.bread-crumb {
	padding: 6px 0px 6px 0px;
	margin-right: 0px;
}

.bread-crumb li {
	padding-right: 20px;
}
.bread-crumb li:after {
	right: 0px;
}

.desc-box {
	padding: 20px 0px 20px;
}

.sec-title.no-underline h2 {
	text-align: left!important;
}

.sec-title.no-underline li {
	margin-left: 18px;
}

.sec-title.no-underline li:before {
	content: '\f0da';
	left: -9px;
	float: left;
	margin: 4px 8px 0px 13px;
}

.about-section .lower-content {
	padding: 50px 0px 1px 0px;
}

.sidebar .widget {
	margin-bottom: 10px;
}


.sidebar .links-widget li {
	text-align: left;
	padding-left: 20px;
}

.sidebar .links-widget ul li:before {
	content: '\f061';
	left: 0;
}

.sidebar .links-widget li a {
	padding-left: 10px;
}

.contact-section .sec-title h2,
.contact-section .sec-title h3 {}

.blog-section .review-box .separator {
	background: url(../../../index31ad.html) center center no-repeat;
}

.top-services .content h2 {
	font-size: 20px;
	background-color: #d2d2d2;
	color: #fff !important;
	padding: 5px;
	text-align: center;
}


.thumbnail.i-thumb a img {
	height: 120px;
	width: 200px;
}
.shop-page-content .single-shop-item .meta p {
	line-height: 1.3em;
	height: 50px;
}

.product-details-tab-content {
	padding-bottom: 15px;
}

.product-details-tab-content .col-lg-12 {
	border: 0px solid #E6E6E6;
}

#findus .product-details-tab-content .col-lg-12 {
	border: 1px solid #E6E6E6;
	padding: 20px;
	background-color: #fff;
}
.cart-page .table>tbody>tr>td .select-box {
	background: #fff url(../../../index31ad.html) no-repeat 80% 50%;
}

#checkout-content .select-box {
	background: #fff url(../../../index31ad.html) no-repeat 95% 50%;
}

.overeffect1 div figcaption,
.overeffect1 div figcaption>a {

	margin-top: -0%;
}

.overeffect2 {
	float: left;
}

.overeffect2 .mask,
.overeffect2 .content {
	top: -20;
}

div.effect-bubba img {}

.effect-sarah p>a {
	font-size: 20px;
}

div.effect-sarah:hover img {
	opacity: 0.7;
}
div.effect-sarah h4 {
	margin: 5px 5px 8px;
}

div.effect-sarah p {
	margin-top: 37%;
}

div.effect-sarah:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.view-ninth .content {
	top: 78%;
}


.view-ninth h2 {}

.view-ninth:hover .content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	top: 15px;
	
}

.view-ninth:hover .mask-1,
.view-ninth:hover .mask-2 {}

.view-ninth:hover .mask-1 {}

.view-ninth:hover .mask-2 {}

.country_item {
	width: 130px;
	float: left;
}
.dg-container {
	background: rgba(0, 0, 0, 0) url(../images/wood2.jpg) no-repeat scroll 0 0/cover;
}
.qt .name {
	font-size: 16px;
}

p.info-desc.downlodapp a {
	line-height: normal;
}

ul.newsticker a {
	margin: 0 50px 0 0;
}

ul.newsticker span {
	margin: 0 15px 0 0;
}

#webticker2 li,
.stock-ticker p {
	float: left;
}

#webticker2 {
	float: left;
}

.stock-ticker p {
	padding: 7px 10px 0 20px;
}



.stock-ticker label,
span {
	font-size: .95em;
	font-weight: none !important;
}
.modal-content .modal-body p,
.show {
	font-size: 14px;
}
.price-up {
	background: url(../images/phase2/up-green.png) left 7px no-repeat;
}
.price-down {
	background: url(../images/phase2/down-red.png) left 7px no-repeat;
}

.sticky-links {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 10;
}
.sticky-link {
	display: inline-block;
	position: relative;
	padding: 5px 12px;
	height: 28px;
	background-color: #035891;
	width: 35px;
	height: 35px;
	margin-bottom: 2px;
	color: #fff !important;
}

.card-minheight {
	min-height: 533px;
	max-height: 533px;
}

div#tab-1 ul li ul {
	padding-left: 15px;
}
div#tab-1 table {
	margin-bottom: 10px;
}
div#tab-1 div {
	margin-bottom: 0px;
}
.tabawards div#tab-1 div {
	margin-bottom: 10px;
}
div#tab-1 ul {
	margin-left: 17px;
	margin-bottom: 15px;
}

/* vm added for tab*/
div#tab-2 ul li ul {
	padding-left: 15px;
}
div#tab-2 ul {
	margin-left: 17px;
}
div#tab-3 ul li ul {
	padding-left: 15px;
}
div#tab-3 ul {
	margin-left: 17px;
}
div#tab-4 ul li ul {
	padding-left: 15px;
}
div#tab-4 ul {
	margin-left: 17px;
}

/* end css here */
.links li {
	text-indent: -19px;
}
.footer-widget.links li {
	text-indent: 0px;
}
.auto-container table,
.content .text table {
	border: 1px solid #ddd;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#accordion table>tbody>tr>td {
	width: 50%;
}
.auto-container.links li {
	text-indent: -19px;
}
.auto-container.ul {
	margin-left: 17px;
}
#footer-pagecontent table,
.content .text table {
	border: 0px solid rgb(221, 221, 221)!important;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
	float: left;
}
#footer-pagecontent table>tbody>tr>td {
	border: 0px solid #ddd;
}
.dining {
	
	text-align: left;
}
.dining table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border:0;
}
.dining .col-lg-10 {

    text-align: left;
    border: 0;

}
.dining h4 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.dining h2 {
    color:#525252;
	line-height: 0.8em;
}
.dining .table-without-title table {
	border: 1px solid #ddd;
	width: 100%;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
}
.dining table>tbody>tr>td>ul li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #333;
	font-size: 15px;
	left: -9px;
	line-height: 18px;
	position: relative;
	top: 0px;
	margin: 4px 8px 20px 13px;
}
.dining table>tbody>tr>td {
	padding: 0px;
}
.usefultools label {
	margin-right: 5px;
	display: inline-block;
}
.usefultools label.control-label.rdndirection {
	float: left;
}
.usefultools .input-lg {
	height: 40px;
}
.usefultools #rdn_yes,
.usefultools #rdn_no,
.usefultools #rdn_languagear,
.usefultools #rdn_languageen,
.requiredradio #rdn_IsCustomer_0,
.requiredradio #rdn_IsCustomer_1,
.requiredradio #rdn_Gnder_0,
.requiredradio #rdn_Gnder_1,
.usefultools #rdn_qatari,
.usefultools #rdn_expat {
	position: relative;
	left: -7px;
}
.requiredradio>span {
	float: left !important;
}
#rdn_Gnder.requiredradio>span {
	/*margin-left:12px;*/
}
.usefultools .col-lg-2 {
	float: left;
}
.usefultools .col-lg-10 {
	float: left;
}
.usefultools .col-lg-12.col-sm-12.content-section {
	margin-top: 5px;
	margin-left: -20px;
}
.usefultools .content-section.content-button {
	margin-left: 5px;
}
.usefultools .col-lg-12.col-sm-12.content-section.captcha-panel {
	margin-left: -5px;
}
.dd_aboutproduct.col-lg-12.col-sm-12.content-section {
	margin-top: 20px;
}
.tabawards ul li:before {
	content: '\f0da';
	left: -9px;
	float: left;
	margin: 4px 8px 0px 13px;
}
.awards-shelves .i-thumb {
	min-height: 450px;
}
.news .media-body {
	padding-left: 20px;
}
.inner .i-thumb .media-body p {
	height: auto !important;
}
.thumbnail h2 {
	font-size: 1.3em !important;
}
.news-filter {
	float: right;
}
table.news-filter-table .filter-first #content {
	margin-left: 200px;
}

#paging_container table,
.content .text table {
	border: 0px solid rgb(221, 221, 221) !important;
}
a.learn-more {
	background: url(../images/phase2/learnmore_arrow.jpg) right 68% no-repeat;
	background-position: right 8px;
}

#simplemodal-container a.modalCloseImg {
	right: -16px;
}

.lernmore3 {
	position: relative;
	padding: 2px 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: rgb(255, 255, 255) !important;
	font-size: 12px;
	border: 0px solid rgb(255, 255, 255) !important;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	border-radius: 20px 20px 20px 20px;
	transition: all 0.3s ease 0s;
	background: none repeat scroll 0% 0% rgb(2, 58, 90);
	display: inline-block;
	margin-top: 5px;
}
a.cnt-map-ico {
	float: right;
}
ul.site-sub-items li:before {
	content: '\f0da';
	left: 0px;
	float: left;
	margin: 4px 8px 0px -12px;
}
td.sub-name.single-item:before {
	content: '\f0da';
	left: 0px;
	float: left;
	margin: 1px 8px 0px 4px;
}

.inner .site-main h3 {
	padding-left: 5px;
}
.inner .site-main h4 {
	padding: 3px 0px 3px 5px;
}
.site-sub-items .listcontent,
td.sub-name.single-item a {
	padding: 6px 12px 6px 0;
}

.site-main table tr td {
	float: left;
}

td.sub-name a {}

ul.site-main {
	padding-left: 15px;
}
ul.site-main a strong {
	padding-left: 5px;
}
ul.site-sub-items {
	padding-left: 15px;
}
.compareColBox tr:nth-child(1) {
	height: 190px;
}
.compareColBox tr:nth-child(3) {
	height: 536px;
}
.compareColBox tr:nth-child(4) {
	height: 300px;
}
.compareColBox tr:nth-child(5) {
	height: 250px;
}
.compareColBox tr:nth-child(6) {
	height: 52px;
}
ul.bullet-list.top-list {
	min-height: 350px;
}
ul.bullet-list.middle-list {
	min-height: 200px;
}

.compareColBox table {
	margin-right: 10px;
}

.locator .checkbox {
	margin-right: 25px;
}
.checkbox,
.radio {
	float: left;
	
}
.btn-lm {
	margin: 2px 10px 0 -35px;
}
input[type=text].search-box-lm {
	padding-left: 15px;
}
.inner-content {
	float: left;
}
.inner-content.tags label {
	padding-left: 0;
}

.lm-left ul li span {
	float: right;
	padding: 0 15px 18px 0;
}
div.col-xs-3.lm-left.nano {
	margin-left: 0px !important;
}
.lm-right {
	float: right;
}
.border {
	margin-right: 20px;
}
#formlocator .border {
	margin-right: -45px;
}
#formlocator .border-locator {
	margin-right: -60px;
}

.mT20 div#tab-1 div {
	margin-bottom: 0px!important;
}
#pnlcaptcha {
	margin-right: -10px!important;
}
.blue .main-header .header-lower .cart-box-btn .cart-btn {
	color: #666 !important;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
.side-menu-holder a {
	text-transform: capitalize;
}
@media print {
	body {
		font-family: Georgia, �Times New Roman�, serif;
	}
}
span.col-lg-3 {
	margin-left: -35px;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	/*Lead Form*/
	
	.dd_aboutproduct.col-lg-6.col-sm-6.content-section,
	.aboutproduct-source.col-lg-6.col-sm-6.content-section,
	.preferredtime.col-lg-6.col-sm-6.content-section,
	.customer-status.col-lg-6.col-sm-6.content-section,
	.select-product-type.col-lg-6.col-sm-6.content-section {
		margin-top: 10px !important;
	}
	
	.customer-gender.col-lg-6.col-sm-6.content-section {
		margin-top: 70px !important;
	}

	td.CaptchaLettersRow {
		margin-right: 15px;
		margin-left: -10px;
	}
	input#txtCaptcha {
		margin-left: 20px;
	}
	.col-lg-6.col-sm-6.content-section {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	/*Page TITLE for Mobile version*/
	
	.desc-box .auto-container h1 {
		font-size: 30px !important;
	}
	/*END*/
	.news .media-body {
		padding-left: 10px;
	}
	/*CHANGES FOR AWARDS SECTION*/
	
	.qt .name {
	font-size:16px;
	font-weight:400;
	}
	/*END*/
	
	.poll-vote-list li {
		margin-left: -40px;
	}
	p {
		text-align: left;
	}
}

/* To hide the arabic total poll result ar content */
#total_poll_result_msg_ar {
    display: none;
    color: white;
}
#total_poll_result_msg_en {
    color: white;
}
.elementor-text-editor li, .elementor-tab-content li {
    padding: 0 0 2px 15px;
}
.st_sharethis_custom_findus {
    float: right;
}
sup.superscript {
    padding-left: 5px;
}



