/* General
======================*/
*,
:focus {
    outline: 0!important;
}
body{
    font-family: 'Droid Arabic Kufi', sans-serif;
    overflow-x:hidden;
    overflow-y:hidden;
    background: #fff;
}

/* Page Setting
======================*/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
}
.move{
    margin-right: 140px!important;
    width: calc( 100% - 140px)!important;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.page-content {
    position: relative;
    width: 100%;
    text-align: center;
}
.section-setting{
    padding: 50px 0px;
    display: block;
    position: relative;
    overflow: hidden;
}
.section-color{
    background: #f9f9f9;
}
.spacer-15{
    display: block;
    height: 15px;
    width: 100%;
    overflow: hidden;
}
hr {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    border: 0;
    height: 1px;
    background: #f9f9f9;
    overflow: hidden;
}
.spacer-30{
    display: block;
    height:30px;
    width: 100%;
    overflow: hidden;
}
.over {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.7);
}
/* Model
=======================*/
.modal{
    z-index: 9999;
    background: rgba(0,0,0,.7);
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 15px;
    font-weight: 600;
    color: #f26522;
    text-align: center;
}
.modal-footer {
    padding: 15px;
    text-align: center;
}
.notes li{
    font-size: 14px;
    line-height:  30px;
    color: #666;
    text-align: center;
}
.search-form{
    max-width:480px;
    margin: -20px auto 10px;
}
.search-form .form-group .form-control {
    display: block;
    background: white;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    padding: 0 15px;
}
.search-form .form-group .custom-btn {
    position: absolute;
    top: 5px;
    left: 15px;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 21px;
    color: #26a9e1;
    background: transparent;
}
.search-form .form-group .custom-btn:hover {
    box-shadow: none;
}
/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    color: #525252;
}
.form-control {
    color: #333;
    border: 1px solid #ececec;
    margin: 0 auto;
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #666666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}
input[type=radio],
input[type=checkbox] {
    display: none
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    margin: 0 0 0 17px !important;
    padding-right: 32px;
    cursor: pointer
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 3px;
    font-size: 13px;
}
input[type=checkbox]+label::before {
    top: 0
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-right: 0;
    margin: 0!important
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    content: '\f00c';
    color: #6ccef5
}

/* Button
======================*/
.custom-btn {
    border: 0;
    display: inline-block;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    padding: 0 20px;
    color: #fff;
    background: #d91b5b;
    border-radius: 25px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.custom-btn:hover ,
.custom-btn:focus {
    background: #26a9e1;
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.custom-btn i{
    margin-right: 10px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.custom-btn:hover i{
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

/* Lists- Links
======================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* img
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Section title
======================*/
.section-title{
    display: block;
    position: relative;
    text-align: center;
    margin: 25px auto 50px;
    max-width: 767px;
}
.section-title .title{
    display: block;
    position: relative;
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
    margin: 5px auto;
    color: #d91b5b;
}
.section-title .info{
    display: block;
    position: relative;
    line-height: 22px;
    font-size: 12px;
    margin: 10px auto;
    color: #6d6d6d;
}
.section-title .border{
    position: relative;
    width: 100px;
    height: 1px;
    margin: 15px auto 0;
    background-color: #f5931c;
}
.section-title .border:before{
    position: absolute;
    content:" ";
    top: 2px;
    left: 0;
    right: 0;
    width: 80%;
    height: 1px;
    background: #f5931c;
    margin: 0 auto;
}
.owl-wrapper-outer{
    direction: ltr;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/bc.jpg) center;
    width: 100%;
    overflow: hidden;
    padding: 120px 0px 50px;
}
.page-heading:before{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
}
.page-heading h2 {
    font-size: 20px;
    display: block;
    position: relative;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    text-align: right;
    margin: 0;
}
.page-heading .breadcrumb {
	background: none;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
@media (min-width: 992px) {
	.page-heading .breadcrumb {
		text-align: left;
		}
}
@media (max-width: 991px) {
    .page-heading {
		text-align: center;
		overflow: hidden;
		}
    .page-heading h2{
        text-align: center;
    }
}
.page-heading .breadcrumb > li + li:before {
	padding:0px 15px;
	color: #fff;
	content: " | ";
}
.page-heading .breadcrumb li ,
.page-heading .breadcrumb a {
	color: #f7f7f7;
	font-size: 15px;
}
.page-heading .breadcrumb a i{
	margin-left: 5px;
}
.page-heading .breadcrumb > .active {
    color: #fff;
}
/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin:5px auto;
    text-align: center;
    padding: 5px;
    width: 100%;
    border: 0;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    background: #f7f7f7;
    border-radius: 50%;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background: #d91b5b;
    color: #fff;
}


/*Header
==========================*/
.header {
    position: fixed;
    display: block;
    width: 100%;
    min-height: 45px;
    top: 40px;
    right: 0;
    z-index: 9998;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.header-color{
    top:0;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.header .container{
    position: relative;
}
.header .container .row{
    position:relative;
}
.logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 45px;
    padding: 0;
    background: #d91b5b;
    z-index: 9999;
    font-size: 26px;
    font-weight:400;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
}
.logo-icon{
    background: #d91b5b;
    position: relative;
    display: inline-block;
    height: 60px;
    margin: 0;
}
.logo-icon img{
    z-index: 9999;
    position: relative;
    margin: 10px 2px 10px auto;
}
.logo:hover{
    background: #ad3235;
    color: #fff;
}
.links {
    display: block;
    position: relative;
    height: 45px;
    background: #fff;
    width: calc(100% - 20px);
    margin: 0 10px;
    z-index: 998;
}
.links ul{
    display: block;
    text-align: center;
}
.links ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #f6f6f6;
    margin-left: -5px;
}
.links ul li:last-child{
    border-left: 1px solid #f6f6f6;
}
.links ul li a {
    display: block;
    padding: 0px 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 45px;
}
.links ul li a:hover , 
.links ul li a:focus ,
.links ul li.active a ,
.links ul li.active a:hover , 
.links ul li.active a:focus{
    background: #f7f7f7;
    }
.header-widget {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #26a9e1;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
    line-height: 45px;
    z-index: 9998;
    height: 45px;
}
.header-widget:hover{
	background:#6bade2;
}
.header-widget a{
    display: block;
    color: #fff;
}
.header-widget span{
    display: inline-block;
    margin-right: 10px;
}
.user{
    left: 118px;
    border-left: 1px solid #6bade2;
}
.cart-count{
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    z-index: 9999;
    font-weight: 600;
    background: #d91b5b;
}
.mob-menu{
    display: none;
    padding: 10px 0;
}
.mob-menu span {
    position: relative;
    width: 55%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 5px auto;
    -webkit-transition: .5s all;
       -moz-transition: .5s all;
            transition: .5s all;
}
.mob-menu.active span:nth-child(1){
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
       -moz-transition: .5s all;
            transition: .5s all;
}
.mob-menu.active span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s all;
       -moz-transition: .5s all;
            transition: .5s all;
}
.mob-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
    -webkit-transition: .5s all;
       -moz-transition: .5s all;
            transition: .5s all;
}
@media all and (max-width:991px){
    .links {
        display: block;
        position: fixed;
        right: -200px;
        width: 200px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        top: 0;
        margin: 0;
        border-radius: 0;
        border-left: 1px solid #ededed;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    .links ul li {
        display: block;
        border-bottom: 1px solid #f6f6f6;
        margin: 0;
    }
    .links ul li a{
        line-height:50px;
    }
    .move-menu{
        right: 0;
        -webkit-transition: .5s all;
           -moz-transition: .5s all;
                transition: .5s all;
    }
    .header-widget span{
        display: none;
    }
    .mob-menu span {
        display: block;
    }
    .header-widget i{
        line-height: 35px;
    }
    .add-home {
        left: 100px;
        width: 50px;
    }
    .user{
        left: 95px;
        width: 45px;
        z-index: 998;
        font-size: 23px;
    }
    .cart-wrap{
    	left: 50px;
    	width: 45px;
    	z-index: 998;
    	font-size: 23px;
    }
    .cart-count{
    	display: none;
    }
    .mob-menu{
        cursor: pointer;
        display: block;
        width: 50px;
        left: 0;
        padding: 11px 0 11px 5px;
        border-right: 1px solid #6bade2;
        z-index: 998;
        line-height: 50px;
    }
}

/* Dropdown 
=================================*/
.links ul li .dropdown-menu {
	transition: all 0.5s ease;
	display: block;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	top: 150%;
	padding: 0;
}
.open > .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}
@media all and (min-width:992px){
    .links ul li.dropdown {
		position: relative;
    }
    .links ul li.dropdown a.extra {
        display: none;        
    } 
    .links ul li.dropdown ul.dropdown-menu {
        background: #26a9e1;
        display: block;
        border: 0;
    }
    .dropdown:hover  .dropdown-menu {
        visibility: visible;
        top:95%;
        opacity: 1;
        -webkit-transition :ease all 0.3s;
           -moz-transition :ease all 0.3s;
                transition :ease all 0.3s; 
	}
	.links ul li.dropdown ul.dropdown-menu > li{
		border: 0;
		margin: 0;
		display: block;
	}
	.links ul li.dropdown ul.dropdown-menu > li > a {
        padding: 0 10px;
        font-size: 12px;
        border-bottom: 1px solid #02a3d6;
        color: #fff;
        text-align: right;
        font-weight: 600;
        line-height: 35px;
        text-transform: capitalize;
        -webkit-transition : all 0.3s;
        -moz-transition : all 0.3s;
        transition : all 0.3s;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background: #02a3d6!important;
        color: #fff!important;
    } 	 
    .dropdown-menu > li{
        display: block;
    }   
   }

/*Welcome Home 
==========================*/
#welcome-home {
    position: relative;
    background: url(../images/bc.jpg) 50% 0;
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 640px;
}
#welcome-home .container, 
#welcome-home .row, 
#welcome-home .col-md-12{
    height:100%;
    position:relative;
}
.caption{
    display: block;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    padding: 10px;
    height: 300px;
    max-width: 767px;
}
.caption img{
    margin-bottom: 15px;
}
.caption p{
    margin: 15px auto;
}

