
.header_top {
  background: #0e0c15 none repeat scroll 0 0;
}
header {
    background: #fff;
    position: relative;
}
.welcome_text p {
    color: #fff3ee;
    margin: 0;
    font-weight: 300;
}
.header_right_info > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header_right_info ul li a {
  /* display: block; */
  /* font-weight: 300; */
  padding: 4px 0;
}
.header_right_info > ul > li > a {
  color: #fff3ee;
}
.header_right_info  > ul > li {
    border-right: 1px solid #151320;
    margin-right: 20px;
    padding-right: 20px;
}
.header_right_info li:last-child {
    border-right: 0 none;
}
.header_right_info li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header_top {
  background: #0e0c15 none repeat scroll 0 0;
  padding: 20px 0;
}
.header_right_info li:hover a {
  /* color: #ce0d0e; */
}

.header_right_info li{
    position: relative;
}
.header_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 10px;
}

.header_bottom .logo{
  max-width: 200px;
}

.header_bottom .header_right_info > ul > li > a {
	padding: 27px 0;
}
.header_bottom .header_right_info > ul > li > a span {
	margin-left: 5px;
}
.header_middle {
	padding: 30px 0;
}
/*Header top dropdown css*/
.header_right_info li ul.sub__menu {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  left: -20px;
  margin-top: 10px;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 128px;
  z-index: 9;
}
.header_right_info li:hover ul.sub__menu{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
} 
.header_right_info ul.sub__menu li a {
    border-bottom: 1px solid #f1f1f1;
    color: #151320;
    display: block;
    font-weight: 400;
    padding: 8px 12px;
}
.header_right_info ul.sub__menu li:last-child a {
    border-bottom: none;
}
.header_right_info ul.sub__menu li a:hover {
    color: #ce0d0e;
}

/*category style*/
.category_search_inner {
  border: 1px solid #fff3ee;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category_search_inner .select {
    width: 154px;
    position: relative;
}
.category_search_inner .search {
  position: relative;
  width: 385px;
}
.category_search_inner .nice-select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: none;
  font-size: 13px;
  height: 48px;
  line-height: 46px;
  text-align: center !important;
  width: 100%;
}
.category_search .nice-select span.current {
  color: #fff3ee;
  font-weight: 300;
}
.search input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.category_search .search input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff3ee;
  font-size: 13px;
  font-weight: 300;
  height: 47px;
  padding: 0 40px;
}
.search input::-webkit-input-placeholder {
    color: #fff3ee;
    opacity: 1;
}
 .search input:-ms-input-placeholder {
    color: #fff3ee;
     opacity: 1
}
.search input::-moz-placeholder {
    color: #fff3ee;
    opacity: 1;
}
.category_search_inner .select::before,.category_search_inner .search::before {
  background: #3a345d none repeat scroll 0 0;
  bottom: 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
}
.category_search_inner .nice-select::after {
  border-color: #fff3ee;
  right: 30px;
}
.nice-select .list {
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 0;
}
.category_search_inner .submit {
    height: 48px;
    text-align: center;
    width: 60px;
}
.category_search .submit button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff3ee;
  cursor: pointer;
  font-size: 18px;
  height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
}
.category_search .submit button:hover {
    color: #ce0d0e;
}
/*mini cart css here*/
.mini_cart_box_wrapper > a {
  border: 1px solid #151320;
  border-radius: 50px;
  display: inline-block;
  height: 40px;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 40px;
}
.mini_cart_box_wrapper > a span.cart_count {
  background: #23458e none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff3ee;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 26px;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -12px;
  width: 28px;
}
/*Header middle css here*/
.category_search {
  display: inline-block;
  margin-left: 48px;
}
.menu > nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
}
.menu nav >  ul > li > a {
  color: #c13b97;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
  padding: 16px 0;
	text-transform: uppercase;
}
.menu nav > ul > li {
	margin-right: 32px;
	position: relative;
}
.menu ul li:last-child {
    margin-right: 0;
}
.menu nav > ul > li:hover > a {
	color: #ce0d0e;
}
/*----- 3. Navigation Css here -----*/

/*sub menu Style*/
.menu ul li ul.sub_menu {
	position: absolute;
	background: #fff;
	z-index: 9;
	min-width: 180px;
	-webkit-box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	top: 120%;
    visibility: hidden;
    opacity: 0;
}
.menu nav > ul > li > a i {
	margin-left: 5px;
}
.menu ul li:hover ul.sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.menu ul li ul.sub_menu li a {
	color: #191919;
	display: block;
	font-weight: 400;
	padding: 5px 0;
	text-transform: capitalize;
}
.menu ul li ul.sub_menu li a:hover {
	color: #ce0d0e;
}
/*Mega menu css here*/
.menu nav > ul > li.mega_item {
  position: static;
}
.menu nav > ul > li .mega_menu {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
	z-index: 99;
	width: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 40px;
	top: 120%;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}
.menu nav > ul > li:hover .mega_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.menu nav > ul > li .mega_menu > li {
  display: inline-block;
  min-width: 33.33%;
}
.menu nav > ul > li .mega_menu > li > a {
  color: #151320;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.menu nav > ul > li .mega_menu > li ul > li a {
  color: #151320;
  font-size: 15px;
  text-transform: capitalize;
}
.menu nav > ul > li .mega_menu > li ul > li a:hover {
  color: #ce0d0e;
}
.menu nav > ul > li .mega_menu > li ul > li {
  margin-bottom: 10px;
}
.menu nav > ul > li .mega_menu > li ul > li:last-child {
  margin-bottom: 0;
}
/*----- 4. slider css here ------*/
.slider_layer_image {
  margin-right: -120px;
}
.single__slider .row {
  min-height: 705px;
}

