/* Color
=========================
    Pink       ==> #FF479D
    Light Blue ==> #681571

========================*/

/* General
========================*/
*,
:focus {
    outline: 0!important;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 25px;
    font-weight: 400;
    color: #666;
    font-family: 'Droid Arabic Kufi', sans-serif;
}
/* Page Setting
========================*/
.wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 110px;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}
.section-color{
    background: #f9f9f9;
}
.section-img{
    background: url(../images/main-bc.png) center;
    background-size: cover;
}
.section-img:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    top: 0;
    left: 0;
}
.owl-carousel .owl-wrapper-outer{
    direction: ltr;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}

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

/* Custom-lists
=======================*/
.dot-lists{
	overflow:hidden;
    text-align: right;
}
.dot-lists li{
    padding-right: 15px;
    line-height: 35px;
    color: #555;
    font-size: 15px;
    text-align: right;
    position: relative;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #ff459e;
}

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

/* Text
========================*/
.big-title{
    display: block;
    position: relative;
    margin: 15px 0;
    font-weight: bold;
    font-size: 22px;
    color: #bf2026;
    line-height: 40px;
}
.head-title{
    display: block;
    position: relative;
    margin: 15px 0;
    font-size: 20px;
    color: #323232;
    line-height: 34px;
}
.info-text{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin: 15px auto;
}

/* Forms
========================*/
.form-group {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    padding: 0 5px;
}
.form-group label {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0px;
    color: #6a1673;
    width: 100%;
}
.form-control {
    color: #323232;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 0;
    font-size: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #f1f1f1;
    -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;
    padding-right: 32px;
    cursor: pointer;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 50%;
    font-size: 12px;
}
input[type=checkbox]+label::before {
    top: 0;
    border-radius: 0;
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-left: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background: #00b3ea;
    border-color: #00b3ea;
}
.radio-wrap {
    clear: both;
    overflow: hidden;
    display: inline-block;
    padding: 0 5px;
}
.radio-wrap label {
    width: 100%;
    border-radius: 0;
    font-weight: normal;
    margin: 0;
}
.radio-wrap span{
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	vertical-align: text-bottom;
}
.radio-wrap input[type="radio"]:empty, 
.radio-wrap input[type="checkbox"]:empty {
    display: none;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    line-height: 35px;
    height: 35px;
}

/* Date Picker
========================*/
.datetimepicker {
    padding:0px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border-color: #f1f1f1;
    box-shadow: none;
    width: 230px!important;
    right: auto!important;
    float: none!important;
}
.datetimepicker table {
    margin: 0;
    width: 100%;
}
.datetimepicker td, .datetimepicker th {
    border-radius: 0;
    border: 0;
    font-weight: 100;
    font-size: 13px;
}
.input-group {
    border-radius: 0;
    width: 100%;
    position: relative;
}
.input-group .form-control{
    background: #fff;
    border: 1px solid #f1f1f1;
    direction: ltr;
    text-align: right;
    font-weight: 400;
}
.input-group-addon {
    padding: 0;
    width: 40px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #888;
    text-align: center;
    border: 1px solid #f1f1f1!important;
    border-right: 0 !important;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
}