/*Scroll Down
========================*/
.scroll-down {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: block;
    margin:25px auto;
}
.scroll-down .mouse-icon {
    width: 30px;
    border: 1px solid #fff;
    height: 50px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    position: relative;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.scroll-down .icon-scroll {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@-moz-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@-ms-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

/* footer
====================*/
.footer{
    padding: 30px 0px;
    background: #252525;
}
.footer .widget{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}
.footer .widget .widget-title{
    display: block;
    position: relative;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}
.footer .widget .widget-content{
    display: block;
    color: #fff;
    line-height: 25px;
    font-size: 11px;
    overflow: hidden;
}
.footer .widget .widget-content .useful-link{
    overflow: hidden;
    }
.footer .widget .widget-content li{
    display: block;
    line-height: 25px;
    color: #afafaf;
}
.footer .widget .widget-content .logo{
    float: none;
    display: block;
}
.footer .widget .widget-content .logo img{
    margin: 0;
}
.footer .widget .widget-content .details{
    font-size: 11px;
    color: #f1f1f1;
    line-height: 25px;
}
.footer .widget .widget-content .useful-link li a{
    display: inline-block;
    position: relative;
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 15px;
}
.footer .widget .widget-content .useful-link li a:hover{
    color:#feda62;
}
.footer .widget .widget-content .useful-link li a:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #f1f1f1;
}
.subscribe-form .form-group .form-control {
    display: block;
    background: white;
    width: 100%;
    border-radius: 25px;
    padding: 0 15px;
    border-color: #ffffff;
}
.subscribe-form .form-group .custom-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 35px;
    width: 35px;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    background: #d91b5b;
}
.subscribe-form .form-group .custom-btn:hover {
    box-shadow: none;
     background:#26a9e1;
}
.footer .widget .widget-content .social {
    margin-top: 10px;
    float: none;
    padding: 5px 0px;
    display: block;
    position: relative;
}
.footer .widget .widget-content .social li{
    display: inline-block;
}
.footer .widget .widget-content .social li a i {
    color: #ffffff;
    background: #d91b5b;
    display: block;
    width: 35px;
    height: 35px;
    text-align:center;
    line-height: 35px;
    border-radius: 50%;
}
.footer .widget .widget-content .social li a:hover i{
    background:#26a9e1;
}
/*Services
=========================*/
.serv-item{
    display: block;
    position: relative;
    margin: 0px auto;
    text-align:center;
    border: 1px solid #f7f7f7;
    padding: 15px;
}
.serv-item:nth-child(even) {
    background: #fbfbfb;
}
.serv-item .serv-icon{
    display: block;
    position: relative;
    width: 160px;
    margin: 5px auto;
    padding: 0px;
}
.serv-item .serv-title{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #d91b5b;
    margin: 10px auto 5px;
}
.serv-item .serv-info{
    display: block;
    position: relative;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin: 0px auto 10px;
    color: #6d6d6d;
}
.serv-item i{
    color: #26a9e1;
    border: 1px solid #26a9e1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.serv-item:hover i{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.serv-item .payed{
    position: absolute;
    left: 10px;
    top: 10px;
}