.single__slider.bg-opacity{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.slider-content h1 {
    color: #fff;
    font-size: 60px;
    /* text-shadow: 2px 4px 10px rgb(35, 69, 142); */
    font-weight: 300;
}
.slider-content h2 {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  line-height: 56px;
  /* text-shadow: 2px 4px 10px rgb(35, 69, 142); */
}
.slider-content > p {
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 20px;
  /* margin-right: 185px; */
  margin-top: 25px;
  /* text-shadow: 2px 4px 10px rgb(35, 69, 142); */
}
.slider-active .owl-nav > div {
    background: #fff  none repeat scroll 0 0;
    border-radius: 50%;
    color: #ab43a2;
    font-size: 24px;
    height: 50px;
    left: 30px;
    line-height: 50px;
    margin-top: -35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.slider_wrapper {
    position: relative;
}
.slider-active .owl-nav > div.owl-next {
    left: auto;
    right: 30px;
}
.slider-active .owl-nav > div:hover {
    background: #ce0d0e none repeat scroll 0 0;
}
.slider-active:hover .owl-nav > div {
    margin-top: 0;
    opacity: 1;
}
.slider-content > a {
    background: #23458e  none repeat scroll 0 0;
    border-radius: 26px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 53px;
    line-height: 52px;
    padding: 0 38px;
}
.slider-content > a:hover {
    background: #ce0d0e none repeat scroll 0 0;
}
/*pagination css*/
.slider-active .owl-dots > div {
  background: #bdbdbd  none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 3px;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;   
}
.slider-active .owl-dots > div:hover,.slider-active .owl-dots > div.active{
    background: #fff;
}
.slider-active .owl-dots {
  bottom: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
/*slider text element animation*/
.slider-content.slider-text-animation p, .slider-content.slider-text-animation h2,.slider-content.slider-text-animation h1,.slider-content.slider-text-animation a,.slider_layer_image {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
.active .slider-content.slider-text-animation p, .active .slider-content.slider-text-animation h2, .active .slider-content.slider-text-animation h1,.active .slider-content.slider-text-animation  a{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.active .slider_layer_image{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.active .slider-content.slider-text-animation p{
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.active .slider-content.slider-text-animation h2{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.active .slider-content.slider-text-animation h1{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.slider-content.slider-text-animation  a{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.slider_layer_image{
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
/*---- 5. Banner css here -----*/
.banner_area .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.banner_area_inner.d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner_area_inner .col_4 {
  width: 31.6%;
}
.single_banner {
  display: block;
  overflow: hidden;
}
.single_banner a {
	display: block;
	position: relative;
}
.single_banner a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.single_banner a:hover::before {
  opacity: 0.22;
}
.single_banner img {
    width: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
}
.single_banner:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.full_width_banner .single_banner:hover img {
  -webkit-transform: inherit;
  transform: inherit;
}
/*--- 6. Section Title css here ------*/
.section_title > h2 {
	color: #39393c;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	position: relative;
	/* text-transform: uppercase; */
	font-size: 30px;
}
.section_title > h2::before {
background: #39393c;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 120px;
}
/*------ 6. single Product css here---- */
.single-product {
  background: #f6f7f8 none repeat scroll 0 0;
  position: relative;
  /* overflow: hidden; */
}
.product_hover {
  bottom: -94px;
  left: 0px;
  /* position: absolute; */
  right: 30px;
  width: 100%;
  padding: 14px;
  background: #f5f7f9;
  border-top: 1px solid #fff;
}
.product__desc h3 {
	color: #151320;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.price_amount span {
    color: #151320;
    font-size: 16px;
    font-weight: 600;
}
.price_amount span.discount_price {
    background: #ce0d0e none repeat scroll 0 0;
    color: #ffffff;
    padding: 0 5px;
}
.price_amount span.old_price {
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
}
.product_action > a {
  background: #f6f7f8 none repeat scroll 0 0;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  color: #a9a9a9;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 34px;
  margin-right: 8px;
  text-align: center;
  width: 35px;
}
.product_action > a:last-child {
    margin-right: 0;
}
.product_action > a:hover {
    border-color: #ce0d0e;
    color: #ce0d0e;
}
.product_action {
  margin-bottom: 35px;
  /* opacity: 0; */
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* visibility: hidden; */
  position: absolute;
  top: 10px;
  right: 10px;
}
/* .single-product:hover .product_action {
  margin-bottom: 14px;
  opacity: 1;
  visibility: visible;
} */
/*--- 8. Hot Deals section css here ----*/
.hot_details_product .col-lg-9 .row .col-lg-4,.shop_area .tab-pane .row .col-lg-3,.shop_area #grid_view.tab-pane .row .col-lg-4,.row.related_product_guttters .col-lg-3 {
  margin-bottom: 3px;
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.hot_details_product .col-lg-9 .row,.shop_area .container #grid_view.tab-pane .row,.row.related_product_guttters {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.product_tab_menu a {
  color: #151320;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-right: 46px;
}
.product_tab_menu a:last-child {
    margin-right: 0;
}
.product_tab_menu a:hover, .product_tab_menu a.active {
    color: #ce0d0e;
}
.carousel_product.owl-carousel .col-lg-4{
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
/*-----small product css here----*/
.single-product_sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-product_sm .product__desc {
    padding-left: 30px;
}
.single-product_sm .produc_thumb {
  min-width: 170px;
  max-width: 170px;
}
.product__desc h3 a:hover {
  color: #ce0d0e;
}
.single-product_sm .product_ratting {
	margin-top: 10px;
}
.single-product_sm .price_amount {
	margin-top: 12px;
	margin-bottom: 0;
}
.product_ratting i {
	color: #ffc315;
	font-size: 16px;
}
/*------- 9. Latest blog css here  -------*/
.post_content_meta {
    background: #fafafa none repeat scroll 0 0;
}
.post_meta {
	padding-top: 25px;
}
.blog_post_desc, .post_meta {
    padding-left: 30px;
    padding-right: 30px;
}
.blog_post_desc {
  border-bottom: 1px solid #d6ae9c;
  padding-bottom: 30px;
  padding-top: 18px;
}
.blog_post_desc > p {
  color: #151320;
  line-height: 24px;
  margin-bottom: 0;
}
.post_meta li, .post_meta li a {
  color: #a6a6a6;
  font-style: italic;
  line-height: 1;
  position: relative;
}
.post_meta li a:hover {
  color: #ce0d0e;
}
.post_meta > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post_meta li::before {
    content: "â€¢â€¢";
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post_meta li:last-child::before {
    display: none;
}
.blog_post_desc > h2 {
	color: #151320;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
}
.blog_post_desc h2 a:hover {
    color: #ce0d0e;
}
.blog_post_desc {
	border-bottom: 1px solid #d6ae9c;
	padding-bottom: 25px;
	padding-top: 18px;
}
.read_more_btn {
    padding: 20px 30px;
}
.read_more_btn > a {
    color: #151320;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.read_more_btn > a span {
    float: right;
}
.read_more_btn > a:hover {
    color: #ce0d0e;
}
.read_more_btn > a span i {
    font-size: 18px;
}
/*------ 10. Newsletter section css here ------------*/
.newsletter_section{
    background: url(../img/banner/newsletter.jpg)no-repeat scroll center center / cover;
}
.newsletter_text > h2 {
	color: #151320;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 28px;
}
.newsletter_text > p {
	color: #151320;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.newsletter_form input[type="email"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #151320;
	border-radius: 27.5px;
	color: #151320;
	font-weight: 300;
	height: 55px;
	padding: 0 40px;
	width: 600px;
}
.newsletter_form input[type="email"]::-moz-placeholder {
	color: #151320;
	opacity: 1;
}
.newsletter_form input[type="email"]::-webkit-input-placeholder{
   color: #151320;
	opacity: 1;
}
.newsletter_form input[type="email"]::-ms-input-placeholder{
    color: #151320;
	opacity: 1;
}
.newsletter_form input[type="email"]::-moz-placeholder{
    color: #151320;
	opacity: 1;
}
.newsletter_form {
    text-align: right;
}
.newsletter_form form {
    display: inline-block;
    position: relative;
}
.newsletter_form button {
  background: #23458e none repeat scroll 0 0;
  border: medium none;
  border-radius: 27.5px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35) inset;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  top: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.newsletter_form button:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35) inset;
}
/*--- 11. Footer css here ------*/
footer.footer_area {
    border-top: 1px solid #ab43a2;
    background: #fff none repeat scroll 0 0;
}
.copyright {
    background: #ab43a2 none repeat scroll 0 0;
    text-align: center;
}
.footer_bottom.ptb-80 {
  padding-top: 30px;
}
/*---our suppot css here------*/
.our_help_services {
    border-bottom: 1px solid #fb7b5c;
}

.h_ser_icon {
    min-width: 32px;
}
.h_ser_icon i {
    color: #fff;
    font-size: 36px;
}
.h_ser_text {
    padding-left: 30px;
}
.h_ser_text > h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 18px;
}
.h_ser_text > p {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.copyright_inner > p {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}
.copyright_inner > p a{
  color: #fff;
}
.copyright_inner {
    padding: 11px 0;
}
.single_footer .social__icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 15px 0 0;
}
.single_footer .social__icon ul li a {
	border: 1px solid;
	border-radius: 3px;
	color: #fff7f4;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	width: 40px;
}
.single_footer .social__icon ul li:last-child a{
    margin-right: 0;
}
.single_footer .social__icon ul li a.facebook {
	background: #3B5998;
	border-color: #3B5998;
}
.single_footer .social__icon ul li a.twitter {
	background: #1DA1F2;
	border-color: #1DA1F2;
}
.single_footer .social__icon ul li a.google-plus {
	background: #DD4E40;
	border-color: #DD4E40;
}
.single_footer .social__icon ul li a.linkedin {
	background: #0274B3;
	border-color: #0274B3;
}
.single_footer .social__icon ul li a:hover {
	border-radius: 50%;
    opacity: 0.7;
}
.single_footer.widget_description p {
  color: rgb(48, 48, 48);
    font-size: 16px;
}
.addresses_inner .single_address > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.addresses_inner .single_address > p span + span {
    margin-left: 4px;
}
.single_footer.footer_widget_menu li a {
  color: rgb(48, 48, 48);
    font-size: 14px;
    font-weight: 600;
}
.single_footer.footer_widget_menu li {
    line-height: 1;
    /* margin-bottom: 10px; */
    display: inline-block;
    margin-right: 50px;
}
.single_footer.footer_widget_menu li:last-child {
    /* margin-bottom: 0; */
    margin-right: 00px;
}
.widget_title > h3,.sidebar_title > h3 {
  color: rgb(48, 48, 48);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    /* padding-bottom: 17px; */
    position: relative;
}
/* .widget_title > h3::before,.sidebar_title > h3::before{
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#ce0d0e), to(#ffffff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ce0d0e 0%, #ffffff 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 100px;
} */
.widget_title {
    /* margin-bottom: 18px; */
}
.single_footer.footer_widget_menu li a:hover {
  color: #23458e;
  margin-left: 10px;
}
.single_footer.footer_widget_menu {
  margin-left: 70px;
}
.single_footer.widget_description {
  padding-right: 15px;
}
/*--------
    12. Home 2 css here
------------------*/
/*Header css*/
.white__bg .header_middle, .white__bg .header_bottom {
  background: #fff none repeat scroll 0 0;
}
.white__bg .menu ul li a {
  color: #151320;
}
.white__bg .menu nav > ul > li:hover > a {
	color: #ce0d0e;
}
.white__bg .mini_cart_box_wrapper > a {
    border-color: #151320;
}
.white__bg .mini_cart_box_wrapper > a span.cart_count {
	background: #fff none repeat scroll 0 0;
	border-color: #151320;
	color: #151320;
}
.white__bg .category_search_inner {
    border-color: #151320;
}
.white__bg .header_right_info > ul > li > a {
	color: #151320;
}
.white__bg .category_search .nice-select span.current {
  color: #151320;
}
.white__bg .category_search .search input,.white__bg .category_search .submit button {
  color: #151320;
}
.white__bg .category_search .submit button:hover,.white__bg .header_right_info > ul > li > a:hover {
  color: #ce0d0e;
}
.white__bg .search input::-webkit-input-placeholder {
  color: #151320;
}
.white__bg .search input:-ms-input-placeholder {
  color: #151320;
}
.white__bg .search input::-moz-placeholder {
  color: #151320;
}
.white__bg .nice-select::after {
  border-color: #151320;
}
.white__bg .header_bottom {
	border-color: #151320;
}
.single_banner.pd_right {
	margin-right: 50px;
}
/*--- 13. home 2 slider css here --*/
.owl-carousel .owl-item img {
  width: inherit;
}
.slider__2 .slider_layer_image {
  margin: 0;
  text-align: center;
}
.slider__2 .slider-content h1, .slider__2 .slider-content h2, .slider__2 .slider-content p {
  color: #ffffff;
}
.slider__2 .slider-content > p {
  margin-right: 0;
}
.slider__2  .slider-content > a {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #151320;
}
.slider__2  .slider-content > a:hover {
  background: #ce0d0e none repeat scroll 0 0;
  color: #fff;
}
.slider__2 .slider-content h1 {
	margin-bottom: 15px;
}
.slider__2 .slider-content.slider-text-animation > p {
	font-size: 30px;
	margin-bottom: 25px;
}
.slider__2 .slider-active .owl-nav > div {
  background: #fff3ee none repeat scroll 0 0;
  color: #151320;
}

.slider__2 .slider-active .owl-nav > div:hover {
  background: #ce0d0e none repeat scroll 0 0;
  color: #fff;
}
.slider__2 .slider-active .owl-dots > div{
    background: #fff3ee;
}
.slider__2 .slider-active .owl-dots > div:hover,.slider__2 .slider-active .owl-dots > div.active {
  background: #ce0d0e none repeat scroll 0 0;
}
/*----------- 14. Mini cart box css here --------*/
.icon_cart i {
    color: #151320;
    font-size: 35px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.icon_cart i:hover {
    color: #666;
}
.icon_cart {
    display: block;
    position: relative;
}
.mini_cart_box {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 140%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    /* width: 316px; */
    z-index: 9999;
}
.single_product_cart {
  border-bottom: 1px solid #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 20px; */
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_product_cart:last-child {
    border-bottom: 0px solid #f6f6f6;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cart_delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart_title {
  padding-left: 20px;
  text-align: left;
}
.cart_title h5,
.cart_title h6,
.cart_title span {
    color: #070b21;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.cart_title h5 a,
.cart_title h6 a {
    color: #070b21;
}
.cart_delete > a {
  color: #777777;
  font-size: 18px;
}
.cart_delete > a:hover,
.cart_title h5 a:hover,
.cart_title h6 a:hover {
    color: #ce0d0e;
}
.cart_title > span {
    display: block;
    margin: 9px 0 0;
}
.cart-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cart_sub > h4 {
    color: #070b21;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.cart_price > h4 {
    color: #070b21;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.cart_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mini_cart_box li.cart_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header_right_info ul li .cart_btn {
  background: #23458e none repeat scroll 0 0;
  border-radius: 27px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 13px 22px;
  text-transform: uppercase;
}
.cart_btn:hover {
    color: #fff;
    background: #ce0d0e;
}
.mini_cart_box_wrapper .mini_cart_box.active {
    opacity: 1;
    top: 100%;
    visibility: visible;
    max-height: 400px;
    overflow-y: auto;
}
.mini_cart_box_wrapper {
  position: relative;
  display: inline-block;
  float: right;
  top: 6px;
}
.single_product_cart .cart_img {
  width: 85px;
}
/*--- 15. Mobile menu css here ----*/
.mean-container a.meanmenu-reveal span {
  background: #aa47a4 none repeat scroll 0 0;
}
.mean-container a.meanmenu-reveal{
    color: #aa47a4;
    width: 30px;
}
.white__bg .mean-container a.meanmenu-reveal{
    color: #151320
}
.white__bg .mean-container a.meanmenu-reveal span{
    background: #151320;
}
.mean-container a.meanmenu-reveal span {
  height: 3px;
  margin-top: 5px;
}
.mean-container .mean-nav > ul {
  max-height: 320px;
  overflow-x: scroll;
}
.mobile-menu-area {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 100%;
	left: 0;
}
.mean-container a.meanmenu-reveal {
	right: 15px !important;
	/* left: 20px !important; */
    top: -55px !important;
}
/*---- 16. Breadcrumb css here -----*/
.breadcrumb_inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb_inner > ul li {
    text-transform: capitalize;
}
.breadcrumb_inner > ul li {
    font-size: 16px;
    margin-right: 10px;
}

.breadcrumb_inner > h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.breadcrumb_inner ul li a {
    color: #151320;
    font-weight: 600;
}
.breadcrumb_inner ul li a:hover {
    color: #23458e;
}
.breadcrumb_section {
    background: #f7f7f7 none repeat scroll 0 0;
    min-height: 60px;
    line-height: 60px;
}

/*---- 17. pagination css here -----*/
.shop_area .row.pagination_box {
  margin-left: -15px;
  margin-right: -15px;
}

.pagination > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination {
    display: flex;
    margin-right: 20px;
}
.pagination > ul li {
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #151320;
	font-weight: 600;
	height: 40px;
	line-height: 38px;
	margin-right: 5px;
	text-align: center;
	text-transform: capitalize;
	width: 35px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 5px;
}
.pagination > ul li:first-child, .pagination > ul li:last-child {
  width: 70px;
}
.pagination > ul li a {
    display: block;
    color: #151320;
    border-radius: 3px;
}
.pagination > ul li.active, .pagination > ul li:hover {
  background: #23458e none repeat scroll 0 0;
  border-color: #23458e;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
  color: #ffffff;
}
.pagination > ul li:hover a{
    color: #fff;
}
.pagination > ul li:last-child {
    margin-right: 0;
}
.pagination > ul li:first-child a i {
    margin-right: 5px;
}
.pagination > ul li:first-child a i,.pagination > ul li:last-child a i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 4px;
}
.pagination > ul li:last-child a i {
    margin-left: 7px;
}

.pagination > ul li:first-child {
    margin-right: 35px;
}
.pagination > ul li:last-child {
    margin-left: 35px;
}
/*--- 18. shop page css here ---*/
.shop-top-bar {
  background: #fff3ee none repeat scroll 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 15px 20px;
}
.product-short.d-flex > p, .product-showing.d-flex > p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 12px 0 0;
}
.product-showing.d-flex, .product-short.d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-pages > p {
  margin: 0;
}
.product-view-mode a {
  color: #151320;
  font-size: 22px;
}
.product-view-mode a + a {
    margin-left: 12px;
}
.product-showing.d-flex {
    margin: 0 40px;
}
.product-view-mode.nav > a.active {
    opacity: 1;
}
.product-view-mode.nav > a {
    opacity: 0.5;
}
.shop-top-bar p {
  color: #151320;
  font-size: 16px;
}
#list_view .product__desc > p {
    color: #151320;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
#list_view .product__desc {
  padding-left: 10px;
}
.product_rating > a {
    color: #f5d730;
    font-size: 16px;
}
.single-product .pro_badge,.product-details-tab .pro_badge{
  background: #ce0d0e none repeat scroll 0 0;
  color: #ffffff;
  font-weight: 600;
  left: 30px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
/*-----------
    19. Shop Sidebar css here
--------*/
.sidebar_widget .widget_title > h3,.sidebar_title > h3{
    color: #151320;
}
.sidebar_widget .widget_title > h3::before,.sidebar_title > h3::before{
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#000000), to(#ffffff)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #000000 0%, #ffffff 100%) repeat scroll 0 0;
}
.sidebar_widget li a {
  color: #151320;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 5px;
}
.sidebar_widget li a{
    border-bottom: 1px solid #f5f5f5;
}
.sidebar_widget li:last-child a{
    border-bottom: none;
}
.sidebar_widget li a:hover {
    color: #23458e;
}
.sidebar_widget li:last-child a {
    margin-bottom: 0;
}

.widget_tags > ul li {
    display: inline-block;
}
.sidebar_widget .widget_tags > ul li a {
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: block;
  font-weight: 600;
  margin: 0 5px 5px 0;
  padding: 2px 10px;
}
.sidebar_widget .widget_tags > ul li a:hover {
  background: #23458e;
  color: #fff;
  border-color: #23458e;
}
.ui-widget-content {
  background: #c7c7c7 none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  height: 10px;
  margin-left: 0;
}
.ui-widget-header {
  background: #23458e none repeat scroll 0 0;
  border: 1px solid #23458e;
}
.sidebar_widget #price-range .ui-slider-handle {
  background-color: #23458e;
  border-radius: 50px;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  display: block;
  height: 21px;
  position: absolute;
  border-color: #23458e;
  top: -7px;
  -webkit-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
  width: 21px;
}
.sidebar-price > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #151320;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  padding: 0;
  text-transform: capitalize;
}
/*---- 20. Product Details -----*/
.product-details-small a {
    width: 22%;
}
.product-details-small.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-details-content > h3 {
  color: #151320;
  font-weight: 600;
  margin-bottom: 0;
}
.product-details-content > p {
    color: #151320;
    font-size: 16px;
}
.rating-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review_count {
    margin-left: 10px;
}
.price_amount {
	margin-bottom: 10px;
	margin-top: 13px;
}
.product_variant_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.select-option-part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_variant_select .select-option-part + .select-option-part {
    margin-left: 30px;
}
.select-option-part label {
    color: #151320;
    font-weight: 600;
    margin-right: 10px;
}
.cart-plus-minus {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  overflow: hidden;
  padding: 8px 0 8px 5px;
  width: 80px;
}
.qtybutton {
  color: #727272;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  line-height: 25px;
  position: relative;
  text-align: center;
  width: 20px;
}
input.cart-plus-minus-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: left;
  font-size: 16px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 25px;
}
/* Shrink wrap strategy 1 */

.single-product-active.owl-carousel .owl-nav > div {
    background: #23458e none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.single-product-active.owl-carousel .owl-nav > div:hover {
    background: #151320  none repeat scroll 0 0;
}
.single-product-active.owl-carousel .owl-nav > div.owl-next {
    left: auto;
    right: 0;
}
.single-product-active.owl-carousel:hover .owl-nav > div {
    opacity: 1;
}
.add_to_cart_btn > a {
    background: #23458e none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    margin: 0 12px;
    padding: 0 20px;
    text-transform: uppercase;
}
.add_to_cart_btn > a:hover {
    background: #151320 none repeat scroll 0 0;
}
.wishlist > a {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    display: block;
    font-size: 20px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.single_product_action {
    margin-top: 20px;
}
.wishlist > a:hover {
    border-color: #23458e;
    color: #23458e;
}
.categories_label {
  float: left;
  margin-right: 10px;
}

.product_details_cat_list ul,.product_details_tag_list > ul,.product-share > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_details_cat_list ul li,.product_details_tag_list > ul li {
    margin-right: 5px;
}
.product_details_cat_list ul li a,.product_details_tag_list > ul li a {
    color: #151320;
}
.product_details_cat_list ul li a:hover,.product_details_tag_list > ul li a:hover {
    color: #23458e;
}
.categories_label span, .tag_label span, .share_label sapn {
    font-size: 16px;
    font-weight: 600;
}
.product-share ul li a {
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}
.product-share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-share ul li a:hover {
    background: #23458e none repeat scroll 0 0;
    border-color: #23458e;
    color: #ffffff;
}
.product-details-content {
	padding-left: 35px;
}
.product_desc_tab.nav > li a {
    color: #39393c;
    font-size: 25px;
    font-weight: 600;
    opacity: 0.6;
}
.product_desc_tab.nav > li {
    margin-right: 25px;
}
.product_desc_tab.nav > li a.active {
    opacity: 1;
}
.tab-content .tab-pane > p {
	color: #151320;
	font-size: 16px;
	margin-bottom: 0;
}
.group-title {
  -moz-box-align: center;
  -moz-box-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  color: #363f4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
.group-title h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.review-mini-title {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  text-transform: capitalize;
}
.review h2.review-title.mb-15 {
    color: #151320;
    font-size: 28px;
    font-weight: 500;
}

.review_comment_box_inner {
    width: 60%;
}
.review_comment_box_inner .form-group > input {
    background: inherit;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
.review_comment_box_inner .form-group label {
    color: #151320;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.review_comment_box_inner .form-group {
    margin-bottom: 10px;
}
.review_comment_box_inner .form-group textarea {
    background: inherit;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    resize: none;
}
.review_comment_box_inner button.customer-btn {
    background: #23458e none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    margin-top: 18px;
    padding: 0 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.review_comment_box_inner button.customer-btn:hover {
    background: #151320 none repeat scroll 0 0;
}
.related_product_guttters.owl-carousel .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 100%;
}
/*---- 21. Blog Details css here ------*/
.single_post_title > h2 {
  color: #151320;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
}
.single_post_top_contnt {
    border-bottom: 1px solid #f5f5f5;
    padding: 32px 40px 35px;
    border-top: none;
}
.single_post_content {
    border: 1px solid #f5f5f5;
    border-top: none;
    border-radius: 0 0 5px 5px;
   padding-bottom: 60px;
}
.post_excerpt {
  padding: 40px;
}
.single_post_meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}
.single_post_left_meta > ul, .single_post_right_meta > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single_post_left_meta li, .single_post_right_meta > ul li {
  border-right: 1px solid #a6a6a6;
  color: #a6a6a6;
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
} 
.single_post_left_meta li:last-child, .single_post_right_meta > ul li:last-child {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.post_excerpt > p {
  color: #151320;
  font-size: 16px;
  margin-bottom: 30px;
}
.additional_suupor_list li {
    color: #151320;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.additional_suupor_list li:last-child {
    margin-bottom: 0;
}
.additional_suupor_list li i {
    color: #23458e;
    margin-right: 10px;
}
.post_excerpt blockquote::before {
  color: #001430;
  content: "ï†²";
  font-family: material-design-iconic-font;
  font-size: 188px;
  left: 0;
  line-height: 0.45;
  opacity: 0.1;
  position: absolute;
  top: 0;
}
blockquote {
  background: #e7f9fc none repeat scroll 0 0;
  border: medium none;
  color: #001430;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 40px;
  padding: 50px 130px;
  position: relative;
  text-align: center;
}
.post_excerpt blockquote {
  overflow: hidden;
}
.administrator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
.administrator_thumb {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
.administrator_thumb > img {
  border-radius: 10px;
}
.administrator_contnet {
  margin-left: 30px;
}
.administrator_contnet > h4 {
  color: #151320;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.administrator_contnet > p {
    color: #151320;
    font-size: 16px;
}
.administrator_social_icon > a {
    color: #a9a9a9;
    font-size: 18px;
    margin-right: 12px;
}
.administrator_social_icon > a:hover {
    color: #23458e;
}
.comment_box_title h3 {
  color: #151320;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.comment_box_title > p {
    color: #151320;
}
.comment_box_title {
    margin-bottom: 25px;
}
.leave_comment_form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  color: #151320;
  font-weight: 500;
  height: 170px;
  padding: 25px 30px;
}
.leave_comment_form textarea::-moz-placeholder, .input_box > input::-moz-placeholder {
    opacity: 1;
}
.input_box > input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #f5f5f5;
	border-radius: 30px;
	color: #151320;
	height: 55px;
	margin-bottom: 29px;
	padding: 0 30px;
}
.text-areabox {
    margin-bottom: 30px;
}
.input_box.half_left, .input_box.half_right {
    float: left;
    width: 50%;
}
.input_box.half_left {
    padding-right: 15px;
}
.input_box.half_right {
    padding-left: 15px;
}
.submit_button_inner > button,.contact-form-inner .contact-btn > button {
  background: #23458e none repeat scroll 0 0;
  border: medium none;
  border-radius: 35px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 0 40px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.submit_button_inner > button:hover,.contact-form-inner .contact-btn > button:hover {
  background: #151320 none repeat scroll 0 0;
}
/*--- 22. Blog sidebar css here ---*/
.single_recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.recent_post_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
.post_content {
  padding-left: 20px;
}
.search_form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #151320;
    font-size: 16px;
    height: 55px;
    padding: 0 20px;
}
.search_form form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.search_form button {
  background: none;
  border: medium none;
  color: #222222;
  font-size: 24px;
  height: 55px;
  position: absolute;
  right: 0;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;  
}
.search_form button:hover {
  background: #23458e;
  color: #fff;
}
.sidebar_right .sidebar_title {
  margin-bottom: 20px;
}
.recent_post .post_content > h3 {
    color: #151320;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.recent_post .post_content > h3:hover a{
    color: #23458e ;
}
.recent_post .post_publist_date {
    color: #a6a6a6;
    font-style: italic;
    font-weight: 300;
}
/*-------------------
    23. About us css here
-----------------*/
.about-fun-fact {
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
.about-fun-fact .col-6 {
  position: relative;
  width: 50%;
  z-index: 9;
}
.about-fun-fact-inner {
  background: url("../img/fun-bg.jpg")no-repeat scroll 0 0 / cover ;
  height: 100%;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
}
.about-us {
  margin-left: 140px;
  margin-right: 140px;
  position: relative;
}
.about-content > h3 {
  color: #151320;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-read p.text-1 {
  color: #151320;
  font-size: 20px;
  line-height: 35px;
}
.about-us .about-read p.text-2, .about-us .about-read p.text-3 {
    color: #151320;
    font-size: 16px;
    line-height: 26px;
}
.about-read p.text-2 {
    margin-bottom: 20px;
}
.about-read p.text-3 {
    margin: 0;
}
.about-description {
  padding-bottom: 140px;
  padding-top: 127px;
}
.white-overlay:before{
  position: absolute;
  background: rgba(255,255,255,0.75);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fun-icon i {
    color: #606060;
    font-size: 60px;
}
.fun-text h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.fun-text h3.counter {
  color: #606060;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
} 
.fun-icon {
  padding-bottom: 20px;
}
.fun-factor {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.about-us.bg-gray {
  background: #f9f9f9 none repeat scroll 0 0;
}

/*---Team css here----*/
.single_team {
  position: relative;
}
.team__hover__info {
  bottom: 0;
  padding: 30px;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 4;
}
.team__hover__action {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  padding: 30px 0 32px;
  right: 30px;
  text-align: center;
  z-index: 2;
}
.single_team:hover .team__hover__info {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.team__thumb a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.single_team:hover .team__thumb a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team__hover__action > h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.team__hover__action > h2:hover a {
    color: #23458e;
}
.single_team .social__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single_team .social__icon li a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin: 0 8px;
}
.single_team .social__icon li a:hover {
    color: #23458e;
}

/*---------------
   Testmonial css here
-------------*/
.testimonial {
  background: url("../img/testimonial-bg.jpg") no-repeat scroll center center / cover ;
  position: relative;
}
.testimonial.white-overlay::before {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}
.test-content > p {
  color: #151320;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.test-title > h5 {
  color: #151320;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.test-title > h6 {
    color: #444444;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.test-content {
    padding-bottom: 23px;
}
.testmonial-inner {
    padding: 125px 0;
}
.testimonial_list::before {
  color: #606060;
  content: "ï†²";
  font-family: material-design-iconic-font;
  font-size: 115px;
  left: 0;
  line-height: 120px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -64px;
}
.brand_carousel_active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}
.single_brand a {
  display: block;
  text-align: center;
}
/*-----------------
    24. Contact us page css here
---------------------*/
.get-in-touch > h3, .contact-address > h3, .contact-form-titile.text-center > h3 {
  color: #39393c;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.get-in-touch > p {
    color: #151320;
    font-size: 16px;
}
.contact-social > a {
    color: #23458e;
    font-size: 24px;
    margin-left: 28px;
}
.contact-social > a:hover {
    color: #23458e;
}
.contact-social > a:first-child {
    margin-left: 0;
}
.contact-social {
    padding-bottom: 30px;
    padding-top: 16px;
}
.contact-icon i {
    color: #23458e;
    display: block;
    font-size: 24px;
    position: relative;
    top: -8px;
}
.conatct-desc {
    padding-left: 30px;
}
.conatct-desc > p {
  color: #151320;
  letter-spacing: 1px;
  margin: 0;
  text-transform: capitalize;
}
.single-contact-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.contact-list .single-contact-list:last-child {
    margin-bottom: 0;
}
/*Contact form css here*/

.contact-box.name_email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-contact-form.d-flex .contact-box {
    min-width: 50%;
    padding: 0 10px;
}
.single-contact-form.d-flex {
    margin-left: -10px;
    margin-right: -10px;
}
.single-contact-form {
    margin-bottom: 21px;
}
.contact-form-inner .contact-box > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 8px;
    color: #151320;
    font-weight: 600;
    height: 55px;
    padding: 0 20px;
}
.contact-form-inner .contact-box > input::-webkit-input-placeholder {
    color: #151320;
    opacity: 0.7;
}
.contact-form-inner .contact-box > input:-ms-input-placeholder {
    color: #151320;
    opacity: 0.7;
}
.contact-form-inner .contact-box > input::-moz-placeholder {
    color: #151320;
    opacity: 0.7;
}
.contact-box.message textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 10px;
    color: #151320;
    height: 170px;
    padding: 20px;
}
.contact-box.message textarea::-webkit-input-placeholder {
    color: #151230;
    font-weight: 600;
    opacity: 0.7;
}
.contact-box.message textarea:-ms-input-placeholder {
    color: #151230;
    font-weight: 600;
    opacity: 0.7;
}
.contact-box.message textarea::-moz-placeholder {
    color: #151230;
    font-weight: 600;
    opacity: 0.7;
}
/* --------
    25. Cart Page css here
--------------------------------------*/
/*-- Cart Table --*/
.cart-table table {
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}
/*-- Cart Table Head --*/
.cart-table table thead tr th {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: medium none;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/*-- Cart Table Body --*/
.cart-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
/*-- Cart Table Thumbnail --*/
.cart-table table tbody tr td.pro-thumbnail {
  width: 130px;
}
.cart-table table tbody tr td.pro-thumbnail a {
  display: block;
  min-width: 100px;
}
.cart-table table tbody tr td.pro-thumbnail a img {
  width: 100%;
}
/*-- Cart Table Title --*/
.cart-table table tbody tr td.pro-title {
	min-width: 270px;
}
.cart-table table tbody tr td.pro-title a {
  color: #151320;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.cart-table table tbody tr td.pro-title a:hover {
  color: #23458e;
}
.cart-table table tbody tr td.pro-price {
  font-size: 15px;
  font-weight: 600;
  width: 130px;
}
.cart-table table tbody tr td.pro-quantity {
  width: 180px;
}
.cart-table table tbody tr td.pro-quantity .product-quantity {
  border: 1px solid #ddd;
  display: inline-block;
  /* padding: 0 30px; */
  position: relative;
  /* width: 100px; */
}
.cart-table table tbody tr td.pro-quantity .product-quantity input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  height: 38px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.cart-table table tbody tr td.pro-quantity .product-quantity span {
  /* cursor: pointer;
  color: #848484;
  display: block;
  height: 38px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 29px; */
}
.cart-table table tbody tr td.pro-quantity .product-quantity span i {
  display: block;
  font-size: 16px;
  line-height: 38px;
}
.cart-table table tbody tr td.pro-quantity .product-quantity span.inc {
  right: 0;
}
.cart-table table tbody tr td.pro-quantity .product-quantity span.dec {
  left: 0;
}
.cart-table table tbody tr td.pro-subtotal {
  color: #151320;
  font-size: 15px;
  font-weight: 600;
  width: 120px;
}
.cart-table table tbody tr td.pro-remove {
  width: 150px;
}
.cart-table table tbody tr td.pro-remove a {
  color: #606060;
  font-size: 25px;
}
.cart-table table tbody tr td.pro-remove a:hover {
  color: #23458e;
}

/*-- Cart Buttons --*/
.cart-buttons {
    overflow: hidden;
}
.cart-buttons input, .cart-buttons a {
  background-color: #23458e;
  border: medium none;
  border-radius: 27.5px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 0 25px;
  text-transform: uppercase;
}
.cart-buttons input:hover, .cart-buttons a:hover {
  background-color: #23458e;
}
/*-- Cart Coupon --*/
.cart-coupon {
  overflow: hidden;
}
.cart-coupon h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cart-coupon p {
  font-size: 14px;
  line-height: 24px;
}
.cart-coupon input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 27.5px;
  float: left;
  font-size: 14px;
  height: 48px;
  max-width: 100%;
  padding: 7px 15px;
  width: 350px;
}
.coupon_form_inner {
  display: inline-block;
  position: relative;
  border-radius: 27.5px;
}
.cart-coupon input[type="submit"] {
  background-color: #151320;
  border: medium none;
  border-radius: 27.5px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 100%;
  line-height: 24px;
  padding: 8px 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.cart-coupon input[type="submit"]:hover {
  background-color: #23458e;
}
/*-- Cart Total --*/
.cart-total {
  text-align: right;
}
.cart-total h3 {
  border-bottom: 0;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
.cart-total table {
  border: medium none;
  float: right;
  margin: 0 0 30px;
  text-align: right;
  width: 100%;
  border-spacing: 0;
}
.cart-total table tr th {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 10px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  width: 120px;
  border: 1px solid #e5e5e5;
}
.cart-total table tr td {
  font-size: 17px;
  font-weight: 500;
  padding: 18px 10px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.cart-total table tr td .amount {
  color: #3f3f3f;
  display: block;
}
.cart-total table tr.order-total th, .cart-total table tr.order-total td {
  font-size: 20px;
  padding: 18px 10px;
  text-transform: uppercase;
}
.cart-total .proceed-to-checkout a {
  background-color: #23458e;
  border: medium none;
  border-radius: 27.5px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
}
.cart-total .proceed-to-checkout a:hover {
  background-color: #23458e;
}
.cart-buttons input, .cart-coupon input {
    width: inherit;
}
/*-------- 26. Checkout page css here ----------*/
.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #050035;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}
.coupon-accordion h3::before {
	color: #333;
	content: "\f332";
	display: inline-block;
	font-family: Material-Design-Iconic-Font;
	font-size: 20px;
	left: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #050035;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info p.coupon-text {
    margin-bottom: 15px;
}
.coupon-info p {
    margin-bottom: 0;
}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
	border: 1px solid #e5e5e5;
	height: 45px;
	margin: 0 0 14px;
	max-width: 100%;
	padding: 0px 20px;
	width: 370px;
	background-color: transparent;
	border-radius: 30px;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
	background: #ce0d0e none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}
.form-row > label {
    margin-top: 7px;
}
p.lost-password {
    margin-top: 15px;
}
p.lost-password a {
    color: #6f6f6f;
}
p.checkout-coupon input[type="text"] {
	background-color: transparent;
	border: 1px solid #ddd;
	height: 36px;
	padding-left: 10px;
	width: 170px;
	border-radius: 30px;
}
p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
     border-radius: 30px;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}
.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.country-select {
    margin-bottom: 30px;
    position: relative;
}
.country-select label,
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block;
}
.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}
.country-select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	height: 45px;
	padding: 0 15px;
	width: 100%;
	background-color: transparent;
	border-radius: 30px;
}
.country-select::before {
	content: "\f2f9";
	display: inline-block;
	font-family: Material-Design-Iconic-Font;
	font-size: 26px;
	position: absolute;
	right: 20px;
	top: 30px;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.checkout-form-list label {
    color: #333;
}
.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 42px;
	width: 100%;
	padding: 0 20px;
	border-radius: 30px;
}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}
.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px;
}
.create-acc label {
    color: #333;
    display: inline-block;
}
.create-account {
    display: none;
}
.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    color: #363636;
}
.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}
#ship-box-info {
    display: none;
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}
.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}
.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}
.your-order-table table .shipping th {
    vertical-align: top;
}
.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}
.your-order-table table tr.order-total td span {
    color: #464646;
    font-size: 20px;
}
.payment-method {
    margin-top: 40px;
}
.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
}
.payment-content p {
    font-size: 13px;
}
.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}
.order-button-payment input {
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}
.order-button-payment input:hover {
    background: #050035;
    border: 1px solid #050035;
    color: #fff;
}
.coupon-info p.form-row input[type="submit"] {
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 30px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
}
.mrg-nn {
    margin-bottom: 0;
}
h5.panel-title {
    color: #444;
    font-weight: 600;
}
.panel-body > p {
    color: #666;
}
.panel.panel-default {
	padding-bottom: 5px;
}
/* ----------
    27. Wishlist Page css here
--------------------------------------*/
.wishlist-table table {
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.wishlist-table table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: medium none;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.wishlist-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
.wishlist-table table tbody tr td.pro-thumbnail {
  width: 130px;
}
.wishlist-table table tbody tr td.pro-thumbnail a {
  display: block;
  min-width: 100px;
}
.wishlist-table table tbody tr td.pro-thumbnail a img {
  width: 100%;
}
.wishlist-table table tbody tr td.pro-title {
  min-width: 270px;
}
.wishlist-table table tbody tr td.pro-title a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #606060;
}
.wishlist-table table tbody tr td.pro-title a:hover {
  color: #000;
}
.wishlist-table table tbody tr td.pro-price {
  width: 130px;
}
.wishlist-table table tbody tr td.pro-stock-stauts {
  width: 180px;
}
.wishlist-table table tbody tr td.pro-stock-stauts span {
  text-transform: capitalize;
}
.wishlist-table table tbody tr td.pro-stock-stauts span.in-stock {
  color: #606060;
}
.wishlist-table table tbody tr td.pro-stock-stauts span.out-stock {
  color: #ff0000;
}
.wishlist-table table tbody tr td.pro-add-to-cart {
  width: 220px;
}
.wishlist-table table tbody tr td.pro-add-to-cart a {
  background-color: #606060;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  min-width: 180px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.wishlist-table table tbody tr td.pro-add-to-cart a:hover {
  background-color: #000;
}
.wishlist-table table tbody tr td.pro-remove {
  width: 40px;
}
.wishlist-table table tbody tr td.pro-remove a {
  color: #606060;
  font-size: 25px;
}
.wishlist-table table tbody tr td.pro-remove a:hover {
  color: #000;
}
/* 28. Login + my account page css here */
.login_form form {
	border: 1px solid #d3ced2;
	padding: 20px;
	border-radius: 5px;
}
.login_title h2 {
	font-size: 30px;
	text-transform: capitalize;
	color: #222222;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 28px;
}
.login_input input {
	border: 1px solid #e5e5e5;
	height: 45px;
	max-width: 100%;
	padding: 0 20px;
	background: none;
	border-radius: 30px;
}
.login_input {
	margin-bottom: 15px;
}
.login_submit button, .table_desc.table-responsive button, .coupon_code_inner button, .table_cart_button button {
	background: #444;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 18px;
	padding: 10px 35px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 25px;
}
.login_submit button {
    margin-right: 10px;
}
.login_submit button:hover,.table_desc.table-responsive  button:hover,.coupon_code_inner  button:hover,.table_cart_button button:hover{
    background:  #23458e;
}
.login_submit label input[type="checkbox"] {
	width: inherit;
	height: inherit;
	margin-right: 3px;
}
.login_submit {
	margin-bottom: 15px;
}
.login_form form a {
	font-size: 14px;
	color: #23458e;
	float: right;
	line-height: 42px;
}
.login_form form a:hover{
    color: #f59d1f;
}
.breadcrumbs_area.login_bread {
	margin-bottom: 35px;
}
.dashboard_tab_button ul li a {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
	text-transform: capitalize;
	background: #f7f7f7;
    border-radius: 3px;
}
.dashboard_tab_button ul li {
	margin-bottom: 5px;
}
.dashboard_tab_button ul li a:hover,.dashboard_tab_button ul li a.active{
    background: #23458e;
    color: #fff;
}
.dashboard_content h3 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	color: #222222;
	margin-bottom: 15px;
}
.dashboard_content p a {
	color: #23458e;
}
.lion_table_area table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.lion_table_area table thead {
	background: #f7f7f7;
}
.lion_table_area table tbody tr td {
	border-right: 1px solid #ddd;
	color: #444;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
}
.lion_table_area table tbody tr td:last-child{
    border-right: 0;
}
.lion_table_area table tbody tr td:last-child a {
	color: #23458e;
}
.dashboard_content h4 {
	font-size: 20px;
	text-transform: capitalize;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}