/* Button
========================*/
.custom-btn {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 13px;
    border: 0;
    padding: 0 15px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    background: linear-gradient(to right top, rgba(104, 21, 113, 0.9), rgba(255, 69, 158,0.9));
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.custom-btn svg{
    margin-left: 5px;
}
.custom-btn:hover ,
.custom-btn:focus {
    color: #fff;
    background: linear-gradient(to right top,rgba(255, 69, 158,1) , rgba(104, 21, 113, 1));
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/* Icon Btn
========================*/
.icon-btn{
	border: 0;
	background: #00b3ea;
	color: #fff;
	line-height: 45px;
	width: 40px;
	height: 45px;
	font-size: 16px;
	vertical-align: bottom;
}
.icon-btn:focus ,
.icon-btn:hover{
	background: #00a3d4;
}

/* Tabs
========================*/
.nav-tabs {
    border-bottom: 0;
    position: relative;
    background: transparent;
    padding: 0;
}
.nav-tabs>li {
    margin: 0;
    float: none;
    display: block;
}
.nav-tabs>li>a {
    display: block;
    position: relative;
    margin: 0;
    line-height: 60px;
    border-radius: 0;
    padding: 0;
    color: #323232;
    background: #ffffff;
    border: 0;
    font-weight: 600;
    font-size: 13px;
    text-align: right;
    border-right: 3px solid #fff;
    border-bottom: 1px solid #f9f9f9;
}
.nav-tabs>li>a>svg{
	width: 45px !important;
	height: 60px;
	padding: 13px;
	float: right;
	border-left: 1px solid #f9f9f9;
	margin-left: 10px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #ff459e;
    border: 0;
    background: #fff;
    border-right: 3px solid #ff459e;
    border-bottom: 1px solid #f9f9f9;
}
.tab-content{
    position: relative;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    display: block;
    background: transparent;
    border: 1px solid #f9f9f9;
}
.tab-content>.tab-pane{
    background: #ffffff;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content .fade{
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content .fade.in{
    opacity: 1;
    transform: translateY(-10px);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/* Section title
========================*/
.section-title{
    display: block;
    position: relative;
    margin: 15px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #666;
    line-height: 50px;
}
.section-title .title-border{
    position: relative;
    display: block;
    width: 180px;
    height: 10px;
    text-align: center;
    margin: 10px auto 0;
}
.section-title .title-border:before{
    background: #00b3ea;
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
}
.section-title .title-border:after{
    background: #ff459e;
    content: " ";
    position: absolute;
    width: 60%;
    height: 2px;
    right: 0;
    left: 0;
    top: 5px;
    bottom: auto;
    margin: auto;
 }
.section-title .section-title-details {
    display: block;
    position: relative;
    font-size: 13px;
    color: #7d7d7d;
    line-height: 25px;
    max-width: 767px;
    margin: 10px auto 15px;
    font-weight: 600;
}

/* Page Heading
================================*/
.page-heading{
    display: block;
    position: relative;
    width: 100%;
    padding: 70px 0px;
    background: url(../images/main-bc.png) top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.page-heading:before{
	content: " ";
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	width:100%;
	height:100%;
	background: linear-gradient(to left top, rgba(104, 21, 113, 1), rgba(255, 69, 158,0.5));
}
.page-heading:after{
	content: " ";
	position:absolute;
	top: 0;
	right: -10%;
	width:60%;
	height:100%;
	background: rgba(255,255,255,0.3);
	transform: skewx(-10deg);
	z-index: 0;
}
.page-heading h2 {
    font-size: 30px;
    margin: 15px auto;
    color: #ffffff;
    text-align: right;
    line-height: 30px;
    z-index: 998;
}
.page-heading .breadcrumb {
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 10px auto;
    border-radius: 0;
    line-height: 50px;
    display: inline-block;
    background: rgba(0, 0, 0,.6);
    padding: 0 25px;
    z-index: 998;
}
.page-heading .breadcrumb > li + li:before {
	color: #fff;
}
.page-heading .breadcrumb li ,
.page-heading .breadcrumb a {
	color: #ffffff;
	font-size: 15px;
}
.page-heading .breadcrumb a svg{
	margin-left: 5px;
}
.page-heading .breadcrumb > .active {
    color: #fff;
}

/* Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin: 15px auto;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 0px;
}
.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: #ecf0f2;
    border-radius: 0px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background: #00b3ea;
    color: #fff;
}

/* Spacer
========================*/
.spacer-15{
    width: 100%;
    height: 15px;
    overflow: hidden;
    clear: both;
    display: block;
}
hr {
    margin: 0;
    border-color: #f9f9f9;
    clear: both;
}

/* Support
======================*/
.support-wrap .form-title{
    display: block;
    line-height: 40px;
    background: #00b3ea;
    padding: 0 15px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
}
.support-wrap .form-title .icon-btn{
    float: left;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #0687af;
}
.support-icon{
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 0px 15px;
    line-height: 40px;
    color: #fff;
    z-index: 999;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(to right top, rgba(104, 21, 113, 1), rgba(255, 69, 158,1));
    text-align: center;
    cursor: pointer;
}
.support-icon img{
    display: inline-block;
    width: 30px;
    margin: 5px 0 5px 10px;
}
.support-cont{
    position: fixed;
    bottom: 00px;
    left: -100%;
    width: 300px;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.support-cont.in{
	opacity: 1;
	visibility: visible;
	left: 0;
	-webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.support-cont .form-group{
	padding:0px 15px;
}
.support-cont .form-group .form-control{
	height:35px;
	line-height:35px;
	font-size:12px;
}
.support-cont .form-group .custom-btn{
	height:30px;
	line-height:30px;
	float:left
}

/*up-btn 
===========================*/
.up-btn {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 42px;
    padding: 10px 5px;
    height: 62px;
    text-align: center;
    background: #464646;
    z-index:999;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.up-btn:hover{
    background: #414141;
}

/* Loading
==========================*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(to bottom right, #681571, #781b82);
}
.loading-content {
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 270px;
    height: 240px;
    z-index: 9999;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.loading-content img{
	margin:0px auto 15px;
}
.loader-icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin:auto;
    border: 5px dotted #ffffff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Scroll
============================*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #00b3ea; 
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ff459e;
    width: 3px;
    -webkit-box-shadow:none; 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #ff459e; 
    width: 3px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-moz-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #00b3ea; 
}
::-moz-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ff459e;
    width: 3px;
    -webkit-box-shadow:none; 
}
::-moz-scrollbar-thumb:window-inactive {
  background: #ff459e; 
    width: 3px;
}
.table-responsive::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
    background: #00b3ea; 
    height: 3px;
    width: 3px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #ff459e;
    width: 3px !important;
    height: 3px !important;
}
.table-responsive::-moz-scrollbar {
    width: 3px;
    height: 5px;
}
.table-responsive::-moz-scrollbar-track {
    background: #00b3ea; 
    height: 3px;
    width: 3px;
}
.table-responsive::-moz-scrollbar-thumb {
    background: #ff459e;
    width: 3px !important;
    height: 3px !important;
}

.panel-content::-webkit-scrollbar-track {
    background: #00b3ea; 
}
.panel-content::-webkit-scrollbar-thumb {
    background: #f9f9f9;
    height: 10px !important;
}
.panel-content::-moz-scrollbar-track {
    background: #00b3ea; 
}
.panel-content::-moz-scrollbar-thumb {
    background: #f9f9f9;
    height: 10px !important;
}

/* Top Header
=========================*/
.top-header{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: linear-gradient(to left top, rgba(104, 21, 113, 1), rgba(255, 69, 158,1));
}
.top-header .top-header-links{
    text-align: left;
}
.top-header .top-header-links li{
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,.08);
    height: 40px;
}
.top-header .top-header-links li a{
    display: block;
    position: relative;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
}
.top-header .top-header-links li a svg{
	margin: 5px 0px 4px 5px;
    background: #fff;
    color: #ff459e;
    width: 30px;
    height: 30px;
    padding: 6px;
    display: inline-block;
}
.top-header .top-header-links li a span{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.top-header .top-header-links li.lan{
    float: left;
    padding-right: 5px;
}
@media (max-width: 420px){
    .top-header .top-header-links{
        text-align: center;
    }
    .top-header .top-header-links li{
        border: 0;
    }
}
@media (max-width: 330px){
    .top-header .top-header-links li a{
        padding: 0;
        font-size: 11px;
    }
}

/* Header
===========================*/
.header{
    position: fixed;
    top: 40px;
    right: 0;
    width: 100%;
    min-height: 70px;
    background: #fff;
    border-bottom: 1px solid #f9f9f9;
    z-index: 999;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    -moz-box-shadow:;
}
.header > .container {
	position: relative;
}
.header .navbar-collapse > .container {
    position: relative;
    margin-top: -70px;
}
.header nav .navbar-nav{
    float: none !important;
    text-align: center;
    display: block;
    padding: 0;
}
.header .logo {
    position: relative;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
    float: right;
    display: block;
    height: 70px;
    width: 190px;
    padding: 10px 2px;
}
.header .logo img{
	height: 50px;
}
.header .header-widget{
    position: relative;
    float: left;
    padding: 0;
    z-index: 9999;
    text-align: left;
}
.header .header-widget .user-icon{
    float: right;
    border-right: 1px solid #f1f1f1;
    position: relative;
}
.header .header-widget .user-icon .search-icon img{
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.header .header-widget .user-icon .search-icon ,
.header .header-widget .user-icon a{
    width: 60px;
    height: 70px;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    cursor: pointer;
}
.header .header-widget .user-icon .user-icon-count{
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	background: #00b3ea;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
}
.header .header-widget .user-icon:hover{
	background: #f9f9f9;
     -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.header .header-widget .user-icon .search-form{
    display: block;
    position: absolute;
    width: 360px;
    top: 150%;
    left: 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.header .header-widget .user-icon .search-form.in{
    opacity: 1;
    visibility: visible;
    top: 102%;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.search-form .form-group{
    margin: 0;
}
.search-form .form-group .form-control{
    width: 100%;
}
.search-form .form-group .icon-btn{
    position: absolute;
    left: 0;
    top: 0;
}
.btn-responsive-nav {
	display: none;
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav > li {
		float: none;
		display: inline-block;
	}
    .nav-main > ul.navbar-nav > li > a {
        line-height: 38px;
        padding: 0px 15px;
        margin: 15px auto;
        font-size: 12px;
        font-weight: 600;
        color: #323232;
        position:relative;
        z-index:99;
        border: 1px solid #f9f9f9;
    }
    .nav-main > ul.navbar-nav > li > a> svg {
        display: none;
        margin: 0px auto;
        text-align: center;
        font-size: 14px;
        height: 25px;
    }
     .nav-main > ul.navbar-nav > li.active > a{
    	background: #00b3ea;
		color:#ffffff;
    }
    .nav-main > li > a:hover, .nav-main > li > a:focus, 
    .nav-main > ul.navbar-nav > li > a:focus, 
    .nav-main > ul.navbar-nav > li:hover > a {
		background: #f9f9f9;
		color:#323232;
	}
}
@media all and (min-width:992px) and (max-width:1200px){
    .nav-main > ul.navbar-nav > li > a{
        padding: 0 5px;
        font-size: 11px;
    }
}
@media all and (max-width:991px) {
	.header > .container{
		padding: 0 15px 0 0;
	}
	.header .navbar-collapse > .container{
        margin:0;
	}
    .btn-responsive-nav {
        float: left;
        background: transparent;
        display: block;
        width: 60px;
        height: 70px;
        border-right: 1px solid #f1f1f1;
        border-radius: 0;
        padding: 15px 10px;
        margin: 0;
        vertical-align: middle;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        transition: background ease 0.4s;
  }
	.btn-responsive-nav:hover, 
	.btn-responsive-nav:active, 
	.btn-responsive-nav:focus {
		background: #f9f9f9;
        box-shadow: none;
	}
	.btn-responsive-nav:hover span, 
	.btn-responsive-nav:active span, 
	.btn-responsive-nav:focus span{
		background:#343434;
	}
    .header {
        clear: both;
    }	
	.header ul.navbar-nav {
		float: none!important;
		text-align: right;
        margin: 0;
	}	
	.header .nav-main-collapse {
        position: relative;
        background: linear-gradient(to bottom right, #681571, #781b82);
        width: 100%;
        overflow: hidden;
        transition: .4s all;
    }  
    .header .nav-main-collapse.collapse {
    	display: none !important;
	} 
    .header.colored .nav-main-collapse {
        top: -13px;        
     }
    .header .nav-main-collapse.collapse.in {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		display: block !important;
		transition: .4s all;
		padding: 0px 15px;
	} 	
    .header .nav-main {
		padding: 0px 0;
		clear: both;
		display: block;
		float: none;
		width: 100%;
    }    
	.header .nav-main ul li {
		clear: both;
		float: none;
		display: block;
	}
    .nav-main .navbar-nav li a {
		 position: relative;
		 display: block;
		 z-index: 2;
		 overflow: hidden;
		 font-size: 12px;
		 color: #fff;
		 text-decoration: none;
		 padding: 0 15px;
		 margin: 5px auto;
		 font-weight: 600;
		 line-height: 35px;
		 }    
    .nav-main .navbar-nav li a svg{
    	margin-left:10px
    }
    .nav-main .navbar-nav li a:focus{
        background: none;
    }
    .nav-main .navbar-nav li:hover > a,
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover,
	.nav-main .navbar-nav li.open > a,
	.nav-main .navbar-nav li.open > a:hover {
        background: #ffffff;
        color: #ff459e !important;
    }     
}
@media (max-width: 480px){
	.header > .container{
		padding: 0;
	}
    .header .logo{
        display: block;
        text-align: center;
        width: 100%;
    }
    .header .logo img{
    	height: 100%;
    }
    .header .header-widget{
        float: none;
        display: block;
        width: 100%;
    }
    .header .header-widget .user-icon ,
    .header .header-widget .btn-responsive-nav{
        width: 25%;
        border-top: 1px solid #f1f1f1;
    }
    .btn-responsive-nav img{
    	height:100%;
    }
}

/* Footer
=========================*/
.footer{
    display: block;
    position: relative;
    background: #474747;
    padding: 30px 0px;
}
.footer:after {
    content: " ";
    position: absolute;
    top: 0;
    left: -10%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,0.03);
    transform: skewx(10deg);
    z-index:0;
}
.top-footer{
    padding: 10px;
    margin-top: -50px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 340px;
    width: 100%;
    background: linear-gradient(to left top, rgba(104, 21, 113, 1), rgba(255, 69, 158,1));
}
.head{
    display: block;
    overflow: hidden;
    text-align: right;
}
.head .icon{
    float: right;
    width: 74px;
    height: 74px;
    padding: 5px;
}
.head .head-cont{
    display: block;
    padding-right: 90px;
}
.head .head-cont h3{
    display: block;
    margin: 5px auto;
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}
.head .head-cont p{
    display: block;
    margin: 10px auto;
    line-height: 30px;
    font-weight: 400;
    font-size: 22px;
    direction: ltr;
    letter-spacing: 1px;
}
.footer .widget{
    display: block;
    position:relative;
    margin: 15px auto;
    z-index:998;
}
.footer .widget .widget-title{
    display: block;
    position: relative;
    margin: 10px auto;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    line-height: 45px;
    background: rgba(0,0,0,.09);
    border-right: 3px solid #00b3ea;
}
.footer .widget .widget-title:before{
	content: " ";
	position:absolute;
	bottom: -5px;
	height:3px;
	right:0;
	width: 60px;
	display: none;
}
.footer .widget .widget-content .logo{
    margin: 0 0 20px 0;
    padding: 5px;
    width: 220px;
}
.footer .widget .widget-content{
	margin:15px auto;
}
.footer .widget .widget-content p{
    margin: 5px auto;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
}
.footer .widget .widget-content ul.quick-links li{
    padding: 0;
}
.footer .widget .widget-content ul.quick-links li a:before {
    content: " ";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 5px;
    width: 5px;
    height: 5px;
    background: #00b3ea;
}
.footer .widget .widget-content ul.quick-links li a{
    color: #fff;
    padding-right: 20px;
    display: block;
    position: relative;
    line-height: 35px;
    font-size: 13px;
}
.footer .widget .widget-content ul li a:hover{
    background: rgba(0,0,0,0.09)
}
.app-down li{
    display: inline-block;
    margin:5px auto;
}
.app-down li a img{
    width: 144px;
    margin: 0;
}
.footer .subscribe-form{
    margin-top: 10px;
}
.footer .subscribe-form .form-group{
    margin: 0;
}
.footer .subscribe-form .form-group .form-control{
    width: 100%;
}
.footer .subscribe-form .form-group .icon-btn{
    position: absolute;
    left: 0;
    top: 0;
}
.footer .social{
    margin-top: 10px;
}
.footer .social li{
	display: inline-block;
}
.footer .social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #323232;
    position: relative;
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
}
.face{
	background: #4e71a8 !important;
}
.twitt{
	background: #1cb7eb !important;
}
.google{
	background: #bf2026 !important;
}
.instg{
	background: #777 !important;
}

/* Copy Rights
============================*/
.copy-rights{
    text-align: center;
    background: linear-gradient(to left top, rgba(104, 21, 113, 1), rgba(255, 69, 158,1));
}
.copy-rights p{
    margin: 5px auto;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    word-spacing: 2px;
}
.copy-rights .pay-img img{
    text-align: left;
    margin: 0 auto 0 0;
}

/* Login Register
========================*/
.login-register{
    overflow: hidden;
    height: 100vh;
}
.login-register .login-register-head{
    padding: 0;
    height: 100vh;
    position: relative;
    background: url(../images/main-bc.png) center;
    background-size: cover;
}
.login-register .login-register-head:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0%;
    width: 70%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transform: skewx(20deg);
}
.login-form{
    padding: 30px 10px;
    height: 100vh;
    z-index: 999;
    position: relative;
    overflow-y: auto;
    background: linear-gradient(to right top, rgba(104, 21, 113, 0.9), rgba(255, 69, 158,0.9));
}
.login-form form{
    max-width: 480px;
    padding-top: 10px;
    background: #fff;
    position: relative;
    margin: 0px auto;
}
.forget-password{
    padding-top: 100px;
}
.forget-pass form{
    max-width: 520px;
    padding-bottom: 5px;
}
.login-form .form-title{
	display: block;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #00b3ea;
}
.login-form form .back{
    display: block;
    position: absolute;
    background: #f9f9f9;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
    padding: 8px;
    z-index: 9999;
}
.login-form form .form-group{
	margin: 10px auto;
	padding: 0 25px;
}
.login-form form .form-group .form-control{
	line-height:50px;
	height:50px;
}
.reg-form form {
    max-width: 530px;
}
.reg-form form .form-group{
    padding: 0 10px;
    margin: 5px auto;
}
.count-cod-num{
    width: 60%;
    float: right;
}
.count-cod-id{
    width: 40%;
    float: right;
    margin-right: -1px;
}
.login-form .remmeber{
    float: right;
}
.login-form .forget-pass {
    float: left;
    position: relative;
}
.login-form .forget-pass a{
    display: block;
    font-size: 15px;
    line-height: 45px;
    color: #231f20;
}
.login-form .forget-pass a:hover{
    color:#000000;
}
.login-form .form-footer {
    display: block;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
    font-size: 12px;
    padding: 5px 15px;
    line-height: 30px;
    font-weight: 600;
    color: #343434;
}
.login-form .spacer{
    display: block;
    position: relative;
    margin: 10px auto;
    line-height: 25px;
    font-size: 14px;
    color: #3e3e3e;
    font-style: italic;
}
.login-form .spacer span{
    position: relative;
    background: #fff;
    padding: 10px 20px;
}
.login-form .spacer:before{
    content: " ";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.login-form .social{
    margin-bottom:15px;
}
.login-form .social .custom-btn{
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
}
.login-form .social .custom-btn svg{
    margin-right: 5px;
}

/* Slider
===========================*/
.slider{
    display: block;
    position: relative;
    width: 100%;
    min-height: 520px;
    background: url(../images/main-bc.png) center no-repeat;
    background-size: cover;
}
.slider:before{
	content: " ";
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	width:100%;
	height:100%;
	background: linear-gradient(to right top, rgba(104, 21, 113, 0.9), rgba(255, 69, 158,0.9));
}
.slider:after{
	content: " ";
	position:absolute;
	top: 0;
	right: -10%;
	width:60%;
	height:100%;
	background: rgba(255,255,255,0.2);
	transform: skewx(-10deg);
}
.wel-cont{
    display: block;
    position: relative;
    margin: 100px 0 0;
    text-align: right;
    width: 100%;
    padding: 15px;
    z-index: 998;
}
.wel-cont .head-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 50px;
    color: #6d1777;
}
.wel-cont .info-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    padding-left: 60px;
}
.wel-cont ul.app-down{
    margin: 25px auto 0px;
}
.order-search{
    display: block;
    max-width: 480px;
    margin: 50px auto;
}
.order-search .order-search-head{
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 50px;
    border-radius: 0;
    padding: 0 0 0 20px;
    background: #f9f9f9;
    color: #00b3ea;
    border: 0;
    border-top: 2px solid #00b3ea;
    border-left: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 600;
    font-size: 13px;
    text-align: right;
}
.order-search .order-search-head img{
	float: right;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-left: 1px solid #f9f9f9;
	margin-left: 10px;
}
.order-search .order-search-form{
    display: block;
    position: relative;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.order-search .order-search-form .form-group{
    margin: 5px auto;
    padding: 0 5px;
}
.order-search .order-search-footer{
	text-align: left;
	background: #fff;
	padding: 0px 15px 10px;
}
@media all and (max-width:991px){
    .wel-cont{
        text-align: center;
        margin-top: 50px;
    }
    .wel-cont .info-text{
        padding: 0;
    }
}

/* About
===========================*/
.about-cont{
    margin: 15px auto;
}
.about-cont .head-title{
    font-size: 28px;
    font-weight: 600;
    color: #00b3ea;
}
.about-cont .info-text{
    font-weight: 600;
    font-size: 13px;
    margin: 10px auto;
}
.about-img{
    display: block;
    position: relative;
    margin: 15px auto;
    width: 100%;
    -webkit-box-shadow: -6px 6px 11px rgba(0,9,128,0.1), 0 7px 18px rgba(0,9,128,0.1);
    -moz-box-shadow: -6px 6px 11px rgba(0,9,128,0.1), 0 7px 18px rgba(0,9,128,0.1);
    -ms-box-shadow: -6px 6px 11px rgba(0,9,128,0.1), 0 7px 18px rgba(0,9,128,0.1);
    -o-box-shadow: -6px 6px 11px rgba(0,9,128,0.1), 0 7px 18px rgba(0,9,128,0.1);
    box-shadow: -6px 6px 11px rgba(0,9,128,0.1), 0 7px 18px rgba(0,9,128,0.1);
}
.popup-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.download-app .head-title{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.download-app .info-text{
    color: #f1f1f1;
}

/* Contact
==========================*/
.contact-form{
    display: block;
    margin: 0px auto 15px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}
.contact-form .form-title{
    margin: 0;
    padding: 0 15px;
    border-right: 4px solid #00b3ea;
    color: #323232;
    line-height: 45px;
    font-size: 15px;
    background: #f9f9f9;
    font-weight: 600;
}
.contact-info{
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 10px 5px;
    margin: 0px auto 15px;
}
.contact-info svg{
    display: block;
    margin: 5px auto;
    font-size: 30px;
    color: #ff459e;
}
.contact-info span.head{
	text-transform: uppercase;
	color: #6c1672;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
.contact-info span{
    display: block;
    margin: 5px auto;
    font-size: 14px;
}

/* Blogs
==========================*/
.blog-item{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.blog-item .blog-img{
    display: block;
    position: relative;
    overflow: hidden;
    height: 270px;
}
.blog-item .blog-img:before{
    content: " ";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.blog-item:hover .blog-img:before{
    left: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
 }
.blog-item .blog-img img{
    height: 100%;
}
.blog-item .blog-cont{
    display: block;
    position: relative;
    text-align: center;
    padding: 15px;
}
.blog-item .blog-cont a{
    display: block;
    position: relative;
    line-height: 30px;
    font-weight: 600;
    color: #00b3ea;
    font-size: 13px;
    margin-bottom: 5px;
}
.blog-item .blog-cont p{
    display: block;
    margin: 0;
    color: #777;
    font-style: italic;
    font-size: 13px;
    line-height: 22px;
}
.blog-item .blog-info{
    overflow: hidden;
    border-top: 1px solid #f9f9f9;
}
.blog-item .blog-info li{
    float: right;
    width: 50%;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    border-left: 1px solid #f9f9f9;
    color: #777;
}
.blog-item .blog-info li:last-child{
	border-left: 0;
}
.blog-item .blog-info li svg{
    margin-left: 5px;
    color: #ff459e;
    font-size: 15px;
}
.inner-blog{
    background: #fff;
    padding: 15px;
}
.inner-blog .blog-info{
    background: #00b3ea;
    display: inline-block;
    padding: 5px;
    margin: 5px auto 10px;
}
.inner-blog .inner-img{
	position:relative;
}
.inner-blog .inner-img:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0%;
    width: 70%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: skewx(20deg);
}
.inner-blog .head-title{
	display: block;
	position: relative;
	line-height: 30px;
	font-weight: 600;
	font-size: 18px;
	margin: 5px auto;
}
.inner-blog .blog-info li{
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid #fff;
    line-height: 20px;
}
.inner-blog .blog-info li:last-child{
	border-left:0;
}
.inner-blog .blog-info li svg{
    margin-left: 5px;
}
.side-widget{
    background: #fff;
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
}
.side-widget .title{
    display: block;
    background: #f9f9f9;
    line-height: 40px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    color: #00b3ea;
}

/* FAQS
=======================*/
.toggle-container{
    padding: 15px;
    background: #fff;
}
.toggle-container .panel {
    position: relative;
    margin-bottom: 15px;
    background-color: #fdfdfd;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.toggle-container .panel > a {
    color: #fff;
    font-size: 15px;
    position: relative;
    white-space: normal;
    display: block;
    padding: 10px 15px;
    line-height: 25px;
    background: #474747;
}
.toggle-container .panel > a:before {
    display: block;
    content: " + ";
    line-height: 40px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    text-align: center;
    color: #ffffff;
    left: 0;
    background: #00b3ea;
    transition: all 0.4s ease;
}
.toggle-container .panel > a.collapsed {
    background: #f9f9f9;
    border-right: 3px solid #ff459e;
    color: #323232;
}
.toggle-container .panel > a.collapsed:before {
    content: " - ";
    color: #ffffff;
    background: #ff459e;
}
.toggle-container .panel > a.collapsed:after{
	display:none;
}
.toggle-container .panel .panel-content {
    padding: 15px;
    line-height: 25px;
    font-size: 14px;
}

/* Terms
=======================*/
.terms{
    padding: 15px;
    background: #fff;
    margin: 15px auto;
    border: 1px solid #fdfdfd;
}
.terms .head-title{
    color: #00b3ea;
    margin: 5px auto;
}
.terms .info-text{
    font-size: 13px;
    margin: 5px auto;
}

/* Service
=========================*/
.servs-wrap{
    padding: 0;
}
.serv-item{
    display: block;
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding: 20px 15px;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.serv-item .serv-icon{
    width: 140px;
    height: 140px;
    margin: 0px auto 15px;
    padding: 15px;
    border-radius: 50%;
    border: 5px solid #f9f9f9;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all
}
.serv-item .title{
    display: block;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    color: #ff459e;
    background: #f9f9f9;
}
.serv-item:hover .serv-icon{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.inner-services .serv-item{
    background: #fff;
    border: 1px solid #f1f1f1;
    margin: 15px auto;
}
.inner-serv-head{
    display: block;
    position: relative;
    background: #fff;
    padding: 15px;
    border: 5px solid #f1f1f1;
    margin: 15px auto;
}
.inner-serv-cont{
    display: block;
    position: relative;
    background: #fff;
    padding: 15px;
    margin: 15px auto;
    border: 1px solid #f1f1f1;
}
.inner-serv-cont .head-title{
    font-size: 17px;
    font-weight: 600;
    color: #00b3ea;
    margin: 0;
}
.inner-serv-cont .info-text{
    font-size: 14px;
    margin: 0;
    line-height: 28px;
}

/* Salon Item
============================*/
.salon-item{
    display: block;
    position: relative;
    margin: 15px auto;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.salon-item .salon-img{
    display: block;
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.salon-item .salon-img img{
    width:100%;
    height: 100%;
}
.salon-item .salon-logo{
    position: absolute;
    background: #f9f9f9;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding: 10px;
}
.salon-item .salon-cont{
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.salon-item .salon-cont a.salon-name{
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    color: #00b3ea;
    line-height: 35px;
    position: relative;
    font-weight: 600;
}
.salon-item .salon-cont .catg{
    line-height: 40px;
    color: #323232;
    font-weight: 600;
    font-size: 13px;
    float: right;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    width: 50%;
}
.salon-item .salon-cont .catg svg{ 
	color:#ff459e;
	margin-left: 5px
}
.rate{
	color: #f9a702;
}
.salon-item .salon-cont .rate{
    float: right;
    width: 50%;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}
.salon-item .salon-cont p{
	border-top: 1px solid #f1f1f1;
	padding: 10px;
	font-size: 11px;
	margin: 0;
	color: #777;
	font-weight: 600;
}
.salon-item .salon-action{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(33, 33, 33, .75);
    width: 100%;
    height: 100%;
    padding: 118px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.salon-item .salon-action .custom-btn{
	height:35px;
	line-height: 35px;
	opacity: 0;
	visibility: hidden;
	vertical-align: middle;
	color: #d81515;
	background: #fff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}
.salon-item .salon-action .custom-btn:last-child{
	 -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    background: #00b3ea;
    color: #fff;
}
.salon-item:hover .salon-action{
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.salon-item:hover .salon-action .custom-btn{
     opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform:  scale(1);
     -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.salon-item:hover .salon-action .custom-btn:last-child{
	 -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}

/* Pakage Item
============================*/
.pakage-item{
    display: block;
    position: relative;
    margin: 15px auto;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.pakage-item .pakage-img{
    display: block;
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.pakage-item .pakage-img img{
    width:100%;
    height: 100%;
}
.pakage-item .pakage-price{
    position: absolute;
    background: #ff459e;
    color: #fff;
    top: 10px;
    left: 10px;
    overflow: hidden;
    padding: 0 15px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 25px;
}
.pakage-item .pakage-cont{
    padding: 5px 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align:right;
}
.pakage-item .pakage-cont .pakage-name{
    display: block;
    padding: 0px 15px;
    font-size: 12px;
    color: #00b3ea;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    text-align: right;
    margin: 5px auto;
}
.pakage-item .pakage-cont .salon-name{
	display: block;
	position: relative;
	border-top: 1px solid #f9f9f9;
	margin-top: 10px;
}
.pakage-item .pakage-cont .salon-name-cont{
    padding: 8px 70px 5px 5px;
}
.pakage-item .pakage-cont .salon-name-cont .rate{
	font-size: 12px;
}
.pakage-item .pakage-cont .salon-name-cont a{
    display: block;
    position: relative;
    font-size: 12px;
	font-weight:600;
	color: #841e7a;
    line-height: 22px;
}
.pakage-item .pakage-cont .salon-name img{
    float: right;
    width: 65px;
    height: 60px;
    padding: 5px;
    border-left: 1px solid #f1f1f1;
}
.pakage-item .pakage-cont .pakage-tag{
    padding: 0 10px;
}
.pakage-item .pakage-cont .pakage-tag li{
	display:inline-block;
	padding:0 10px;
	background:#f9f9f9;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	font-size:12px;
	margin:3px 1px;
}
.pakage-item .pakage-action{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(33, 33, 33, .7);
    width: 100%;
    height: 100%;
    padding: 118px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.pakage-item .pakage-action .custom-btn{
	height:35px;
	line-height: 35px;
	opacity: 0;
	visibility: hidden;
	vertical-align: middle;
	color: #d81515;
	background: #fff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}
.pakage-item:hover .pakage-action{
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.pakage-item:hover .pakage-action .custom-btn{
     opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform:  scale(1);
     -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}

/* Filiter
=======================*/
.filt-icon{
    display: none;
    width: 100%;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #f9f9f9;
    color: #00b3ea;
    padding: 0;
    width: 100%;
    max-width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.filt-icon img{
    display: inline-block;
    margin: 5px;
    height: 30px;
    width: 30px;
}
.side-filter {
    display: block;
    position: relative;
    margin: 15px auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
@media (max-width: 991px){
    .filt-icon{
        display: block;
    }
    .side-filter{
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        right: -100%;
        top: 0;
        margin: 0;
        background: #f9f9f9;
        z-index: 9999;
    }
    .side-filter.move{
        right: 0;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
}
.side-filter .panel{
    background: #fff;
}
.side-filter .panel h4.panel-title {
    background: #f9f9f9;
    line-height: 35px;
    color: #00b3ea;
    padding: 0 15px 0 0;
}
.side-filter .panel h4.panel-title a {
    display: block;
    font-size: 12px;
    font-weight: 600
}
.side-filter .panel .panel-title>a:before {
    position: absolute;
    content: " - ";
    line-height: 35px;
    font-size: 22px;
    width: 35px;
    text-align: center;
    left: 0;
    background: #ff459e;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.side-filter .panel .panel-title>a.collapsed:before {
    content: " + "
}
.side-filter .panel .panel-content {
    border: 1px solid #f9f9f9;
    border-top: 0;
    padding: 0;
    max-height: 258px;
    overflow-y: auto;
}
.side-filter .panel .panel-content .form-group {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f9f9f9;
}
.side-filter .panel .panel-content .form-group:last-child {
    border-bottom: 0
}
.side-filter .panel .panel-content .form-group label {
    font-size: 12px;
    margin: 0!important;
    font-weight: 600;
    padding-right: 30px;
}
.side-filter .panel .panel-content .form-group input[type=radio]+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]+label::before{
	width: 15px;
	height: 15px;
}
.side-filter .panel .panel-content .form-group input[type=radio]:checked+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]:checked+label::before{
    background: #8BC34A;
    border-color: #8bc34a;
}
.side-filter .panel .panel-content .form-group .form-control{
    height: 35px;
    line-height: 35px;
    width: 99%;
    font-size: 12px;
}

/*Range Slider*/
.widget-range {
    position:relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px 10px 15px;
}
.widget-range input {
    border:0;
    color: #777;
    background: none;
    margin-bottom: 10px;
    width: 100px;
    text-align: left;
    float: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    direction: ltr;
}
.ui-slider-horizontal {
    border: 0;
    border-radius: 0;
    height: 5px;
    background: #f2f2f1;
    width: 98%;
    margin: 0 auto 0 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    border-radius: 0;
    background: #ff459e;
    border: 0;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    top: 0px;
    bottom: 0;
    z-index: 2;
    margin: auto;
    width: 6px;
    height: 15px;
    cursor: default;
    background: #00b3ea;
    border-radius: 0;
    border: 0;
    padding: 0 !important;
}
.widget-range .last_limit {
    float: right;
    text-align: right;
}

/* category-wrap
==========================*/
.category-wrap{
    display: block;
    margin: 15px auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 5px;
}
.category-wrap .top-filter {
    display: block;
    background: #f9f9f9;
    overflow: hidden;
    margin: 5px;
}
.category-wrap .top-filter .form-group{
    margin: 0 auto 0 0;
    width: 260px;
    display: block;
    padding: 5px;
    text-align: left;
}
.category-wrap .top-filter .form-group label {
    display: inline-block;
    line-height: 35px;
    font-size: 11px;
    font-weight: 600;
    width: auto;
    margin: 0 0 0 10px;
}
.category-wrap .top-filter .form-group .form-control{
    width: 140px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    border: 0;
}
.category-wrap .salon-item ,
.category-wrap .pakage-item{
    margin: 5px -10px;
    box-shadow: none;
    border: 1px solid #f9f9f9;
}

/* Salon
=========================*/
.salon-header{
    top:0;
}
.salon-main{
    margin-top: 70px;
}
#contact{
    padding: 0;
}
.salon-page-heading{
    padding: 100px 0px;
    text-align: center;
}
.salon-page-heading:after{
    display: none;
}
.salon-page-heading:before{
    background: rgba(0, 0, 0, .7);
}
.salon-page-heading h2{
    text-align: center;
}
.salon-page-heading .salon-logo{
    background: #fff;
    padding: 15px;
    width: 247px;
    margin: 0px auto 20px;
}
.inner-salon-content{
    display: block;
    position: relative;
    border: 1px solid #f9f9f9;
    overflow: hidden;
    text-align: right;
    padding: 15px;
}
.inner-salon-content .salon-title{
    margin: 0;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #00b3ea;
    line-height: 30px;
    margin-bottom: 10px;
}
.inner-salon-content .salon-title .rate{
	float:left;
}
.inner-salon-content .rate li{
    display: inline-block;
    font-size: 13px;
}
.inner-salon-content .inner-salon-info{
    display: block;
    position: relative;
    background: #f9f9f9;
    margin: 10px auto;
    line-height: 35px;
    padding: 5px 15px;
    font-size: 12px;
}
.inner-salon-content .inner-salon-info span{
    color: #00b3ea;
    font-weight: 600;
}
.inner-salon-content .inner-salon-info span:last-child{
    margin-right: 5px;
    color: #323232;
    font-size: 12px;
}

/* Salon Serv
===========================*/
.salon_serv{
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.salon_serv .salon_serv_icon{
    display: block;
    width: 128px;
    height: 128px;
    padding: 15px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.salon_serv .salon_serv_icon img{
    display: block;
    width: 100%;
}
.salon_serv .salon_serv_cont{
    border-top: 1px solid #f9f9f9;
    display: block;
    width: 100%;
    padding: 10px;
}
.salon_serv .salon_serv_cont .title{
    display: block;
    position: relative;
    line-height: 35px;
    font-weight: 600;
    font-size: 13px;
    color: #ff459e;
    background: #f9f9f9;
}
.salon_serv .salon_serv_cont .price{
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 10px auto 0;
}
.salon_serv .salon_serv_cont .custom-btn{
    height: 30px;
    line-height: 30px;
    background: #00b3ea;
    font-size: 12px;
    margin: 10px auto 0;
}
.salon_serv .salon_serv_cont .custom-btn:focus ,
.salon_serv .salon_serv_cont .custom-btn:hover{
    background: #0d9eca;
}
.salon-share{
    display: block;
    margin: 15px auto;
}
.salon-share span{
	font-size: 13px;
    line-height: 35px;
    display: inline-block;
    font-weight: 600;
}
.salon-share ul{
	display: inline-block;
	margin-right: 10px;
}
.salon-share li{
	display: inline-block;
}
.salon-share li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #323232;
    position: relative;
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
}

/* Team Item
==========================*/
.team-item{
    display: block;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.team-item .team-img{
    width: 100%;
    overflow: hidden;
}
.team-item .team-info{
    padding: 5px;
    text-align: center;
}
.team-item .team-info h3{
    display: block;
    font-size: 16px;
    color: #00b3ea;
    line-height: 35px;
    margin: 0;
}
.team-item .team-info p{
    margin: 0;
    line-height: 25px;
    font-size: 14px;
    color: #464646;
}
.team-item:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/* Request
==============================*/
.request-info ,
.request-form{
    display: block;
    position: relative;
    margin: 15px auto;
    background: #fff;
    overflow: hidden;
    max-width: 767px;
}
.request-info{
	padding: 0 15px 15px;
}
.request-info .title ,
.request-form .form-title{
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    color: #00b3ea;
    line-height: 55px;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #f1f1f1;
    border-right: 3px solid #00b3ea;
    border-left: 3px solid #00b3ea;
    overflow: hidden;
}
.request-form .form-group{
    padding: 15px;
    margin: 0;
    text-align: right;
}
.request-form .form-group:last-child{
    padding:0 15px 15px;
}
.request-form .form-group .custom-btn{
    text-align: center;
}
.request-info .title {
	background:#00b3ea;
	color:#fff;
	line-height:35px;
	margin:15px auto;
	border: 0;
}
.request-info ul li{
	text-align: right;
	padding: 5px 10px;
	line-height: 30px;
	font-weight: 600;
	font-size: 12px;
	color: #00b3ea;
	margin:5px auto;
    width: 100%;
	border: 1px solid #f9f9f9;
}
.request-info ul li span{
	display: block;
}
.request-info ul li span:last-child{
	color: #080808;
    font-weight: 400;
    font-size: 13px;
}
.request-info .custom-btn{
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.request-info .custom-btn:last-child{
    background: #474747;
}

/* Profile
============================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    padding-top: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.profile-card .profile-img {
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0px auto;
    border: 5px solid #f1f1f1;
    border-radius: 50%;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    color: #383435;
    font-weight: 600;
    text-align: center;
    margin:5px auto;
}
.profile-card .profile-name .status {
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #8bc34a;
    font-weight: 600;
    text-align: center;
    display: none;
}
.profile-card .profile-name .status span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4CAF50;
    margin-left: 5px;
    vertical-align: sub;
}
.profile-card .profile-menu ul {
    margin-top: 10px;
}
.profile-card .profile-menu ul li{
	display:block;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f1f1f1;
    border-right: 3px solid #fff;
    padding: 0;
    line-height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}
.profile-card .profile-menu ul li:last-child a {
   border-bottom: 1px solid #f1f1f1;
}
.profile-card .profile-menu ul li a img{
    line-height: 40px;
    width: 50px;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    margin-left: 5px;
    padding: 10px;
}
.profile-card .profile-menu ul li ul.drop li a:hover ,
.profile-card .profile-menu ul li.active a, 
.profile-card .profile-menu ul li:hover a {
    border-right-color: #00b3ea;
}
.profile-card .profile-menu ul li.active a i, 
.profile-card .profile-menu ul li:hover a i {
    border-left:1px solid #dedede;
}
.profile-content {
    background-color: #fff;
    position: relative;
}
.profile-widget-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    color: #00b3ea;
    line-height: 45px;
    text-align:right;
    text-transform: capitalize;
    border-bottom: 1px solid #f1f1f1;
    border-right: 3px solid #00b3ea;
    overflow: hidden;
}
.profile-widget-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: right;
}
.profile-widget-content .form-title {
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 5px auto 0;
}
.profile-account-setting .form-group{
	padding:0 15px;
	margin: 5px auto;
}
.profile-account-setting .form-group .custom-btn {
    display: block;
    margin: 10px auto 0 0;
    height: 35px;
    line-height: 35px;
    background: #00b3ea;
}
.profile-account-setting .form-group .custom-btn:hover {
	background: #0ba6d6;
}
.img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #f9f9f9;
    padding: 5px;
    max-width: 240px;
}
.profile-widget-content .img-block img {
    margin-bottom: 5px;
    width: 155px;
    height: 155px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}
.img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
    min-width: 100px;
}
.img-block input[type="file"] {
    display: none;
}

/* Message Wrap
==========================*/
.messages-wrap{
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f7f8;
}
.messages-wrap li {
    display: block;
    position: relative;
}
.messages-wrap li a{
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    color: #000000;
    padding: 0px 5px;
    margin: 10px;
    border: 1px solid #f1f1f1;
    font-size:14px;
}
.messages-wrap li a:hover{
    background: #f9f9f9;
}
.messages-wrap li a .sender-img{
    float: right;
    position: relative;
    width: 80px;
    height: 80px;
    overflow:hidden;
    margin: 10px auto;
    border: 3px solid #f1f1f1;
}
.messages-wrap li a .sender-img img{
    width:100%;
    height:100%;
}
.messages-wrap li a .message-content{
    display: block;
    text-align: right;
    padding: 10px 90px 10px 10px;
}
.sender-name{
    display: inline-block;
    position: relative;
    line-height: 30px;
    font-size: 13px;
    color: #00b3ea;
}
.message-time{
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    color: #4CAF50;
    margin-right: 5px;
    font-weight: 400;
}
.message-time svg ,
.sender-name svg{
	margin-left: 5px;
}
.messages-wrap li a .message-content .message-details{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #808080;
    font-weight: 600;
}
@media all and (max-width:480px){
    .messages-wrap li a , 
    .messages-wrap li a .message-content .sender-name{
        text-align: center;
    }
    .messages-wrap li a .sender-img{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .messages-wrap li a .message-content{
        padding: 0;
    }
}
/* Only Message */
.only-message{
    padding: 0;
}
.only-message .message-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    overflow: hidden;
}
.only-message .message-head .message-content{
    display: block;
    text-align: right;
    padding: 10px 90px 10px 10px;
}
.only-message .message-head .sender-img {
    float: right;
    position: relative;
    width: 80px;
    height: 80px;
    overflow:hidden;
    margin: 0px auto;
    border: 3px solid #f1f1f1;
    border-radius: 50%;
}
.only-message .message-head .sender-name {
    display: block;
    font-weight: 600;
}
.only-message .message-head .message-time{
	font-weight:600;
	margin:0;
}
.only-message .message-head .sender-name span{
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #1bb99a;
}
.only-message .message-details{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 11px;
    color: #777;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600;
}
.message-replay .form-group{
    margin: 5px 0px;
}
.message-replay .form-group .custom-btn{
    display: block;
    width: 120px;
    float: right;
}
.profile-rspon{
    display: none;
    width: 100%;
    position: relative;
    background: #ffffff;
    color: #00b3ea;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
}
.profile-rspon svg{
    display: inline-block;
    margin-left: 5px;
}
@media all and (max-width:991px){
    .profile-rspon{
        display: block;
    }
    .profile-card{
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        right: -260px;
        top: 0;
        background: #ffffff;
        padding: 0;
        box-shadow: 1px 1px 5px #828282;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
        z-index: 9999;
    }
    .profile-card.move{
        right: 0;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
}

/* Table
==========================*/
.table{
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    border: 1px solid #f1f1f1;
    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 {
    line-height: 30px;
    padding:0px 5px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    color: #777;
    text-align: center;
    vertical-align: middle;
}
.table>thead>tr>th{
    line-height: 35px;
    color: #00b3ea;
}
.table .radio-wrap{
    padding: 0;
}
.table-img{
    padding: 5px;
    width: 55px;
    height: 55px;
}
.small-wid{
    width: 50px!important;
}
.table-footer {
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #00b3ea;
    font-weight: 600;
    width: 200px;
    float: left;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 10px;
    background: #fff;
}

/* Cart
==========================*/
.cat-number {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.cat-number>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    color: #ff459e;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.cat-number>a:hover {
    background: #f9f9f9;
    color: #323232;
    border-color: #f9f9f9
}
.cat-number>* {
    border: 1px solid #f1f1f1;
    float: right;
    height: 35px;
    width: 81%;
    text-align: center;
}
.cat-number>input[type=text] {
    width: 40px;
    height: 35px;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    box-shadow: none;
    color: #00b3ea;
}
.cat-number>input[type=text]:focus {
    border-color: #f9f9f9;
}
@media all and (max-width:520px){
	.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 {
	   font-size:11px;
    }
	.cat-number{
		width:120px;
	}
	
}