/*Login Option
=======================*/
.login-opt{
    padding: 0;
    background:url(../images/bc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.login-opt .login{
    padding:75px  50px;
    background: rgba(217, 27, 91,.9);
    color: #fff;
    text-align: right;
}
.login-opt .login:last-child{
    background: rgba(38, 169, 225,.9);
}
.login-opt .login h3{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px auto 15px;
}
.login-opt .login p{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto;
    color: #ffffff;
}
.login-opt .login .custom-btn{
    background: #fff;
    color: #666;
}

/*About
=========================*/
.about{
    background: #fcfcfc;
    text-align: right;
}
.about .about-content h2 {
    font-weight: 600;
    font-size: 28px;
    color:#d11e3f;
    text-transform: uppercase;
    line-height: 50px;
    margin: auto;
}
.about .about-content p {
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    color: #777;
    line-height: 30px;
    max-width: 520px;
}
.about .about-img {
    display: block;
    width: 100%;
}
.about .about-img img {
    display: block;
    margin: 15px auto 0;
}
.about .about-content .custom-btn{
    margin-top: 10px;
}
.shadwo{
    display: block;
    position: relative;
}
.shadwo img{
    margin: 0;
    width: auto;
    height: auto;
}
.dot-lists{
	overflow:hidden;
}
.dot-lists li{
    padding-right: 20px;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    position: relative;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #e6041c;
    border-radius: 50%;
}

/*Opin List
======================*/
.opin-list{
    padding: 15px;
    border: 1px solid #f9f9f9;
    position:relative;
    overflow:hidden;
    text-align: right;
    direction: rtl;
}
.opin-list .section-title{
    text-align: right;
    margin: 0px 0 30px;
}
.opin-list .section-title .title{
    text-align: right;
    font-size: 18px;
}
.opin-list .section-title .border{
    margin: 0px 0 0;
}
.opin-list .section-title .border:before{
    margin:0
}
.opin-list .opin-item{
    overflow: hidden;
    display: block;
    position: relative;
    margin: 15px auto;
}
.opin-list .opin-item .opin-item-img{
    padding: 5px 5px 5px 10px;
    text-align: right;
    float: right;
    border-left: 2px solid #f1f1f1;
}
.opin-list .opin-item .opin-item-img img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f1f1f1;
    padding: 5px;
}
.opin-list .opin-item .opin-item-content{
    direction: rtl;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 0 120px 0 0;
    display: block;
    position: relative;
    text-align: right;
}
.opin-list .opin-item .opin-item-content i{
    display: inline-block;
    margin-left: 5px;
    color: #26a9e1;
}
.opin-list .opin-item .opin-item-content span{
    display: block;
    font-weight: 600;
    margin: 10px 0;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    color: #d91b5b;
}

/*FunFacts
=========================*/
.counter{
    display:block;
    text-align:center;
    margin: 7px auto;
}
.counter > img{
    height: 64px;
    width: 64px;
    display: block;
    margin: 5px auto;
}
.counter > .counter-cont{
    display: block;
    position: relative;
    margin: 10px auto 0;
    text-align:center;
    background: #fbfbfb;
    padding: 5px 5px 10px 5px;
}
.counter > .counter-cont > h3 {
    display: block;
    line-height: 30px;
    margin: 10px auto 5px;
    font-weight: 600;
    color: #26a9e1;
    font-size: 36px;
    letter-spacing: 2px;
}
.counter > .counter-cont > .count-name {
    display: block;
    position: relative;
    font-weight: 600;
    line-height: 30px;
    color: #cc4439;
    font-size: 14px;
    text-transform: uppercase;
}

/*FAQ Section 
=============================*/
.toggle-container {
    border: none;
    display: block;
    position: relative;
    padding-right: 50px;
}
.toggle-container:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #f9f9f9;
    right: 0px;
}
.toggle-container .panel h4.panel-title {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
}
.toggle-container .panel h4.panel-title a {
    display: block;
    text-transform: capitalize;
}
.toggle-container .panel .panel-content {
    padding: 10px;
}
.toggle-container .panel {
    position: relative;
    background: #f6f6f6;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    text-align: right;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.toggle-container .panel > a {
    color: #6f6f6f;
    background: #f9f9f9;
    font-size: 12px;
    position: relative;
    display: block;
    padding: 10px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.toggle-container .panel > a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #f9f9f9;
    right: -35px;
    top: 21px;
}
.toggle-container .panel > a:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    line-height: 30px;
    font-size: 10px;
    font-weight: 100;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f9f9f9;
    color: #d91b5b;
    transition: all 0.4s ease;
    position: absolute;
    right: -65px;
    top: 8px;
}
.toggle-container .panel > a.collapsed {
    background: #f9f9f9!important;
    color: #9c9c9c;
}
.toggle-container .panel > a.collapsed:before {
    content: "\f067";
    background: #f9f9f9;
}
.toggle-container .panel .panel-content {
    padding: 10px;
    line-height: 25px;
    border: 1px solid #f5f5f5;
    color: #777;
    font-size: 12px;
}
@media all and (max-width:767px){
    .toggle-container { 
        padding-right:0px;
    }
    .toggle-container:before{
        display: none;
    }
}
@media all and (max-width:767px) {
    .toggle-container .panel > a:after {
        display: none;
    }
    .toggle-container .panel > a:before {
        left: 10px;
        top: 10px;
        right: auto;
    }
}
.ask-quest{
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    text-align: right;
}
.ask-quest .heading{
    display: block;
    position: relative;
    line-height: 45px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 15px;
    background: #f9f9f9;
    color: #6f6f6f;
}
.ask-quest .ask-form{
    display: block;
    position: relative;
    padding: 10px 15px;
}
.ask-quest .ask-form .form-group label{
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 35px;
    color: #1c628f;
    margin: 0;
}
.ask-quest .ask-form .form-group .form-control{
}
.ask-quest .ask-form .form-group textarea.form-control{
    height: 70px!important;
}
.ask-quest .ask-form .form-group .custom-btn{
    display: block;
    width: 100%;
}