.dashboard_content a {
	color: #23458e;
	font-weight: 600;
}
.dashboard_content address {
	font-weight: 600;
	color: #222222;
}
.input-radio span input[type="radio"], .account_login_form form span input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}
.input-radio span {
	color: #222222;
	font-weight: 600;
	padding-right: 10px;
}
.account_login_form form input {
	border: 1px solid #ddd;
	background: none;
	height: 45px;
	margin-bottom: 20px;
	border-radius: 30px;
	padding: 0 20px;
}
.account_login_form form span {
	font-weight: 600;
}
/*my account page ss end*/

/* 29. error page css here */
.error_form {
	text-align: center;
}
.error_form h1 {
	font-size: 200px;
	font-weight: 900;
	color: #23458e;
	letter-spacing: 10px;
	line-height: 1.1;
	margin: 0 0 30px;
}
.error_form h2 {
	color: #666666;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
}
.error_form p {
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	color: #8c8c8c;
	margin-bottom: 30px;
}
.error_form form {
	width: 450px;
	margin: 0 auto;
	position: relative;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
}
.error_form form input {
	background: none;
	border: none;
    padding: 0 30px;
}
.error_form form button {
	position: absolute;
	right: 10px;
	height: 100%;
	border: none;
	background: no-repeat;
	font-size: 20px;
	color: #222222;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
}
.error_form form button:hover{
   color: #ea3a3c; 
}
.error_form a {
	color: #fff;
	display: inline-block;
	background: #23458e;
	border-radius: 35px;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	text-transform: uppercase;
	margin-top: 60px;
}
.error_form a:hover{
    background: #000;
}
/*error page css end*/

