/* TOP-STRIP */
.top-strip{
	float:left;
	width:100%;
	background:#212121;
	height:35px;
	overflow:hidden;
	position:relative;
}
.caption{
	position:absolute;
	left:0;
	width:100%;
	padding-top:10px;
}
.caption-txt{
	float:left;
	width:100%;
	font-size:13px;
	line-height:15px;
	color:#fff;
	font-weight:300;
	white-space: nowrap;
}

/* HEADER */
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	padding:8px 0;
	margin-top:-70px;
	top:70px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 99;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	margin-top:15px;
	}
ul.topMenu{
	float:left;
	margin: 15px 0 0 30px;
	}
ul.topMenu li{
	float:left;
	padding:0 17px;
	position:relative;
	}
ul.topMenu li a{
	color:#454545;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#bfbfbf;
	top:4px;
	bottom:3px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#769c8b;}

.ph-tx{
	float:right;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#2f2f2f;
	position:relative;
	padding-left:30px;
	margin:18px 0 0 0;
}
.phn-icn{
	position:absolute;
	left:0;
	top:0;
}

.cart-btn{
	float:right;
	position:relative;
	margin-top:15px;
	margin-right:10px;
    margin-left: 20px;
}
.cart-icn{
	float:left;
    margin-right: 6px;
}
.crt-qty{
	font-size:10px;
	line-height:14px;
	color:#fff;
	border-radius:50%;
	background:#769c8b;
	padding:0;
	float:right;
	width:15px;
	height:15px;
	position:absolute;
	top:-6px;
	right:37px;
}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #fff;
	padding:60px 0 80px;
	border-top:1px solid #dddddd;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	padding-bottom:40px;
	border-bottom:1px solid #dddddd;
	}
.ftr-links-col{
	float:left;
	width:25%;
	}
.ftr-links-col-2{
	padding-left:45px;
	}
.ftr-links-col-3{
	width:20%;
	padding-left:25px;
	}
.ftr-links-col-4{
	width:20%;
	padding-left:45px;
	}
.ftr-log{
	max-width:100%;
	width:220px;
	}
.ftr-links-hd {
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-size:16px;
	line-height:22px;
	color:#505050;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#414141;}

ul.scl-list{
	float:left;
	width:100%;
	margin:20px 0 0;
	text-align:left;
	}
ul.scl-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
	}
ul.scl-list li img{
	width:25px;
	}
.disclmr-txt{
	float:left;
	width:100%;
	margin:20px 0 0;
	font-size:14px;
	line-height:22px;
	color:#747474;
	}
.ftr-log-tx{
	font-size:16px;
	line-height:24px;
	margin-top:10px;
}
.ftr-tx{
	font-size:15px;
	line-height:22px;
	float:left;
	width:100%;
	margin:12px 0 0;
	color:#747474;
}
.ftr-tx a{color:#747474;}

/* MEDIA START */
@media only screen and (max-width:1185px){
ul.topMenu li{padding:3px 15px;}
}

@media only screen and (max-width:1023px){
/* TOP CSS */
.top-fix-bar{margin-bottom:62px;}
.header{height:62px; margin-top:-62px; top:62px;}
.logo{width:190px; margin-top:12px;} 

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 12px;
	z-index:16;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #333;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#333;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:92px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:62px; border-top:1px solid #acacac;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #acacac;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

ul.topMenu{display:none;}

.ph-tx{font-size:15px; line-height:18px; margin-top:11px; margin-right:50px;}
.cart-btn{margin:10px 60px 0 0;}

.ftr-links-sec{padding-top:40px;}
.ftr-links-inr{padding-bottom:25px;}
.ftr-links-col-1{width:32%;}
.ftr-links-col-4{width:22%;}
}

@media only screen and (max-width:767px){
/* TOP CSS */
.topStrip{overflow:hidden; height:30px;}
.caption{padding-top:4px;}
.caption-txt{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	font-size: 14px;
	padding-top:5px;
	}

@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}

.header{padding:5px 0; height:61px; margin-top:-61px; top:61px; background:#fff;}
.logo{margin-top:17px; width:170px;}
.mob-mnu-ic{right:10px; top:15px;}
.mobilemenu{top:90px; border-top:1px solid #acacac;}
.mobimenu-top{top:60px;}
.cart-btn{margin-top:15px;}
.ph-tx{display:none;}

.ftr-links-sec{padding-top:0;}
.ftr-links-col{width:100%; padding-left:0; margin-top:25px;}
.ftr-log{width:170px;}
.ftr-links-hd{margin-bottom:5px;}
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.7)
    }

    50% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.3)
    }

    100% {
        box-shadow: 0 0 0 15px transparent
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.7)
    }

    50% {
       -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px transparent
    }
}


.ifram_style {
    width: 100%;
    border-radius: 10px;
    height: 205px;
}

.flex-serch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
        justify-content: flex-end;
}
.search {
    position: relative;
    top: 15px;
    right: 20px;
}
.search.collapsed {
    position: relative;
}
.search.collapsed .inp_with_drp {
    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    width: 650px;
    opacity: 1;
    /* transition: width 1s; */
}
.inp_with_drp {
    position: absolute;
    right: 30px;
    width: 0px;
    height: fit-content;
    min-height: 70px;
    top: -8px;
    opacity: 0;
    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
}
.search.collapsed input[type="text"] {
    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    width: 650px;
    opacity: 1;
        font-family: 'Brown';
    font-size: 18px;
    top: -5px;
    position: relative;
}
.search input[type="text"] {
    position: realtive;
    width: 0px;
    right: 0px;
    height: 50px;
    top: 0px;
    opacity: 0;
    /* transition: 0.5s; */
    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
}
.resultsDiv {
    position: relative;
    width: 100%;
    bottom: 0px;
    background: #ffffff;
    border: 1px solid #0c426d;
    z-index: 99999;
}
ul.searchResult li:last-child {
    padding-bottom: 15px;
}
ul.searchResult li {
    padding: 15px 15px 0px;
}
.header-area .navbar a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
ul.searchResult li a {
    width: 100%;
    display: block;
}
.search button {
    background: transparent;
    color: #769c8b;
    padding: 0px;
    width: 35px;
    text-align: center;
    height: 35px;
    /* border: 1px solid #00aeef; */
    position: relative;
    right: -10px;
    outline: none !important;
}
.search button i.fa.fa-search {
    position: relative;
    top: -1px;
    font-size: 19px;
}