/*Scroll Up
=========================*/
#scroll-to-up {
    position: fixed;
    left: 15px;
    bottom: 30px;
    display: none;
    z-index: 99999;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
}
#scroll-to-up i {
    background: #d91b5b;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: .25s all ease-in-out;
    font-size: 15px;
}
#scroll-to-up i:hover {
    transition: .25s all ease-in-out;
    opacity: 1;
}

/*Loading
==========================*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 999999999;
}
.loading-content {
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 250px;
    height: 250px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
}
.loading-content img{
    height: 150px;
    margin-bottom: 10px;
     -webkit-animation: rotate 4s infinite linear;
       -moz-animation: rotate 4s infinite linear;
            animation: rotate 4s infinite linear;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.loading-content p{
    font-size: 16px;
    line-height: 35px;
    margin: 5px auto;
    color: #ffffff;
    text-transform: uppercase;
}
.loading-content i{
    display: none;
}

/*Login- Register
==========================*/
.login-register{
    display: block;
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    margin: 5px auto;
    overflow: hidden
}
.login-register .form-title {
    font-size: 17px;
    display: block;
    position: relative;
    line-height: 50px;
    color: #d91b5b;
    text-align: center;
    margin: 0 auto 17px;
    font-weight: 600;
}
.form-title-col {
    margin: 0 auto 10px;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #20242e;
    font-weight: 600;
    padding: 0 15px;
    background: #f5f5f5;
    text-align: right;
}
.login-register .form-group {
    padding: 0 5px
}
.login-register .remmeber {
    display: block;
    position: relative;
    float: right
}
.login-register .remmeber label:before {
    top: 0!important
}
.login-register .forget-pass {
    display: block;
    float: left;
    position: relative;
    margin: 5px auto
}
.login-register .forget-pass a {
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    transition: .3s color
}
.login-register .forget-pass a:hover {
    color: #6e2c90
}
.login-register .custom-btn {
    display: block;
    width: 200px;
    margin: 0 auto
}
.login-register .text-spacer {
    margin: 15px auto
}
.login-register .text-spacer p {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 12px
}
.forget-pass-content {
    position: relative;
    margin: 5px auto;
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 3px
}
.forget-pass-content .heading {
    display: block;
    position: relative;
    margin: 10px auto 20px;
    text-align: center
}
.forget-pass-content .heading i {
    display: block;
    color: #26a9e1;
    font-size: 50px;
    margin-bottom: 10px
}
.phone{
    overflow: hidden;
}
.phone .form-control{
    width: 68%;
    float: left;
}
.phone .form-control:first-child{
    width: 27%;
    margin-right: 5%;
    direction: ltr;
    text-align:right;
}
.forget-pass-content .heading p {
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: capitalize
}
.forget-pass-content .custom-btn {
    display: block;
    width: 200px;
    margin: 0 auto
}
.login-register .forget-pass a,
.login-register .remmeber label {
    color: #777;
    text-transform: capitalize
}
.other-login-opt {
    margin: 5px auto;
    background: #fff;
    padding: 5px 25px;
}
.other-login-opt .other-login-opt-item {
    display: block;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 3px
}
.other-login-opt .other-login-opt-item .other-login-opt-item-cont{
    background: #f9f9f9;
    padding: 20px 15px;
}
.other-login-opt .other-login-opt-item .shadwo img{
    margin: 0;
}
.other-login-opt .other-login-opt-item img {
    float: right;
    margin: 10px auto;
}
.other-login-opt .other-login-opt-item span {
    display: block;
    padding-right: 85px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    text-align: right;
}
.other-login-opt .other-login-opt-item span.contact-info{
    font-weight: 600;
    font-size: 18px;
    line-height: 70px;
    direction: ltr;
    letter-spacing: 1px;
}
.contact-inofs {
    padding: 5px;
}
.contact-inofs .other-login-opt-item img {
    margin: 5px auto;
}
.contct-form {
    margin: 30px auto;
    display: block;
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    text-align: right;
}
.other-login-opt .other-login-opt-item span a {
    line-height: 30px;
    padding: 0;
    font-size: 11px;
    display: block;
    width: 130px;
    text-align: center;
    margin-top: 10px
}
@media all and (max-width:480px) {
    .other-login-opt .other-login-opt-item img,
    .other-login-opt .other-login-opt-item span,
    .other-login-opt .other-login-opt-item span a {
        float: none;
        padding: 0 5px;
        text-align: center;
        margin: 0 auto
    }
    .other-login-opt .other-login-opt-item span a {
        margin-top: 10px
    }
}