.contat_form_inner{
  padding: 30px;
  box-shadow: rgba(41, 128, 185, 0.21) 0px 5px 25px;
  border-radius: 5px;
}


.login-form input, .login-form select{
  background-color: white;
  color: #333333;
  border-color: #d9d9d9;
  border-radius: 5px;
  margin-bottom: 12px;
  border-width: 1px;
}

.login-toggle-btn{
  display: block;
  height: 40px;
}

.login-toggle-btn button{
  background: #aa47a4 none repeat scroll 0 0;
  margin: 0;
  float: left;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 124px;
  transition: all 0.3s ease 0s;
  border: 0;
}

.login-toggle-btn a{
  color: #151515;
  float: right;
  font-size: 15px;
  margin-top: 9px;
  transition: all 0.3s ease 0s;
}

.create-account-btn{
  margin-top: 15px;
}

.create-account-btn a{
  color: #151515;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}

input.input-full, textarea.input-full, select.input-full {
  width: 100%;
  text-align: left;
}

input.input-half, textarea.input-half, select.input-half {
  width: 49%;
  text-align: left;
}


.ml-8{
  margin-left: 8px;
}
 

.login-form .iti{
  width: 100%;
  margin-bottom: 12px;
}


.mini_cart_box li{
  width: 316px;
  padding: 20px 20px 20px;
  
}



.mini_cart_box li.cart-empty-title{
  text-align: center;
  padding: 14px 20px 8px;
}

.sidebar-search-form{
  position: relative;
  max-width: 100%;
  margin-top: 30px;
}

.sidebar-search-form input{
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #8e8d8d;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 55px;
}

.sidebar-search-form button{
  background-color: #dedede;
  border: medium none;
  color: #050035;
  cursor: pointer;
  font-size: 17px;
  height: 45px;
  line-height: 50px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}

.produc_thumb a img{
  max-height: 230px;
  margin: 0 auto;
  display: block;
}



.produc_thumb.pimage{
  height: 230px;
  background-size: cover;
  background-position: center center;
}

.product_details_tag_list .pd{
  /* line-height: 26px; */
  display: inline-block;
  /* width: 200px; */
  FONT-SIZE: 12px;
  font-weight: 600;
  width: 100%;
}

.pd .select2-container{
  width: 100% !important;
}


.tag_label .select2-container{
  width: 80%;
}

.tag_label  .select2-selection__rendered{
  font-weight: 400;
  line-height: 26px;
  padding: 0 10px;
}

.tag_label .pd{
  line-height: 26px;
}


.tag_label .tl{
  width: 200px
}


.single_product_action  input{
  text-align: center;
  width: 100px;
  border-radius: 0;
  line-height: 40px;
    height: 40px;
}


.p-m-btn{
  border: 1px solid #aaa;
  width: 150px;
  padding: 0 5px;
  border-radius: 3px;
}

.product_variant_select .select2-selection--single, .product_variant_select .select2-selection__arrow{
  height: 40px !important;
}

.product_variant_select .select2-selection__rendered{
  line-height: 40px !important;
}

.single_product_action .input-group-btn button{
  height: 40px;
} 

.add_to_cart_btn button{
  background: #23458e none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    margin: 0 12px;
    padding: 0 20px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
}

.product_details_tag_list .tag_label{
  float: left;
  width: 20%;
  line-height: 36px;
}

.product_details_tag_list .pd{
  float: right;
  width: 80%;
}

.select2-container .select2-selection--single{
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  height: 32px;
  border-radius: 2px;
}


.mini_cart_box li.cart_space{
  padding-bottom: 0;
}

li.cart_btn_wrapper{
  padding: 0 20px 20px 20px !important;
}

.quantity-num{
  padding: 15px;
}

.searchBtn{
  background: #23458e none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  outline: 0;
  width: 100%;
  margin-right: 5px;
  border: 0;
  text-transform: uppercase;
}

.resetBtn{
  font-weight: 600;
    height: 42px;
    line-height: 42px;
    outline: 0;
    border-radius: 3px;
}

#SearchForm .form-group{
  position: relative;
}

