/*
* Theme Name: Medulla Doctor & Medical Directory Template

-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Global Settings
# Header Navigation Styles
# Homes Banner
# Doctor Element
# Doctor & Clinic Details Design
# Login & Signup Designs
# Common Element Design
# Common Page Design
# Blog Part Start 
# Footer Design
# Responsiveness Designs 
------------- List Of Table ----------*/

/* CSS Document */
@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap/bootstrap.min.css);
@import url(../css/plugins/date-picker.css);
@import url(../css/plugins/timepicker.css);
@import url(../css/plugins/dropzone.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/magnifypopup.css);
@import url(../css/plugins/select2.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/themify.css);
@import url(../css/plugins/morris.css);
@import url(../css/plugins/line-icons.css);
@import url(../css/plugins/iconfont.css);
@import url(../css/plugins/font-awesome.css);
@import url(../css/plugins/flaticon.css);

/*------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

/*------------------------------------
	Preloader
------------------------------------*/
.preloader {
  background-color: #ffffff;
  background-image: url("../img/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
i.req {
    color: #e41515;
}
ul{
	padding:0;
	margin:0;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
  outline: none; }
.modal-open {
    overflow: hidden !important;
}
body {
	background: #ffffff;
	color:#647b9c;
	font-size:15px;
	font-family: 'Muli', sans-serif;
	margin: 0;
	overflow-x: hidden !important;
	font-weight: 400;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }
a {
    color:#4a5682;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover,
a:focus {
  text-decoration: none; }

a.link {
  color:#fd5332; }
a.link:hover, a.link:focus, a:hover, a:focus {
    color:#fd5332; 
}
a.text-success:focus, a.text-success:hover {
    color:#27b737 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color:#fd5332 !important;
}
a.text-warning:focus, a.text-warning:hover {
    color:#ff9b20 !important;
}
a.text-danger:focus, a.text-danger:hover {
    color:#f33066 !important;
}
a.white-link {
  color: #ffffff; }
  a.white-link:hover, a.white-link:focus {
    color: #263238; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:100px 0 100px;
	position:relative;
}
section.min_space{
	padding:95px 0 100px;
}
p {
    line-height:1.8;
}
	
.gray-bg{
	background:#f7f7f7 url(../img/pat.png);
	background-repeat:repeat;
    background-position: center;
}
.gray{
	background:#f4f5f7;
}
.gray-simple{
	background:#f7f9fc;
}
.bg-1{
	background:#f7d0cb;
}
.bg-2{
	background:#dde9ed;
}
.tbl {
    display: table;
} 
  .full-height {
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
	padding:0;
}
.no-ul-list li{
	list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.full-width{
	width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.owl-carousel .item {
    padding: 0 15px;
}
.explore-content p {
    font-size: 19px;
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
}
.explore-content h1, .explore-content h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.shadow-0{
	box-shadow:none !important;
}
.dn {
    display: none;
}
/*------------ GLobal Settings: Heading-------------*/ 
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#242f65;
	font-weight:600;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
.cl_2{
	color:#242f65;
}
h5,
h6 {
	color:#242f65;  
}

.font-2{
  font-family: 'Poppins', sans-serif;
}

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}
.lead{
	font-size:20px !important;
}
.lead-i{
    font-family:lora;
	font-size:20px !important;
	font-style:italic;
}
.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }

.theme-cl{
	color:#fd5332;
}
.theme-bg{
	background:#fd5332;
}
.devided {
    position: relative;
    border-top: 1px solid #eaedf5;
}
.devided span {
    text-align: center;
    position: relative;
    padding: 5px 20px 6px;
    border: 1px solid #eaedf5;
    border-radius: 50px;
    line-height: 0;
    background: #ffffff;
    top: -12px;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}
ul.list-style li {
    margin-bottom: 1.2em;
    line-height: 1.5;
    list-style: none;
    padding-left:30px;
    position: relative;
}
ul.list-style li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
    color: #27b737;
    font-family: 'themify';
}
ul.list-style.style-2 li:before {
    content: "\e628" !important;
    color:#0273ff;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-50{
	height:50px;
}
.ht-60{
	height:60px;
}
.ht-70{
	height:70px;
}
.ht-80{
	height:80px;
}
.ht-80{
	height:80px;
}
.ht-100{
	height:100px;
}
.ht-110{
	height:110px;
}
.ht-120{
	height:120px;
}
.ht-130{
	height:130px;
}
.ht-140{
	height:140px;
}
.ht-150{
	height:150px;
}
.ht-160{
	height:160px;
}
.ht-170{
	height:170px;
}
.ht-180{
	height:180px;
}
.ht-190{
	height:190px;
}
.ht-200{
	height:200px;
}
.ht-100{
	height:100%;
	min-height:580px;
}
.h-100{
	height:100vh;
	min-height:580px;
}
.hts-100{
	height:100%;
}
blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote {
    font-style: italic;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
  margin: 0;
}
.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 .5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}
.color--white {
  color: #fff !important;
}
.color--dark {
  color: #252525 !important;
}
.color--success {
  color: #4ebf56 !important;
}
.color--error {
  color: #e23636 !important;
}
.bg--dark {
  background:#1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
  color: #ffffff;
}
.bg--dark .boxed:not([class*='bg-']), .imagebg:not(.image--light) .boxed:not([class*='bg-']), .bg--dark .large-features-2, .bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box, .bg--dark .large-features-box, .bg--dark .packages_wrapping {
    background: none;
    color: #fff;
}
.bg--dark .boxed:not([class*='bg-']).boxed--border, .imagebg:not(.image--light) .boxed:not([class*='bg-']).boxed--border {
    border-color:#2a2b31;
}

.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
  color: #fff;
}
.bg--site {
  background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--primary .color--primary {
  color: #fff !important;
}
.bg--light {
  background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
  color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
  color: #252525;
}
.bg--error {
  background: #e23636;
}
.bg--success {
  background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
  color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
  color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
  background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}
.color--facebook {
  color: #3b5998 !important;
}
.color--twitter {
  color: #00aced !important;
}
.color--googleplus {
  color: #dd4b39 !important;
}
.color--instagram {
  color: #125688 !important;
}
.color--pinterest {
  color: #cb2027 !important;
}
.color--dribbble {
  color: #ea4c89 !important;
}
.color--behance {
  color: #053eff !important;
}
.color--linkedin {
  color: #1685b9 !important;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background:#1685b9 !important;
  color: #fff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}
/*---------------- Global Element: data-overlay --------------*/
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background:#0c4396;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}

.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p{
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}

/*------------ GLobal Settings: Blockquote -------------*/ 
.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*------------ GLobal Settings: Common Bg Style -------------*/
.bg-cover{
    background-size: cover !important;
    background-position: center !important;
}	
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.default-bg{
	background-size:initial !important;
    background-position:initial !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
  vertical-align: top; }

html body .vm {
  vertical-align: middle; }

html body .vb {
  vertical-align: bottom; }

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }


/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
  font-weight: 600; }

html body .font-normal {
  font-weight: normal; }
 
html body .f-style {
 font-style:normal;
}
/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
  border: none !important; }

html body .b-r {
  border-right: 1px solid #e0ecf5 !important; }

html body .b-l {
  border-left: 1px solid #e0ecf5 !important; }

html body .b-b {
  border-bottom: 1px solid #e0ecf5 !important; }

html body .b-t {
  border-top: 1px solid #e0ecf5 !important; }

html body .b-all {
  border: 1px solid #e0ecf5 !important; }

/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #f33066 !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #ff9b20 !important; }

.text-success {
  color: #27b737 !important; }

.text-info {
  color:#03a98a !important; }

.text-inverse {
  color: #3e4555 !important; }

html body .text-blue {
  font-weight: 600;
  color: #2798ff; }

html body .text-purple {
  color: #7460ee; }

html body .text-primary {
  color: #fd5332 !important; }

html body .text-megna {
  color: #1dc8cd; }

html body .text-dark {
  color: #8d97ad; }

html body .text-themecolor {
  color: #fd5332; }

/*------------------------ Global Settings: Lists ------------------*/
.lists-4, .lists-3, .lists-2, .lists-1 {
    margin: 0;
    padding: 0;
}
.lists-4 li, .lists-3 li, .lists-2 li, .lists-1 li {
    list-style: none;
    margin: 1px 0 14px;
    line-height: 27px;
    margin-left: 22px;
    position: relative;
}
.lists-4 li:before, .lists-3 li:before, .lists-2 li:before, .lists-1 li:before {
    font-family: 'themify';
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -22px;
    display: block;
}
.lists-4.color li:before, .lists-3.color li:before, .lists-2.color li:before, .lists-1.color li:before{
	color:#D70040;
}
.lists-1 li:before {
    content: "\e71b";
    font-size: 13px;
}
.lists-2 li:before {
    content: "\e724";
    font-size: 13px;
}
.lists-3 li:before {
    content: "\e64c";
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ecf1f7;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.lists-4 li:before {
    content:"\e65d";
    font-size: 13px;
}
/*------------- Global Settings: Avater --------------------*/
img.avatar-30 {
    max-width: 30px;
}
img.avatar-50 {
    max-width: 50px;
}
img.avatar-40 {
    max-width:40px;
}
img.avatar-60 {
    max-width:60px;
}
img.avatar-70 {
    max-width:70px;
}
/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}
.alert-success {
    color: #27b737;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}
.alert-warning {
    color: #ff9b20;
    background-color: #fff5e9;
    border-color: #fff5e9;
}
.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}
.alert-danger {
    color: #f33066;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}
.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}
.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #fd5332 !important; }

.bg-success {
  background-color: #27b737 !important; }

.bg-info {
  background-color:#1ac790 !important; }

.bg-warning {
  background-color: #ff9b20 !important; }

.bg-danger {
  background-color: #f33066 !important; }

.bg-orange {
  background-color: #ec2828 !important; }

.bg-yellow {
  background-color: #fed700; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

html body .bg-megna {
  background-color: #1dc8cd; }

html body .bg-theme {
  background-color: #fd5332; }

html body .bg-inverse {
  background-color:#374158; }

html body .bg-purple {
  background-color: #7460ee; }

html body .bg-light {
  background-color: #f4f8fa !important; }
html body .bg-light-2{
	background-color:#eef9ff !important;
}
html body .bg-light-primary {
  background-color: #f1effd; }

html body .bg-light-success {
  background-color: #e8fdeb; }

html body .bg-light-info {
  background-color: #cfecfe; }

html body .bg-light-extra {
  background-color: #ebf3f5; }

html body .bg-light-warning {
  background-color: #fff8ec; }

html body .bg-light-danger {
  background-color: #f9e7eb; }

html body .bg-light-inverse {
  background-color: #f6f6f6; }

html body .bg-light {
  background-color:#f5f7f9; }

html body .bg-white {
  background-color: #ffffff; }
 
html body .bg-whites {
  background-color: #f4f5f7; }
  
html body .bg-red {
  background-color: #e21137; }
  
html body .bg-green {
  background-color: #4caf50; }
  
html body .bg-sky {
  background-color: #20b2c1; }
  
html body .bg-blue {
  background-color: #03a9f4; }

html body .bg-dark-blue{
	background-color:#192c48;
}

/*-------------- GLobal Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #1dc8cd; }

.label-success {
  background-color: #27b737; }

.label-info {
  background-color: #fd5332; }

.label-warning {
  background-color: #ff9b20; }

.label-danger {
  background-color: #f33066; }

.label-megna {
  background-color: #1dc8cd; }

.label-primary {
  background-color: #fd5332; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f4f8fa; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #27b737; }

.label-light-info {
  background-color: #cfecfe;
  color: #fd5332; }

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9b20; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #f33066; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd; }

.label-light-primary {
  background-color: #f1effd;
  color: #fd5332; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555; }

/*------------ GLobal Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #f7f9fb;
}
.table tr th, .table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
    padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding:20px 15px;
	text-align:center;
}
table.table tr th {
    font-weight: 600;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e !important;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/*----------- Group Button ------------*/
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn-secondary a{
	box-shadow:none !important;
    border-left: 1px solid rgba(255,255,255,0.1) !important;
}
.btn-group .btn-secondary:first-child {
    border-left:none !important;
}
.btn-group .btn {
    border-radius: 0.3rem;
	overflow: hidden;
	padding:0px;
}
.btn-group .btn a {
	padding:1rem 1.5rem;
}
.nav-link.active, .btn-group .btn-secondary:hover a,.btn-group .btn-secondary:focus a, .btn-group .btn-secondary .nav-link {
    color: #ffffff;
}
label.btn {
    border: none !important;
}
.btn-group .btn-secondary a {
    color: #fff !important;
    background-color: #122947 !important;
    border-radius: 0 !important;
}
.btn-group .btn-secondary .nav-link.active, .btn-group .btn-secondary .nav-link:hover, .btn-group .btn-secondary .nav-link:focus {
    color:#fff;
    background-color:#D70040 !important;
}

/*------------- GLobal Settings: Badge ----------------*/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #27b737; }

.badge-info {
  background-color: #fd5332; }

.badge-primary {
  background-color: #fd5332; }

.badge-warning {
  background-color: #ff9b20; }

.badge-danger {
  background-color: #f33066; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #3e4555; }


/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
	margin: 0px;
	padding: 0px;
}

ul.list-style-none li {
	list-style: none; 
}

ul.list-style-none li a {
	color: #8d97ad;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
	font-size: 15.5px;
}
ul.list-style-none li a:hover {
	color: #fd5332;
}


/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color:#607394;
  font-size: 15.5px;
}


/*------------- GLobal Settings: Buttons ----------------*/
.btn {
    border: 2px solid transparent;
}
.btn {
	color: #ffffff;
	padding: 12px 25px;
	cursor: pointer;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	border-radius:0.1rem;
}
a.btn-trans-video{
    font-size: 1em;
    padding: 0.8em 1.6em;
	color: #fd5332;
} 
a.btn-trans-video i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fd5332;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
	-webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid  a.btn-trans-video{
	color:#ffffff;
} 
.light-vid a.btn-trans-video i {
    background: #3583ff;
    color: #ffffff;
    box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
}
.btn:hover {
	color: #ffffff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px; }
  
.btn-link .underline {
    border-bottom: 1px solid #263238;
}
	
.btn-link:hover {
    color: #27b737;
}

.btn-light {
  color: #263238;
  border:1px solid #ffffff;
  border-radius:4px;
  margin-bottom:5px;
}
  
.btn-light:hover {
    background:#252c41;
    color: #ffffff !important;
    border-color:#252c41;
}

.btn-lg {
    padding: 0.8em 2em;
	border-radius:0.4rem;
    font-size: 1.2em;
}

.btn-md {
  padding:1em 1.5em;
  font-size:1em;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius:50px !important;
  -webkit-border-radius:50px !important;
}

.btn-arrow {
  position: relative;
}
  
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
	
.btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
	
.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
	
.btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; 
}
.btn-theme{
	background:#fd5332;
	border-color:#fd5332;
	color:#ffffff;
	transition:all ease 0.4s;
}
.btn-theme-2{
	background:#3151B7;
	border-color:#3151B7;
	color:#ffffff;
	transition:all ease 0.4s;
}
.btn-theme-2:hover, .btn-theme-2:focus{
	background:#fd5332;
	border-color:#fd5332;
	color:#ffffff !important;
}
.btn-outline-theme {
    color: #fd5332;
    background-color: transparent;
    border:2px solid #fd5332;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
    color:#ffffff !important;
    background-color:#fd5332;
    border-color:#fd5332;
}
.btn-outline-theme-2 {
    color:#3151B7;
    background-color: transparent;
    border:2px solid #3151B7;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover, .btn-outline-theme-2:focus {
    color:#ffffff;
    background-color:#3151B7;
    border-color:#3151B7;
}
.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color:#eef0f3;
  color: #8d97ad;
}
  
.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #ffffff !important;
}
	
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #263238;
    border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background:#fd5332;
  color:#ffffff !important;
  border: 1px solid #fd5332;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}
  
.btn-primary:hover, .btn-primary.disabled:hover {
    background: #e05707;
    border: 1px solid #e05707;
    color: #ffffff !important;
}
	
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
    background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #fd5332;
  color: #ffffff;
  border: 1px solid #fd5332;
}
  
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1;
}
.btn-black{
  background:#263547 !important;
  color: #ffffff;
  border:1px solid #263547;
}
  
.btn-black:hover,
.btn-black:focus {
    background:#0f7dff;
    border: 1px solid #0f7dff;
}
	
.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #27b737;
  border: 1px solid #27b737;
  color: #ffffff;
}
  
.btn-success:hover,
.btn-success.disabled:hover {
    background: #1fd628;
    border: 1px solid #1fd628;
}
	
.btn-success.active, .btn-success:active, .btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
    background: #1fd628;
}

.btn-info,
.btn-info.disabled {
  background:#1ac790;
  border: 1px solid #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-info:hover,
.btn-info.disabled:hover {
    background:#1ac790;
    border: 1px solid #1ac790; 
}
	
.btn-info.active, .btn-info:active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
    background: #0976ea;
}

.btn-warning,
.btn-warning.disabled {
  background: #ff9b20;
  color: #ffffff;
  border: 1px solid #ff9b20;
}
  
.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #f1901a;
    color: #ffffff;
    border: 1px solid #f1901a;
}
	
.btn-warning.active, .btn-warning:active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #f1901a;
    color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
  background: #f33066;
  border: 1px solid #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-danger:hover,
.btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b;
}
	
.btn-danger.active, .btn-danger:active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
    background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
  
.btn-inverse:hover,
.btn-inverse.disabled:hover {
    background: #232a37;
    color: #ffffff;
    border: 1px solid #232a37;
}

.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
  
.btn-red:hover,
.btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f;
}
	
.btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b;
}
.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #263238;
}

.btn-outline-primary {
  color: #fd5332;
  background-color: #ffffff;
  border-color: #fd5332;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #fd5332;
    color: #ffffff;
    border-color: #fd5332; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb;
}

.btn-outline-success, a.btn-outline-success {
  color: #27b737;
  background-color: transparent;
  border-color: #27b737;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
    background: #27b737;
    border-color: #27b737;
    color: #ffffff;
}
	
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
    background: #1fd628;
}

.btn-outline-info {
  color:#1ac790;
  background-color: transparent;
  border-color:#1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background:#1ac790;
    border-color:#1ac790;
    color: #ffffff;
}
	
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
    background:#1ac790;
}

.btn-outline-warning {
  color: #ff9b20;
  background-color: transparent;
  border-color: #ff9b20;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #ff9b20;
    border-color: #ff9b20;
    color: #ffffff;
}
	
  .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
    background: #f1901a;
}

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #f33066;
    border-color: #f33066;
    color: #ffffff;
}
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff;
}
	
  .btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
    background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #3e4555;
    border-color: #3e4555;
    color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color:#1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #f1901a;
  border: 1px solid #f1901a; 
  color: #ffffff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}
.btn-warning-light{
	color: #ff8f00!important;
    background: rgba(255,143,0,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-warning-light:hover, .btn-warning-light:focus{
	color:#ffffff !important;
    background:#ff8f00;
    border-color:#ff8f00;
}
.btn-success-light{
	color:#29cf8d !important;
    background: rgba(41,207,141,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-success-light:hover, .btn-success-light:focus{
	color:#ffffff !important;
    background:#29cf8d;
    border-color:#29cf8d;
}
.btn-primary-light{
	color:#fd5332 !important;
    background: rgba(51,137,255,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-primary-2{
  position: relative;
  overflow: hidden;
	color:#ffffff !important;
    background:#19ce6d;
    border-color:#19ce6d;
    z-index: 1;
}
.btn-primary-2:before {
    position: absolute;
    content: '';
    background: #13213a;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.btn-primary-2:hover:before{
  width: 100%;
}
.btn-primary-light:hover, .btn-primary-light:focus{
	color:#ffffff !important;
    background:#fd5332;
    border-color:#fd5332;
}
.btn-danger-light{
	color:#ed2929 !important;
    background: rgba(237,41,41,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-danger-light:hover, .btn-danger-light:focus{
	color:#ffffff !important;
    background:#ed2929;
    border-color:#ed2929;
}
.btn-over-light{
	color:#ffffff !important;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}
.btn-over-light:hover, .btn-over-light:focus{
	color:#ffffff !important;
    background:#ff8f00;
    border-color: rgba(255,255,255,0.2);
}
/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}
.video-play-icon {
    width:6.42857143em;
    height:6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index:2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
	line-height:6em;
    background: #ffffff;
	box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
	-webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
    font-size: 3em;
	color:#fd5332;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    width:40px;
    height:40px;
    text-align: center;
    line-height:40px;
    border: 1px solid #eaeff5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#fd5332;
    border-color:#fd5332;
}

.pagination li:first-child a {
    background:#fd5332;
    border: 1px solid #fd5332;
    border-radius:50% !important;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:50% !important;
    color: #fff
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #fd5332;
    border-color: #fd5332;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
margin:5px 0;
cursor: pointerer;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before{
content: '';
background: #fff;
border: 2px solid #d8dfe6;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius:3px;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #d8dfe6;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
background: #fd5332;
border-radius:2px;
box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
background:#fd5332;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.company-brands label{
font-weight:normal;
color:#828f99;
font-size:15px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline:none /* focus style */
}
.company-brands input[type='checkbox']:focus{
outline:none;
}
.company-brands label:focus{
outline:none;
}
/*------------ Global Setting: Multiple Bg Color For Category ---------*/
html body .bg-a{
	background:#f73d51;
}
html body .bg-b{
	background:#8a7cd9;
}
html body .bg-c{
	background:#ffb390;
}
html body .bg-d{
	background:#37b475;
}
html body .bg-e{
	background:#4b5e6c;
}
html body .bg-f{
	background:#f5b83b;
}
html body .bg-g{
	background:#5565d0;
}
html body .bg-h{
	background: #18bad9;
}
html body .bg-i{
	background:#433c63;
}
html body .bg-j{
	background:#ad4f87;
}
html body .bg-k{
	background:#ee7d4e;
}
html body .bg-l{
	background:#ff465a;
}
html body .bg-m{
	background:#f5b83b;
}
html body .bg-o{
	background:#18bad9;
}
html body .bg-p{
	background:#6877de;
}
html body .bg-q{
	background: #14af69;
}
html body .bg-r{
	background:#576977;
    color: #576977;
}
html body .bg-s{
	background:#fd5c05;
}
html body .bg-t{
	background:#8a7cd9;
}
html body .bg-u{
	background:#ff465a;
}
html body .bg-v{
	background: #8a7cd9;
}
html body .bg-x{
	background:#18bad9;
}
html body .bg-y{
	background: #f5b83b;
}
html body .bg-z{
	background:#ff8645;
}
/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFFFFF;
}
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fd5332;
    position: absolute;
    top:3px;
    left:3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

.hidden-xl-down {
  display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
	margin-bottom:2rem;
}
.sec-heading.lg {
	margin-bottom:30px;
}
.sec-heading.center {
	text-align:center;
}
.sec-heading h2, .sec-heading p{
	margin-bottom: 10px;
}
.sec-heading.light h2, .sec-heading.light p{
	color:#ffffff;
}
.color-heading .sec-heading h2{
    color: #D70040;	
}
.sec-heading p{
	margin-bottom:17px;
}
.sec-heading-flex{
	display:flex;
	width:100%;
	margin-bottom:1.5rem;
	align-items:center;
	position:relative;
}
.sec-heading-flex-one{
	flex:1;
}
.sec-heading-flex-one h2{
	margin-bottom:0;
	font-size:22px;
}
.single-items {
    padding: 0 10px;
}
.property-slide, .item-slide{
    margin: 0 -15px;
}
.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-left {
    flex: 1;
}
.sec-left h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.sec-right a {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.frm_submit_block {
    margin-bottom: 30px;
}
.form-control {
    height:54px;
    border-radius:4px;
    font-size:15px;
    box-shadow: none;
	padding:.5rem .75rem;
	margin-bottom: 15px;
    border:1px solid #e6eaf3;
	background-clip: initial;
}
.submit-form .form-control, .submit-page .form-control, .frm_submit_block .form-control{
    background: #f9fafc;
    border: 1px solid #ebedf5;
    border-radius: 3px;
	color: #646e77;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
.frm_submit_block h3 {
    margin-left: 10px;
}
.form-control.simple {
    background: #f2f3f5;
    border-color: #f2f3f5;
    border-radius: 4px;
}
.select2-container {
    width: 100% !important;
    z-index: 55;
}
span.select2-selection.select2-selection--single {
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid #e6eaf3;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
	border:none;
    height:54px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #16447d;
    font-weight:500;
    line-height:54px;
    text-align: left;
    padding:0 15px 0 0;
	width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
}
.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:29px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:#647b9c transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#647b9c;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top:1px;
}
.image-bg .form-control, .bg--dark .form-control {
	color:#495057 !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
    height:62px;
}
.form-control.fc-lg {
    height:62px;
}
textarea.form-control{
	height:140px;
}
textarea.form-control.big{
	height:180px;
}
.form-control::-webkit-input-placeholder{color:#647b9c;font-weight:500;}
.form-control:-ms-input-placeholder{color:#647b9c;font-weight:500;}
.form-control::placeholder{color:#647b9c;font-weight:500;}

/*------------- Form --------------*/
.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #394d8c;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}
.tip-topdata:before {
    content: attr(data-tip);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 0;
    background:#394d8c;
    color: #ffffff;
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 3px;
    top: -42px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-shadow: none;
    display: inline-table;
}

.tip-topdata:hover:before {
opacity: 1;
}
.frm_submit_block .select2-container--default .select2-selection--single {
    background-color: #f9fafc;
    border-radius: 0;
    border: none;
    height: 56px;
    border: 1px solid #ebedf5;
    border-radius: 4px;
    padding-left: 15px;
}
.frm_submit_block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}

/*---------- Input Group -----------*/
.input-group .form-control {
    border-radius: 4px;
}
footer.style-2 {
    padding-top: 0;
}

.top-footer .form-control::-webkit-input-placeholder{color:rgba(255,255,255,0.7);font-weight:500;}
.top-footer .form-control:-ms-input-placeholder{color:rgba(255,255,255,0.7);font-weight:500;}
.top-footer .form-control::placeholder{color:rgba(255,255,255,0.7);font-weight:500;}
.dark-footer .top-footer {
    border-bottom: 1px solid #333c56;
}
.dark-footer .input-group {
    background: #2c344c;
}
.dark-footer .input-group-text {
    color:#7482ad;
}
.dark-footer .top-footer input.form-control {
    color:#ffffff;
}
.dark-footer .foot-news-first h5 {
    color: #ffffff;
}
/**************************************
	Header Navigation Styles
***************************************/
/*--------- General Features: Topbar -----------*/
.topbar-head{
    padding:12px 0px;
    background:#13213a;
}
.topbar-wrap{
    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;
}
.topbar-head ul.tp-list {
    display: inline-block;
    margin-right: 0;
	margin:0;
	padding: 0;
}
.topbar-head ul.tp-list.nbr {
    border-right:none;
}
.topbar-head ul li{
    display:inline-block;
	list-style:none;
	padding-right: 18px;
}
.topbar-head ul ul.dropdown-menu.mlix-wrap li a img {
    display: inline-block;
    max-width: 15px;
	margin-right:5px;
}
.topbar-head ul li:last-child{
	padding-left:0px;
}
.topbar-head ul li a {
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
}
ul.dropdown-menu.mlix-wrap {
    background: #13213a;
    max-width:120px !important;
    min-width: 60px;
    padding: 1rem;
    right: 0;
    left: auto !important;
}
.topbar-head ul ul.dropdown-menu.mlix-wrap li {
	padding-right:0;
	width: 100%;
}
ul.tp-nav li {
    margin-bottom: 10px;
    display: block;
    transition: all ease 0.4s;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe3ea;
}
ul.tp-nav li:hover, ul.tp-nav li:focus{
    margin-left:10px;
}
.tp-side-menu {
    padding: 5px 10px;
    background: #1a2b4a;
    border-radius: 2px;
    color: #859cc5 !important;
}
/*----------- Navigation -------------*/
.nav-brand, .nav-brand:focus, .nav-brand:hover, .nav-menu>li>a {
    color: #3b537d;
    font-weight: 600;
    text-transform:capitalize;
    font-size: 13px;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right;
    letter-spacing: 0.5px;
}

.nav-header {
    float: left
}

.nav-brand {
    padding:18px 15px;
	margin-right: 1rem;
	padding-left: 0;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color:#1c2138;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #2d3454;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #2d3454
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li>a {
    padding:30px 12px 26px;
    display: inline-block;
    transition: color .3s, background .3s;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
	color: #787fa0;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color: #D70040 !important;
}

.nav-menu>li>a>[class*=ion-], .nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    /* transform: scale(1.4); */
    top: 1px;
    position: relative;
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;

    border: none !important
}
.nav-menu+.nav-menu>li:first-child {
    position: relative;
}
.nav-menu+.nav-menu.dhsbrd>li:first-child:before {
    display:none;
}
.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa, .nav-menu.nav-menu-social>li>a>.fas {
    font-size: 15px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #D70040 #D70040 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #D70040
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #D70040;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
	padding:15px;
	background:#ffffff;
	border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);    
}
.nav-menu>li>.nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  width:22px;
  height:22px;
  left:27px;
  top:-12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s; 
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding:14px 20px 14px 10px;
	border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #70798b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-dropdown>li:last-child>a{
	border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    padding-left: 20px;
	color: #D70040;
}
.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color:red;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #D70040 #D70040 transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    background:#fff;
	z-index:4;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.nav-menu.nav-menu-social>li.joinnow {
    border-radius: 2px;
    top: 19px;
    position: relative;
    height: 45px;
    padding: 0px;
    margin-left: 10px;
}
.nav-menu.nav-menu-social>li.joinnow.style-2 {
    border-radius:4px;
    min-width: 140px;
    top:17px;
    position: relative;
    height:46px;
}
.nav-menu.nav-menu-social>li.joinnow a {
    top:0px;
	padding: 30px 20px;
    color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.joinnow.dark-bg {
    background: #2e3654;
}

.nav-menu.nav-menu-social>li.joinnow.bg-whit{
    background:#ffffff !important;
}

.nav-menu.nav-menu-social>li.joinnow.bg-whit a{
    color:#333333 !important;
}
.nav-brand img {
    max-width: 140px;
    position: relative;
    top: 4px;
}
.nav-menu.nav-menu-social>li.joinnow {
    border-radius: 50px;
    top: 14px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 48px;
    padding: 0 5px;
    margin-left: 10px;
    background:#19ce6d;
}
.nav-menu.nav-menu-social>li.joinnow:before{
  position: absolute;
  content: '';
  background: #13213a;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}
.nav-menu.nav-menu-social>li.joinnow:hover:before{
  width: 100%;
}
.nav-menu.nav-menu-social>li.joinnow.light-call {
    background: #ffffff;
    border: 1px solid #d8e4f1 !important;
}
.nav-menu.nav-menu-social>li.joinnow.light-call a, .yellow-skin .nav-menu.nav-menu-social>li.joinnow.light-call a:hover, .yellow-skin .nav-menu.nav-menu-social>li.joinnow.light-call a:focus{
    color:#242f65 !important;
}
.nav-menu.nav-menu-social>li.joinnow.light-call a i{
    color:#27b737;
}
.nav-menu.nav-menu-social>li.joinnow.light-call a i{
	margin-right:5px;
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 19px 15px;
}
.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}
.account-drop .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    border: solid 1px #ebedf3;
    min-width: 200px;
    left: initial !important;
    padding: 0.4rem 1rem;
}
/*----------Dark Menu --------*/
@media (min-width: 992px) {
.nav-menu.nav-menu-social>li.joinnow.bg-white{
    background:#ffffff !important;
}
.nav-menu.nav-menu-social>li.joinnow.bg-white a{
    color:#333333 !important;
}
.header.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.header.head-shadow{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}
.nav-menu.nav-menu-social>li.joinnow a {
    top: -8px;
}
.nav-menu.nav-menu-social>li.joinnow a {
    /* top: 0; */
    padding:20px 15px;
    color: #fff!important;
    font-weight:500;
    font-size: 15px;
}
.nav-menu.nav-menu-social>li.joinnow.style-2 a {
    top: -16px;
}
.header.header-dark {
    background-color: #1f263e;
}
.header.header-dark .nav-brand, .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover, .header.header-dark .nav-menu>li>a {
    color: #ffffff;
}

.header.header-dark .nav-menu>li .nav-dropdown {
    background:#232b46;
}
.header.header-dark .nav-dropdown>li>a {
    border-bottom: 1px solid #2e3654;
}
.header.header-dark .nav-menu>li>.nav-dropdown:before {
  background-color:#232b46;
}

/*------ transparent --------*/
.header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index:4;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.header-transparent.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background:#ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
    color: #ffffff;
}
.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
    color:#404656;
}
.change-logo .nav-brand.fixed-logo {
    display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
    display: none;
}

.dark-text .nav-brand, .header-transparent.dark-text .nav-brand:focus, .header-transparent.dark-text .nav-brand:hover, .header-transparent.dark-text .nav-menu>li>a {
    color: #404656;
}
.header-transparent.dark-text .nav-menu>li>a:hover, .header-transparent.dark-text .nav-menu>li>a:focus {
    color:#D70040;
}
}




/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before{
    margin-left: 10px;
    content:"\e61a";
	font-family:'themify';
    float: right;
    position: relative;
	font-size:12px;
    top:2px;
}
nav .menu > li.dropdown  li.dropdown > a:before{
    margin-left: 10px;
    content:"\e649";
	font-family:'themify';
    float: right;
    position: relative;
	font-size:14px;
    top:1px;
}

nav .menu li.dropdown.open > a{
    color: #e74c3c;
	
}
.top-header {
    background: #333c56;
    padding:12px 0;
    color: #ffffff;
}
.cn-info ul {
    padding: 0;
    margin: 0;
}
.cn-info ul li {
    list-style:none;
	display:inline-block;
	margin-right:15px;
}
.cn-info ul li i{
	margin-right:5px;
}
.cn-info ul li:last-child{
	margin-right:0;
}
.top-social{
	padding: 0;
    margin: 0;
	float:right;
}
.top-social li{
	list-style:none;
	display:inline-block;
	margin-right:15px;	
}
.top-social li:last-child{
	margin-right:0;
}
.top-social li a{
	color:#ffffff;
}
.mg-menu-items{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;
}
.mg-menu-items i{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
.mg-menu-items h5{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
	font-size: 15px;
	color:#031b4e;
	margin-bottom:0;
}
.mg-menu-items h5>span {
    color:#72809D;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 0;
    box-shadow: none;
	margin-top: 5px;
	font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 35px;
    border-radius: 50%;
    margin-right: 7px;
}
li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding:10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}


/*===================================================
 Homes Banner
==================================================*/
.overlio {
    margin-top: -60px;
    z-index: 1;
}
.hero_banner {
    padding:80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
}
.hero_banner {
    justify-content: center;
}
.image-cover {
    background-size: cover !important;
    background-position: center !important;
}
.image-cover.bottom {
    background-position:bottom !important;
}
.hero_banner .container {
    position: relative;
    z-index: 22;
}
.hero-caption {
    text-align: left;
    position: relative;
    width: 100%;
    max-width:800px;
}
.hero-caption.min {
    max-width:750px;
}
.hero-caption.small_wd {
    max-width: 650px;
}
.hero-caption.center {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.hero-caption p {
    font-size: 17px;
    margin-top:0.2rem;
    line-height: 1.9;
}
/*----------- Home 2 Design ---------*/
.banner_count_sec {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: end;
    position: absolute;
    bottom: 0;
}
.bc_sec_first {
    width:25%;
}
.bc_sec_last {
    width:75%;
    background: #ffffff;
    border-radius: 8px 0 0 0px;
}
.bc_sec_last ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.bc_sec_last ul li {
    width: 25%;
    flex: 0 0 25%;
    text-align: center;
    color: #242f65;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    padding:1rem 0 0.7rem;
}
.bc_sec_last ul li h4{
    color: #242f65;
    font-size: 35px;
    font-weight:600;
}
.bc_sec_last ul li span {
    color: #647b9c;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.banner_video {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.banner_video_icon {
    margin-right: 15px;
}
.banner_video_icon a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color:#2798ff;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
}
.banner_video_caption {
    display: inline-block;
}
.banner_video_caption .banner_video_title {
    font-size: 16px;
    font-weight: 600;
	line-height:1.2;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}
.banner_video_caption span {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
/*---------- Home 3 ------------*/
.shadow-brand {
    background: #ffffff;
    padding: 2.5rem 0;
    border-radius: 10px;
	overflow: hidden;
    box-shadow: 0px 56px 60px rgba(57, 47, 109, 0.04);
	-webkit-box-shadow: 0px 56px 60px rgba(57, 47, 109, 0.04);
}
.hero-inner:after {
    content: "";
    background: url(../img/inner-1.png) center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	opacity:1;
    z-index: 1;
}
.single_brands img {
	transition:all ease 0.4s;
    max-width: 130px;
    margin: 0 auto;
    display: table;
    opacity: 0.6;
}
.single_brands img:hover, .single_brands img:focus {
    opacity:1;
}
.rlt{
	position:relative;
}
.elix_img_box{
	display:none;
}
.serch-cates {
    text-align: center;
    margin-top:2rem;
    width: 100%;
    position: relative;
}
.serch-cates li {
    display: inline-block;
    padding: 0 10px;
    list-style: none;
}
.serch-cates li a {
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    padding: 3px 20px;
    border-radius: 50px;
	transition:all ease 0.4s;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.serch-cates li a:hover, .serch-cates li a:focus{
	background:#ffffff;
	color:#2798ff;
}

/*-------- Search Form -------------*/
.banner-search {
    display: table;
    position: relative;
	overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
}
.banner-search.shadow_high {
    box-shadow:0px 10px 12px rgba(77, 60, 160, 0.1);
	-webkit-box-shadow:0px 10px 12px rgba(77, 60, 160, 0.1);
}
.banner-search.shadow {
	box-shadow:0px 64px 100px rgba(77, 60, 160, 0.09);
	-webkit-box-shadow:0px 64px 100px rgba(77, 60, 160, 0.09);
}
.search_hero_wrapping {
    height: 100%;
    width: 100%;
    position: relative;
}
.banner-search .form-group {
    margin: 0;
    height: 65px;
}
.banner-search .form-control {
    border: none !important;
}
.banner-search span.select2-selection.select2-selection--single {
    border: none !important;
}

.banner-search .form-group>*, .banner-search .form-group .input-with-icon>* {
    height: 100%;
}
.select2-container--default .select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6eaf3;
}
.select2-dropdown {
    border: 1px solid #e6eaf3;
}
.banner-search .btn.search-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    font-size: 18px;
	border-radius:0;
    position: relative;
    right: -1px;
	color:#ffffff;
  transition: all 500ms ease;
}
.banner-search .btn.search-btn:hover{
  background: #13213a;
}
.banner-cat-highlits ul li {
    list-style: none;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 1rem;
}
.banner-cat-highlits ul li [type="radio"]:checked + label:before, .banner-cat-highlits ul li [type="radio"]:not(:checked) + label:before {
    border: 2px solid #aec0d2;
    background: transparent;
}
.banner-cat-highlits ul li [type="radio"]:checked + label:after, .banner-cat-highlits ul li [type="radio"]:not(:checked) + label:after {
    background: #2798ff;
}
.search_hero_box{
    background: #ffffff;
    border-radius: 10px;
	display: block;
    padding: 35px 30px 40px 30px;
}
.search_hero_box .border {
    border-radius: 4px;
    border-color: #dde4ea !important;
}
html body .search_hero_box .cl_2{
	color: #242f65 !important;
}
.searc-inner-wrap .banner-cat-highlits {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left:1.5rem;
}
.light-br-right{
	border-right: 1px solid #e7edf1;
}
.searc-inner-wrap .banner-cat-highlits ul li {
    margin-top: 0;
}
.container.over-search-top {
    position: relative;
    top: -40px;
}
/*------ Input Field with Icon ----------*/
.input-with-icon {
    position: relative;
    padding-left: 40px;
}
.input-with-icon img {
    position: absolute;
    left: 15px;
    max-width: 25px;
    top:1px;
}
.input-with-icon i {
    position: absolute;
    left: 14px;
    font-size: 25px;
    color: #BFCADA;
    top: 38%;
}

/*=================================================
	Doctor Element
==================================================*/
/*------------- Design 1 --------------*/
.doctor-grid-view {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align:left;
    padding:0;
	box-shadow: 0 10px 30px #eaf2f1;
	-webkit-box-shadow: 0 10px 30px #eaf2f1;
}
.doctor-grid-thumb {
  position: relative;
    display: block;
    background: #ffffff;
    align-items: center;
    border-radius: 5px;
    padding: 0;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 16px 16px 10px 16px;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.hero_banner{
  position: relative;
  overflow: hidden;
}
.doctor-grid-thumb img{
    max-width:100%;
    border-radius:5px;
	transition: all 500ms ease;
}
.doctor-grid-caption {
    padding: 0.5rem 1rem;
    position: relative;
    width: 100%;
}
.doc-title-wrap {
    display: block;
    position: relative;
    width: 100%;
}
.doctor-grid-caption .doc-title {
    margin-bottom: 0px;
    font-size:20px;
    line-height: 1.4;
	position:relative;
	display:inline-flex;
}
.doctor-grid-caption .doc-title.verified:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: cover;
    object-fit: cover;
    background-image: url(../img/veryfy.svg);
}
.doc-inner-wrap {
    margin-top: 1rem;
    position: relative;
    display: block;
}
.doc-ratting-boxes {
    display: inline-flex;
}
.doc-spacialist {
    font-size: 14.5px;
}
.doctor-review-list {
    font-size: 13px;
    margin-left: 7px;
}
.doc-ratting-boxes {
    display: inline-flex;
    align-items: center;
}
.doc-location {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.doc-location img{
    margin-right:5px;
	max-width:15px;
}
ul.doc.ratting-view{
	margin:0;
}
ul.doc.ratting-view li {
    list-style: none;
    display: inline-block;
	color: #b1bfe0;
    margin: 0 0px;
    font-size:9px;
}
ul.doc.ratting-view li i.filled {
	color:#ff8e1a;
}


/*--------------- Design 2 -----------*/
.doctor-grid-view.style-2 .doctor-grid-caption {
    padding: 0 1rem;
}
.doctor-grid-view.style-2 {
    padding:2rem 0 0;
}
.mke-specialist {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    margin: 10px auto 0;
	width: 100%;
}
.tag-specialist {
    color: #2798ff !important;
    background: rgba(39, 152, 255, 0.1);
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 14px;
}
.rate-doc {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 5px 10px 5px 12px;
    font-weight: 600;
    font-size: 14px;
    color: #f3881b;
	display: flex;
    align-items: center;
    background: rgba(243, 136, 27, 0.1);
    border-radius: 0px 4px 4px 0px;
}
.rate-doc i {
    font-size: 10px;
    margin-right: 5px;
}
.btn.btn-app-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    background: rgb(242 246 251);
    color:#a4acd2;
    padding: 0 !important;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    justify-content: center;
    z-index: 1;
}

.doctor-grid-footer {
    margin-top: 1rem;
    padding: 15px 1rem;
    text-align: left;
    border-top: 1px dashed #dfe8f1;
    display: flex;
    align-items: center;
}
.doc-foot-first {
    flex: 1;
}
.doctor-grid-footer .btn.btn-availability {
    padding: 0;
    color: #7488a7;
    margin: 0;
    font-size: 14px;
}
.btn.doc-book-btn {
    padding: 5px 22px;
    height: 38px;
    margin: 0;
    color: #19ce6d;
    background: rgb(255 255 255);
    border-radius: 5px;
    border: 2px solid #dde2ef;
    transition: all ease 0.4s;
    font-weight: 600;
}
.btn.doc-book-btn:hover, .btn.doc-book-btn:focus {
    color:#ffffff;
	padding: 5px 22px;
    height: 38px;
    background:#19ce6d;
    border:2px solid #19ce6d;
}
.av-status {
    font-size: 14px;
    font-weight: 600;
    color: #28ce89;
}
.av-status.not {
    color:#ec3826;
}
.save-doc {
    display: inline-flex;
    background: #ffffff;
    padding: 4px 15px;
    border-radius: 1px;
    font-size: 14px;
    margin-right: 15px;
    color: #242f65;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
    position: absolute;
    top: 25px;
    right: 25px;
	transition:all ease 0.4s;
    align-items: center;
    font-weight: 600;
    z-index: 1;
}
.save-doc i{
    margin-right:6px;
}
.doctor-grid-view:hover .save-doc, .doctor-grid-view:focus .save-doc {
    background: #ff7728;
    color: #ffffff;
}
.doctor-grid-view:hover .btn.doc-book-btn, .doctor-grid-view:focus .btn.doc-book-btn,
.doctor-list-view:hover .btn.doc-book-btn, .doctor-list-view:focus .btn.doc-book-btn{
    color:#ffffff;
    background:#19ce6d;
    border:2px solid #19ce6d;
}
.doctor-list-view:hover .btn.btn-app-icon, .doctor-list-view:focus .btn.btn-app-icon{
    background: rgba(236, 56, 38,0.1);
    color: #ec3826;
}
.doc-team-social {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.doc-team-social li {
    display: inline-block;
    margin-right:5px;
    list-style: none;
}
.doc-team-social li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:all ease 0.4s;
    font-size: 10px;
    background: #e9edf7;
    border-radius: 50%;
    color: #717cb1;
}
.doc-team-social li a:hover, .doc-team-social li a:focus {
    background: #013e9a;
    color: #ffffff;
}
/*---------------- List View -----------------*/
.doctor-list-view {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
	box-shadow:0 10px 30px #eaf2f1;
	-webkit-box-shadow:0 10px 30px #eaf2f1;
}

.doc-short-des p{
  margin-bottom: 0px;
}
.doctor-list-thumb {
    padding: 0;
    margin: 10px;
    border-radius: 6px;
    padding-top: 10px;
    max-width: 180px;
    overflow: hidden;
    margin-left: 20px;
}
.doctor-list-thumb img {
    max-width: 100%;
    border-radius: 6px;
}
.doctor-list-caption {
    padding: 1rem;
    display: inline-block;
}
.doctor-list-inner {
    display: flex;
    align-items: flex-start;
}
.doc-title-wrap .doc-title {
    margin-bottom: 4px;
    font-size: 18px;
	position:relative;
	display: inline-flex;
}
.doc-title-wrap .doc-title a{
  display: inline-block;
  color: #242f65;
}
.doc-title-wrap .doc-title a:hover{
  color: #19ce6d;
}
.doctor-list-caption .doc-title.verified:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: cover;
    object-fit: cover;
    background-image: url(../img/veryfy.svg);
}
.doctor-list-caption .doc-inner-wrap {
    margin-top:0.5rem;
    position: relative;
    display: block;
}
.rate-with-support {
    display: flex;
    align-items: center;
}
.doctor-list-caption .doc.ratting-view {
    line-height: 0;
}
.doc-call {
    margin-left: 10px;
}
.doc-call i{
    margin-right:5px;
}
.doc-call {
    margin-left: 10px;
    border-left: 1px solid #dcdee8;
    padding-left: 10px;
}
.doc-short-des {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 0.6rem;
}
.doc-list-footer {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.clinic-details .doc-list-footer{
  margin-top: 20px;
}
.clinic-details .doc-title-wrap{
  margin-top: 10px;
}
.btn.doc-book-btn {
    padding: 5px 14px;
}
.btn.doc-book-btn:hover, .btn.doc-book-btn:focus {
    padding: 5px 14px;
}
/*------------ Counter --------------*/
.dark-bg{
	background:#182531;
}
.doc-counter {
    text-align: center;
    position: relative;
    display: block;
}
.doc-counter-icon {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.appointment-content{
  padding: 25px 0px 0px 0px;
}

.appointment-content h1.mb-3{
  margin-bottom: 30px !important;
}
.doc-counter-icon img{
	display:inline-block;
	max-width:70px;
	margin:0 auto;
}
.doc-counter-caption h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 4px;
	color:#ffffff;
}
.doc-counter-caption .counter-text {
    color:#adc7de;
}

/*---------------- Appointment Form -----------------*/
.form-icon-full {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.form-icon {
    width: 35px;
    margin-right: 10px;
}
.form-icon img {
    max-width: 30px;
}
.form-iconi-input label {
    font-size: 12px;
	position: relative;
    top: 6px;
    margin-bottom: 0;
}
.form-iconi-input .form-control {
    border: none;
    padding-left: 0;
    padding-top: 0;
    font-size: 17px;
    color: #242f65;
}
.form-iconi-input .form-control::-webkit-input-placeholder{color:#242f65;font-weight:500;}
.form-iconi-input .form-control:-ms-input-placeholder{color:#242f65;font-weight:500;}
.form-iconi-input .form-control::placeholder{color:#242f65;font-weight:500;}
/*----------- Sidebar ---------------*/
.inner_sidebar{
	display:block;
	width:100%;
	padding-right:1.5rem;
}
.sidebar_wrap {
    padding: 2rem 1.5rem;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #f0f3fb;
}
.single_sidebar {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}
.sidebar_wrap .single_sidebar:last-child {
    margin-bottom:0rem;
}
.single_sidebar h4 {
    font-size: 16px;
    color: #24397b;
}
ul.current_search li {
    display: inline-block;
    margin-right: 10px;
}
ul.current_search li a {
    display: inline-block;
    background: #f4f5f7;
    padding: 10px 17px;
    border-radius: 4px;
    border: 1px solid #edf0f5;
    margin-bottom: 5px;
    transition: all ease 0.4s;
}
ul.current_search li a:hover, ul.current_search li a:focus {
    color:#ffffff;
	background:#2798ff;
	border-color:#2798ff;
}

.btn.btn_job_alert {
    background:#28c188;
    border: 1px solid #28c188;
    width: 100%;
    border-radius: 4px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: #ffffff !important;
}

/*------------ Filter Box -----------*/
.filter_box {
    width: 100%;
    display: flex;
	margin-bottom:2rem;
    align-items: center;
}
.filter_box_first {
    flex: 1;
}
.filter_box_first h4 {
    color: #24397b;
    font-size: 18px;
	margin:0;
}
.filter_box_right {
    display: flex;
}
.single_single_list {
    display: inline-block;
    margin-right: 10px;
}
.single_single_list:last-child{
    margin-right:0px;
}
.btn.btn_filter {
    background: #ffffff;
    border: 1px solid #f0f3fb;
    width:44px;
    height:44px;
    border-radius: 4px;
    display: flex;
	padding:0;
	color:#647b9c;
    align-items: center;
    justify-content: center;
}
.btn.btn_filter.lg {
    padding: 0 15px;
	font-weight: 600;
    height: 44px;
    width: auto;
}
.filter-sidebar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    transition: .5s;
    padding-top: 20px;
    padding-bottom: 2rem;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.filt-head {
    display: flex;
    padding: 0 1rem 1rem;
    flex-wrap: wrap;
    align-items: center;
}
.filt-head .filt-first {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.filter-sidebar .closebtn {
    position: relative;
    font-size: 36px;
    margin-left: 0;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    padding: 0;
    color: #2d4767;
}
.filter-sidebar .show-hide-sidebar {
    padding: 10px 30px 10px 12px;
    overflow-y: scroll;
    position: relative;
    width: calc(100% + 17px);
    min-height: 300px;
    display: block;
    height: 100%;
}


/*----------------- Catgoey Design ---------------*/
.category_box_wrap{
	position:relative;
	display:block;
	text-align: center;
	transition:all ease 0.4s;
  padding: 0px 20px;
}
.category_box_wrap .category_xl {
    display: inline-block;
    border-radius: 50%;
	transition:all ease 0.4s;
	border:none !important;
    margin-bottom: 30px;
}
.category_box_wrap .category_lg {
    display: inline-block;
    border-radius: 50%;
    padding: 1.8rem;
	transition:all ease 0.4s;
    border: 1px dashed #d8e0e8;
}
.category_box_icon {
  position: relative;
    width: 110px;
    height: 110px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
	transition:all ease 0.4s;
  z-index: 1;
 box-shadow: 0px 0px 20px 0px rgba(57, 47, 109, 0.1);
}
.category_box_icon img {
    max-width: 60px;
    transition: all 500ms ease;
}
.category_box_caption h4 {
    font-size:22px;
}
.category_box_caption h4 a {
    color:#193880;
}
.category_box_caption h4 a:hover{
  color: #19ce6d;
}
.category_box_caption p {
    font-size: 14px;
}

.category_box_wrap:hover .category_xl, .category_box_wrap:focus .category_xl,
.category_box_wrap.active .category_xl, .category_box_wrap.active .category_xl{
	border:1px dashed #d8e0e8;
	border-bottom-color: transparent;
}
.category_box_wrap:hover .category_lg, .category_box_wrap:focus .category_lg,
.category_box_wrap.active .category_lg, .category_box_wrap.active .category_lg{
	border-color:#19ce6d;
}
.category_box_wrap:focus .category_box_caption h4 a,
.category_box_wrap.active .category_box_caption h4 a, .category_box_wrap.active .category_box_caption h4 a {
    color:#2798ff;
}
/*----------------- Services ----------------*/
.service-grid-view {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius:15px;
    box-shadow:0 10px 30px #eaf2f1;
	-webkit-box-shadow:0 10px 30px #eaf2f1;
    text-align: center;
	padding: 2rem 1.4rem;
}
.service-grid-thumb {
    margin-bottom:25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width:80px;
}
.service-title {
    margin-bottom: 0;
}
.service-grid-caption p {
    font-size: 14px;
}
.service-apt{
	margin-top:1rem;
	display:inline-block;
	width:100%;
}
.service-apt .btn-moreview {
    border-radius:4px;
    padding: 7px 23px;
	font-weight:600;
	font-size:14px;
    color:#19ce6d !important;
    background: rgba(25, 206, 109, 0.1);
	transition:all ease 0.4s;
}
.service-apt .btn-moreview:hover, .service-apt .btn-moreview:focus,
.service-grid-view:hover .btn-moreview, .service-grid-view:focus .btn-moreview {
   color:#ffffff !important;
    background:#19ce6d;
}


/*----------------- Browse by Speciality Design --------------*/
.speciality-box {
    display: block;
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 0 1.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px #eaf2f1;
	-webkit-box-shadow: 0 10px 30px #eaf2f1;
}
.speciality-box-header {
    position: relative;
    width: 100%;
    padding: 35px 0 16px;
    text-align: center;
}
.speciality-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height:122px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
    background-image: url(../img/curve.png);
}
.speciality-box.active:before{
	opacity:1;
}
.speciality-box:hover:before {
    opacity:1;
}
.speciality-box-header .speciality-box-title {
    font-size: 30px;
    line-height: 1.2;
}
.speciality-box-inner {
    width: 100%;
    position: relative;
    text-align: center;
}
.speciality-box-inner .doctors-list li {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px dashed #e0e3ef;
}
.speciality-box-inner .doctors-list li:last-child {
    border: none;
}
.speciality-box-footer {
    text-align: center;
    padding: 1rem 0 40px;
    position: relative;
    display: block;
}
.btn.btn-list-spa {
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #242f65;
    border-radius: 6px;
    padding: 10px 30px;
    transition: all ease 0.4s;
    background: #242f65;
}
.speciality-box.active .btn.btn-list-spa, .speciality-box:hover .btn.btn-list-spa, .speciality-box:focus .btn.btn-list-spa{
    color: #19ce6d;
    border: 2px solid #19ce6d;
    background: rgba(25, 206, 109, 0.1);
}



/*================================================
	Doctor & Clinic Details Design
=================================================*/
.detail-tabs-box {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px #eaf2f1;
	-webkit-box-shadow: 0 10px 30px #eaf2f1;
}
.detail-tabs {
    background: #242f65;
    display: flex;
    width: 100%;
}
.detail-tabs li {
    display: block;
    flex: 0 0 25%;
    text-align: center;
    list-style: none;
}
.clinic-detail .detail-tabs li {
    flex: 0 0 33.333333%;
}
.detail-tabs li .nav-link {
    background:#242f65;
    color:#a6b0e0 !important;
    border-radius: 0;
    margin-right: 0;
	font-weight:600;
    padding: 1rem 1rem;
    border: none;
    border-right: 1px solid #414f92;
}
.detail-tabs.nav-tabs .nav-item.show .nav-link, .detail-tabs.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color:#242f65 !important;
    border-color:#414f92 !important;
}
.detail-tabs li:last-child .nav-link {
    border-right:none;
}
.detail-tabs-box .tab-content{
        position: relative;
    padding: 30px 30px;
    background: #f5f8fb;
}
.detail-tabs-box .accordion {
    border: none;
    border-radius: 4px;
}
.detail-tabs-box .accordion-button {
    font-size: 1.2rem;
    color: #242f65;
    border: 1px solid rgb(222 229 236);
    box-shadow: none;
    outline: none;
}
.accordion-button:not(.collapsed) {
    color: #2798ff;
    background-color: #ffffff;
}
.detail-tabs-box .accordion-item .accordion-button span {
    display: flex;
    float: right;
    width: auto;
    position: absolute;
    right: 3.5rem;
    border-right: 1px solid #e4ebef;
    padding-right: 0.5rem;
    height: 100%;
    align-items: center;
}
.book-appointment-inner .form-control {
    background: #f4f8fa;
    width: 100%;
    border: 1px solid #e0e7ea;
}
.book-appointment-wrap {
    background: #ffffff;
    box-shadow: 0 10px 30px #eaf2f1;
	-webkit-box-shadow: 0 10px 30px #eaf2f1;
	overflow:hidden;
	margin-bottom:30px;
    border-radius: 8px;
    width: 100%;
}
.book-appointment-header {
    background: #19ce6d;
    color: #ffffff;
    padding: 1.5rem 1.4rem;
}
.book-appointment-header h3 {
    color: #ffffff;
    margin-bottom: 0.1rem;
}
.book-appointment-header p{
    opacity:0.9;
	font-size:14px;
	font-weight:600;
	margin:0;
}
.book-appointment-inner {
    padding: 1.5rem 1.4rem 1rem;
}
.book-appointment-services {
	border-top: 1px solid #e5ebef;
    padding: 1.5rem 1.4rem 2rem;
}
.choose-extra-services .single-extra-item {
    width: 100%;
    display: block;
    padding: 12px;
    border: 2px solid #e5eaf1;
    margin-bottom: 12px;
    border-radius: 4px;
	position: relative;
}
.choose-extra-services .single-extra-item span {
    float: right;
    font-weight: 800;
    color: #242f65;
}
.choose-extra-services .checkbox-custom, .choose-extra-services .checkbox-custom-label, .choose-extra-services .radio-custom, .choose-extra-services .radio-custom-label{
	width:100%;
}
.side-info-detail {
    display: block;
    margin: 0;
    padding: 0;
}
.side-info-detail li {
    padding: 1rem 0 1rem 0;
    border-bottom: 1px dashed #d8e0e4;
}
.side-info-detail li:last-child{
    padding:1rem 0 0rem 0;
    border-bottom:none;
}
.side-info-detail li h5 {
    margin-bottom: 0.2rem;
}
.side-info-detail li p{
	margin-bottom:0;
}
.side-social-info {
    margin: 0;
    padding: 0;
}
.side-social-info li {
    display: inline-block;
    margin-right: 0.8rem;
    margin-bottom: 1rem;
    list-style: none;
}
.side-social-info li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecf1f7;
    border-radius: 4px;
}
.item-shorting-box{
    display: flex;
    align-items: center;
	margin-bottom:1.5rem;
    width: 100%;
    width: 100%;
}
.item-shorting {
    flex: 1;
}
.shorting-by {
    display: inline-flex;
    width: 140px;
    margin-right: 15px;
}
.item-shorting-box-right {
    display: flex;
    align-items: center;
}
.shorting-list {
    display: block;
    padding: 0;
    margin: 0;
}
.shorting-list li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.shorting-list li:last-child {
    margin-right:0px;
}
.shorting-list li button {
    width: 56px;
    height: 56px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #e1e9ec;
	transition:all ease 0.4s;
}
.shorting-list li button.on, .shorting-list li button:hover, .shorting-list li button.focus{
    width: 56px;
    height: 56px;
    background:rgba(25, 206, 109, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #19ce6d;
    color:#19ce6d;
}
/*---------- General Features: rating ---------*/
.rating-overview {
    display: flex;
    margin:25px 0 25px;
    background: #fff;
    padding:20px;
    padding-right: 20px;
    border-radius:6px;
	border:1px solid #eef2f7;
}
.rating-overview-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    width: 155px;
    margin-right: 20px;
    text-align: center;
    background:#f0f6fd;
}
.rating-overview-box-total {
    font-size: 58px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    color: #2a2f3a;
}
.rating-overview-box-percent {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
}

.rating-overview-box .star-rating {
    font-size: 16px;
    margin: 0;
    display: block;
    letter-spacing: -.5px;
}
.rating-bars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
    align-items: center;
}
.rating-bars-item {
    margin: 10px 15px;
    width: calc(50% - 30px);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1366px){
.rating-bars-item {
    width: calc(50% - 30px);
}
}
.rating-bars-name {
    font-weight: 600;
    color:#4c4f5a;
    display: block;
    font-size: 14px;
    line-height: 22px;
}
.rating-bars-inner {
    display: flex;
    width: 100%;
}
.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background:#f4f5f7;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color:#f4f5f7;
    align-self: center;
}
.rating-bars-rating-inner {
    height: 6px;
    display: block;
    background-color:#f4f5f7;
    position: relative;
    width: 0;
    transition: width .5s;
}
.rating-bars-rating.high .rating-bars-rating-inner {
    background-color:#00ba74;
}
.rating-bars-rating.good .rating-bars-rating-inner {
    background-color:#83ce36;
}
.rating-bars-rating.mid .rating-bars-rating-inner {
    background-color:#fbb851;
}
.rating-bars-rating.poor .rating-bars-rating-inner {
    background-color:#e6453c;
}
.rating-bars-item strong {
    color:#4c4f5a;
    font-size: 12px;
    font-weight: 600;
    align-self: center;
    background:#f4f5f7;
    border-radius: 50px;
    width: 46px;
    height: 22px;
    text-align: center;
    line-height: 21px;
}
.rating-overview-box .star-rating i {
    color: #ff9500;
    font-size: 13px;
    padding: 0 2px;
}
/*------------ General Features: Reviews ----------*/
.list-single-main-item {
    padding: 30px 30px;
    border-radius: 100%;
    background: #fff;
    border-radius:6px;
    margin-bottom: 20px;
	border:1px solid #eef2f7;
}
.list-single-main-item-title {
    margin: 0 0 20px 0;
}

.list-single-main-item-title h3 {
    color: #334e6f;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.reviews-comments-wrap {
    display: inline-table;
}
.reviews-comments-item {
    padding: 0 0 20px 110px;
    position: relative;
    float: left;
    margin-bottom:30px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.reviews-comments-item:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.review-comments-avatar {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.reviews-comments-item-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.reviews-comments-item-text h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size:18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.listing-rating {
    margin-bottom: 1rem;
}
.reviews-comments-item-text .listing-rating i {
    width: 25px;
    height: 25px;
    background:#f4f5f7;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 14px;
	color:#86889a;
}
.reviews-comments-item-text .listing-rating i.active {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 11px;
    color: #ffffff;
}
.reviews-comments-item-text .listing-rating.high i.active{
	background:#00ba74;
}
.reviews-comments-item-text .listing-rating.good i.active{
	background:#83ce36;
}
.reviews-comments-item-text .listing-rating.mid i.active{
	background:#fbb851;
}
.reviews-comments-item-text .listing-rating.poor i.active{
	background:#e6453c;
}
.reviews-comments-item-text p {
    text-align: left;
}
.reviews-comments-item-date {
    float:right;
    font-weight: 500;
    color: #86889a;
    font-size: 14px;
}
.reviews-comments-item-date i{
	margin-right:10px;
}
.reviews-reaction{
	margin-top:1rem;
}
.reviews-reaction a {
    margin-right: 20px;
	color:#8c97a2;
}
.reviews-reaction a.comment-like.active{
	color:#0eb987;
}

.reviews-reaction a.comment-dislike.active{
	color:#244763;
}

.reviews-reaction a.comment-love.active{
	color:#ea1a57;
}
.review-count {
    font-weight: 600;
}
/*=============================================
	Login & Signup Designs
=============================================*/
.log_wraps {
    padding:1.5rem 3rem;
}
.log_rads {
    background:#ffffff;
    position: relative;
	overflow:hidden;
    border-radius: 10px;
}
.full-hike {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logs_foot {
    display: flex;
    width: 100%;
    align-items: center;
}
.logs_foot_first {
    flex: 1;
}
.social_logs {
    position: relative;
    display: block;
    margin-top: 25px;
}
.social_logs ul {
    width: 100%;
    display: flex;
    align-items: center;
}
.social_logs ul li {
    flex: 0 0 50%;
    width: 50%;
	padding:0 10px;
    text-align: center;
}
.social_logs ul li a {
    background: #1b2333;
    width: 100%;
    display: inline-block;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff !important;
}	
.social_logs ul li.fb-login a {
    background:#215da9;
}
.social_logs ul li.tweet-login a {
    background:#0f9fd6;
}
.log__heads {
    text-align: center;
    margin-bottom: 2rem;
}
.logs_title {
    font-size: 50px;
    line-height: 50px;
    font-family: muli;
    font-weight: 300;
    margin-bottom:1.5rem;
    text-align: center;
}

/*===========================================
	Common Element Design
============================================*/
.block-header {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}
.nav-tabs.customize-tab {
    border: none;
    margin-bottom: 10px;
}

.nav-tabs li {
  position: relative;
  display: inline-block;
    background:#2798ff;
    color:#ffffff !important;
    border-radius: .22rem;
    margin-right: 10px;
    padding: .7rem 2rem;
    border: none;
    transition: all 500ms ease;
    cursor: pointer;
}

.nav-tabs li.active-btn {
    color: #ffffff;
    background-color:#19ce6d;
    border-color:#19ce6d;
}
.accordion-box {
    border: 1px solid #e2e6ea;
    border-radius: 4px;
}
.accordion .card {
    border: none;
}
.accordion h2 {
    background: #f5f8fb;
}
.accordion .btn-link {
    color:#242f65;
    text-decoration: none;
}

.accordion-collapse{
  border: 1px solid rgba(0,0,0,0.125) !important;
}
.accordion h2{
    padding: 8px 0px;
    font-weight: 600;
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin: 0px;
    cursor: pointer;
}

.accordion.card{
  border: none;
}

.accordion.card:last-child h2{
  border-bottom: none;
}

/*------------- Page Title ---------------*/
.page_title {
    min-height:300px;
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ol.breadcrumb {
    background: transparent;
}
li.breadcrumb-item a {
    color: #ffffff;
}
.breadcrumb-item.active {
    color:#30bfff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff;
    content: "/";
}

.form-group label{
  margin-bottom: 7px;
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: 0px !important;
}

/*------------- Pricing ----------------*/
.pricing_boxes {
    width: 100%;
    padding: 2rem 1.5rem;
    position: relative;
	border-radius:20px;
	margin-bottom:25px;
	height:100%;
    box-shadow: 0 10px 30px #eaf2f1;
    -webkit-box-shadow: 0 10px 30px #eaf2f1;
}
.pricing_boxes_header {
    width: 100%;
    position: relative;
    text-align: center;
}
.pricing_thumb {
    display: table;
    margin: 0 auto 1rem;
}
.pricing_thumb img {
    max-width: 90px;
}
.pricing_thumb_title h4 {
    font-size:30px;
    margin-bottom: 4px;
}
.pricing_thumb_title p {
    max-width: 60%;
    margin: 0 auto;
    line-height: 1.6;
}
.pricing_boxes_middle {
    width: 100%;
	text-align: center;
    position: relative;
    padding-top: 2.5rem;
}
.pricing_rate {
    font-weight:800;
    font-size: 45px;
    color:#013e9a;
    font-family: muli;
    letter-spacing: 0px;
}
.btn.pricing_btn {
    width: 100%;
    background:#f8fbff;
    color: #2d3954;
    border-radius:4px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:2.5rem;
    border:2px solid #dde3ef;
    font-weight: 600;
	transition:all ease 0.4s;
}
.btn.pricing_btn:hover, .btn.pricing_btn:focus{
	color: #19ce6d;
    border: 2px solid #19ce6d;
    background: rgba(25, 206, 109, 0.1);	
}
.featured .btn.pricing_btn {
    color: #19ce6d;
    border: 2px solid #19ce6d;
    background: rgba(25, 206, 109, 0.1);
}
.pricing_boxes_detail {
    width: 100%;
    position: relative;
    padding-top: 1.5rem;
}
ul.pricing_lists li{
    margin-left: 15px;
    position: relative;
    padding-left:25px;
    margin-bottom: 10px;
}
ul.pricing_lists li:last-child {
    margin-bottom:0px;
}
ul.pricing_lists li:before {
    width: 15px;
    height: 15px;
    background: #e3e8f4;
    content: "\e64c";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: themify;
    font-size: 6px;
	left: 0;
    top: 3px;
    border-radius: 50%;
}

/*------------ Tab Style ------------*/
.tab-content>.tab-pane {
    padding: 1rem 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color:#19ce6d !important;
    border-color:#19ce6d !important;
}
.nav-link {
    display: block;
    padding: .7rem 1.5rem;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    background: #f0f3f7;
    margin-right: 0.5rem;
}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color: #fff !important;
    background-color:#19ce6d !important;
}

/*--------------------- Testimonials Style --------------------*/
.slick-dots li{
  position: relative;
  display: inline-block;
  margin: 0px 0px;
  min-width: 40px;
}
.slick-dots li button {
    position: relative;
    display: inline-block;
    background: transparent !important;
    width: 30px;
    height: 10px;
    border-radius: 5px;
    margin: 0px;
    cursor: pointer;
    padding: 0px;
    border: 2px solid #e0e0e0;
    transition: all 500ms ease;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover{
	border-color: #2798ff;
}
.slick-dots li button:before{
  display: none !important;
}
.slick-next, .slick-prev {
    top: -35px;
    right:10px;
    width: 40px;
    height: 40px;
	display: flex;
	background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
	transition:all ease 0.4s;
    border: 1px solid #f0f3fb;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 15px;
    line-height: 1;
    opacity:1;
    color:#515c7b;
	font-family:themify;
	content:"\e649";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before{
	content:"\e64a";
}
.slick-prev {
    right:55px;
    left: auto;
}
.slick-next:hover, .slick-prev:hover,.slick-next:focus, .slick-prev:focus{
	background:#2798ff;
	border-color:#2798ff;
}
.slick-next:hover:before, .slick-prev:hover:before,.slick-next:focus:before, .slick-prev:focus:before{
	color:#ffffff;
}
.singles_items {
    padding: 0 10px;
}
/*----------- Style 1 --------------*/
.single_testi_box {
    padding: 12px;
}
.single_testi_thumb {
    position: relative;
    max-width: 100%;
    border-radius:1% 30% 1% 30%;
}
.single_testi_thumb img{
    max-width: 100%;
    border-radius:1% 30% 1% 30%;
}
.quote_icon {
    position: absolute;
    width:80px;
    height:80px;
    background: #2798ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    right: -15px;
    top: 10%;
}
.quote_icon_2 {
    position:relative;
	margin:0 auto 1rem;
    display: flex;
    align-items: center;
    color: #2798ff !important;
    background: rgba(39, 152, 255, 0.1);
    font-size:17px;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.testi_title {
    color: #2798ff;
    position: relative;
    padding-left: 70px;
    font-size: 16px;
	margin-bottom:0;
}
.testi_title:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #2798ff;
    left: 0;
    top: 13px;
}
.testi_description {
	color:#24397b;
	margin-bottom:20px;
}
.testimonials_style_1 .slick-dots {
    bottom: 80px;
}
.review_author_box {
    display: flex;
    align-items: center;
    width: 100%;
}
.reviews_img {
    width:60px;
    height:60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.testi2_title {
    color: #24397b;
    margin: 0;
	line-height:1.4;
    font-size: 16px;
}
.reviews_caption span {
    font-size: 13px;
}
.testimonials_style_3 .single_testi_wraps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    background: #ffffff;
    border-radius:6px;
	box-shadow:0 3px 9px #eaf2f1;
	-webkit-box-shadow:0 3px 9px #eaf2f1;
}
.testimonials_style_3 .single_testi_thumb {
    border-radius:1%;
}
.testimonials_style_3 .single_testi_thumb img {
    border-radius:1%;
}
.testimonials_style_3 .slick-dots {
    width: auto;
    bottom: initial;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.testimonials_style_4 .single_testi_thumb{
    border-radius: 50% 0 50% 50%;
}
.testimonials_style_4 .single_testi_thumb img {
    border-radius: 50% 0 50% 50%;
}
.single_testi_caption {
    padding: 40px 20px 40px 30px;
}

/*----------------- Download App Design ---------------*/
.content_block_2 .content-box .btn-box .download-btn.play-store {
    margin-right: 30px;
}
.content_block_2 .content-box .btn-box .download-btn {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #222e64;
    padding: 16px 30px 15px 80px;
    border-radius:4px;
    z-index: 1;
    box-shadow: 0 5px 5px rgba(232, 23, 23, 0.2);
    border: 1px solid #e81717;
    background: #ffffff;
}
.content_block_2 .content-box .btn-box .download-btn i {
    position: absolute;
	color: #e81717;
    left: 30px;
    top: 16px;
    font-size: 40px;
}
.content_block_2 .content-box .btn-box .download-btn span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
	color: #828aaf;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.content_block_2 .content-box .btn-box .download-btn h3 {
    position: relative;
	margin-bottom:0;
    display: block;
    font-size: 24px;
    line-height: 26px;
    color:#242f65;
    font-weight: 600;
    transition: all 500ms ease;
}
.content_block_2 .content-box .btn-box .download-btn.app-store h3{
	color:#2798ff;
}
.content_block_2 .content-box .btn-box .download-btn.app-store i {
    color:#242f65;
}
.content_block_2 .content-box .btn-box .download-btn.app-store {
    box-shadow: 0 5px 5px rgba(34, 46, 100, 0.2);
    border: 1px solid #242f65;
}
.form-control:focus{
	box-shadow:none;
}
/*=============================================
	Common Page Design
==============================================*/
.facts_count {
    padding: 3rem 1.5rem;
    text-align: center;
    color: #ffffff;
}
.facts_count_num .count {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.facts_count_caption h4 {
    font-size: 17px;
    margin-bottom: 0;
    color: #ffffff;
}
.counter-boxer {
    border-radius: 10px;
}
.about_caption h4 {
    font-family: muli;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.about_caption p {
    line-height: 1.9;
    font-size: 18px;
    font-weight: 300;
}
.btn.btn_register {
    margin-top: 1.5rem;
    height: 60px;
    display: flex;
    max-width: 250px;
    background: #152633;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 50px;
}
.center-img {
    width: 100%;
    border-radius: 50% 1% 50% 1%;
    overflow: hidden;
	position:relative;
    padding: 0 2rem 0 0;
}
.center-img img{
    width: 100%;
    border-radius: 50% 1% 50% 1%;
}
.center-img:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 100%;
    border: 4px solid rgba(255,255,255,0.4);
    border-radius: 50% 1% 50% 1%;
    left: 5px;
    top: 7px;
    z-index: 0;
}
.erroe_wrap {
    text-align: center;
}
.erroe_wrap {
    max-width:550px;
	margin:1rem auto;
	display:table;
}

/*--------- Contact Page ---------------*/
.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border: 1px solid #dfe5ef;
    border-radius: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.ctinfo_icon {
    margin-right: 1rem;
    color: #e65720;
    font-size:35px;
}
.single_ctinfo .single_info_title {
    font-size: 16px;
    margin-bottom: 0px;
}
.comment-form .form-group {
    margin-bottom: 15px;
}
.comment-form .form-control {
    background: #f1f4f7;
}


/*=================================================
	Blog Part Start 
================================================*/
.detail-wrapper {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eef4f9;
    background: #ffffff;
}
.articles_grid_style {
    position: relative;
    background:#ffffff;
	border-radius:6px;
    padding:0px 0px 30px 0px;
	transition:all ease 0.4s;
	box-shadow:0 10px 30px #eaf2f1;
	-webkit-box-shadow:0 10px 30px #eaf2f1;
    width: 100%;
}
.articles_grid_thumb {
    width: 100%;
    padding: 15px 15px;
    border-radius: 6px;
    overflow: hidden;
}
.articles_grid_thumb img{
    max-width: 100%;
	border-radius: 6px;
}
.articles_grid_caption{
	padding:0  15px;
  padding-top: 10px;
}
.articles_grid_caption h4 {
    font-size: 17px;
}

.articles_grid_caption h4 a{
  display: inline-block;
  color: #242f65;
}
.articles_grid_caption h4 a:hover{
  color: #19ce6d;
}

.articles_grid_author {
    display: flex;
    align-items: center;
	margin-top:1rem;
    width: 100%;
}
.articles_grid_author .articles_grid_author_img {
    width:40px;
    height:40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
.articles_grid_author .articles_grid_author_img img{
    border-radius: 50%;
}
.articles_grid_author h4 {
    font-size: 14px;
    font-weight: 400;
    color: #242f65;
	margin-bottom:0px;
}
.news-date {
    display: block;
    color: #8492b1;
    font-size: 13px;
	line-height: 1;
}
/*---------- Blog Detail --------------*/
.widget-boxed {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 30px 32px 30px;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #eef4f9;
}
.widget-boxed-header {
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5;
}
.widget-boxed-body {
    padding: 0px 0 0;
}
.widget-boxed-header h4 {
    margin: 0;
}
.widget-boxed-header h4 i{
	margin-right:10px;
}
.side-list ul {
    margin: 0;
    padding: 0;
}
.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}
.side-list ul.category-list li a {
    color: #707f8c;
}
.side-list ul li span {
    float: right;
}
.short-blog {
    padding: 0;
	margin-bottom:2em;
    border: 1px solid #d6e3ec;
}
figure.img-holder {
    position: relative;
}
.blog-post-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: capitalize;
}
.blog-content {
    padding: 40px 25px;
	font-size:15px;
	line-height:1.8;
	color:#636d75;
}

.post-meta {
    font-size: 18px;
    font-family: initial;
}
.full-blog{
	/* border:1px solid #e0ecf5; */
}
.full-blog .blog-content {
    padding:20px 25px 20px 25px;
}
.blog-footer-social {
    padding: 20px 0 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px;
}
ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}
ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
ul.list-inline.social li a{
    width:40px;
    height:40px;
	display:inline-flex;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height:38px;
    align-items:center;
	justify-content:center;
    font-size:16px;
    transition:all ease-in-out 0.4s;
}
ul.list-inline.social li a:hover, ul.list-inline.social li a:focus{
	background:#eff2f5;
}
/*---------- Blogs Comment Style ----------*/
.comments{
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 40px;
	background: #ffffff;
    border: 1px solid #eef4f9;
}
.comments-title{
    padding: 1em 1em 1em 1.5em;
    border-bottom: 1px solid #eaeff5;
}
.comments-title h4 {
    margin: 0;
}

.comments-form .section-title2 h4{
  margin-bottom: 25px;
}
.single-comment {
    position: relative;
    margin-bottom: 15px;
    padding-left: 100px;
	margin-top:15px;
	padding-right: 30px;
}
.single-comment .single-comment {
    padding-left: 100px;
    padding-right: 0px;
}
.single-comment .single-comment{
  margin-bottom: 40px;
}
.single-comment .img-holder {
    left: 30px;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
	box-shadow:0 2px 10px 0 #d8dde6;
	-webkit-box-shadow:0 2px 10px 0 #d8dde6;
	-moz-box-shadow:0 2px 10px 0 #d8dde6;
}
.single-comment .text-holder {
    border: 1px solid #eaeff5;
    padding: 20px;
}
.single-comment .text-holder .top {
    margin: 0 0 8px;
    overflow: hidden;
}
.single-comment .text-holder .top .name h4{
	margin-bottom:2px;
}
.rating.pull-right li {
    list-style: none;
    display: inline-block;
}
.rating.pull-right li i {
    font-size: 11px;
    margin-right:2px;
    color:#cad5e2;
}
.rating.pull-right li i.active {
    color:#fd9032;
}

.comments-form textarea.form-control{
	height:150px;
}
.comments-form form{
	margin:10px -15px;
}

/*------------ Blog Sidebar -------------*/
.side-list ul.side-blog-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px 10px 5px;
    align-items: center;
}
.blog-list-img {
    display: inline-block;
    width: 55px;
    max-width: 55px;
    overflow: hidden;
    height: 55px;
    border-radius: 4px;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}
.blog-post-meta {
    font-size: 90%;
}
.side-list .blog-post-meta span {
    float: none;
}

/*===============================================
	Footer Design
===============================================*/
footer.footer_style.footer_dark {
    background:#202430;
}
footer.footer_style{
    background: #384160;
}

.footer_dark .footer-middle:before {
    background: #242835;
}
img.img-footer.small {
    max-width: 140px;
    margin-bottom:25px;
}
.footer-middle {
	position:relative;
    padding-bottom:4.5rem;
}
.footer_widget {
    padding-top:4.5rem;
}
.footer_widget h4 {
    font-size: 16px;
    margin-bottom: 15px;
	color:#ffffff;
}
ul.footer-menu li {
    position: relative;
    transition: all ease 0.4s;
    margin-bottom: 10px;
	font-size:14px;
}
.footer-menu li a{
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.footer-menu li a:before {
    content: "\e649";
    font-family: themify;
    font-size: 8px;
    top: 4px;
    position: absolute;
    left: 0;
	opacity:0.9;
    color: #ffffff;
}
ul.footer-menu li a {
    color: #ffffff;
	opacity:0.9;
    letter-spacing: 0.6px;
}
address, address p {
    font-size: 14px;
    color: #ffffff;
	opacity:0.9;
}

.footer_widget .text{
  padding-right: 0px;
}

.footer_widget .text p{
  color: #ffffff;
}

address p a{
  color: #ffffff;
}

address p a:hover{
  color: #2798ff;
}
.footer-menu li:hover:before, ul.footer-menu li:hover a{
	opacity:1;
	color:#ffffff;
}
.footer-menu li:hover{
	margin-left:10px;
}
.footer-bottom {
    padding: 1rem;
    color: #ffffff;
    background:#303854;
}
.footer-bottom .copy{
	opacity:0.9;
}
.footer-bottom ul li {
    display: inline-block;
    margin-right: 12px;
}
.footer-bottom ul li:last-child{
	margin-right:0;
}
.footer-bottom ul li a{
    opacity:0.9;
	transition: all ease 0.4s;
	color:#ffffff;
}
.footer-bottom ul li a:hover, .footer-bottom ul li a:focus{
    opacity:1;
}
.foot_link {
    color: #ffffff;
    opacity: 1;
}
.foot-news-first h5 {
    color: #ffffff;
}


/*=========================================
	Responsiveness Designs
=========================================*/
@media (min-width: 576px) { 

}

@media only screen and (max-width: 1199px) and (min-width: 992px)  {
	.doctor-list-inner {
		display: block;
		align-items: flex-start;
	}
	.doctor-list-thumb {
		max-width: 100%;
	}

	
}

@media (min-width: 768px) {
.banner-search .br-right {
	border-right: 1px solid #e6eaf3;
}
.tp-side-menu {
    display: none;
}
.banner-search .small-pad {
    padding-left:0px;
    padding-right:0px;
}
.big-header-capt {
    font-size: 50px;
    line-height: 1.4;
	font-weight: 700;
}
.style_1 .single_job_title, .style_2 .single_job_title{
    max-width: 80%;
}
.style_3 .single_job_title {
    max-width:90%;
}
}


@media (min-width: 992px) {
.banner-search .form-group {
    height:75px;
}
.banner-search .search_hero_box .form-group {
    height: 58px;
}
.page_title h2 {
    font-size: 60px;
    line-height: 1.2;
	margin: 0;
}

.hide-92{
	display:none;
}	
}

@media (min-width: 1024px) {
.top_hm_2 {
	position: relative;
	top: -45px;
}
.about_caption h4 {
    font-size: 40px;
}
.hide-24{
	display:none;
}
.testi_description {
    font-size:16px;
	margin-bottom:20px;
}
}

.hero_banner{
  padding-bottom: 120px;
}

.hero_banner.home-2{
  padding-bottom: 80px;
}

.hero_banner.home-3{
  min-height: auto;
}

@media (min-width: 1200px) {
.hero_banner {
    min-height: 620px;
}
ul.current_search li a {
    padding: 10px 25px;
}
.big-header-capt {
    font-size:80px;
    line-height: 1.1;
}
.hero_banner.home-4 {
    border-radius: 0px 0 0 30%;
}
.elix_img_box {
    max-width: 630px;
    overflow: hidden;
    border-radius: 30% 2%;
    position: absolute;
    display: block;
    right: 10px;
    bottom: 0;
}
.sec-heading h2 {
    font-size: 46px;
    line-height: 50px;
}	
}




@media (max-width: 768px) {
.detail-tabs-box {
    margin-bottom: 2rem;
}
}

@media (max-width: 991px) {
.hide-91{
	display:none;
}
.show-91{
	display:block;
}
.speciality-box-header .speciality-box-title {
    font-size: 24px;
    line-height: 1.2;
}
.speciality-box {
    padding: 0 0.5rem;
}
.banner-searchtitle {
    margin-bottom: 1rem;
}
}

@media (max-width: 992px) {
.nav-dropdown>li>a {
    border-bottom: 1px solid #2d3454;
    color: #787fa0;
}
.submenu-indicator-chevron {
    border-color: transparent #787fa0 #787fa0 transparent;
}
.nav-menu>li .nav-dropdown {
    background: transparent;
    padding: 0px;
}
.nav-menu>li>.nav-dropdown:before{
	display:none;
}
}
@media (max-width: 1023px) {
.banner_count_sec {
	display:none;
}	
.show-23{
	display:block;
}
.hide-23{
	display:none;
}
}

@media (max-width: 1199.98px) {
div#brand-slide {
    padding-top: 2rem;
}

}

@media (max-width: 767px) {
.list_jobs_footer {
	display: block;
}
.nav-tabs .nav-link {
    padding: .7rem 1rem;
    margin: 0.5rem 0.2rem;
    font-size: 13px;
}
.fs-left-map-box {
    float: none;
}
.doc-counter {
    margin: 1.5rem 0;
}
.banner-cat-highlits {
    padding: 1rem;
    border-bottom: 1px solid #e3e9ef;
}
.item-shorting-box {
    display: block;
}
.item-shorting {
    margin-bottom: 1rem;
}
.doctor-list-inner {
	display: block;
	align-items: flex-start;
}
.doctor-list-thumb {
	max-width: 100%;
}
.doctor-list-thumb img {
    width: 100%;
    object-fit: cover;
}
.banner-searchtitle {
    margin-bottom: 1rem;
}
.log_wraps {
    padding: 1rem 1rem;
}
.log_rads {
    margin: 0;
}
.category_box_caption {
    padding: 0 1rem;
}
.banner-search .btn.search-btn {
    right:0px;
}
.testimonials_style_3 .slick-dots {
    top: auto;
    right: 0;
    height: 100%;
}
.content_block_2 .content-box .btn-box .download-btn {
    display: inline-table;
    margin: 0.8rem auto;
    float: none;
    margin-right: 0 !important;
}
.nav-menu.nav-menu-social>li.joinnow a {
    padding: 12px 20px;
}
.nav-menu.nav-menu-social>li.joinnow{
	top:12px;
}
.nav-menu.nav-menu-social>li.joinnow a {
    top: 3px;
}
ul.head_jobs_social {
    margin-bottom: 1rem;
}
.testimonials_style_1 .slick-dots {
    bottom: -32px;
}
.single_testi_caption {
    padding: 1rem;
}
.hide-small{
	display:none;
}
.hero-inner-2:after{
	display:none;
}
.page_title {
    min-height:300px;
    padding:50px 0;
}
.mg-list-thumb {
    display: block;
    float: none;
}
.dashboard-wrap {
    margin-bottom: 1rem;
}
.manage-list{
	display:block;
}
.topbar-head .topbar-left ul.tp-list {
    display: none;
}
.tp-side-menu {
    display: block;
}
.topbar-head ul li {
    padding-right: 8px;
}
ul.dropdown-menu.mlix-wrap {
    padding: 1rem 0.5rem;
}
.detail-tabs li .nav-link {
    font-size: 12px;
}
.rating-overview {
    display: block;
}
.rating-overview-box {
    display: block;
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.rating-bars {
    display: block;
}
.rating-bars-item {
    width: calc(100% - 20px);
}
.list-single-main-item {
    padding: 20px 10px;
}
.reviews-comments-item {
    padding: 0 0 20px 80px;
}
.review-comments-avatar {
    left: 5px;
    width: 60px;
    height: 60px;
}
.reviews-comments-item-text {
    padding: 0 10px;
}
}

@media (max-width: 575.98px) {
.list_jobs_header {
  display: block;
}
.sec-heading-flex-one {
    margin-bottom: 15px;
}

.details_single h2 {
    font-size: 22px;
    line-height: 27px;
}
.sec-heading-flex {
    display: block;
}
#brand-slide {
    padding-top: 2rem;
}
.footer_widget {
    padding-top: 2.5rem;
}
.top-footer {
    padding: 3rem 0 0;
}
img.img-footer.small {
    max-width: 140px;
    margin-left: 0;
}
.detail-tabs li .nav-link {
    font-size: 11px;
    padding: 1rem 0.5rem;
}
.detail-tabs-box .tab-content {
    position: relative;
    padding: 20px 15px;
}
.detail-tabs-box .accordion-button {
    font-size: 0.8rem;
}
.detail-tabs-box .accordion-item .accordion-button span {
    font-size: 11px;
}
.accordion-button {
    padding: 1rem 0.5rem;
}
.reviews-comments-item {
    padding: 0 0 20px 00px;
}
.review-comments-avatar {
    position: relative;
    float: left;
    left: 0px;
    width: 60px;
    height: 60px;
}
}


.consulting-image{
  position: relative;
  display: block;
  overflow: hidden;
}
.consulting-image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.consulting-image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.slick-dots li button:before{
  transition: all 500ms ease;
}

.content_block_2 .content-box .btn-box .download-btn:hover{
  background: #e81717;
}

.content_block_2 .content-box .btn-box .download-btn i,
.content_block_2 .content-box .btn-box .download-btn span,
.content_block_2 .content-box .btn-box .download-btn h3{
  transition: all 500ms ease;
}

.content_block_2 .content-box .btn-box .download-btn:hover i,
.content_block_2 .content-box .btn-box .download-btn:hover span,
.content_block_2 .content-box .btn-box .download-btn:hover h3{
  color: #ffffff;
}

.content_block_2 .content-box .btn-box .download-btn.app-store:hover{
  background: #242f65;
}

ul.footer-menu li a:hover,
ul.footer-menu li a:hover:before{
  color: #2798ff;
}

.yellow-skin .nav-menu.nav-menu-social>li.joinnow.light-call a:hover, 
.yellow-skin .nav-menu.nav-menu-social>li.joinnow.light-call a:focus{
  color: #ffffff !important;
}

.banner-search .btn.search-btn:hover{
  background: #13213a !important;
}

.service-grid-thumb img{
  transition: all 500ms ease;
}

.service-grid-view:hover .service-grid-thumb img{
  transform: scale(1.1);
}

.doctor-list-thumb{
  position: relative;
}

.btn.btn-app-icon{
  transition: all 500ms ease;
}

.articles_grid_thumb{
  position: relative;
}

.articles_grid_thumb:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.articles_grid_style:hover .articles_grid_thumb:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.btn-black{
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.btn-black:before{
  position: absolute;
  content: '';
  background: #0f7dff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-black:hover:before{
  width: 100%;
}

.btn-black:hover{
  color: #ffffff !important;
  background: #0f7dff !important;
}

figure{
  margin: 0px;
}

.acc-content {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-btn{
  display: block;
}

.accordion-box .block .acc-content{
  display:none;
  padding-left: 30px;
  padding-right: 30px;
}


.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.tab-buttons{
  position: relative;
  margin-bottom: 50px !important;
  padding-bottom: 20px;
}

.comment-form .btn.search-btn{
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  color: #fff !important;
  z-index: 1;
}

.comment-form .btn.search-btn:before {
    position: absolute;
    content: '';
    background: #13213a;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
    z-index: -1;
}

.comment-form .btn.search-btn:hover:before{
  width: 100%;
}


.detail-tabs-box .nav-tabs li{
  float: left;
  padding: 10px 10px;
  flex: 1;
  border-radius: 0px;
}

.detail-tabs-box .nav-tabs li:last-child{
  margin-right: 0px;
}

.detail-tabs-box .nav-tabs li a{
  border: none !important;
}

.detail-tabs-box .detail-tabs.nav-tabs .nav-link.active{
  background: #2798ff !important;
}

.wrapper.list .doctor-list-content{
  display: block;
}

.wrapper.list .doctor-grid-content{
  display: none
}

.wrapper.grid .doctor-list-content{
  display: none;
}

.wrapper.grid .doctor-grid-content{
  display: block
}



.wrapper.list .clinic-list-content{
  display: block;
}

.wrapper.list .clinic-grid-content{
  display: none
}

.wrapper.grid .clinic-list-content{
  display: none;
}

.wrapper.grid .clinic-grid-content{
  display: block
}

iframe{
  width: 100%;
}

.tab-pane iframe{
  height: 250px;
}

.fluid-container iframe{
  height: 450px;
}



@media only screen and (max-width: 599px){

  .detail-tabs-box .nav-tabs li{
    flex: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }

  .detail-tabs-box .nav-tabs li:last-child{
    margin-bottom: 0px;
  }
}

.about-captione h2{
  margin-bottom: 25px;
}

.about-captione p{
  margin-bottom: 35px;
}

.about-captione ul{
  margin: 0px 0px 30px 0px !important;
}

.hero_banner.home-3,
.hero_banner.home-4{
  height: auto !important;
  padding: 100px 0px !important;
}

.faq-page-section .accordion h2{
  padding: 8px 30px;
  border-bottom: 1px solid #e2e6ea;
}

.erroe_wrap p{
  margin: 60px 0px 30px 0px;
}

.blog-page-section .articles_grid_style{
  margin-bottom: 30px;
}






@media only screen and (max-width: 991px){

  .content_block_2 .content-box{
    margin-bottom: 30px;
  }

  .content_block_2 .content-box{
    margin-right: 0px !important;
  }
}



@media only screen and (max-width: 767px){

  .category_box_wrap{
    margin-bottom: 30px;
  }

  ul.footer_social{
    text-align: center !important;
    margin-top: 5px;
  }

  .footer-bottom{
    text-align: center;
  }

  .col-lg-3:last-child .category_box_wrap{
    margin-bottom: 0px;
  }

  .about-captione{
    margin-top: 30px;
  }

  .articles_grid_style{
    margin-bottom: 30px;
  }

  .col-lg-4:last-child .articles_grid_style{
    margin-bottom: 0px;
  }

  .speciality-box{
    margin-bottom: 30px;
  }

  .col-lg-4:last-child .speciality-box{
    margin-bottom: 0px;
  }

  .nav-menu.nav-menu-social>li.joinnow a{
    padding: 12px 15px !important;
  }

  .serch-cates li{
    padding: 0px 6px;
  }

  section{
    padding: 70px 0px 70px;
  }

  .nav-tabs li{
    margin-bottom: 10px;
  }

  .single-comment{
    padding-left: 15px;
  }

  .single-comment .img-holder{
    position: relative;
    left: 0px;
    margin-bottom: 20px;
  }

  .single-comment .single-comment{
    padding-left: 0px;
  }

}

.content_block_2 .content-box h2{
  margin-bottom: 25px;
}

.content_block_2 .content-box{
  margin-right: 140px;
}

.topbar-head ul li a i{
  margin-left: 5px;
}

ul.footer_social{
  text-align: right;
}