/* Cart
====================*/
.cart .cart-nav {
    display: block;
    position: relative;
    border-bottom: 0;
    margin: 10px auto;
    text-align: center;
    padding: 10px 0 0;
    overflow: hidden;
    background: #fff;
}

.cart .cart-nav:before {
    content: " ";
    position: absolute;
    background: #e8e8e8;
    height: 2px;
    top: 30px;
    left: 0;
    width: 100%;
    right: 0
}

.cart .cart-nav>li {
    float: right;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    width: 33.33%
}

.cart .cart-nav>li>a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    border: none;
    border-radius: 0;
    background: transparent
}

.cart .cart-nav>li>a>span {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #e8e8e8
}

.cart .cart-nav>li.active>a,
.cart .cart-nav>li.active>a:focus,
.cart .cart-nav>li.active>a:hover,
.cart .cart-nav>li>a:focus,
.cart .cart-nav>li>a:hover {
    border: none;
    background: transparent;
    color: #26a9e1;
}

.cart .cart-nav>li.active>a>span,
.cart .cart-nav>li.active>a:focus>span,
.cart .cart-nav>li.active>a:hover>span,
.cart .cart-nav>li>a:focus>span,
.cart .cart-nav>li>a:hover>span {
    background: #d91b5b;
    border-color: #d06164;
    color: #fff;
}

@media all and (max-width:520px) {
    .cart .cart-nav>li {
        float: none;
        width: 100%;
        display: block
    }
    .cart .cart-nav:before {
        display: none
    }
    .cart .cart-nav>li>a {
        width: 100%;
        border: 1px solid #e8e8e8;
        margin: 5px auto;
        padding: 0;
        text-align: right
    }
    .cart .cart-nav>li>a>span {
        display: inline-block;
        margin-left: 5px;
        border: 0;
        border-radius: 0;
        text-align: center
    }
    .cart .cart-nav>li.active>a,
    .cart .cart-nav>li.active>a:focus,
    .cart .cart-nav>li.active>a:hover,
    .cart .cart-nav>li>a:focus,
    .cart .cart-nav>li>a:hover {
        background: transparent;
        color: #90153a;
        border: 1px solid #e8e8e8
    }
    .cart .cart-nav>li.active>a>span,
    .cart .cart-nav>li.active>a:focus>span,
    .cart .cart-nav>li.active>a:hover>span,
    .cart .cart-nav>li>a:focus>span,
    .cart .cart-nav>li>a:hover>span {
        background: #f5f5f5;
        color: #252525
    }
}