.filterlabel{
  position: absolute;
  top: -8px;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 200;
  background: #fff;
  font-weight: 700;
  left: 5px;
  padding: 0 6px;
}

#scrollUp{
  background: #ab43a2 none repeat scroll 0 0;
}

.lr-details h1{
  font-size: 60px;
  line-height: 60px;
}

.lr-details span{
  display: inline-block;
  margin-bottom: 30px;
  font-size: 28px;
}

.lr-details p{
  color: #151320;
}

.breadcrumb_section{
  background: rgb(163,64,152);
  background: linear-gradient(90deg, rgba(163,64,152,1) 0%, rgba(217,62,152,1) 100%);
  text-align: center;
  padding: 20px;
}

.breadcrumb_section h1{
  color: #fff;

}

.lr-details span.fa{
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #af3e96;
  margin-right: 5px;
  margin-left: 15px;
}
   


.lr-details.service-section{
  background: #f8f9ff;
  text-align: center
}

.lr-details.service-section span.fa{
  font-size: 60px;
  margin: 0;
  padding: 20px;
  border-bottom: 2px solid #cd3991;
  margin-bottom: 20px;
  display: inline-block;
  color: #cd3991;
}


.lr-details.service-section h3{
  font-weight: bold;
  font-size: 16px;
}

#file_div{
  padding: 0 15px;
}

.addImage{
  margin: 0;
  width: 100%;
}

.addImage input:first-child{

  border-radius: 5px 0 0 5px;
}

.addImage input:last-child{
  border-radius: 0 5px 5px 0;
}

.login-form label.error{
  position: relative;
  top: -10px;
  color: #F44336;
  font-size: 13px;
}


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  left: 28px;
  width: 280px;
  z-index: 1;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  bottom: 23px;
  left: 28px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.contact_form_home {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 30px;
  box-shadow: rgba(41, 128, 185, 0.21) 0px 5px 25px;
  border-radius: 5px;
  top: 140px;
  left: 20%;
  width: 350px;
}

.contact_form_home .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.contact_form_home .inputfile + label {
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.contact_form_home .inputfile + label figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d53a96;
  display: block;
  padding: 13px;
  float: left;
  margin-bottom: 0;
}

.contact_form_home .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.contact_form_home .inputfile + label svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}



.contact_form_home .contact-box span{
  float: left;
    margin-left: 20px;
    padding: 14px 0px;
    font-size: 13px;
    color: rgb(48, 48, 48);
}

.contact_form_home button{
  background: #23458e none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  /* padding: 0 31px; */
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%
}


.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
  font-size: 13px;
  padding: 9px 20px 20px;
}

.slider-content button.play-btn{
  visibility: visible;
  position: relative;
  font-weight: 400;
  align-items: center;
  color: #fff;
  display: inline-flex;
  -webkit-box-align: center;
  background: rgba(0,0,0,0);
  padding: 0;
  margin-top: 46px;
  border: 1px solid #fff;
  padding: 0 15px 0 0;
    border-radius: 32px;
    min-width: 230px;
    margin-right: 15px;
}


.slider-content button.play-btn i{
  color: #aa50b1;
  height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
  text-shadow: none;
  background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
} 

.slider-content button.play-btn i:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #e6e7eb;
  border-radius: 50%;
  top: 245px;
  z-index: 1;
}

.slider-content button.play-btn i::before {
  position: relative;
  z-index: 222;
  margin-left: 4px;
}

#bite-splintModal video, #lower-implant-dentureModal video{
  width: 100%;
}

.error{
	color:#F00 !important;
	font-weight:normal;
	font-size:13px;
}


.contact_form_home h3{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}    

.slider-content ul li{
  font-size: 18px;
  color: #fff;
}


.p-80-0{
  padding: 80px 0;
}

.flowSection h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.flowSection .icon5 img{
  float: left;
}

.flowSection .icon5 .iconContent div{
  padding-left: 78px;
  padding-top: 15px;
}

