/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o58m-wi40.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o58i-wi40.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o58a-wg.woff2) format('woff2');
}
#token_complete
{
    margin-top:10px;
}
/* .ui-widget-content {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 9 !important;
    display: none;
    float: left;
    min-width: 600px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow-y: auto;
    max-height: 219px;
    min-height: 134px;
    overflow-x: hidden;
}*/
.carousel-cell {
  width: 33%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.logo-directory1
{
    width: 125px;
    position: absolute;
    top: 35px;
    right: 30px;
}

.news-img img
{
    width:100%;
    height:100px;
}
.list-hight
{
    height: 200px !important;
    overflow-y: scroll;
}
.border-section-heading {
    position: absolute;
    font-size: 14px;
    top: -4px;
    z-index: 1;
    left: 20px;
    padding: 6px 10px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}
@media only screen and (max-width: 500px){ 
.border-section-heading {
    position: absolute;
    font-size: 14px;
    top: 10px;
    z-index: 1;
    left: 20px;
    padding: 6px 10px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}
.logo-directory1
{
    width: 85px !important;
    position: absolute;
    top: 193px !important;
    right: 25px !important;
}
}
.review-guide
{
    height: 85px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    padding: 10px;
}
.review-guide h3
{
    font-size: 19px;
    margin-bottom: 0px;
}
.review-guide p
{
    margin-bottom: 2px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.review-guide li
{
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
}
.tg-homeone
{
    padding-top:0px !important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}


.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
    right: 0px;
    left: 0px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    text-align: left !important;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown-content {
    right: 0px;
    left: 0px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9;
}
.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    text-align: left !important;
    line-height: 21px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.dropdown-content  li
{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 5px;
}
.dropdown-content  li:hover
{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: #ddd;
}
    

.dropdown1 {
  position: relative;
  display: block;
}

.dropdown-content1 {
    right: 0px;
    left: 0px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
}

.dropdown-content1 a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    text-align: left !important;
    line-height: 21px !important;
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.dropdown-content1 a:hover {background-color: #ddd;}

.dropdown1:hover .dropdown-content1 {display: block;}

.dropdown-content1 {
    right: 0px;
    left: 0px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9;
}
.dropdown-content1 a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    text-align: left !important;
    line-height: 25px !important;
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
}

.offer-tag img
{
    width: 250px !important;
    margin: 0 auto;
}
.offer-tag p
{
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    z-index: 99;
    margin-top: -46px;
    color: #fff;
    padding-left: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
@media only screen and (max-width: 500px){ 
.offer-tag p {
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    z-index: 99;
    margin-top: -50px !important;
    color: #fff;
    padding-left: 34px !important;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
}
.todo-type.offer {
    background-color: #21a709;
}
.todo-type {
    position: absolute;
    top: 34px;
    left: 177px;
}
.todo-type {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    line-height: 8px;
    margin-bottom: 0;
    padding: 8px 13px 10px 10px;
    text-transform: uppercase;
}

.rating li
{
    display: inline-block;
    padding-right: 3px;
}
.rating li span
{
    color:#fb8c00;
}
.rating li i
{
    color:#fb8c00;
    font-size: 15px;
}
.icon-chevron-down
{
    bottom: -5px;
    border-bottom: 0;
    border-top: 10px solid #1c1b1b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    position: initial;
    left: 2px;
}
.icon-chevron-up
{
    bottom: 1px;
    border-bottom: 10px solid #1c1b1b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    position: initial;
    left: 2px; 
}
.review-detail li
{
    display: inline-block;
    margin-right: 6px;
    font-size: 15px !important;
}
.open p
{
    margin-bottom: 0px;
    color: #07aa07;
    font-size: 15px;
    font-weight: 600;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.open p i
{
    color: #fb8c00;
}
@media only screen and (max-width: 500px){ 
.open p
{
    margin-bottom: 0px;
    color: #07aa07;
    font-size: 15px;
    font-weight: 600;
}
}
.review-detail p
{
    margin-bottom: 1px;
    font-size: 15px;
    margin-top: 5px;
}
.or-img
{
   margin-top: 76px;
}
.gallery-img
{
    margin-top: -7px;
    font-weight: 500;
    position: absolute;
    background: #222;
    left: 36px;
    padding: 6px 10px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
    display: inline-block;
}
@media only screen and (max-width: 500px){ 
.gallery-img {
    margin-top: -12px;
    font-weight: 500;
    position: absolute;
    background: #222;
    z-index: 9;
    left: 36px;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}
}
.directoryview_logo
{
    position: relative;
    float: right;
    margin-top: -104.5%;
    width: 20%;
    margin-right: 37px;
    background: #ffff;
    box-shadow: 2px 2px 10px #d1c8c8;
}
@media only screen and (max-width: 500px){ 
.directoryview_logo {
    position: relative;
    float: right;
    margin-top: -110%;
    width: 28%;
    margin-right: 10px;
    background: #ffff;
    box-shadow: 2px 2px 10px #d1c8c8;
}
}
.viewbusinesslogo img
{
    width: 50%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.advertisement-slide
{
    background: #f5f5f5;
    padding-top: 2px;
    padding-bottom: 2px;
}
.navbar-fixed {
  top: -2px;
  z-index: 100;
  position: fixed;
  width: 100%;
}
.advertisement-slide img
{
    margin-top: 1px;
    background: #f5f5f5;
    width: 100%;
    margin-bottom:5px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
    background: #fff;
    border: 1px solid #dbdbdb;
}
.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    height: 42px;
}

.get-app
{
    background: transparent !important;
    color: #222 !important;
}
.btn-header
{
   text-align: left;
    margin-top: 6px;
}
.list
{
    padding:0px;
}
.one
{
    font-size: 14px;
}
@media only screen and (max-width: 500px){ 
.btn-header
{
    text-align:center;
    margin-top: 0px;
    padding: 0px;
}
.tg-formbannersearch .tg-btn {
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.tg-newsletter:before {
    top: 0px;
    right: 116% !important;
    color: #fff;
    height: 100%;
    opacity: 0.30;
    content: '\e976';
    font-size: 70px !important;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    font-family: 'icomoon';
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.border-section .border-section-heading {
    position: absolute;
    font-size: 12px;
    top: -18px;
    left: 20px;
    padding: 10px 9px;
    border-radius: 0px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}

@media only screen and (max-width: 500px){ 
.border-section .border-section-heading {
    position: absolute;
    font-size: 14px;
    top: -16px;
    left: 20px;
    padding: 4px 9px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}
}
.tg-sectionhead {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 5px !important;
    border-bottom: 1px solid #dbdbdb;
}
.flickity-prev-next-button.next {
    z-index: 99;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.doctor_view_list h4 {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    color: #ad2f6c;
    margin-top: 2px !important;
}
.doctor_view_list li
{
    font-size: 11px !important;
    line-height: 18px;
}
.dr-enquiry span
{
    font-size: 15px;
}
.dr-enquiry li i {
    color: #fb8c00;
    font-size: 13px !important;
    text-align: center;
    margin: 0 auto;
    margin-right: 5px !important;
}
.card {
    width: 100%;
    background-color: #fff;
    text-align: left;
    position: relative;
    height: auto;
    margin-left:0px !important;
    box-shadow: 0px 2px 6px 0px rgba(204,209,217,.5);
    border: 1px solid #E6E9ED;
    margin-top: 10px !important;
    border-radius: 5px
}
.tg-appsnav li a
{
    font-size: 15px !important;
}
.one
{
    font-size: 11px;
}
.form-group {
    z-index: inherit;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    position: relative;
}
.tg-title strong {
    width: 100%;
    float: left;
    color: #363b4d;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 23px;
}
@media only screen and (max-width: 500px){
.media-heading {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 22px !important;
    font-size: 14px !important;
    padding: 5px 7px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
}
.btn-header li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    background-image: linear-gradient(to right, #753b88, #b62f69, #ab326f, #7c3984);
    margin-right: 1px !important;
    border-radius: 4px;
}
.bread_crumb ul.brdUL li a {
    font-size: 9px !important;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
    display: list-item;
    line-height: 36px;
    color: #424242;
    border-radius: 5px;
}

#dLabel {
    width: 100%;
    height: 42px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    text-align: left;
    padding: 7.5px 15px;
    color: #3f3e3e;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}
.tg-copyright {
    width: 100%;
    float: left;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
form p {
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
}
.tg-widgettitle {
    width: 100%;
    float: left;
    padding: 0 0 9px;
}
.tg-thememodaldialog {
    clear: both;
    width: 100%;
    padding: 7px;
    /* overflow: hidden; */
}
.tg-thememodalcontent {
    border: 0;
    width: 100%;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px 10px 15px;
}
.tg-followus {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    margin-bottom: 10px;
}
.list
{
    padding: 2px 15px;
}
.city-form
{
    padding: 2px 0px;
}
.btn-header li a
{
    color: #fff;
    font-size: 14px !important;
    padding: 7px 10px 7px 10px !important;
    background-image: linear-gradient(to right, #753b88, #b62f69, #ab326f, #7c3984);
    margin-right: 10px;
    border-radius: 4px;
}
.tg-formnewsletter fieldset .form-control {
    border: 0;
    width: 70%;
    float: left;
    height: auto;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 15px 10px 46px;
}
.tg-formnewsletter fieldset i {
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    padding: 0 0 3px;
    line-height: 39px;
    text-align: center;
    position: absolute;
}
.tg-formnewsletter fieldset button {
    width: 30%;
    color: #fff;
    float: right;
    padding: 13px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
}
.app-txt h3 {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -8px;
}
hr {
    margin-top: 9px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid #eee;
}
}


.btn-header li
{
    display: inline-block;
}
.btn-header li a
{
    color: #fff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    background-image: linear-gradient(to right, #753b88, #b62f69, #ab326f, #7c3984);
    margin-right: 5px;
    border-radius: 4px;
}
.cusSelBlock {
  height: 50px;
  min-width: 250px;
}
#cusSelectbox {
  height: 100%;
  width: 100%;
}
.s-hidden {
  visibility: hidden;
}
.cusSelBlock {
  display: inline-block;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.selectLabel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  letter-spacing: 2px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectLabel:after {
  content: '\25BC';
  border-left: 1px solid #333;
  color: #333;
  font-size: 12px;
  line-height: 17px;
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 15%;
  height: 70%;
  width: 50px;
}
.selectLabel:active {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
}
.selectLabel:active:after {
  content: '\25B2';
}
.selectLabel.active:after {
  content: '\25B2';
}

#dLabel {
    width: 100%;
    height: 42px;
    font-size:15px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    text-align: left;
    padding: 7.5px 15px;
    color: #3f3e3e;
    letter-spacing: 0.7px;
}

 .caret {
    float: right;
    margin-top: 9px;
    display: block;
  }
.caret:after
{
    border-left: 1px solid #222;
}


.dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown button:hover, .dropdown button:focus {
  border: none;
  outline: 0;
}

.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
 
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #ccc;
   border-bottom: none;
}

.dropdown.open ul {
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #ccc;
  border-top: none;
}

.dropdown-menu li {
    letter-spacing: .1px;
    color: #201f1f;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 15px;
    border-top: dotted 1px #ccc;
}
.dropdown-menu li:hover {
  background-color: #efe4e4;
  color:#222;
}
/*  End Boostrap select box style   */


.btn-hover {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    height: 43px;
    line-height: 40px !important;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.down-angle
{
    position: absolute;
    top: 17px;
    right: 60px;
    cursor: pointer;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #753b88, #b62f69, #ab326f, #7c3984);
    line-height: 43px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background: #fff;
    box-shadow: 2px 2px 20px #ccc;
    border-top: 5px solid #b1306b;
}
.form-group a
{
    color: #b3306b;
    font-weight: 600;
}
.form-group p a
{
    color: #b3306b;
    font-weight: 600;
}
.item img
{
    margin-bottom: 3px;
}
.clients
{
    text-align: center;
    font-size: 33px;
    padding-bottom: 0px;
}


.address ul
{
    margin-left: 17px;
}
.address {
    list-style-type: none;
    color: #222;
}
/*.address li:before {*/
/*    content: "\f0411";*/
/*    font-family: FontAwesome;*/
/*    display: inline-block;*/
/*    color: #363b4d;*/
/*    font-size: 20px;*/
/*    margin-left: -39px;*/
/*    width: 1.8em;*/
/*    line-height: 35px;*/
/*    height: 35px;*/
/*    background: #f5f5f5;*/
/*    text-align: center;*/
/*    padding: 1px;*/
/*    border-radius: 50px;*/
/*    margin-right: 0px;*/
/*}*/

.message ul
{
    margin-left: 17px;
}
.message {
    list-style-type: none;
    color: #222;
}



.globe ul
{
    margin-left: 17px;
}
.globe {
    list-style-type: none;
    color: #222;
}



.landmark ul
{
    margin-left: 17px;
}
.landmark {
    list-style-type: none;
    color: #222;
}



/*  download the app*/
.app-txt
{
    margin-top: 57%;
}
.app-txt h3
{
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.app-txt li
{
    list-style: none;
    display: inline-block;
}
.app-txt li img
{
    width: 100%;
    display: inline-block;
}


/*  view icon css*/
.view-list 
{
    list-style: none;
    float: right;
    margin-right: 10px;
}
.view-icon
{
    color: #a8316f;
    padding-right: 2px;
}
.view-icon i
{
    float: right;
    margin-right: 13px;
    margin-top: 7px;
    color: #793a86;
}




/*directory view detail css*/
.inner-page-content {
    background: #fafafa;
}
.inner-page-content .breadcrumb {
    background: #fafafa;
    margin-bottom: 0px;
    margin-top: 0px;
}

.breadcrumb {
    padding: 14px 13px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li a {
    text-transform: capitalize;
    font-size: 13px;
    color: #6c6c6c;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #777;
    font-size: 13px;
}
.view-products-back {
    background: #f6f6f6;
    padding: 12px 0;
}
article h3 {
    color: #575555;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 500px){ 
article h3 {
    color: #575555;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 0px;
}
}
article ul {
    margin-top: 0px;
}
article li {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
}
article li i {
    color: #b42f6a;
}
article img {
    background: #fff;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-top: 8px;
}
aside {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-bottom: 8px !important;
}

aside ul {
    margin-left: 0px;
    height: auto;
    margin-top: 8px;
    margin-bottom: 12px;
    background: #fff;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow-y: scroll;
        box-shadow: 2px 2px 25px #ece6e6;
}
aside ul li {
    display: inline-block;
    margin-left: 16px;
}
aside ul li img {
    width: 110px;
    height: 85px !important;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 5px;
    margin-top: 15px;
}
.border {
    border: 1px solid #e0e0e0;
}
.post-details
{
    overflow-y: scroll;
}
.post-details li
{
    font-size: 16px;
}
.border-section {
    padding: 1px 0px 1px 20px;
    position: relative;
    margin-top: 38px;
    background: #fff;
}
.map-content
{
    margin-top:20px;
    margin-bottom:15px;
}
.get-direct
{
    font-weight: 500;
    margin: 0 auto;
    font-size: 15px;
    margin-top: 37px;
    padding-bottom: 20px;
    background: #ab316e;
    color: #fff;
    padding: 11px 20px 12px 20px;
    border-radius: 5px;
}
.get-direct:hover
{
    font-weight: 500;
    margin: 0 auto;
    font-size: 15px;
    margin-top: 37px;
    padding-bottom: 20px;
    background: #ab316e;
    color: #fff;
    padding: 11px 20px 12px 20px;
    border-radius: 5px;
}

.product_list {
    width: 224px;
    display: inline-flex;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-top: 21px;
    border-radius: 5px;
}
.border-section .border-section-heading {
    position: absolute;
    font-size: 14px;
    top: -18px;
    left: 20px;
    padding: 6px 10px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}
@media only screen and (max-width: 500px){ 
.border-section .border-section-heading {
    position: absolute;
    font-size: 14px;
    top: -16px;
    left: 20px;
    padding: 4px 9px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    color: #ffffff;
}
aside ul {
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: -10px;
    background: #fff;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
}
.border-section .border-section-heading i {
    margin-right: 0px;
    letter-spacing: 1px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
li {
    list-style: none;
}
.list-unstyled p {
    border-bottom: 1px dashed #e0e0e0;
    color: #232323;
    text-transform: capitalize;
    padding-bottom: 7px;
    margin-bottom: 7px;
    vertical-align: middle;
}
.post-details1 p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px;
}

address {
    margin-bottom: 8px !important;
    font-style: normal;
    line-height: 1.42857143;
    background: #fff;
    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
address h4 {
    border-bottom: 1px solid #ecedf7;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 6px;
    font-size: 16px;
    color: #575555;
    font-weight: 600;
}
address ul {
    margin-left: 0px;
}
address ul li {
    line-height: 31px;
    margin-bottom: 0px;
    font-size: 15px;
}
address ul li i {
    background: #ecedf7;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    width: 33px;
    height: 33px;
    margin-right: 16px;
}
.address ul li a
{
    color: #363b4d;
}
address form {
    margin-top: 20px;
}
address img
{
    padding: 10px 0;
    margin: 0 auto;
}
.btn-primary {
    color: #fff;
    background-image: linear-gradient(to right, #753b88, #7b3985, #ab326f, #ac316e);
    border: none;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
}
.col-form-label
{
    font-size: 15px;
    padding: 0px;
}
.btn-free_ads
{
    color: #fff;
    margin-top: 24px;
    margin-bottom: 30px;
    border: 2px solid #ffffff;
    font-size: 19px;
    padding: 12px 27px 12px 27px;
    /* background: #3a308e; */
    /* border-radius: 50px; */
    text-transform: uppercase;
    background-image: linear-gradient(to right, #753b88, #b62f69, #ab326f, #7c3984);
}
.btn-free_ads:hover
{
    color: #fff;
    margin-top: 24px;
    border: 2px solid #fff;
    font-size: 19px;
    padding: 12px 27px 12px 27px;
    background: transparent;
    text-transform: uppercase;
    border-radius: 50px;
}






/*  responsive demo*/
@media only screen and (max-width: 500px){ 
.btn-hover {
    width: 100px;
    font-size: 15px;
    line-height: 40px !important;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-fixed-top 
{
    top: 0px;
    border-width: 0 0 1px;
    background: #fff;
    box-shadow: 2px 2px 20px #ccc;
    position: relative;
    border-top: 5px solid #b1306b;
    padding: 5px 0 0;
}

.tg-category {
    width: 32%;
    float: left;
    padding: 0px;
}
.tg-categoryholder {
    width: 100%;
    float: left;
    height: 100px !important;
    cursor: pointer;
    position: relative;
    background: #fcfcfc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.tg-category figure img {
    display: block;
    width: 42px;
    height: 40px;
    margin-bottom: 1px;
}
.tg-category h3 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}
	.select_mate {
    position: relative;
    float: left;
    min-width: 160px;
    /* width: 220px; */
    min-height: 48px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    /* box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3); */
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    }
    .map-one {
    font-size: 16px;
    color: #ab316e;
    position: absolute;
    top: 10px;
    background: #efe4e4;
    padding: 4px;
    border-radius: 50px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 23px;
    left: 0px;
}
textarea, select, .tg-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #a0a0a0;
    outline: none;
    font-weight: 500;
    height: 42px;
    background: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Quicksand';
}
.map-one {
    font-size: 16px;
    color: #ab316e;
    position: absolute;
    top: 10px;
    background: #efe4e4;
    padding: 4px;
    border-radius: 50px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 23px;
    left: 10px;
}


.icon_select_mate {
    position: absolute;
    top: 11px;
    right: -1% !important;
    font-size: 16px;
    height: 35px;
    transition: all 275ms;
}
.tg-navigationarea .tg-btn {
    float: none;
    padding: 0 30px;
    margin-left: 5px !important;
    margin-bottom: 3px;
}
small {
    font-size: 83%;
    position: relative;
    bottom: 7px;
    left: 8px;
}
.tg-btnbox {
    float: right;
    z-index: 2;
    padding: 0px 0 0;
    text-align: right;
    position: relative;
    margin-top: -35px;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-collapse.in {
    height: 156px;
    background: #efe4e4;
    margin-bottom: 20px;
}
.tg-btn {
    color: #fff;
    padding: 0px 27px !important;
    position: relative;
    line-height: 37px !important;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    background: rgba(0,0,0,0.00);
    font: 500 14px/46px 'Quicksand', Arial, Helvetica, sans-serif;
    background-image: linear-gradient(to right, #753b88, #7d3983, #af306c, #b42f6a);
}

.app-txt {
    margin-top: 2%;
}
.app-one
{
    margin-top: 2% !important;
}
}

/*end responsive demo*/

.app-one
{
    margin-top: 29%;
}
.news_add
{
    padding-top: 2px;
    padding-bottom: 1px;
    background: #f5f5f5;
}
.news_add img
{
    width: 100%;
}
.news-view img
{
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%; 
}
.news-view p
{
    line-height: 29px;
    text-align: justify;
    margin-bottom: 12px;
}
.news-recent {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    position: sticky;
}
.news-recent h6
{
    margin-bottom: 0px;
}
@media only screen and (max-width: 500px){ 
.news-recent {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top:0%;
    position: relative;
    position: sticky;
    top: 100px;
}
.news-recent h6
{
    margin-bottom: -4px;
}
.news-view p {
    line-height: 23px;
    text-align: justify;
    margin-bottom: 2px !important;
    font-size: 15px !important;
}
}
.recent-txt
{
    text-decoration: none;
    line-height: 21px !important;
    color: #000;
    text-align: left;
    font-size: 14px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}
@media only screen and (max-width: 500px){ 
.recent-txt {
    text-decoration: none;
    line-height: 7px;
    color: #493b48;
    text-align: left;
    font-size: 13px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}
}
.view_news
{
    background: #f6f6f6;
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
}
.view_news:hover
{
     background: #f6f6f6;
    background-image: linear-gradient(to right, #753b88, #b62f69, #ab326f, #7c3984);  
    color:#fff;
    border-radius: 5px;
}
.company-img {
    width: 1140px;
    position: relative;
    top: 11px;
    height: 500px;
    margin-bottom:30px;
}

.directory_order
{
    padding: 0;
    margin-bottom: 0px;
}
.directory_order img
{
    width: 25px;
    text-align: center;
    margin: 0 auto;
    padding-top:0px;
}
.directory_order h3 {
    font-size: 15px;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 0px;
}

.directory_order h3 span
{
    padding-left:16px;
}
.directory_order h4
{
    font-size: 19px;
    text-align: center;
    margin-top: 17px;
    line-height: 23px;
}
.btn-generate
{
    background: #b32f6a;
    color: #fff;
    font-size: 17px;
    width: 100%;
    height: 42px;
    line-height: 30px;
    margin-bottom:10px;
}
.btn-generate:hover
{
    background: #7d3a84;
    color: #fff;
    font-size: 17px;
    width: 100%;
    height: 42px;
    line-height: 30px;
    margin-bottom:10px;
}
.media-heading {
    margin-top: 0px;
    margin-bottom: 2px;
    line-height: 22px;
    color:#000;
    height: 132px;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}
.news-img
{
    padding: 5px 0 0 15px;
}
@media only screen and (max-width: 500px){ 
.news-img {
    padding: 7px 15px 3px 15px;
}
.media-heading {
    margin-top: 0px;
    margin-bottom: 2px;
    line-height: 22px;
    color:#000;
    height: 100px;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

}
.media-object {
    display: block;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #af306c; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #af306c; 
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}
.pad-category
{
   padding-left: 0px;
    padding-right: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
}
@media only screen and (max-width: 500px){ 
.pad-category {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 41px;
    padding-top: 0px;
}

.dr-enquiry li {
    display: inline-block;
    margin-top: -5px;
    background: transparent;
    text-align: center;
    margin-right: 0px;
    padding: 0px !important;
    border-radius: 3px;
    font-size: 15px !important;
    cursor: pointer;
}
.dr-enquiry a {
    padding: 6px 8px !important;
    border-radius: 50px;
    color: #ac306d;
    text-transform: uppercase;
    font-weight: 600;
    background: #e8e8e8;
    position: relative;
    font-size: 12px !important;
}
.tg-posttitle h3 {
    margin: 5px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

}
.category_scroll
{
    background: #fff !important;
    padding: 0px;
    height: 1000px;
    overflow-x: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.tg-sectionspace {
        padding: 16px 0 0 !important;
    background: #f7f7f7;
    margin-bottom: -2px;
}
.tg-ad {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0px 0 10px !important;
    background: #fff;
    border-radius: 5px;
}
.btn-default {
    color: #fff;
    background-color: #b22f6b;
    border-color: #b22;
    height: 47px;
    width: 53px;
    font-size: 20px;
    border-radius:0px;
}
.btn-default:hover {
    color: #fff;
    border-radius:0px;
    background-color: #b22f6b;
    border-color: #b22;
    height: 47px;
    width: 53px;
    font-size: 20px;
}



/* doctor view details page css*/

.p-search
{
    padding-top: 23px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 17px;
}
aside
{
    background: #f5f5f5;
}
aside img
{
    width: 100%;
}
.doctor_img
{
    padding-right: 0px;
    padding-left: 0px;
}
@media only screen and (max-width: 500px){ 
.doctor_img {
    padding-right: 0px;
    padding-left: 0px;
}
}
.doctor_img1
{
    padding-right: 0px;
    padding-left: 15px;
}
.doctor_list-back h4
{
    margin-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ffff;
    padding-bottom: 5px;
}
.doctor_list-back li
{
   margin-bottom: 5px;
}
.doctor_list-back li a
{
    font-size: 17px;
    color: #3c3b3b;
}

.dr-enquiry li
{
    display: inline-block;
    margin-top: 0px;
    background: transparent;
    text-align: center;
    margin-right: 3px !important;
    padding: 0px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
}
.doctor_view_list li i
{
    color: #b62f69;
    padding-right: 5px;
}
.doctor_view_list h4
{
    font-size: 22px;
    margin-bottom: 0px;
    color: #ad2f6c;
}
.doctor_view_list li
{
    margin-bottom: 0px;
    font-size: 16px;
}
.financier .flickity-slider
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -430px !important;
    margin-left: 0px;
}
@media only screen and (max-width: 500px){ 
.financier .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px !important;
    margin-left: 0px;
}
}
.dr-enquiry li i
{
    color: #fb8c00;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-right:3px !important;
}
.dr-enquiry
{
    margin-top: 0px;
}
.dr-enquiry a
{
   padding: 12px 21px;
    border-radius: 50px;
    color: #ac306d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #e8e8e8;
    position: relative;
    top: 25px;
}
.dr-enquiry a:hover
{
   padding: 12px 21px;
    border-radius: 50px;
    color: #fb8c00;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    top: 25px;
    background: #e8e8e8;
}
@media only screen and (max-width: 500px){ 
.dr-enquiry a
{
   padding: 12px 21px;
    border-radius: 50px;
    color: #ac306d;
    text-transform: uppercase;
    font-weight: 600;
    background: #e8e8e8;
    position: relative;
    top: 0px;
}
.dr-enquiry a:hover
{
   padding: 12px 21px;
    border-radius: 50px;
    color: #fb8c00;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 0px;
    background: #e8e8e8;
}
}
.doctor_view_list li a
{
    color:#222;
}
.dr-enquiry a i
{
        margin-left: 14px;
    font-size: 16px;
}

@media only screen and (max-width: 500px){ 
.upload-info li {
    display: inline-flex;
    /*border-right: 2px solid #cccccc;*/
    /*margin-right: 0px !important;*/
    padding-right: 6px !important;
    line-height: 1;
    color: #222;
}
.display {
    color: #222;
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 7px;
}


.tg-newsletter {
    width: 100%;
    float: left;
    padding: 6px 0 !important;
    position: relative;
}
.tg-newsletter h2 {
    color: #fff;
    float: none;
    text-align: center;
    margin: 2px 0;
    font-size: 14px !important;
    line-height: 28px;
}
}

.upload-info li
{
    display: inline-block;
    /*border-right: 2px solid #cccccc;*/
    /*margin-right: 8px;*/
    padding-right: 10px;
    line-height: 1;
    color:#222;
}
.upload-info li i
{
    color: #b22f6b;
    margin-right: 10px;
}
.panel-default {
    border-color: #f5f5f5;
}

.card-body
{
    background: #ffff;
    padding: 10px;
}
.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.card-body li
{
    padding-left: 24px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #222;
}
.card-body li i
{
    padding-right: 5px;
    font-size: 18px;
}
.panel-default>.panel-heading {
color: #333;
    background-color: #ffffff;
    border-color: #fff;
}
.shop-categories h3
{
    font-size: 23px;
    margin-top: 17px;
    margin-bottom: 12px;
}



  /* vertical tab design css*/
  /* vertical tab design*/
  .vertical-tab .nav-tabs{
   border: none;
   position: relative;
   margin-bottom:10px;
   background-color: #fff;
   border-radius: 5px;
 }
 .vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 5px;
 }
 .vertical-tab .nav-tabs li a{
  color: #656262;
  background-color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding: 12px 4px 10px 20px;
  margin: 0;
  border-radius: 0;
  border: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
  color: #7a3a85;
  background-color: transparent;
  border:none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
  content: '';
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  border-bottom: 4px solid #ab316e;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
  background-color: #803882;
  width: 5px;
  transform: scaleY(0);
  left: 0;
  transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
  left: 10px;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
  transform: scale(1);
}
.vertical-tab .tab-content{
  color: #fff;
  font-size: 15px;
  text-align: justify;
  line-height: 23px;
  vertical-align: top;
  padding: 15px 18px 0;
  background: #ffff;
  border-radius: 5px;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e2dfdf;
    padding-bottom: 5px;
}
@media only screen and (max-width: 479px){
  .vertical-tab .nav-tabs{
    display: block;
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
  }
  .paymentgatway
  {
    margin-bottom: 10px;
  }
  .vertical-tab .nav-tabs li a{
    padding: 10px;
    margin: 0 0 10px;
  }
  .vertical-tab .tab-content{
    display: block;
    padding: 15px 10px 5px;
    border-radius: 0 0 10px 10px;
  }
  .vertical-tab .tab-content h3{ font-size: 18px; }
}
.btn-update {
  color: #fff;
  background-color: #b22f6b;
  border-color: #b22;
  height: auto;
  width: auto;
  font-size: 17px;
  border-radius: 4px;
}


/* accordian tab css*/
.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
.panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.send-app
{
    background: #363b4d;
    color: #fff;
    border: none;
    width: 28%;
}


.dropzone {
    min-height: 150px;
    background: white;
    padding: 20px 20px;
    border: 2px dotted #7eb347;
}
.dropzone span
{
    color:#222;
}
.icon-chevron-down:before {
    
    background-image: url(http://maximaa.biz/assets/img/two-arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: static;
    background-position: right;
}
.bootstrap-timepicker-widget table td a {
    border: 1px #fff solid !important;
    width: 100%;
    display: inline !important;
    margin: 0;
    padding: 0px 0 !important;
    outline: 0;
    color: #333;
}
.icon-chevron-up:before
{
    background-image: url(http://maximaa.biz/assets/img/two-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: static;
    background-position: right;
}
.bootstrap-timepicker-widget table td span {
    width: 10px !important;
    font-size: 30px;
}

/*crop css*/
.imageBox {
    position: relative;
    height: 400px;
    width: 800px;
    border: 7px solid #aaa;
    background: #fff;
    background-repeat: no-repeat;
    cursor: move;
}
@media only screen and (max-width: 500px){ 
.imageBox {
    position: relative;
    height: 150px;
    width: auto;
    border: 7px solid #aaa;
    background: #fff;
    background-repeat: no-repeat;
    cursor: move;
}
}
.imageBox .thumbBox {
    position: absolute;
    width: 100%;
    height: 100%;
    /*width: 800px;
    height: 400px;*/
    margin-left: 4px;
    margin-top: 4px;
    box-sizing: border-box;
    border: transparent;
    box-shadow: transparent;
    background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 188px;
}
.cropped {
    height: 201px;
    border: 7px solid #aaaaaa;
    width: auto;
    margin-left: 1px;
    margin-bottom: 10px;
}
.btn-offer
{
    background: #ad2f6c;
}
.prof
{
    padding-left: 24px;
    position: relative;
    top: 11px;
    font-weight: 600;
}
@media only screen and (max-width: 500px){ 
.prof {
    padding-left: 0px;
    position: relative;
    top: 5px;
    font-weight: 600;
}
}
.edit
{
    background: #7f3983;
    color: #fff;
    padding: 6px 10px 6px 10px;
    border-radius: 3px;
}


/*breadcumb result css code*/
.bread_crumb {
    border-bottom: 1px solid #dfdfdf;
}
.bread_crumb {
    margin-bottom: 8px;
    display: table;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    box-shadow: 2px 2px 20px #dddbdb;
    border-radius: 5px;
}
.sortbyresult {
    text-align: center;
}
.sortbyresult {
    background: #fff;
    height: 34px;
    line-height: 34px;
    position: relative;
    width: 106px;
    display: table-cell;
    border-radius: 5px;
}
.sortbyresult a {
    background: #eaeaea;
    display: block;
    font-size: 17px;
    height: 100%;
    width: 90px;
    font-weight: 600;
    padding: 0 0 0 14px;
    text-align: left;
    color: #b42f6a;
    border-radius: 5px;
}
@media only screen and (max-width: 500px){ 
.sortbyresult a {
    background: #e6e6e6;
    display: block;
    font-size: 9px;
    height: 100%;
    width: auto;
    font-weight: 500;
    padding: 0 0 0 4px;
    text-align: left;
    color: #b42f6a;
}
.sortbyresult {
    background: #fff;
    height: 34px;
    line-height: 34px;
    position: relative;
    width: 64px;
    display: table-cell;
}
.left_arrow {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 16px 0 19px 19px;
    float: right;
    height: 0;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    display: none !important;
}
}
.left_arrow {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 16px 0 19px 19px;
    float: right;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.brdDiv {
    display: table-cell;
    vertical-align: top;
}
.bread_crumb ul.brdUL {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 5px;
}
.bread_crumb ul.brdUL li {
    text-align: center;
    line-height: normal;
    flex: 1;
    display: flex;
}

.bread_crumb ul.brdUL li {
    border-right: 1px solid #dfdfdf;
    display: table-cell;
    height: 35px;
}
.bread_crumb ul.brdUL li a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
    display: list-item;
    line-height: 33px;
    color: #424242;
}




/* homepage carousel css*/
/* owl carousel css*/

.site-content {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 0px;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    display: none;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.card {
    width: 100%;
    background-color: #fff;
    text-align: left;
    position: relative;
    padding: 3px;
    margin-top: 10px;
    height: auto;
    margin-left: 0px;
    box-shadow: 0px 2px 2px 0px rgb(204 209 217 / 50%);
    border: 1px solid #eedcdc;
    border-radius: 5px;
    transition: transform .2s;
}
.card:hover {
    width: 100%;
    background-color: #fff;
    text-align: left;
    position: relative;
    padding: 3px;
    margin-top: 10px;
    height: auto;
    margin-left: 0px;
    box-shadow: 0px 2px 2px 0px rgb(204 209 217 / 50%);
    border: 1px solid #eedcdc;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari 3-8 */
    transform: scale(1.1); 
    z-index: 99;
}
.flickity-prev-next-button.previous {
    left: -10px !important;
}
.flickity-prev-next-button.next {
    right: 10px;
}

.courses {
	margin-top: 0px;
	margin-bottom: 0px;
}
 
.carousel-cell {
  width: 33%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
}
 
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.offer-item
{
    /*width: 24%;*/
    /*padding-left: 1%;*/
    /*padding-right: 0%;*/
}
@media (max-width: 767px){
.offer-item
{
    z-index: 9;
    width: 100%;
}
.is-selected
{
    z-index:999 !important;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
}
.course-item 
{
    /*width: 33%;*/
    /*padding-right: 1%;*/
    /*padding-left: 1%;*/
    /*margin-bottom: 0px;*/
    /*float: left;*/
    /*margin-left: 0%;*/
}
.course-heading {
	font-weight: 500;
	font-size: 12px;
	color: #AAB2BD;
	text-transform: uppercase;
	text-align: center;
}
.course-info {
	padding: 7%;
	min-height: 140px;
}
.course-topic {
	font-weight: 500;
	color: #AAB2BD;
	font-size: 12px;
	margin-bottom: 5px;
}
.course-topic.photo {
	color: #673AB7;
}
.course-topic.webdesign {
	color: #009688;
}
.course-topic.computer {
	color: #2196F3;
}
.course-topic.code {
	color: #4CAF50;
}
.course-topic.design {
	color: #F44336;
}
.course-title {
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 30%;
}
.course-meta {
	color: #AAB2BD;
	font-weight: 300;
	font-size: 11px;
	position: absolute;
	left: 7%;
	bottom: 7%;
}
.course-duration:before {
	display: inline-block;
	content: "•";
	padding-right: 5px;
	padding-left: 5px;
}
.course-caption {
	position: absolute;
	right: 5%;
	bottom: 5%;
	font-size: 18px;
	color: #AAB2BD;
  
}

.flickity-prev-next-button.previous {
  left: -30px;
}
.flickity-prev-next-button.next {
  right: -10px !important;
}
.flickity-prev-next-button .arrow {
  fill: #F5F7FA;
}
.flickity-prev-next-button {
  background-color: #434A54;
  width: 38px;
  height: 38px;
}
.flickity-prev-next-button:hover {
  background-color: #656D78;
}
/* end homepage carousel*/



.post-directories
{
    margin: 4px;
    background-image: linear-gradient(to right, #753b88, #803983, #ab326f, #ab326f);
    margin-bottom: 15px;
}
.post-directories h4
{
    font-size: 22px;
    margin-bottom: 1px;
    margin-top: 9px;
    color: #fff;
}
.post-directories p
{
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
}
@media only screen and (max-width: 500px){ 
.post-directories {
    margin: -10px;
    background-image: linear-gradient(to right, #753b88, #803983, #ab326f, #ab326f);
    margin-bottom: 15px;
}
.post-directories h4 {
    font-size: 15px;
    margin-bottom: 1px;
    margin-top: 9px;
    color: #fff;
}
.post-directories p {
    color: #fff;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
}
.vertical-tab .nav-tabs li a {
    color: #656262;
    background-color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 4px 10px 20px;
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
}
.details
{
   float: right;
    margin-top: 15px;
    height: auto;
    width: 100%;
    font-size: 17px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 25px #ece6e6;
}
@media only screen and (max-width: 500px){ 
.details
{
    float: right;
    margin-top: 0px;
    height: auto;
    width: 100%;
    font-size: 17px;
    border-radius: 5px;
    box-shadow: 2px 2px 25px #ece6e6;
}
}
.togg
{
    margin-top: 10%;
}
@media only screen and (max-width: 500px){ 
.details
{
   margin-top: 8%;
}
}
.waiting
{
    font-size: 15px;
    background: #f82708;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.approved
{
    font-size: 15px;
    background: #35971a;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.display
{
    color: #222;
    text-align: center;
    font-size: 16px;
    margin-top: 14px;

}
.toggleSwitch span span {
  display: none;
}

@media only screen {
  .toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 0px;
    cursor: pointer;
    width: 40px
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 22px;
    height: 25px;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: -48px;
    width: 100%;
    margin: 0;
    padding-right: 54px;
    text-align: left;
    white-space: nowrap;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 7px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #ccc;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 52px;
    top: -4px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}




/* Sidemenu Navigation Click Open Code  */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #efe4e4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}
.sidebar h3
{
    font-size: 16px !important;
    padding-left: 0px;
    margin-top: 7px;
    font-weight: 500;
}
.sidebar a {
  padding: 0;
  text-decoration: none;
  font-size: 12px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.category-txt
{
    padding-left: 15px;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.openbtn {
    font-size: 16px;
    cursor: pointer;
    background-color: #666666;
    color: white;
    padding: 7px 13px;
    border: none;
    width: 100%;
    text-align: left;
    border-radius: 5px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding: 4px 0 9px;
    margin-left: 0px !important;
    display: block;
}
.head-back
{
    padding-top: 8px;
    background: #f5f5f5;
    padding-bottom: 8px;
}

/*  Property Button Dropdown css code */
.dropdown-proper {
  position: relative;
  display: block;
}

.dropdown-content-proper {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}

.dropdown-content-proper a {
  color: black;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content-proper a:hover {background-color: #ddd;}

.dropdown-proper:hover .dropdown-content-proper {display: block;}

.dropdown-proper:hover .dropbtn {background-color: #3e8e41;}
/*  End Property Button dropdown css code*/


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 0px;}
  .sidebar a {    
    font-size: 14px !important;
    padding: 0px;
    border-bottom: 1px solid #fef5f5;
  }
  .category_scroll {
    background: #fff !important;
    padding: 0px;
    height: 100% !important;
    overflow-x: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 500px){ 
.head-back
{
    padding-top: 4px;
    background: #e8e8e8;
    padding-bottom: 4px;
}
.directory_order img {
    width: 25px;
    text-align: center;
    margin: 0 auto;
    padding-top: 7px;
}
}
/* End Sidemenu Navigation Click Open Code  */

/*  Select Box Hover css  */


/*  Boostrap page to top screen*/
.back-to-top {
   position: fixed;
    bottom: 25px;
    padding: 7px 10px;
    right: 25px;
    display: none;
    cursor: pointer;
    font-size: 12px;
    color: #ffffff;
    background-image: linear-gradient(to right, #9e3576, #7d3984, #7f3983, #9a3577);
    z-index: 99;
    /* background: #efe4e4; */
}
@media only screen and (max-width: 500px){ 
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    cursor: pointer;
    color: #b32f6a;
    /* background-image: linear-gradient(to right, #9e3576, #7d3984, #7f3983, #9a3577); */
    z-index: 999;
    padding: 6px 9px;
    font-size: 12px;
    background: #efe4e4;
}
}
#loading {
    width:100px;
    height:100px;
    border:2px solid #ccc;
    border-top-color:#f50;
    border-radius:100%;

/* here we center it*/
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    
/* Tha animation*/
    animation: round 1s linear infinite;
}

@keyframes round {
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

#overlay {
    height:100%;
    width:100%;
    background:#000;
    opacity:1;
    left:0;
    top:0;
    z-index:9999;
}

.directoryorder-back
{
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.phone-number
{
    margin-bottom: 2px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 425px;
}

/*  Related Icon Css Code  */
.related-icon
{
    margin-left: 15px !important;
    color: #363b4d;
}
.related-icon span:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    width: 12px;
    color: #b2306b;
}

.related-icon1
{
    margin-left: 15px !important;
    color: #363b4d;
}
.related-icon1 span:before {
    content: "\f2be";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -17px;
    width: 14px;
    color: #b2306b;
}

.related-icon2
{
    margin-left: 15px !important;
    color: #363b4d;
}
.related-icon2 span:before {
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    width: 12px;
    color: #b2306b;
}
/* End Related Icon Css Code  */

.phone-number i
{
    color: #ab5082;
    padding-right: 5px;
}
@media only screen and (max-width: 500px){ 
.phone-number {
    margin-bottom: 1px;
    font-size: 16px;
}
}


.news-view
{
    padding-top: 0%;
    border-top: 3px solid #f5f5f5;
    background: #f5f5f5;
}
@media only screen and (min-width: 501px) and (max-width:768px){
.news-view
{
    padding-top: 3%;
    border-top: 3px solid #f5f5f5;
    background: #f5f5f5;
}
}

.ribbon-2 {
    position: absolute;
    top: -5.1px;
    right: 0px;
    color: #fff;
}
.ribbon-2 span {
    position: relative;
    display: block;
    text-align: center;
    background: #f91942;
    font-size: 13px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    z-index: 99;
    font-weight: 600;
}
.ribbon-2:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #f91942;
    z-index: 99;
    left: 27px;
}
.ribbon-2 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #f91942;
}
.ribbon-2 span:after, .ribbon-2 span:before {
    position: absolute;
    content: "";
}
.ribbon-2 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #f91942;
}

.notifyjs-metro-success {
    color: #fafafa !important;
    background-color: #81c868;
    border: 1px solid #33b86c;
    width: auto;
    padding: 19px;
    border-radius: 5px;
}
.notifyjs-metro-error {
    color: #fafafa !important;
    background-color: #f05050;
    border: 1px solid #ef5350;
    padding: 20px;
    border-radius: 5px;
}
.text-wrapper .title
{
    display: none;
    /*margin-bottom: 3px;
    font-size: 18px;
    padding-right: 5px;*/
}
.text-wrapper .text
{
      display: inline-block;
      font-size: 17px;
      font-weight: 600;
}
.image{
  display: none;
}
@media only screen and (max-width: 500px){
.notifyjs-metro-success {
    color: #fafafa !important;
    background-color: #81c868;
    border: 1px solid #33b86c;
    width: auto;
    padding: 19px;
    border-radius: 5px;
}
}


.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -10px;
}

.owl-nav .owl-next {
  right: -10px;
}




/* Job css code */
.job-row
{
    background: #eedcdc;
    margin-left: 0px;
    margin-right: 0px;
    background: #eedcdc;
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 5px;
    padding-bottom:5px;
}
.job-row .media .media-left i
{
    background: #f6bbd6;
    padding: 14px 17px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 8px;
}
.rel-map
{
    padding-left: 15px;
    color: #363b4d;
}
.rel-map span:before
{
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    width: 12px;
    color: #b2306b;
}
.rel-add
{
    margin-left: 15px;
    color: #363b4d;
}
.rel-add span:before
{
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    width: 12px;
    color: #b2306b;
}
.rel-add
{
    margin-left: 15px;
    color: #363b4d;
}
.rel-add p:before
{
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    width: 12px;
    color: #b2306b;
}
.rel-pad
{
    padding-left: 0px;
}
.rel-edu li:before
{
    content: "\f19d";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    width: 12px;
    color: #b2306b;
    font-size: 15px;
}
.rel-edu
{
    padding-left: 24px;
}

.rel-edu1 li:before
{
    content: "\f19d";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -26px;
    width: 12px;
    color: #b2306b;
    font-size: 15px;
}
.rel-edu1
{
    padding-left: 23px;
}
.fin-add address:before
{
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -26px;
    width: 12px;
    color: #b2306b;
    font-size: 15px;
}
.fin-add
{
    padding-left: 26px;
}
@media only screen and (max-width: 500px){ 
.job-row .media .media-left i {
    background: #f6bbd6;
    padding: 7px 9px;
    border-radius: 50px;
    font-size: 11px;
    margin-top: 8px;
}
.rel-pad
{
    padding-left:15px;
}
}
.job-row h3
{
    margin-bottom: 0px;
    font-size: 21px;
    margin-top: 4px;
}
.job-row p
{
    margin-bottom: 5px;
    color: #363b4d;
}
.job-row h4
{
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 17px;
}
.job-recuriter
{
    background: #fff;
    padding: 0px 0 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 5px;
    transition: transform .2s;
     box-shadow: 2px 2px 20px #ccc;
}
.job-recuriter:hover
{
    background: #fff;
    padding: 0px 0 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 20px #ccc;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari 3-8 */
    transform: scale(1.1); 
     box-shadow: 2px 2px 20px #ccc;
}
.job-content
{
    padding: 0 10px;
}
.job-interest
{
    padding: 0 10px;
}
.job-content h3
{
font-size: 17px;
    margin-top: 5px;
    border-bottom: 1px solid #eeecec;
    padding-bottom: 5px;
    margin-bottom: 3px;
}
.job-content li
{
    list-style: none;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 22px;
}
.job-content li i
{
    color: #b1306b;
    padding-right: 5px;
}
.job-content a
{
    width: 100%;
    background: #eedcdc;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 500;
}
 
.job-interest a
{
    width: 100%;
    background: #eedcdc;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 17px;
}
.job-interest p
{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size:17px;
}
 .job-interest li
{
    margin-bottom: 4px;
    margin-top: 0px;
}
.pro-totalarea 
{
    list-style-type: none;
    color: #222;
    margin-left: 0px;
    margin-bottom: 10px;
}
.pro-totalarea p:before {
    content: "\f08e";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 4px;
    width: 1.3em;
    color: #b2326c;
}
.month {
    list-style-type: none;
    color: #222;
    margin-left: 24px;
}
.month li:before {
    content: "\f156";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.1em;
    color: #b2306b;
    font-size: 16px;
}
.job {
    list-style-type: none;
    color: #222;
    margin-left: 0px;
}
.job li:before {
    content: "\f0f2";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.3em;
    color: #b2306b;
}
.exp {
    list-style-type: none;
    color: #222;
}
.exp li:before {
    content: "\f007";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.3em;
    color: #b2306b;
}
@media only screen and (max-width: 500px){ 
.exp {
    list-style-type: none;
    color: #222;
    padding-left: 19px;
}
.job-recuriter {
    background: #fff;
    padding: 0px 0 25px;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 7px;
    border: 1px solid #eedcdc;
}
.job {
    list-style-type: none;
    color: #222;
    margin-left: 10px;
}
.job-recuriter .job-interest a {
    background: #eedcdc;
    padding: 5px 18px;
    width: 100% !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    float: right;
    text-align: center;
    color: #363b4d;
}
}
.gender {
    list-style-type: none;
    color: #222;
    margin-left: 0px;
}
.gender li:before {
    content: "\f228";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.3em;
    color: #b2306b;
}

 
.job-interest li i
{
        background: #44d116;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 13px;
    margin-right: 5px;
}
@media only screen and (max-width: 500px){ 
.job-interest a
{
    width: 100%;
    background: #44d116;
    padding: 8px 12px;
    border-radius: 50px;
}
 
.job-row h4 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 17px;
}
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 99;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidepanel a {
  padding:  0px 0px 3px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #af306c;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

 
/* Job end css code */