.cart-content-wrap {
    background: #fff;
    padding: 20px;
    overflow: hidden
}
@media all and (max-width:480px){
    .cart-content-wrap{
        padding:5px;
    }
}
.cart-content-wrap .custom-btn {
    padding: 0 15px;
    font-size: 12px;
    float: right;
    margin: 0 1px;
}

.table,
table th {
    line-height: 18px
}

table {
    table-layout: fixed;
    margin: 10px auto 0;
    width: 100%
}

.table {
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
}

table td {
    background: #fff;
    text-align: center
}

table th {
    font-weight: 400;
    background: #f8f8f8;
    text-align: center
}

.table td,
.table th,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e1e1e1;
    line-height: 18px;
    padding: 16px 10px 15px;
    font-size: 13px;
}

.cart-total h3,
.table-cart th {
    text-transform: uppercase;
    font-weight: 600
}

.table>thead>tr>th {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px
}

.table-bordered {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.table-layout {
    display: table;
    width: 100%;
    table-layout: fixed
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    position: relative;
    z-index: 102;
    padding: 19px
}

.table-cell:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    z-index: -1
}

.table-row:not(:last-child)>.table-cell::after {
    border-bottom-width: 0
}

.table-cell:not(:first-child)::after {
    border-left-width: 0
}

.product-item-info td,
.product-item-info th {
    background: #fff;
    height: 45px;
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    letter-spacing: .7px;
    width: 50%
}

.table-rate td,
.table-rate th {
    font-size: 14px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #eaeaea
}

.table-rate input {
    display: none!important
}

.table-cart {
    border: 1px solid #f1f1f1
}

.table-cart tbody tr,
.table-cart thead {
    border-bottom: 1px solid #f1f1f1
}

.table-cart tbody tr:last-child {
    border-bottom: 0
}

.table-cart th {
    font-size: 12px;
    color: #402E25;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    background: 0 0
}

.table-cart td {
    text-align: center
}

.table-cart .product-thumbnail {
    width: 11%
}

@media all and (max-width:767px) {
    .table-cart thead {
        display: none
    }
    .table-cart,
    .table-cart tbody,
    .table-cart tr {
        display: block;
        width: 100%
    }
    .table-cart tbody>tr>td {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%!important
    }
    .table-cart td {
        line-height: 35px
    }
    .table-cart tr {
        padding-bottom: 10px
    }
}

.table-cart .product-thumbnail img {
    width: 70px;
    height: 70px;
    padding: 1px;
    background: #f1f1f1;
    margin: 5px auto;
    border-radius: 3px
}

.table-cart .product-name a {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600
}

.product-remove>button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #de2214;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    border-radius: 50%;
    padding: 0!important;
    display: block;
    margin: 0 auto
}

.product-remove>button>i {
    margin: 0;
    display: block;
    line-height: 30px
}

.table-footer {
    width: 210px;
    float: left;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-top: 0
}

.table-footer .form-control {
    width: 90%;
    margin: 5px auto 0
}

.table-footer .total {
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #4a4a4a;
}