.flowSection{
  background: url(../../imgs/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}



.flowSection .icon5 .iconContent div h5{
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #222;
  font-size: 16px;
}

.flowSection .icon5 .iconContent {
  margin-bottom: 24px;
}


.flowSection .bg-flow{
  background: url(../../imgs/image-3.png);
  background-repeat: no-repeat;
}

.align-center{
  text-align: center;
}

.sectionHeader h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.row.icon4{
  padding: 50px 0;
}
.row.icon4 .iconContent h5{
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #222;
  font-size: 16px;
  margin-top: 14px;
}


.p-t-0{
  padding-top: 0;
}

.kt-widget24{
  border: 1px solid #ebedf2;
  margin: 5px;
}

@media (min-width: 1025px){
  .row.row-col-separator-lg>div {
    border: 0;
  }
}

.msf-view {
  padding: 30px;
  display: none;
}

.msf-navigation {
  text-align: center;
}

.msf-nav-button {
  display: none;
}

.msf-header {
  /* padding-top: 10px;
  margin-bottom: 40px; */
  /* color: #777; */
}

.msf-header .msf-step {
  padding: 20px;
  font-size: 16px;
}


.msf-header .msf-step.msf-step-active {
  color: #ffffff;
  background: rgb(0,172,255);
  background: linear-gradient(90deg, rgba(0,172,255,1) 0%, rgba(0,31,255,1) 100%);
  border-radius: 0 40px 40px 0;
  box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
  padding: 20px;
  font-size: 16px;
}


.msf-header .msf-step.msf-step-complete {
  background: rgb(0,172,255);
  color: #ffffff;
}


.input-validation-error {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.input-validation-error:focus {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}


.msf-view .rct{
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 4px;
  margin: 0px 0px 15px;
}
.msf-view .rct label{
  margin: 0;
  color: #737373;
  font-size: 14px;
}

.msf-view .rct label, .msf-view .rct span{
  margin-bottom: 0.85714em;
  padding-bottom: 0.85714em;
  border-bottom: 1px solid #ebedf2;
  word-break: break-word;
}

.msf-view .row.total{
  width: 100%;
  padding: 0 15px ;
  margin: 0;

}

.msf-view .row.total label, .msf-view .row.total span{
  width: 100%;
  padding: 15px 15px;
  margin: 0 0;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 600;
  background: #dcdcdc;
  margin-bottom: 20px;
}

.msf-view .row.total span{
  text-align: right;
}

.fl-left{
  float: left;
}

.fl-right{
  float: right;
}


.nb-btn{
  padding: 0;
}
.nb-btn button{
  color: #fff !important;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
}

.nb-btn button i{
  font-size: 12px;
}

.nb-btn .fl-right{
  background: #b83e97;
}
.nb-btn .fl-left{
  background: #ffb822;      
}


.kt-portlet .kt-portlet__head{
  min-height: 45px;
}

.kt-form.msf{
  box-shadow: 0 0 13px 0 rgba(33, 150, 243, .15);
  /* border-radius: 20px; */
  overflow: hidden;
}

.msf-header > .row{
  background: #e7f0f4;
  margin: 0;
}

.msf-header .msf-step span{
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
  font-size: 12px;
  background: #cdd9e2
}

.msf-header .msf-step.msf-step-active span, .msf-header .msf-step.msf-step-complete span{
  background: #fff;
  color: #2c77f4;
}


.msf-navigation.nb-btn{
  PADDING: 20PX;
  HEIGHT: 80PX;
  display: block;
}


.services-images{
  text-align: center;
}

.services-images img{
  border-radius: 10px;
}

.services-images h5{
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 20px;
}

.mean-container .mean-bar{
  z-index: 100;
}


.kt-inbox .kt-inbox__icon{
  border:0;
  background:0 0;
  outline:0!important;
  -webkit-box-shadow:none;
  box-shadow:none;
  outline:0!important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:35px;
  width:35px;
  background-color:#f7f8fa;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  cursor:pointer;
  margin:0;
  border-radius:0
}
.kt-inbox .kt-inbox__icon i{
  font-size:1.1rem
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--sm{
  height:26px;
  width:26px
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--sm i{
  font-size:.8rem
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--md{
  height:30px;
  width:30px
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--md i{
  font-size:1rem
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--light{
  background-color:transparent
}
.kt-inbox .kt-inbox__icon i{
  color:#8e96b8
}
.kt-inbox .kt-inbox__icon g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease;
  fill:#8e96b8
}
.kt-inbox .kt-inbox__icon:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--active,.kt-inbox .kt-inbox__icon:hover{
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  background-color:#ebedf2
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--active.kt-inbox__icon--light,.kt-inbox .kt-inbox__icon:hover.kt-inbox__icon--light{
  background-color:transparent
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--active i,.kt-inbox .kt-inbox__icon:hover i{
  color:#2c77f4
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--active g [fill],.kt-inbox .kt-inbox__icon:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease;
  fill:#2c77f4
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--active:hover g [fill],.kt-inbox .kt-inbox__icon:hover:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back{
  background-color:transparent
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back i{
  color:#8e96b8;
  font-size:1.5rem
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease;
  fill:#8e96b8
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back svg{
  height:32px;
  width:32px
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back:hover{
  background-color:transparent
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back:hover i{
  color:#2c77f4
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease;
  fill:#2c77f4
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--back:hover:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease
}
.kt-inbox .kt-inbox__aside{
  padding:40px 20px;
  width:275px
}
.kt-inbox .kt-inbox__aside .kt-inbox__compose{
  margin:0 20px;
  padding:.9rem 0
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav{
  margin-top:1.2rem
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item{
  margin-bottom:.5rem
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link{
  padding:.75rem 20px
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link i{
  color:#8e96b8
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease;
  fill:#8e96b8
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-icon{
  text-align:center;
  margin:0 .7rem 0 -.23rem
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-text{
  font-weight:500;
  color:#74788d
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item:last-child{
  margin-bottom:0
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item:last-child .kt-nav__link .kt-nav__link-icon{
  font-size:.9rem
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.hover .kt-nav__link,.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link,.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link{
  background-color:#f7f8fa
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.hover .kt-nav__link i,.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link i,.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link i{
  color:#2c77f4
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.hover .kt-nav__link g [fill],.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link g [fill],.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease;
  fill:#2c77f4
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.hover .kt-nav__link:hover g [fill],.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link:hover g [fill],.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link:hover g [fill]{
  -webkit-transition:fill .3s ease;
  transition:fill .3s ease
}
.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.hover .kt-nav__link .kt-nav__link-text,.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link .kt-nav__link-text,.kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link .kt-nav__link-text{
  color:#2c77f4
}
.kt-inbox .kt-inbox__list{
  display:none;
  padding:0
}
@media (min-width:1025px){
  .kt-inbox .kt-inbox__list{
      margin-left:25px
  }
}
.kt-inbox .kt-inbox__list.kt-inbox__list--shown{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__list .kt-inbox__items{
  padding:0
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item{
  display:none;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  padding:12px 25px;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  cursor:pointer
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info{
      padding:8px 0
  }
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info{
      min-width:210px
  }
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-right:10px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions{
      min-width:70px
  }
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions .kt-checkbox{
  margin:0;
  padding:0;
  margin-right:10px
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions .kt-inbox__icon{
  height:22px;
  width:22px
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions .kt-inbox__icon i{
  font-size:1rem;
  color:#ebedf2
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions .kt-inbox__icon:hover i{
  color:rgba(255,184,34,.5)!important
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__actions .kt-inbox__icon.kt-inbox__icon--on i{
  color:#ffb822!important
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-right:30px;
  width:175px
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender{
      min-width:175px
  }
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender .kt-media{
  margin-right:10px;
  min-width:30px!important
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender .kt-media span{
  min-width:30px!important
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender .kt-inbox__author{
  font-size:1rem;
  color:#595d6e;
  font-weight:500
}
@media (max-width:1400px){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender{
      display:block;
      width:70px;
      margin-right:10px
  }
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender .kt-inbox__author{
      display:block
  }
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__info .kt-inbox__sender .kt-media{
      margin-bottom:5px
  }
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__details{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin-top:5px
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__details{
      width:0;
      height:0
  }
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__details .kt-inbox__message .kt-inbox__subject{
  font-size:1rem;
  color:#48465b;
  font-weight:400
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__details .kt-inbox__message .kt-inbox__summary{
  font-size:1rem;
  color:#a2a5b9;
  font-weight:400;
  text-overflow:ellipsis
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__details .kt-inbox__labels{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:5px
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__details .kt-inbox__labels .kt-inbox__label{
  margin-right:5px
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__datetime{
  font-size:1rem;
  color:#a2a5b9;
  font-weight:400;
  margin-left:20px;
  margin-top:5px;
  width:85px;
  text-align:right
}
@media (max-width:1400px){
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item .kt-inbox__datetime{
      width:70px
  }
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item.kt-inbox__item--selected,.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item:hover{
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  background-color:#f2f3f7
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item.kt-inbox__item--selected .kt-inbox__info .kt-inbox__actions .kt-inbox__icon i,.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item:hover .kt-inbox__info .kt-inbox__actions .kt-inbox__icon i{
  font-size:1rem;
  color:#e2e5ec
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item.kt-inbox__item--unread .kt-inbox__sender .kt-inbox__author{
  color:#48465b;
  font-weight:600
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item.kt-inbox__item--unread .kt-inbox__details .kt-inbox__message .kt-inbox__subject{
  color:#48465b;
  font-weight:600
}
.kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item.kt-inbox__item--unread .kt-inbox__datetime{
  color:#48465b;
  font-weight:600
}
.kt-inbox .kt-inbox__list .kt-inbox__items[data-type=inbox] .kt-inbox__item[data-type=inbox]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__list .kt-inbox__items[data-type=marked] .kt-inbox__item[data-type=marked]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__list .kt-inbox__items[data-type=draft] .kt-inbox__item[data-type=draft]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__list .kt-inbox__items[data-type=sent] .kt-inbox__item[data-type=sent]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__list .kt-inbox__items[data-type=trash] .kt-inbox__item[data-type=trash]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__toolbar{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-right:1rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions .kt-inbox__check{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions .kt-inbox__check .kt-checkbox{
  margin:0;
  padding-left:0
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions .kt-inbox__check .kt-inbox__icon{
  margin-left:0
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions .kt-inbox__panel{
  display:none;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions.kt-inbox__actions--expanded .kt-inbox__panel{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions .kt-inbox__icon{
  margin-right:.5rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__actions .kt-inbox__icon.kt-inbox__icon--back{
  margin-right:2.5rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__controls{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-left:1rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__controls .kt-inbox__icon{
  margin-left:.5rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__controls .kt-inbox__sort{
  margin-left:.5rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__controls .kt-inbox__pages{
  margin-left:.5rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__controls .kt-inbox__pages .kt-inbox__perpage{
  color:#74788d;
  font-size:1rem;
  font-weight:500;
  margin-right:1rem;
  cursor:pointer;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  padding:.5rem 0
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__controls .kt-inbox__pages .kt-inbox__perpage:hover{
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  color:#2c77f4
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__search{
  width:300px
}
@media (min-width:1601px){
  .kt-inbox .kt-inbox__toolbar .kt-inbox__search{
      position:absolute;
      left:50%;
      width:300px;
      margin-left:-150px
  }
}
@media screen and (min-width:1601px) and (-ms-high-contrast:active),(min-width:1601px) and (-ms-high-contrast:none){
  .kt-inbox .kt-inbox__toolbar .kt-inbox__search{
      top:18px
  }
}
@media (max-width:1599px){
  .kt-inbox .kt-inbox__toolbar .kt-inbox__search{
      width:175px
  }
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__search .input-group .input-group-text{
  border:none;
  background-color:#f2f3f7;
  padding:0 .65rem 0 1rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__search .input-group .input-group-text .kt-svg-icon{
  height:22px;
  width:22px
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__search .input-group .input-group-text i{
  font-size:1.1rem
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__search .input-group .form-control{
  height:44px;
  border:none;
  background-color:#f2f3f7
}
@media (max-width:1024px){
  .kt-inbox .kt-inbox__toolbar .kt-inbox__search .input-group .form-control{
      height:40px
  }
}
.kt-inbox .kt-inbox__toolbar .kt-inbox__sep{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:1rem;
  width:1rem
}
@media (max-width:1450px){
  .kt-inbox .kt-inbox__toolbar{
      position:static
  }
  .kt-inbox .kt-inbox__toolbar .kt-inbox__search{
      -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
      order:1;
      margin-top:25px;
      margin-bottom:10px;
      -webkit-box-flex:1;
      -ms-flex-positive:1;
      flex-grow:1;
      width:100%
  }
  .kt-inbox .kt-inbox__toolbar .kt-inbox__actions{
      margin-top:10px;
      margin-bottom:10px
  }
  .kt-inbox .kt-inbox__toolbar .kt-inbox__controls{
      margin-top:10px;
      margin-bottom:10px
  }
  .kt-inbox .kt-inbox__toolbar.kt-inbox__toolbar--extended .kt-inbox__actions{
      -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
      order:2;
      margin-bottom:10px;
      -webkit-box-pack:flex-first;
      -ms-flex-pack:flex-first;
      justify-content:flex-first
  }
  .kt-inbox .kt-inbox__toolbar.kt-inbox__toolbar--extended .kt-inbox__controls{
      -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
      order:2;
      margin-bottom:10px;
      -webkit-box-pack:end;
      -ms-flex-pack:end;
      justify-content:flex-end
  }
}
.kt-inbox .kt-inbox__view{
  padding:0;
  display:none
}
@media (min-width:1025px){
  .kt-inbox .kt-inbox__view{
      margin-left:25px
  }
}
.kt-inbox .kt-inbox__view.kt-inbox__view--shown{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__subject{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:0 25px
}
.kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__title{
  margin-right:1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__title .kt-inbox__text{
  margin:0;
  padding:0;
  color:#595d6e;
  font-size:1.4rem;
  font-weight:500
}
.kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__title .kt-inbox__label{
  margin-left:.75rem
}
.kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin:10px 0
}
.kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__actions .kt-inbox__icon{
  margin-left:.5rem
}
.kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__actions .kt-inbox__icon:first-child{
  margin-left:0
}
.kt-inbox .kt-inbox__view .kt-inbox__reply{
  margin-top:30px;
  margin-bottom:10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:0 25px
}
.kt-inbox .kt-inbox__view .kt-inbox__reply .kt-inbox__actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__reply .kt-inbox__actions .btn{
  margin-right:1rem
}
.kt-inbox .kt-inbox__view .kt-inbox__reply .kt-inbox__form{
  display:none
}
.kt-inbox .kt-inbox__view .kt-inbox__reply.kt-inbox__reply--on .kt-inbox__actions{
  display:none
}
.kt-inbox .kt-inbox__view .kt-inbox__reply.kt-inbox__reply--on .kt-inbox__form{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__messages{
  margin-top:15px
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message{
  padding:0 25px 15px 25px;
  margin-bottom:15px
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message:last-child{
  margin-bottom:0
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  cursor:pointer
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-media{
  margin-right:1.2rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:.5rem .5rem .5rem 0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__author{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__author .kt-inbox__name{
  color:#48465b;
  font-weight:600;
  font-size:1.1rem;
  margin-right:.5rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__author .kt-inbox__status{
  color:#a2a5b9;
  font-weight:500
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__author .kt-inbox__status a{
  font-size:.9rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__author .kt-inbox__status .kt-badge{
  margin-right:.4rem;
  margin-bottom:.1rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome{
  display:none
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome .kt-inbox__details{
  padding:20px 0
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome .kt-inbox__details td{
  padding:5px 10px;
  vertical-align:top
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome .kt-inbox__details td:nth-child(1){
  width:30px;
  text-align:right;
  color:#a2a5b9
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome .kt-inbox__details td:nth-child(2){
  text-align:left;
  color:#595d6e;
  font-weight:500
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome .kt-inbox__label{
  color:#74788d;
  font-weight:400;
  font-size:1rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome .kt-inbox__label i{
  margin-left:.5rem;
  font-size:.7rem;
  color:#74788d
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__desc{
  color:#74788d;
  font-weight:400;
  font-size:1rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__actions .kt-inbox__datetime{
  color:#a2a5b9;
  font-weight:500;
  font-size:1rem;
  margin-right:1.5rem
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__actions .kt-inbox__group{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__actions .kt-inbox__icon.kt-inbox__icon--label:hover i{
  color:rgba(255,184,34,.5)!important
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__actions .kt-inbox__icon.kt-inbox__icon--label.kt-inbox__icon--on i{
  color:#ffb822!important
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__body{
  display:none;
  padding:1rem 0
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message.kt-inbox__message--expanded .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__tome{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message.kt-inbox__message--expanded .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__desc{
  display:none
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message.kt-inbox__message--expanded .kt-inbox__body{
  display:block
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message.kt-inbox__message--reply .kt-inbox__reply{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__reply{
  margin-bottom:30px
}
.kt-inbox .kt-inbox__form{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.1);
  box-shadow:0 0 7px 0 rgba(0,0,0,.1)
}
.kt-inbox .kt-inbox__form .kt-inbox__head{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:20px 15px 20px 25px;
  /* border-bottom:1px solid #ebedf2 */
}
.kt-inbox .kt-inbox__form .kt-inbox__head .kt-inbox__title{
  margin-right:10px;
  font-size:1.2rem;
  font-weight:500;
  color:#595d6e
}
.kt-inbox .kt-inbox__form .kt-inbox__head .kt-inbox__actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__form .kt-inbox__head .kt-inbox__actions .kt-inbox__icon{
  margin-left:5px
}
.kt-inbox .kt-inbox__form .kt-inbox__body{
  padding:0 0 10px 0
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  min-height:50px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:10px 25px
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .tagify{
  border:0!important
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .tagify .tagify__input{
  border:0!important
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:100%;
  padding:0
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field.kt-inbox__field--bcc,.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field.kt-inbox__field--cc{
  display:none;
  margin-top:5px
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__label{
  font-weight:400;
  font-size:1rem;
  width:40px;
  min-width:40px;
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input input{
  border:0!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  -moz-appearance:none!important;
  -webkit-appearance:none!important
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input .form-control{
  border:0;
  border-radius:0;
  padding-left:0;
  padding-right:0;
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input .form-control::-moz-placeholder{
  color:#74788d;
  opacity:1
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input .form-control:-ms-input-placeholder{
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input .form-control::-webkit-input-placeholder{
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__tools{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-left:1rem
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__tools .kt-inbox__tool{
  font-size:1rem;
  color:#a2a5b9;
  font-weight:500;
  margin-left:10px;
  cursor:pointer
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to.kt-inbox__to--cc .kt-inbox__tools .kt-inbox__tool:nth-child(1){
  display:none
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to.kt-inbox__to--cc .kt-inbox__field.kt-inbox__field--cc{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to.kt-inbox__to--bcc .kt-inbox__tools .kt-inbox__tool:nth-child(2){
  display:none
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to.kt-inbox__to--bcc .kt-inbox__field.kt-inbox__field--bcc{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__subject{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  min-height:50px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:0 25px;
  border-top:1px solid #ebedf2
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__subject .form-control{
  border:0;
  border-radius:0;
  padding-left:0;
  padding-right:0;
  font-weight:400;
  font-size:1rem;
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__subject .form-control::-moz-placeholder{
  color:#74788d;
  opacity:1
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__subject .form-control:-ms-input-placeholder{
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__subject .form-control::-webkit-input-placeholder{
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__text{
  padding:10px 25px;
  padding-bottom:0;
  font-weight:400;
  font-size:1rem;
  color:#74788d
}
.kt-inbox .kt-inbox__form .kt-inbox__body .ql-container.ql-snow{
  border:0;
  padding:0;
  border-radius:0
}
.kt-inbox .kt-inbox__form .kt-inbox__body .ql-container.ql-snow .ql-editor{
  font-weight:400;
  font-size:1rem;
  color:#74788d;
  padding:15px 25px;
  font-family:Poppins,Helvetica,sans-serif
}
.kt-inbox .kt-inbox__form .kt-inbox__body .ql-container.ql-snow .ql-editor.ql-blank:before{
  left:25px;
  color:#a2a5b9;
  font-weight:400;
  font-style:normal
}
.kt-inbox .kt-inbox__form .kt-inbox__body .ql-toolbar.ql-snow{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:50px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  border-radius:0;
  border:0;
  border-top:1px solid #ebedf2;
  border-bottom:1px solid #ebedf2;
  padding-left:18px
}
.kt-inbox .kt-inbox__form .kt-inbox__body .ql-toolbar.ql-snow .ql-picker-label,.kt-inbox .kt-inbox__form .kt-inbox__body .ql-toolbar.ql-snow .ql-picker-label:before{
  font-weight:400;
  font-size:1rem;
  color:#74788d;
  font-family:Poppins,Helvetica,sans-serif
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__attachments{
  min-width:500px;
  display:inline-block;
  padding:0 25px
}
.kt-inbox .kt-inbox__form .kt-inbox__foot{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:100%;
  padding: 4px 0;
  /* border-top:1px solid #ebedf2 */
}
.kt-inbox .kt-inbox__form .kt-inbox__foot .kt-inbox__primary{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.kt-inbox .kt-inbox__form .kt-inbox__foot .kt-inbox__primary .btn-group .btn:nth-child(1){
  padding-left:20px;
  padding-right:20px
}
.kt-inbox .kt-inbox__form .kt-inbox__foot .kt-inbox__primary .btn-group .btn:nth-child(2){
  padding-left:6px;
  padding-right:9px
}
.kt-inbox .kt-inbox__form .kt-inbox__foot .kt-inbox__primary .kt-inbox__panel{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-left:1rem
}
.kt-inbox .kt-inbox__form .kt-inbox__foot .kt-inbox__secondary{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin:0
}
.kt-inbox .kt-portlet__head{
  min-height:80px!important;
  padding:10px 25px
}
@media (max-width:1024px){
  .kt-inbox{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap
  }
  .kt-inbox .kt-inbox__aside{
      background:#fff;
      margin:0
  }
  .kt-inbox .kt-inbox__aside .kt-inbox__compose{
      margin:0
  }
  .kt-inbox .kt-inbox__aside .kt-inbox__nav .kt-nav .kt-nav__item .kt-nav__link{
      padding:.75rem 10px
  }
  .kt-inbox .kt-inbox__toolbar{
      position:static
  }
  .kt-inbox .kt-inbox__toolbar .kt-inbox__search{
      margin:10px 0
  }
  .kt-inbox .kt-inbox__toolbar .kt-inbox__actions{
      margin:10px 0
  }
  .kt-inbox .kt-inbox__toolbar .kt-inbox__controls{
      margin:10px 0
  }
  .kt-inbox .kt-inbox__list .kt-inbox__items{
      overflow:auto
  }
  .kt-inbox .kt-inbox__list .kt-inbox__items .kt-inbox__item{
      min-width:500px;
      padding:10px 15px;
      margin-bottom:15px
  }
  .kt-inbox .kt-inbox__list .kt-portlet__head{
      min-height:60px!important;
      padding:10px 15px
  }
  .kt-inbox .kt-inbox__view .kt-inbox__subject{
      padding:10px 15px
  }
  .kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__title{
      display:block
  }
  .kt-inbox .kt-inbox__view .kt-inbox__subject .kt-inbox__title .kt-inbox__text{
      display:inline
  }
  .kt-inbox .kt-inbox__view .kt-inbox__messages{
      padding:10px 15px
  }
  .kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message{
      padding:0 10px 5px 10px;
      margin-bottom:15px
  }
  .kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-media span{
      width:26px;
      height:26px
  }
  .kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__info .kt-inbox__details .kt-inbox__desc{
      display:none
  }
  .kt-inbox .kt-inbox__view .kt-inbox__reply{
      padding:10px 15px;
      overflow:auto
  }
  .kt-inbox .kt-inbox__form{
      min-width:400px
  }
  .kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to{
      padding:10px 15px
  }
  .kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__subject{
      padding:10px 15px
  }
  .kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__text{
      padding:10px 15px
  }
  .kt-inbox .kt-inbox__form .kt-inbox__body .ql-container.ql-snow .ql-editor{
      padding:15px 15px
  }
  .kt-inbox .kt-inbox__form .kt-inbox__body .ql-container.ql-snow .ql-editor.ql-blank:before{
      left:15px
  }
  .kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__attachments{
      min-width:auto;
      padding:0 15px
  }
  .kt-inbox .kt-portlet__head{
      min-height:60px!important;
      padding:10px 15px
  }
}
@media (max-width:768px){
  .kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head{
      -ms-flex-wrap:wrap;
      flex-wrap:wrap
  }
  .kt-inbox .kt-inbox__view .kt-inbox__messages .kt-inbox__message .kt-inbox__head .kt-inbox__actions{
      -webkit-box-flex:1;
      -ms-flex-positive:1;
      flex-grow:1;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between
  }
  .kt-inbox .kt-inbox__view .kt-inbox__reply{
      padding:10px 15px
  }
}
.kt-inbox__aside-close{
  display:none
}
@media (max-width:1024px){
  .kt-inbox__aside{
      z-index:1001;
      position:fixed;
      -webkit-overflow-scrolling:touch;
      top:0;
      bottom:0;
      overflow-y:auto;
      -webkit-transform:translate3d(0,0,0);
      backface-visibility:hidden;
      -webkit-backface-visibility:hidden;
      width:300px!important;
      -webkit-transition:left .3s ease,right .3s ease;
      transition:left .3s ease,right .3s ease;
      left:-320px
  }
  .kt-inbox__aside.kt-inbox__aside--on{
      -webkit-transition:left .3s ease,right .3s ease;
      transition:left .3s ease,right .3s ease;
      left:0
  }
}
@media screen and (max-width:1024px) and (-ms-high-contrast:active),(max-width:1024px) and (-ms-high-contrast:none){
  .kt-inbox__aside{
      -webkit-transition:none!important;
      transition:none!important
  }
}
@media (max-width:1024px){
  .kt-inbox__aside--right .kt-inbox__aside{
      right:-320px;
      left:auto
  }
  .kt-inbox__aside--right .kt-inbox__aside.kt-inbox__aside--on{
      -webkit-transition:left .3s ease,right .3s ease;
      transition:left .3s ease,right .3s ease;
      right:0;
      left:auto
  }
  .kt-inbox__aside-close{
      width:25px;
      height:25px;
      top:1px;
      z-index:1002;
      -webkit-transition:left .3s ease,right .3s ease;
      transition:left .3s ease,right .3s ease;
      position:fixed;
      border:0;
      -webkit-box-shadow:none;
      box-shadow:none;
      cursor:pointer;
      outline:0!important;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:center;
      -ms-flex-pack:center;
      justify-content:center;
      -webkit-box-align:center;
      -ms-flex-align:center;
      align-items:center;
      left:-25px
  }
}
@media screen and (max-width:1024px) and (-ms-high-contrast:active),(max-width:1024px) and (-ms-high-contrast:none){
  .kt-inbox__aside-close{
      -webkit-transition:none!important;
      transition:none!important
  }
}
@media (max-width:1024px){
  .kt-inbox__aside-close>i{
      line-height:0;
      font-size:1.4rem
  }
  .kt-inbox__aside-close:hover{
      text-decoration:none
  }
  .kt-inbox__aside--right .kt-inbox__aside-close{
      left:auto;
      right:-25px
  }
  .kt-inbox__aside--on .kt-inbox__aside-close{
      -webkit-transition:left .3s ease,right .3s ease;
      transition:left .3s ease,right .3s ease;
      left:274px
  }
  .kt-inbox__aside--on.kt-inbox__aside--right .kt-inbox__aside-close{
      left:auto;
      right:274px
  }
  .kt-inbox__aside-overlay{
      position:fixed;
      top:0;
      left:0;
      bottom:0;
      right:0;
      overflow:hidden;
      z-index:1000;
      background:rgba(0,0,0,.1);
      -webkit-animation:kt-animate-fade-in .3s linear 1;
      animation:kt-animate-fade-in .3s linear 1
  }
  .kt-inbox__aside-overlay{
      background:rgba(0,0,0,.05)
  }
  .kt-inbox__aside-close{
      background-color:#f7f8fa
  }
  .kt-inbox__aside-close>i{
      color:#74788d
  }
  .kt-inbox__aside-close:hover{
      background-color:transparent
  }
  .kt-inbox__aside-close:hover>i{
      color:#2c77f4
  }
}
@media (max-width:350px){
  .kt-inbox__aside{
      width:90%!important
  }
}

.kt-inbox__editor{
  padding: 5px 20px 0;
}

.kt-inbox__editor textarea{
  border: 0px;
}

#file_div .col-lg-6{
  border: 1px solid #e2e5ec;
  padding-top: 5px;
}
#file_div .col-lg-3{
  padding: 0;
}


.b-bottom-1{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 15px;
}

.owl-item video{
  position: absolute;
}

.owl-item #overlay{
  position: fixed;
  /* display: none; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 2;
}


.owl-item .container{
  z-index: 3;
  position: relative;
}

.modal-dialog.modal-lg{
  min-width: 1200px;
}

.msf-header .kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item{
  width: 50%;
  margin: 0;
}

.msf-header .nav-tabs.nav-tabs-line.nav-tabs-line-right{
  margin: 0;
  float: initial
}

.msf-header li {
  width: 50%;
  margin-right: 0 !important;
}

.msf-header ul{
  background: #e7f0f4;
}

.msf-header li.nav-item a{
    width: 100%;
    /* box-shadow: 0 0 13px 0 rgba(82,63,105,.05); */
    padding: 14px 20px !important;
    /* background: linear-gradient(90deg, rgba(0,172,255,1) 0%, rgba(0,31,255,1) 100%); */
    /* border-radius: 0 40px 40px 0; */
    font-size: 16px;
    border-bottom: 0;
    color: #fff !important;
    color: #ffffff;
    
}

.msf-header li:first-child.nav-item a{
  background: rgb(0,172,255) !important; 
  transition: none !important;
  border-radius: 0 !important;
}

.msf-header li.nav-item a{
  border-radius: 0 !important;
  transition: none !important;
  border-bottom: 0 !important;
}
.msf-header li:first-child.nav-item a.active{

  background: linear-gradient(90deg, rgba(0,172,255,1) 0%, rgba(0,31,255,1) 100%) !important;
  border-radius: 0 40px 40px 0 !important;
}

.msf-header li:last-child.nav-item a{
  color: #000 !important;
}
.msf-header li:last-child.nav-item a span{
  background: #cdd9e2;
  color: #fff;
}

.msf-header li:last-child.nav-item a.active span{
  background: #fff;
  color: #2c77f4;
}

.msf-header li:last-child.nav-item a.active{
  background: linear-gradient(90deg, rgba(0,172,255,1) 0%, rgba(0,31,255,1) 100%) !important;
  color: #fff !important;
}

.msf-header li.nav-item a span{
  background: #fff;
    color: #2c77f4;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    font-size: 12px;
}

.kt-portlet .kt-portlet__body{
  padding: 10px 20px;
}


.editOrder-portlet > .kt-portlet__body{
  padding: 0px;
}

.editOrder-portlet .kt-portlet{
  box-shadow: none; 
}

.editOrder-portlet .col-md-8{
  border-right: 1px solid #ebedf2;
}

.kt-widget .kt-widget__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* border-top: 1px solid #ebedf2; */
  /* margin-top: 2rem; */
}

.kt-widget .kt-widget__bottom .kt-widget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
  max-width: 25%;
}

  .kt-widget .kt-widget__bottom .kt-widget__item .kt-widget__icon i {
    font-size: 2.7rem;
    color: #a2a5b9;
    font-weight: 400;
}

.kt-widget .kt-widget__bottom .kt-widget__item .kt-widget__details {
  padding-left: 1rem;
}

.kt-widget .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__title {
  display: block;
  color: #949494;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.kt-widget .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value {
  display: block;
  color: #48465b;
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
  line-height: 14px;
}

.kt-widget .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value span {
  font-weight: 600;
}

.dl-portlet a{
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #007bff;
  color: #fff;
}

.dl-portlet a i{
  padding-left: 16px;
} 

.dl-portlet a:hover {
  background: #2ebaff;
  color: #fff;
}

.ins-portlet .kt-widget .kt-widget__bottom .kt-widget__item{
  max-width: 100%;
}

.kt-widget4 .kt-widget4__item{
  padding-top: 2px;
  padding-bottom: 2px;
}

.kt-portlet{
  margin-bottom: 8px
}

.sweet-alert h2{
  font-size: 20px;
}

.kt-inbox__panel, .kt-inbox__panel .form-group{
  width: 100%;
}

.rightBtn{
  display: block;
  text-align: right;
  width: 100%;
}




.ptb-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-0{
  padding-top: 0;
}

.form-group label{
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #232323;
}

.rct span{
  color: #232323;
  font-weight: 700;
}

.team_members_grid{
  padding: 0 140px;
}

.team_members_grid img{
  border-radius: 5px;
  box-shadow: rgba(41, 128, 185, 0.4) 0px 7px 20px;
}

.team_members_grid h1{
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 20px;
  color: #d03e98;
}

.team_members_grid span{
  margin-bottom: 10px;
  font-size: 19px;
}

.header_newcaseBtn.kt-portlet__head-actions
{
  position: absolute;
  right: 160px;
  top: 15px;
}

span.kt-menu__link-text.header{
  font-size: 15px;
  font-weight: 500;
  color: #434349;
  padding: 20px;
}

span.kt-menu__link-text.header.hsearch input{
  font-size: 13px;
  padding: 4px 50px 4px 20px;
  background: #e6e6e6;
  outline: 0;
  border-radius: 5px;
  border: 0;
}


.inbox tr i.icon-star:hover, .inbox tr i.inbox-started {
  color: #fd7b12;
}

.portlet.light.bordered {
  border: 1px solid #e7ecf1!important;

}

.portlet.light {
  padding: 0;
  background-color: #fff;
}

.portlet.light.bordered>.portlet-title {
  border-bottom: 1px solid #eef1f5;
  margin: 0;
  min-height: initial;
  height: 100%;
  display: flex;
}

.portlet.light>.portlet-title {
  padding: 0;
  min-height: 48px;
  margin-bottom: 10px;
}

.portlet>.portlet-title:after, .portlet>.portlet-title:before {
  content: " ";
  display: table;
}

.portlet.light>.portlet-title>.caption {
  color: #666;
  padding: 10px 0;
}

.portlet>.portlet-title>.caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}

.portlet.light>.portlet-title>.caption>i {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}

.portlet>.portlet-title>.caption>i {
  float: left;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet>.portlet-title>.nav-tabs {
  background: 0 0;
  margin: 0;
  /* float: right; */
  display: inline-block;
  border: 0;

}

.nav:after, .nav:before {
  content: " ";
  display: table;
}

.nav>li, .nav>li>a {
  display: block;
  position: relative;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.tabbable-line>.nav-tabs>li {
  margin: 0;
  border-bottom: 4px solid transparent;
}

.portlet>.portlet-title>.nav-tabs>li {
  background: 0 0;
  margin: 0;
  border: 0;
}

.tabbable-line>.nav-tabs>li.active {
  /* background: 0 0; */
  /* border-bottom: 4px solid #36c6d3; */
  /* position: relative; */
}

.portlet.light>.portlet-title>.nav-tabs>li {
  margin: 0;
  padding: 0;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-pills>li>a, .nav-tabs>li>a {
  font-size: 14px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.tabbable-line>.nav-tabs>li>a {
  background: 0 0!important;
  border: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #737373;
}

.portlet>.portlet-title>.nav-tabs>li>a {
  background: 0 0;
  margin: 5px 0 0 1px;
  border: 0;
  /* padding: 8px 10px; */
  color: #fff;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333;
}

.portlet>.portlet-title>.nav-tabs>li.active>a, .portlet>.portlet-title>.nav-tabs>li:hover>a {
  color: #333;
  background: #fff;
  border: 0;
  margin-right: 24px;
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
  margin: 0;
  /* padding: 12px 13px 13px; */
  font-size: 13px;
  color: #666;
  padding: 0;
  /* margin-right: 40px; */
  /* width: 110px; */
  font-size: 15px;
  padding: 14px 30px; 
}

.portlet.light>.portlet-title>.nav-tabs>li>a span{
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.portlet.light>.portlet-title>.nav-tabs>li>a:hover{
  background: #ececec !important;
}


.portlet.light>.portlet-title>.nav-tabs>li:hover:first-child a, .portlet.light>.portlet-title>.nav-tabs>li:nth-child(1)>a.active{
  border-bottom: 2px solid #5a95f6;
}
.portlet.light>.portlet-title>.nav-tabs>li:hover:nth-child(2) a, .portlet.light>.portlet-title>.nav-tabs>li:nth-child(2)>a.active{
  border-bottom: 2px solid #ffc853;
}
.portlet.light>.portlet-title>.nav-tabs>li:hover:nth-child(3) a, .portlet.light>.portlet-title>.nav-tabs>li:nth-child(3)>a.active{
  border-bottom: 2px solid #fd6497;
}


.portlet.light>.portlet-title>.nav-tabs>li.active>a, .portlet.light>.portlet-title>.nav-tabs>li:hover>a {
  background: 0 0;
  color: #333;
}

.portlet.light>.portlet-title>.nav-tabs>li>a.active{
  font-weight: 700;
  background: #ececec !important;
  border-bottom: 2px solid;
}

.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover, .kt-header-menu .kt-menu__nav>.kt-menu__item:hover{
  background-color: #fff;
}

#searchForm .form-group{
  display: flex;
  width: 500px;
  margin: 0;
  padding: 15px 0;
}

#searchForm .form-group input.form-control{
  display: inline-block;
  border-radius: 4px 0 0 4px;
}

#searchForm .form-group input.btn{
  display: inline-block;
  width: 80px;
  height: 38px;
  border-radius: 0px 4px 4px 0px;

}

#searchForm .form-group a.btn{
  display: inline-block;
  width: 80px;
  margin-left: 10px;
  padding: 9px;
}

.fileUploadBtn{
  border: 0;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 15px;
}


.kt-inbox .kt-inbox__form .kt-inbox__foot.file-container{
  display: none;
  
}

.kt-inbox .kt-inbox__form.active-file .kt-inbox__foot.file-container{
  display: inline-block;
}

.kt-widget3__item.comments .kt-widget3__header{
  width: 100%;
  display: block;
}

.kt-widget3__info .comment-container .comment-top{
  background: #e8edf0;
  border: 1px solid #bfc8cd;
  border-radius: 20px;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}

.kt-widget3__info .comment-container .comment-top .comment-name{
  font-weight: bold;
  display: inline-block;
}


.kt-widget3__info .comment-container .comment-top .comment-desc{
  display: inline-block;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
  font-size: 13px;
}

.contact_form_home .dropzoneBox.dz-started .dz-message {
  display: none;
}


.contact_form_home  .dropzoneBox {
  border: 1px dashed #dddddd;
  min-height: 70px !important;
  float: left;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.contact_form_home .dz-message {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 21px;
  font-size: 14px;
}

.contact_form_home .pContent {
  border: 1px solid #dadada;
  text-align: center;
  margin: 14px;
  padding: 14px 14px 4px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact_form_home .pContent .preview img {
  max-width: 120px;
  width: 100%;
}

.contact_form_home .pContent .name {
  display: block;
  font-weight: 700;
  margin-top: 5px;
  word-break: break-word;
}

.contact_form_home .pContent .size {
  font-size: 11px;
}

.contact_form_home .file-row a.dz-remove {
  display: block;
  text-align: center;
  margin: 0 14px 14px;
  padding-bottom: 14px;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 10px 19px;
}

.otpRow.form-group label{
  width: 120px;
}

.otpRow.form-group span{
  width: calc(100% - 120px);
  display: inline-block;
  float: right;
}

.tab-pane .table{
  margin: 20px;
  width: calc(100% - 40px);   
}

/*  big footer */

.footer-bs {
background-color: #3c3d41;
padding: 30px 20px;
color: rgba(255,255,255,1.00);
margin-bottom: 0px;
border-radius: 0px;
}


.footer-bs h5{
  color:#FFF;
  font-size: 15px;
  margin-bottom: 20px;
}

.footer-bs hr {
  margin: 10px 0;
  padding: 0px;
}

.footer-bs .footer-address, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-cf { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-cf { border-color: transparent; }
.footer-bs .footer-address h2 { margin:0px 0px 10px; }
.footer-bs .footer-address p { line-height:10px; font-size:13px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:#FFF; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .form-group label.error { 
  text-transform: none;
  color: #F00;
  font-weight: 600;
  font-size: 13px;
}

@media (min-width: 768px) {
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-cf { border-left:solid 1px rgba(255,255,255,0.10); }
}

.no-resize{
resize: none;
}

.socialIcons .fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  border-radius:10px;
}

.socialIcons .fa:hover {
    opacity: 0.7;
}

.socialIcons .fa-facebook {
  background: #3B5998;
  color: white;
}

.socialIcons .fa-twitter {
  background: #55ACEE;
  color: white;
}

.socialIcons .fa-google {
  background: #dd4b39;
  color: white;
}

.socialIcons .fa-linkedin {
  background: #007bb5;
  color: white;
}

.socialIcons .fa-youtube {
  background: #bb0000;
  color: white;
}

.socialIcons .fa-instagram {
  background: #125688;
  color: white;
}

.socialIcons .fa-pinterest {
  background: #cb2027;
  color: white;
}

.socialIcons .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.socialIcons .fa-skype {
  background: #00aff0;
  color: white;
}

.socialIcons .fa-android {
  background: #a4c639;
  color: white;
}

.socialIcons .fa-dribbble {
  .socialIcons background: #ea4c89;
  color: white;
}

.socialIcons .fa-vimeo {
  background: #45bbff;
  color: white;
}

.socialIcons .fa-tumblr {
  background: #2c4762;
  color: white;
}

.socialIcons .fa-vine {
  background: #00b489;
  color: white;
}

.socialIcons .fa-foursquare {
  background: #45bbff;
  color: white;
}

.socialIcons .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.socialIcons .fa-flickr {
  background: #f40083;
  color: white;
}

.socialIcons .fa-yahoo {
  background: #430297;
  color: white;
}

.socialIcons .fa-soundcloud {
  background: #ff5500;
  color: white;
}

.socialIcons .fa-reddit {
  background: #ff5700;
  color: white;
}

.socialIcons .fa-rss {
  background: #ff6600;
  color: white;
}