.table-footer .custom-btn {
    display: block;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.cart-total ul.bill-content {
    background: #fff;
    border: 1px solid #f5f5f5
}

.cart-total ul.bill-count li {
    color: #252525;
    margin: 5px auto;
    background: #f1f1f1
}

.cart-total h3,
.form-title {
    margin: 0 auto 10px;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #20242e;
    padding: 0 15px;
    background: #f5f5f5
}

.cart-total ul li {
    position: relative;
    text-align: right;
    padding: 0 10px 0 0;
    overflow: hidden;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1
}

.cart-total ul li:last-child {
    border-bottom: 0
}

.cart-total ul li span {
    float: left;
    color: #252525;
    border-right: 1px solid #f5f5f5;
    padding: 0 10px;
    min-width: 110px;
    font-size: 11px
}

.check-form {
    display: block;
    position: relative;
    overflow: hidden
}

.check-form .form-group {
    padding: 0 5px;
}

.check-form.radio-wrap .form-group {
    margin-bottom: 0;
    padding: 10px 5px 0;
}

.check-form.radio-wrap .form-group label {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 5px 0;
    color: #333
}

.check-form input[type="radio"]:empty~label,
.check-form input[type="checkbox"]:empty~label {
    line-height: 20px;
    text-align: right;
    font-size: 12px;
    padding: 0 10px;
    padding-right: 30px;
}

.check-form input[type="radio"]:hover:not(:checked)~label,
.check-form input[type="checkbox"]:hover:not(:checked)~label {
    background: #fff
}

.check-form input[type="radio"]:empty~label:before,
.check-form input[type="checkbox"]:empty~label:before {
    margin-left: 5px
}

cat-number {
    display: block;
    vertical-align: bottom;
}

.cat-number>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    color: #333;
    font-size: 18px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.cat-number>a:hover {
    background: #f9f9f9;
    color: #6e2c90;
    border-color: #f9f9f9
}

.cat-number>* {
    border: 1px solid #eaeaea;
    float: left;
    height: 35px;
    width: 81%;
    text-align: center;
}
.cart-content-wrap .custom-btn.rem{
    float: none;
    text-align: center;
    margin: 0 auto;
}

.cat-number>input[type=text] {
    width: 60px;
    height: 35px;
    margin: 0;
    border-left: none;
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    box-shadow: none
}

.cat-number>input[type=text]:focus {
    border-color: #eaeaea
}

@media all and (max-width:480px){
    .about .about-img img{
        height:auto;
        width:100%;
    }
    .login-opt .login{
        padding:25px;
    }
    .col-xs-6{
        width:100%;
    }
    .caption {
        font-size: 12px;
         line-height: 25px;
    }
    .opin-list .opin-item .opin-item-img{
        float:none;
        display:block;
        margin:0 auto;
        border-bottom: 2px solid #f1f1f1;
        border-left: 0;
    }
    .opin-list .opin-item .opin-item-content{
        padding:15px 5px;
        text-align:center;
    }
    .opin-list .opin-item .opin-item-content span , .owl-pagination{
        text-align:center;
    }
 }

/*Item Box
=========================*/
.item-box{
    padding: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px auto;
}
.item-box h3{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #26a9e1;
    margin: 15px auto 5px;
}
.item-box p{
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #010101;
    margin: 5px auto;
}
.item-box .custom-btn{
    margin: 10px auto 5px;
}
.price {
    position: absolute;
    top: 25px;
    left: 25px;
    line-height: 25px;
    font-size: 11px;
    font-weight: 400;
    padding: 0 10px;
    color: #fff;
    background: #f7941d;
    border-radius: 25px;
}
/*Profile
=====================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
    text-align: right;
}
.profile-card .profile-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    border: 5px solid #f1f1f1;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 12px;
    color: #26a9e1;
    font-weight: 600;
    text-align: center;
    margin: 5px auto;
}
.profile-card .profile-menu ul {
    display: block;
    position: relative;
    padding: 0;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f4f4f4;
    border-right: 3px solid #ffffff;
    padding: 0;
    line-height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.profile-card .profile-menu ul li a i {
    font-size: 15px;
    color: #094561;
    line-height: 40px;
    width: 35px;
    text-align: center;
}
.profile-card .profile-menu ul li.active a, 
.profile-card .profile-menu ul li:hover a {
    color: #d91b5b;
    border-right: 3px solid #d91b5b;
}
.profile-card .profile-menu ul li.active a i, 
.profile-card .profile-menu ul li:hover a i{
    color: #d91b5b;
}
.profile-content{
    border: 1px solid #f1f1f1;
    border-top: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.profile-content .title{
    background: #f9f9f9;
    line-height: 45px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #26a9e1;
    margin-bottom: 15px;
    text-align: right;
    border-right: 5px solid #26a9e1;
}
.step-content .img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 15px;
}
.step-content .img-block img {
    margin-bottom: 5px;
    height: 150px;
    background: #fff;
    padding: 10px;
}
.step-content .img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    width: 150px!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
}
.step-content .img-block input[type="file"] {
    display: none;
}
.upload-img-hint{
    margin-top: 5px;
}
.upload-img-hint li.head{
    font-weight: 600;
    font-size: 13px;
}
.upload-img-hint li{
    display: block;
    line-height:25px;
    font-size: 12px;
}
.order-status{
    float: left;
    overflow: hidden;
}
.order-status li{
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: 600;
    color: #232323;
    line-height: 45px;
    margin: 0 5px;
    cursor: pointer;
}
.order-status li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 45px;
    background: #1e99a8;
}
.pending{background: #FF9800!important;}
.refuse{background: #F44336!important;}
.agree{background: #4CAF50!important;}
.complete{background: #4CAF50!important;}
.mix{
    display: none;
}
.balance-wrap p {
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #565656;
    margin: 0 0 10px;
    padding: 5px;
    text-align: right;
    font-weight: 600;
}
.balance-wrap p.note{
    font-size: 12px;
    color:#777;
    font-style:italic;
    text-align: center;
    font-weight: 400;
}
.balance-wrap p span {
    background: #6dcef5;
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    text-align: center
}
.balance-wrap .balance-count {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 12px;
    color: #232323;
    line-height: 35px;
    padding: 10px;
}
.balance-wrap .balance-count span {
    display: block;
    background: #26a9e1;
    color: #fff;
    margin: 10px auto;
    font-weight: 600;
    font-size: 14px;
}
.bill tbody tr {
    line-height: 45px
}
.get-baln {
    padding: 0 15px;
    text-align: right;
}
.get-baln p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px
}
.get-baln .form-control {
    display: inline-block;
    width: 240px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
}

.get-baln .custom-btn {
    display: inline-block;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
}

.balance-wrap .table {
    border: 1px solid #f1f1f1
}
.balance-wrap .table tbody tr,
.balance-wrap .table thead {
    border-bottom: 1px solid #f1f1f1
}
.balance-wrap .table tbody tr:last-child {
    border-bottom: 0
}
.balance-wrap .table th {
    font-size: 12px;
    color: #402E25;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    background: 0 0
}
.balance-wrap .table td {
    text-align: center
}
@media all and (max-width:767px) {
    .balance-wrap .table thead {
        display: none
    }
    .balance-wrap .table,
    .balance-wrap .table tbody,
    .balance-wrap .table tr {
        display: block;
        width: 100%
    }
    .balance-wrap .table tbody>tr>td {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%!important
    }
    .balance-wrap .table td {
        line-height: 35px
    }
    .balance-wrap .table tr {
        padding-bottom: 10px
    }
}
.table thead tr th{
    text-align: center;
}
.table > thead > tr > th,
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td{
    padding: 5px;
    line-height: 40px;
}
.num-cell{
    width: 50px!important;
}
.act-cell{
	width: 160px!important;
}
.icon-btn{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 0;
    opacity: 0.8;
    padding: 0 10px;
    color: #fff;
    border-radius: 25px;
    vertical-align: middle;
    margin: 5px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}
.icon-btn i{
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    text-align:center;
    vertical-align: top;
}
.icon-btn:hover{
    opacity:1;
    color: #fff;
}
.green-bc{
    background: #4CAF50!important;
}
.blue-bc{
    background: #03A9F4!important;
}
.red-bc{
    background: #d91b5b;
}
.add-prod{
    float: left;
    margin: 0 auto 0 10px;
    text-align: center;
    padding: 0;
    width: 100px;
}
.profile-content .table-responsive{
    margin: 10px;
}

/* Questions Block
===========================*/
.question-blocks{
    margin-top: 20px;
}
.question-widget {
    width: 100%;
    margin: 5px 0px;
    padding: 10px;
    display: block;
    background: #f7f7f7;
    text-align: right;
    overflow: hidden;
}
.question-widget .resolve {
    float: right;
    background: #ffffff;
    color: #d91b5b;
    border-radius: 0;
    text-align: center;
    padding: 5px;
    height: 75px;
    width: 60px;
}
.question-widget .resolve i {
    display: block;
    font-size: 26px;
    margin: 5px 0px;
}
.question-widget .resolve span {
    font-size: 13px;
}
.question-widget .answers {
    float: right;
    background: #ffffff;
    color: #d91b5b;
    border-radius: 0;
    text-align: center;
    padding: 5px;
    height: 75px;
    width: 60px;
}
.question-widget .answers i {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
}
.question-widget .answers span {
    font-size: 12px;
}
.question-widget .details {
    position: relative;
    display: block;
    padding: 0px 80px 0px 0px;
    line-height: 25px;
}
.question-widget .details a {
    display: block;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 25px;
}

/* Only Question answers 
===============================*/
.question-content{
    display: block;
    text-align: right;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
}
.question-content .title {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    color: #d91b5b;
}
.question-content .info {
    margin: 5px 0px;
    text-transform: capitalize;
    color: #26a9e1;
    font-size: 13px;
}
.question-answer{
    display: block;
    text-align: right;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
}
.question-answer .heading {
    display: block;
}
.question-answer .heading .title {
    display: block;
    background: #ffffff;
    color: #26a9e1;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    border-right: 3px solid #26a9e1;
    padding: 0 15px;
}
.question-answer .heading .title i{
    margin-right: 10px;
}
.question-answer .heading .add-answers {
    display: inline-block;
    position: relative;
    float: right;
    padding-top: 5px;
}
.question-answer .heading .add-answers a {
    cursor: pointer;
    color: #50b2cd;
    font-size: 16px;
    text-decoration: underline;
}
.question-answer .content .widget {
    display: block;
    background: #fff;
    margin: 10px auto;
    padding: 10px;
    overflow: hidden;
}
.question-answer .content .widget .widget-img{
    float: right;
    width: 45px;
    height: 45px;
}
.question-answer .content .widget .widget-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.question-answer .content .widget .widget-details {
    display: block;
    padding-right: 60px;
}
.question-answer .content .widget .widget-details h3 {
    margin: 0;
    line-height: 30px;
    color: #d91b5b;
    font-size: 12px;
    font-weight: 600;
}
.question-answer .content .widget .widget-details span {
    color: #26a9e1;
    line-height: 20px;
    font-size: 11px;
}
.question-answer .content .widget .widget-details p {
    margin: 0;
    line-height: 25px;
    font-size: 13px;
    color: #555;
}
.question-answer .content .widget .widget-details p a {
    display: block;
    color: #149ee3;
    text-transform: lowercase;
}
.add-comment{
    display: block;
    background: #fff;
    margin: 10px auto;
    padding: 10px;
    overflow: hidden;
}
.add-comment .heading{
    background: #f9f9f9;
    color: #26a9e1;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    border-right: 3px solid #26a9e1;
    padding: 0 15px;
    margin-bottom: 15px;
}
.add-comment .content{
    background: #f9f9f9;
    padding: 15px;
    max-width: 480px;
}