body,
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #f5f7f8;
  box-sizing: border-box;
  min-height: 100vh;
  width: 100%;
  /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

main {
  /*min-height: calc(100vh - 66px);*/
  padding: 0;
  margin: 0;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

p {
  word-wrap: break-word;
  /* word-break: break-all; */
}


a:hover {
  color: #00a65a;
}

#accordion {
  display: none;
}

.badge-primary {
  background: none !important;
  box-shadow: none !important;
}

.badge-primary a {
  color: #fff;
  background-color: #E2839F !important;
  display: inline-block;
}

.badge a {
  color: #fff;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: 8px 15px;
  border-radius: 10px;
}

.badge a:hover {
  background: #E66D3D !important;
}

.badge a {
  color: #FFF;
  font-size: small;
}

.cloud-tag-block a {
  border: #999 1px solid;
  border-radius: 10px;
  background: #FFF;
  padding: 1px 10px;
  margin: 3px 3px;
  font-size: 12px;
  display: inline-block;
}

.cloud-tag-block a:hover {
  background: #007bff;
  color: #FFF
}

.notification-block .card-header {
  background: #FFF2CD;
  color: #856305;
}

.notification-alert-block {
  background: #FFF2CD !important;
  color: #856305 !important;
  border: #F2C31E 1px solid !important;
  border-left: #F2C31E 4px solid !important;
  padding: 1rem;
  font-size: 15px !important;
}

.mobilecontactbar.sticky {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 64%
}

.mobilecontactbar.sticky .btn-primary {
  padding: 10px 20px;
  font-size: .95rem;
}

.mobilecontactbar.sticky .btn-primary.btn-whatsapp {
  background: #00a65a !important;
}

#loader {
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/loders/loader.gif') 50% 50% no-repeat #f9f9f9;
}

.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.noticeShown .title {
  font-size: 28px;
  text-transform: uppercase;
}

.noticeShown .msgBlock {
  font-size: 20px;
  font-weight: 500;
}

.widget-box-1 {
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 6px 4px -4px rgba(127, 127, 127, 0.1);

}

.widget-box-2 {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}

.widget-box-3 {
  width: 100%;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  background: #fff;
}

.box-header {
  color: #444;
  display: block;
  padding: 20px 10px 10px 20px;
  position: relative;
}

.box-header h4 {
  margin-bottom: 0;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.text-center {
  text-align: center;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px 20px 30px 20px;
}

.disabled {
  opacity: .65;
}

.bg-aqua {
  background-color: #00c0ef;
}

.bg-purple {
  background-color: #605ca8;
}

.bg-light-blue {
  background-color: #3c8dbc;
}

.bg-green {
  background-color: #00a65a;
}

.bg-yellow {
  background-color: #f39c12;
}

.bg-red {
  background-color: #dd4b39;
}

.bg-gray {
  background-color: #d2d6de;
}

.bg-navy {
  background-color: #001F3F;
}

.bg-teal {
  background-color: #39CCCC;
}

.bg-orange {
  background-color: #FF851B;
}

.bg-maroon {
  background-color: #D81B60;
}

.bg-black {
  background-color: #111;
}

.tags-block a {
  color: #000;
  padding: 5px 5px;
  margin: 5px 5px;
  font-size: 13px;
  line-height: 27px;
  min-width: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in-out;
}

.tags-block a.bg-purple {
  color: #FFF;
}

.tags-block a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  color: #FFF;
}

a.morelink {
  text-decoration: none;
  outline: none;
  text-transform: capitalize;
  font-weight: 600;
  color: red;
}

a.morelink:after {
  font-family: "FontAwesome";
  content: '\f101';
  margin-left: 5px;
}

.morelink.less:after {
  font-family: "FontAwesome";
  content: '\f100';
}

.morecontent span {
  display: none;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border: 2px solid #DAD8D9;
}

legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  background: #FFF;
  padding: 5px 15px;
  box-shadow: 1px 1px 5px 1px rgba(222, 222, 222, 0.2);
}

label {
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
}

input {
  border: #455156 1px solid;
  font-size: 12px;

}

select {
  border: #455156 1px solid;
  padding: 2px 5px;
  font-size: 12px;
}

input[type="file"],
input[type="submit"] {
  border: none;
}

.required label:after {
  content: "\f005";
  font-family: FontAwesome;
  margin-left: 6px;
  color: red;
  font-weight: bold;
  font-size: 7px;
  vertical-align: top;
}

.mini-text {
  font-size: 11px;
}

.clear {
  width: 100%;
  display: block;
  clear: both;
}

.space {
  height: 50px;
  width: 100%;
  clear: both;
  display: block;
}

.space-40 {
  height: 40px;
  width: 100%;
  clear: both;
  display: block;
}

.space-30 {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.space-20 {
  height: 20px;
  width: 100%;
  clear: both;
  display: block;
}

.space-10 {
  height: 10px;
  width: 100%;
  clear: both;
  display: block;
}

h4.red {
  color: #cb2845;
  text-transform: uppercase;
}

.btn {
  padding: 6px 10px 5px 10px;
  font-weight: 700;
  color: #fff !important;
  border: 1px solid #ea667d;
  text-transform: uppercase;
  background: #a81c34;
  text-decoration: none;
  text-align: center;
}

.btn.green {
  border: 1px solid #4d952a;
  background: #3a8727;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ab830), color-stop(50%, #3a8727), to(#5ab830));
  background: -o-linear-gradient(top, #5ab830 0, #3a8727 50%, #5ab830 100%);
  background: linear-gradient(180deg, #5ab830 0, #3a8727 50%, #5ab830 100%);
  color: #fff !important;
}

.btn.black {
  border: 1px solid #000;
  background: #262626;
  color: #fff !important;
}

.btn.black:hover {
  background: #2f2f2f;
}

.search-btn {
  background-color: green;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px;
}

.search-btn:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 7px;
}

.as-flex {
  display: flex;
  width: 100%;
}

.align-right {
  float: right;
  width: 100%;
  text-align: right;
}

.align-left {
  float: left;
  width: 100%;
  text-align: left;
}

.search .text {
  padding: 12px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 250px;
}

.ads-space-right-block {
  padding-top: 10px;
}

.ads-space-right-block .ads-space {
  margin: 10px 0;
}

.ads-space-right-block .ads-space img {
  height: auto;
  width: 210px;
}

.list-group .list-group-item .list-group-item-action {
  display: block;
}

.list-group .list-group-item.state-list {
  padding: 0rem 0rem;
}

.list-group .list-group-item .list-group-item-action {
  padding: 0.45rem 1.25rem;
}

.list-group .list-group-item.active .list-group-item-action {
  color: #FFF;
  background-color: #239169;
}

.sidebarNav .list-group .list-group-item a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
}

.sidebarNav .dropNav {
  background-color: #F7F7F9;
  max-height: 335px;
  overflow-x: scroll;
}

.sidebarNav .list-group .list-group-item .headTitle {
  padding: 0.45rem 1.25rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.sidebarNav .dropNav .list-group .list-group-item {
  background: none;
  border-radius: 0;
  padding: 0rem 0rem;
}

.sidebarNav .dropNav .list-group .list-group-item .list-group-item-action {
  padding: 0.45rem 1.25rem;
}

footer .top-foot {}

footer .top-foot h5 {
  color: #FFF;
  text-transform: uppercase;

}

footer .top-foot .foot-col-block {
  padding: 20px 20px;
}

footer .top-foot .footer__title {
  font-size: x-large;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

footer .top-foot ul {
  padding-left: 0;
}

footer .top-foot ul li {
  list-style: none;
}

footer .top-foot ul li a {
  color: #FFF;
  text-transform: capitalize;
}

footer .top-foot p {
  color: #FFF;
}

footer .footerCoBlock {
  background-color: rgba(45, 45, 45, 0.95);
}

footer .footerCoBlock .copy-right-block {

  text-align: center;
  width: 100%;
  padding: 10px 10px;
}

footer .footerCoBlock p {
  color: #FFF;
  font-size: 12px;
  margin-bottom: 0;
}

.header {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

.navbar.navbar-dark form .md-form input:focus {
  background: transparent;
  outline: none;
}

.header .navbar .navbar-brand {
  color: #b0bec5;
}

.header .navbar .navbar-toggler-icon,
.header .navbar .navbar-toggler-icon {
  /*
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>;
    */
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);

}

.header .navbar .navbar-brand img.logo-img {
  width: auto;
  height: 40px;
}

.header .form-inline {
  margin: 0;
  width: 35%;
}

.header .top-nav .navbar .navbar-collapse .nav form.form-inline>div.md-form {
  width: 100%;
}

.header .top-nav .navbar .navbar-collapse .nav form.form-inline>div.md-form .form-control::placeholder {
  color: #333;
}

.header .top-nav .navbar .navbar-collapse .nav form.form-inline>div.md-form .form-control {
  width: 82%;
  border: 1px solid #FFF;
  color: #333;
  background: #FFF;
  font-size: 14px;
  padding: 0 10px;
}

.header .form-inline .form-control {
  height: 30px;
  box-shadow: none;
  background: hsla(0, 0%, 100%, .15);
  color: #90a4ae;
  border-radius: 0;
}

.header .form-inline .form-control:focus {
  background-color: #FFF;
  color: #333;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #333;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.navbar-collapse .navbar-nav .nav-item.post-your-ad .nav-link.waves-effect.waves-light {
  background-color: #ec8f6a;
  border-color: #ec8f6a;
  color: #fff !important;
  cursor: pointer;
  padding: 8px 16px;
  box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 40px;
}

.navbar-collapse .navbar-nav .nav-item.post-your-ad .nav-link.waves-effect.waves-light:hover {
  background: #E66D3D;
  box-shadow: none;
}

.top-nav .navbar-nav {
  float: right;
  width: 100%;
}

.top-nav .navbar .navbar-collapse .nav .nav-item.dropdown .nav-link {
  cursor: pointer;
}

.top-nav .navbar .navbar-collapse .nav .nav-item.dropdown .dropdown-menu {
  left: -50px;
}

.top-nav .navbar .navbar-collapse .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
}

main {}

.navbar.secondery-nav {
  margin: 20px 0 0 0;
}

.navbar.secondery-nav .navbar-nav .nav-item .nav-link {
  color: #1D3161;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.alert.info {
  background: #5b7ca1;
  width: 100%;
  display: block;
}

.alert {
  position: relative;
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  background: #b38a3e;
}

.top-nav .navbar {
  background: none !important;
  box-shadow: none;
}

.navbar.secondery-nav ul.navbar-nav li.nav-item:first-child a.nav-link {}

.navbar.secondery-nav {
  padding: 5px 5px;
  background: #183153;
  border-radius: 5px;
}

.navbar.secondery-nav ul.navbar-nav {
  padding: 0 0 0 0;
}

.navbar.secondery-nav ul.navbar-nav li.nav-item {
  margin: 4px 4px 4px 4px;
  transition: all 0.4s ease;
}

.navbar.secondery-nav ul.navbar-nav li.nav-item a.nav-link {
  text-align: center;
  text-decoration: none;
  color: #FFD43B !important;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.7s ease;
  padding: 5px 5px;
}

.navbar.secondery-nav ul.navbar-nav li.nav-item a.nav-link:hover {}

.navbar.secondery-nav ul.navbar-nav li.nav-item.active a.nav-link {
  background-color: #001C40;
  color: #FFD43B;
  border-radius: .25rem;
}

nav.secondery-nav .line {
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: 10px 0 0 0;
  background: #FF1847;
}

/*faq*/
.schema-faq-code .faq-q {
  color: var(--bs-gray-700);
}

.faq-a.faq-a-open {
  color: var(--bs-dark);
}

/*filter nav*/

.navbar.secondery-nav.filter-nav {
  background: #FFF;
  border: 1px solid #ddd;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  margin: 0 0 10px 0;
  padding: 0;
}

.navbar.secondery-nav.filter-nav li.nav-item {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #ddd;
  margin: 0 !important;
}

.navbar.secondery-nav.filter-nav li.nav-item .nav-link {
  color: #000 !important;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu {
  padding: 10px;
  max-width: 35rem;
  min-width: 10rem;
  width: auto;
  white-space: nowrap;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.rates-dropdown .time {
  color: #dc3545;
  font-weight: normal;
  margin-right: 10px;
  width: 50px;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.rates-dropdown .rates-range {
  min-width: 80px;
  display: inline-block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.rates-dropdown .rates-range+.rates-range {
  min-width: 140px;
  display: inline-block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.rates-dropdown .rates-range+.rates-range+.rates-range {
  min-width: 140px;
  display: inline-block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.rates-dropdown .dropdown-items {
  display: block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.breast-t-s .dropdown-items {
  display: inline-block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.breast-t-s .dropdown-items.b-size span,
.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.breast-t-s .dropdown-items.b-type span {
  display: block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.breast-t-s .dropdown-items.b-type {
  vertical-align: top;
  margin: 0 10px 0 40px;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.rates-dropdown input {
  margin-left: 15px;
  margin-right: 5px;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.travel-dropdown .t-type .travel-range {
  display: block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.smoke-dropdown .b-size .t-range {
  display: block;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.services-dropdown {
  white-space: normal;
  width: 870px;
  max-width: 870px;
  min-width: 10rem;
  left: -370px;
  right: 0;
}

.navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.services-dropdown .b-size .t-range {
  display: inline-block;
  margin-right: 15px;
}

.filter-checkbox-list {}

.filter-checkbox-list .item .t-range {
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #ddd;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  display: block;
  float: left;
  padding: 5px 10px 5px 5px;
  margin-right: 3px;
  line-height: 18px;
}

.filter-checkbox-list .item .t-range label {
  margin-bottom: 0;
  font-size: 12px;
}


.mobilecontactbar.sticky .btn-primary {
  color: #fff;
  background-color: #1266f1;
  padding: 10px 30px;
  display: block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
  font-weight: 500;
  font-size: 13px;
  border-radius: 3px;
}

.mobilecontactbar.stickymobile div {
  width: 100%;
  display: inline-block;
}

.mobilecontactbar.stickymobile div a {
  display: inline-block;
}

.home_left-sidebar {
  padding-top: 20px;
  border-right: 1px solid #e4e4e4;
  background-color: #E7E9EB;
  /*background: linear-gradient( 89.1deg, rgb(8, 158, 96) 0.7%, rgb(19, 150, 204) 88.4%);*/
}

.home_left-sidebar .ui-widget-content {
  background: transparent;

}

.home_left-sidebar .left-sidebar .myCollapsible .ui-accordion-header-active {
  /*background-color: #239169;*/
  color: #666;
}

.home_left-sidebar .left-sidebar .myCollapsible .ui-state-active {
  border: none;
}

.home_left-sidebar .left-sidebar .myCollapsible .ui-accordion-header {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0;
  padding-right: 0;
  color: #222;
  line-height: 20px;
  font-size: 12px;
}

.home_left-sidebar .left-sidebar .myCollapsible .ui-state-active {
  color: #222;
}

.home_left-sidebar .left-sidebar .myCollapsible .ui-state-default,
.ui-state-focus {
  outline: none;
}

.home_left-sidebar .left-sidebar .ui-accordion .ui-accordion-content {
  font-family: 'Open Sans', sans-serif;
  border: 0;
}

.home_left-sidebar .left-sidebar .ui-accordion .ui-accordion-content .country-uo-list {
  padding: 0 0 0 0;
}

.home_left-sidebar .left-sidebar .ui-accordion .ui-accordion-content .country-uo-list li.country-list {
  list-style: none;
  padding: 5px 10px 5px 18px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.home_left-sidebar .left-sidebar .ui-accordion .ui-accordion-content .country-uo-list li.country-list a {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  color: #899dbf;
}

.home_left-sidebar .left-sidebar .ui-accordion .ui-accordion-content .country-uo-list li.active {
  font-weight: bold;
  background: #e2f8e3;
  border-radius: 3px;
}

.home_left-sidebar .left-sidebar .myCollapsible .ui-accordion-header-active>.ui-accordion-content-active {
  background: #239169;
  border-color: #239169;
  color: #fff;
}

.left-sidebar {
  width: 100%;
  z-index: 0;
  box-shadow: 0 0 0 rgba(12, 13, 14, 0.05);
  transition: box-shadow ease-in-out .1s, transform ease-in-out .1s;

}

.filter-summary-selectedFilterContainer .filter-summary-filter {
  background-color: #fff;
  text-transform: capitalize;
  color: #3e4152;
  cursor: default;
  font-size: 12px;
  padding: 5px 26px 5px 10px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border-radius: 20px;
  border: 1px solid #d4d5d9;
  font-size: 12px;
  margin: 0 8px 6px 0;
}

.filter-summary-selectedFilterContainer .filter-summary-removeFilter {
  width: 18px;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
  color: #3e4152;
  margin-right: 5px;
}

#home_coursal.owl-carousel {
  position: relative;
  padding-left: 0;
}


/*#home_coursal.owl-carousel .list-item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
}*/

#home_coursal.owl-carousel .owl-nav {
  position: absolute;
  top: -45px;
  right: 0;
  width: auto;
  text-align: center;
}

#home_coursal.owl-carousel .owl-nav .owl-prev {
  padding: 0px 15px !important;
  border: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.14);
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  border-radius: 0;
  background-color: #FFF;
  margin-right: 10px;
}

#home_coursal.owl-carousel .owl-nav .owl-next {
  padding: 0px 15px !important;
  border: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.14);
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  border-radius: 0;
  background-color: #FFF;
}

#home_coursal.owl-carousel .owl-nav .owl-prev span {
  font-size: 35px;
  font-weight: bold;
}

#home_coursal.owl-carousel .owl-nav .owl-next span {
  font-size: 35px;
  font-weight: bold;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.ui-accordion .ui-accordion-content {
  padding: 0 0;
  /*min-height: calc(100vh - 50px);*/
  height: auto !important;
}

.ui-accordion .ui-accordion-content ul {
  padding: 1em 1em;
  list-style: none;
}

.ui-accordion .ui-accordion-header {
  background: #FFF;
  color: #222;
  line-height: 20px;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.ui-accordion .ui-state-focus {
  border: none !important;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active.ui-state-active .ui-icon {
  color: #222;
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-accordion .ui-state-active .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-accordion .ui-state-default {
  border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: #c5c5c5 1px solid;
}

.ui-accordion .ui-accordion-header {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}

.ui-accordion .ui-accordion-content ul.country-uo-list {
  padding: 1em 0 1em 2em;
}

.ui-accordion .ui-accordion-content ul.country-uo-list li.country-list {
  list-style: circle;
  padding: 0.3em 0 0.3em 0;
}

.ui-accordion .ui-accordion-content ul.country-uo-list li.country-list a.list-item {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}

.nit-block .list-item {
  list-style: none;
  background-color: #FFF;
}

.nit-block .list-item a {
  text-decoration: none;
  color: #222;
}

.nit-block .list-item .models-block h2 {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  height: 26px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0;
}

.nit-block .list-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0px 15px 0px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border-radius: 3px;
  min-height: 300px;
}

.nit-block .list-item .models-block .profile-image img {
  font-size: 12px;
  text-align: center;
  min-height: 250px;
  width: 100%;
}

.nit-block .list-item .models-block .info {
  text-align: center;
  font-size: 14px;
  color: #2e2e2e;
  padding: 5px 0;
}

#home-vip-model-block .models-con-block .model-count {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

#home-vip-model-block .models-con-block .models-block-list {
  /*display: inline-block;
    width: 170px;*/
  display: inline-block;
  width: 214px;
  position: relative;
  margin: 0 0px 15px 0px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border-radius: 3px;
  padding: 0 0;
}

#home-vip-model-block .models-con-block .models-block-list .models-block a {
  text-decoration: none;
  color: #222;
  display: block;
  text-align: center;
  position: relative;
  background: #fff;
  font-size: 14px;
  color: #2e2e2e;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;

}

#home-vip-model-block .models-con-block .models-block-list .models-block .profile-image img {
  width: 210px;
  height: auto;
}

#home-vip-model-block .models-con-block .models-block-list .models-block {
  padding: 10px 0;
}

#home-vip-model-block .models-con-block .models-block-list .models-block h2 {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0;
  height: 26px;
  line-height: 27px;
  text-align: center;
}

.profile-image .verified {}

.corner.corner-top::after {
  background-image: url(../images/corner-top.png);
  display: block;
}

.corner::after,
.corner::before {
  content: ' ';
  display: none;
  width: 53px;
  height: 52px;
  position: absolute;
  top: -4px;
  right: -5px;
  z-index: 1;
  background-size: cover;
}

.models-con-block .models-block-list .models-block .badges {
  display: block;
  width: 100%;
}


/*.models-con-block .models-block-list .models-block > a:hover .profile-image .badges {
    display: inline-block;
    position: static;
    bottom: 0;
    left: 0;
} */

.models-con-block .models-block-list .models-block .profile-image {
  text-align: center;
  display: inline-block;
  margin: 10px 0;
  z-index: 10000;

}

.models-con-block .models-block-list .models-block .con_block {
  display: inline-block;
  margin: 10px 0;
  vertical-align: top;
  padding: 0 12px;
}

.models-con-block .models-block-list .models-block .badges .badge.badge-independent {
  font-size: 8px;
  color: #fff;
  background: #51105d;
  background: -webkit-gradient(linear, left top, left bottom, from(#8236aa), to(#51105d));
  background: -o-linear-gradient(top, #8236aa 0, #51105d 100%);
  background: linear-gradient(180deg, #8236aa 0, #51105d 100%);
  width: 40px;
  height: 40px;
}

.models-con-block .models-block-list .models-block .badges .badge {
  position: relative;
  width: 40px;
  height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 50%;
  padding: 11px 4px 0 4px;
  display: inline-block;
  word-break: break-all;
  display: none;
}

.models-con-block .models-block-list .models-block .badges .badge.badge-new {
  font-size: 13px;
  color: #fff;
  /*background: #a81c34;
    background: -webkit-gradient(linear,left top,left bottom,from(#ed3857),to(#a81c34));
    background: -o-linear-gradient(top,#ed3857 0,#a81c34 100%);
    background: linear-gradient(180deg,#ed3857 0,#a81c34 100%);*/
  background: url(../images/new-badge-sm.png) 0 0 no-repeat;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
}

.models-con-block .models-block-list .models-block .profile-image .verified {
  position: absolute;
  left: -37px;
  bottom: -39px;
  width: 80px;
  height: 80px;
  z-index: 1;
  background: #094c9e;
  background: -webkit-gradient(linear, left top, left bottom, from(#0480dc), color-stop(50%, #094c9e), to(#0480dc));
  background: -o-linear-gradient(top, #0480dc 0, #094c9e 50%, #0480dc 100%);
  background: linear-gradient(180deg, #0480dc 0, #094c9e 50%, #0480dc 100%);
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}

.pegi .pagi-inner ul.pagination li.page-link {
  padding: 0px 0px;
  line-height: 0.8;
}

.pegi .pagi-inner ul.pagination li.page-link.active a {
  padding: 0.5rem 0.75rem !important;
}

.pegi .pagi-inner ul.pagination li.page-link a.page-link.waves-effect {
  padding: 5px 10px;
}

.pegi .pagi-inner ul.pagination li.active {
  margin: 7px 0 0 0;
  height: 30px;
  width: 34px;
}

.pegi .pagi-inner ul.pagination li.active a {
  line-height: 1.45;
  padding: 0.5rem 0.75rem;
  background: #239169;
  color: #FFF;
}

.pegi .pagi-inner ul.pagination li a {
  transition: none;
}

/*SignUp Page*/

.registration-page {
  width: 100%;
  /*height: calc(100vh - 66px);*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-page .registration-wrapper__inner {
  max-width: 800px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(38, 50, 56, .15);
  border-radius: 3px;
  margin: 25px auto;
  padding: 1px 20px;
}

.registration-page .registration-page .registration-wrapper__inner h3 {
  text-align: center;
}

.registration-page .registration-wrapper__inner .signup-link-block {
  font-size: 14px;
  text-align: center;
}

.registration-page .registration-wrapper__inner .signup-link-block .signup-link {
  font-weight: bold;
}

.registration-page .registration-wrapper__inner form {}

.registration-page .registration-wrapper__inner .signup-link-block {
  font-size: 14px;
  text-align: inherit;
}

.registration-page .registration-wrapper__inner form .form-group {
  min-width: 150px;

}

.registration-page .registration-wrapper__inner form .form-group #user-type {
  background: none;
}

.registration-page .registration-wrapper__inner form .form-group #user-type,
.registration-page .registration-wrapper__inner form .form-group input {
  line-height: 20px;
  padding: 9px;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  width: 340px;
  border: 1px solid #ddd;
  line-height: 24px;
  outline: none;
}

.registration-page .registration-wrapper__inner form .form-group input.name-input {
  width: 100%;
}

.registration-page .registration-wrapper__inner form .t-c-block-block {
  margin-right: 20px;
  margin-left: 20px;
}

.registration-page .registration-wrapper__inner form .t-c-block-block .remem-text,
.registration-page .registration-wrapper__inner form .t-c-block-block .gdpr-block {
  font-size: 12px;
  margin: 10px 0;
}

.registration-page .registration-wrapper__inner form .t-c-block-block input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

.registration-page .registration-wrapper__inner form .submit-block {
  text-align: center;
  margin: 20px 0;
}

.registration-page .registration-wrapper__inner form .submit-block .submit-btn {
  background: linear-gradient(180deg, #42a5f5, #2196f3);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
}


/*Login Page*/

.login-wrapper__inner {
  width: 400px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(38, 50, 56, .15);
  border-radius: 3px;
  margin: 60px auto 0 auto;
  padding: 0 20px;
}

.login-wrapper__inner h3 {
  text-align: center;
}

.login-wrapper__inner .login-link-block {
  font-size: 14px;
  text-align: center;
}

.login-wrapper__inner .login-link-block .login-link {
  font-weight: bold;
}

.login-wrapper__inner .login-wrapper__inner__content {
  padding-bottom: 20px;
}

.login-wrapper__inner form .form-item {
  float: none;
  min-width: 150px;
  margin-right: 20px;
  margin-left: 20px;
}

.login-wrapper__inner form .form-item #user-type,
.login-wrapper__inner form .form-item input {
  line-height: 20px;
  padding: 9px;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  width: 340px;
  border: 1px solid #ddd;
  line-height: 24px;
}

.login-wrapper__inner .t-c-block-block {
  margin-right: 20px;
  margin-left: 20px;
}

.login-wrapper__inner .t-c-block-block .remem-text,
.login-wrapper__inner .t-c-block-block .gdpr-block {
  font-size: 12px;
  margin: 10px 0;
}

.login-wrapper__inner .remember-block .remem-text {
  float: left;
}

.login-wrapper__inner .remember-block .forgot-text {
  float: right;
}

.submit-block {
  text-align: center;
  margin: 20px 0;
}

.submit-block .submit-btn {
  background: linear-gradient(180deg, #42a5f5, #2196f3);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
}


/*Profile view page*/

.profile-view-page .contacts-block {}

.profile-view-page .contacts-block h2 {
  color: #cb2845;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}

.profile-view-page .contacts-block .box-body .fa-volume-control-phone,
.profile-view-page .contacts-block .box-body .fa-globe,
.profile-view-page .contacts-block .box-body .fa-building {
  color: #CB2845;
  margin: 0 10px 0 0;
  font-size: 25px;
}

.profile-view-page .contacts-block .box-body .fa-whatsapp {
  color: #24CC63;
  margin: 0 10px 0 10px;
  font-size: 25px;
}

.profile-view-page .contacts-block .box-body .fa-telegram {
  color: #2FA4D6;
  margin: 0 10px 0 0;
  font-size: 25px;
}

.profile-view-page .contacts-block .box-body .fa-weixin {
  color: #24CC63;
  margin: 0 10px 0 10px;
  font-size: 25px;
}


.gal-block,
.profil-desc {
  margin-top: 30px;
}

.profil-desc .last-seen {
  font-size: 12px;
  font-weight: 600;
}


/*.lg {
    position: relative;
}

.lg-close.lg-icon {
    content: "\f057";
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
}*/

#lightgallery a img {
  width: 100px;
  height: 100px;
}

#lightgallery a:first-child {
  display: block;
  margin-bottom: 30px;
}

#lightgallery a:first-child img {
  width: 400px;
  height: 500px;
}

.about-block h2 {
  font-size: 25px;
}

.about-block .last-seen {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
}

.profil-desc .params div {
  padding: 5px 30px;
  display: flex;
}

.params span {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #222;
  /*#cb2845;*/
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.profil-desc .params {
  margin-bottom: 30px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-rule: 1px solid #ddd;
  -moz-column-rule: 1px solid #ddd;
  column-rule: 1px solid #ddd;
  font-size: 14px;
}

.oth-content table {
  width: 100%;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  background: #fff;
}

.oth-content table thead {
  background: #cb2845;
  color: #fff;
}

.oth-content table th:first-child {
  width: 250px;
}

.oth-content table th {
  text-align: left;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.oth-content table tbody tr {
  border-bottom: 1px solid #ddd;
}

.oth-content table tbody tr th {
  color: #cb2845;
  text-align: left;
  padding: 10px 20px;
}

.oth-content table td,
.oth-content table th {
  text-align: left;
  padding: 10px 20px;
}

.oth-content table td i.fa {
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
}

.oth-content table td .fa-check {
  background-color: #28a745;
}

.oth-content table td .fa-times {
  background-color: #dc3545;

}


/*profile page*/

.profile-tab-nav {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  box-shadow: none;
}

.profile-tab-nav .navbar-nav .nav-item .nav-link {
  color: #606060;
}

.profile-tab-nav .navbar-nav .nav-item .nav-link:hover {
  color: #cb2845;
}

.profile-tab-nav .navbar-nav .nav-item .nav-link:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 6px;
}

.profile-tab-nav .navbar-nav .nav-item:last-child .nav-link:after {
  content: " ";
}

.profile-tab-nav .navbar-nav .nav-item.active .nav-link {
  color: #cb2845;
}

.profile-con-block .form-inside .form-group input[type="text"],
.profile-con-block .form-inside .form-group select {
  padding: 9px;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  min-width: 70px;
  width: 100%;
  border: 1px solid #ddd;
  line-height: 24px;
}

.profile-con-block .form-inside .form-group textarea {
  padding: 9px;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  border: 1px solid #ddd;
  line-height: 24px;
}

.profile-con-block .form-inside .form-group input[type="text"].cun-code {
  width: 70px !important;
  display: inline-block;
}

.profile-con-block .form-inside .form-group input[type="text"].telNo {
  width: 168px !important;
  display: inline-block;
}

.profile-con-block .form-inside .submit-btn {
  text-align: center;
}

.profile-con-block .form-inside label {
  display: block;
}

.profile-con-block .form-inside .form-group .label {
  font-size: 12px;
}

.profile-con-block .form-inside .fa {
  font-size: 2rem;
  margin: 10px 10px;
  vertical-align: middle;
}

.profile-con-block .form-inside .fa-viber {
  color: green;
}

.profile-con-block .form-inside .fa-weixin {
  color: green;
}

.profile-con-block .form-inside .fa-whatsapp {
  color: green;
}

.profile-con-block .form-inside .fa-line {
  color: green;
}

.profile-con-block .form-inside .fa-telegram {
  color: blue;
}

/*************Agency profile page************/

.agency-con-block .form-inside .form-group input[type="text"],
.agency-con-block .form-inside .form-group select {
  padding: 9px;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  min-width: 70px;
  width: 100%;
  border: 1px solid #ddd;
  line-height: 24px;
}

.agency-con-block .form-inside .form-group textarea {
  padding: 9px;
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  border: 1px solid #ddd;
  line-height: 24px;
}

.agency-con-block .form-inside .form-group input[type="text"].cun-code {
  width: 70px !important;
  display: inline-block;
}

.agency-con-block .form-inside .form-group input[type="text"].telNo {
  width: 168px !important;
  display: inline-block;
}

.agency-con-block .form-inside .submit-btn {
  text-align: center;
}

.agency-con-block .form-inside label {
  display: block;
}

.agency-con-block .form-inside .form-group .label {
  font-size: 12px;
}

.agency-con-block .form-inside .fa {
  font-size: 2rem;
  margin: 10px 10px;
  vertical-align: middle;
}

.agency-con-block .form-inside .fa-viber {
  color: green;
}

.agency-con-block .form-inside .fa-weixin {
  color: green;
}

.agency-con-block .form-inside .fa-whatsapp {
  color: green;
}

.agency-con-block .form-inside .fa-line {
  color: green;
}

.agency-con-block .form-inside .fa-telegram {
  color: blue;
}

.agency-fav-page .search-block .search {
  margin: 0;
}

.agency-fav-page .search-block .search .text {
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 250px;
}

.agency-fav-page .search-block .search-btn {
  background-color: green;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 12px;
}

.agency-fav-page .search-block .btn.addModel {
  padding: 11px 12px;
  margin: 0;
}

.agency-con-block .models-con-block .model-count {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

.agency-con-block .models-con-block .models-block-list {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0px 15px 0px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border-radius: 3px;
  padding: 0 0;
}

.agency-con-block .models-con-block .models-block-list .models-block a {
  text-decoration: none;
  color: #222;
  display: block;
  text-align: left;
  position: relative;
  color: #2e2e2e;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;

}

.agency-con-block .models-con-block .models-block-list .models-block .profile-image img {
  width: auto;
  height: 170px;
}

.agency-con-block .models-con-block .models-block-list .models-block {
  padding: 10px 0;
  display: flex;
}

.agency-con-block .models-con-block .models-block-list .models-block h2 {
  font-weight: 700;
  margin: 0 0;
  line-height: 27px;

}





.table-rates thead th:first-child {
  text-align: left;
  padding-left: 20px;
}

.table-rates thead th {
  background: #cb2845;
  color: #fff;
  padding: 10px 5px;
}

.table-rates {
  font-size: 14px;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  margin-bottom: 20px;
  width: 100%;
}

.table-rates {
  font-size: 14px;
}

.table-rates tbody td,
.table-rates tbody th {
  text-align: left;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}

.table-services {
  font-size: 14px;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  margin-bottom: 20px;
  width: 100%;
}

.table-services thead th:first-child {
  text-align: left;
  padding-left: 20px;
}

.table-services thead th {
  background: #cb2845;
  color: #fff;
  padding: 10px 5px;
}

.table-services tbody td,
.table-services tbody th {
  text-align: left;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}


/**/

.classify_left-sidebar {
  border-right: 1px solid #e4e4e4;
  background-color: #E7E9EB;
}

.classify_left-sidebar .nav-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.classify_left-sidebar .nav-title::after {
  border-bottom: #08AB40 2px solid;
  width: 50%;
  content: "";
  display: block;
  text-align: center;
  margin: 10px auto;
}

.classify_left-sidebar .search_block {
  padding: 20px 0;
}

.classify_left-sidebar .search_block form input[type='text'] {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.classify_left-sidebar .search_block select {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}

.classify_left-sidebar .search_block form input[type='submit'].post-ads-btn {
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #35600B;
  border: 0;
  border-radius: 0;
  color: #FFF;
  padding: 10px 20px;
  text-decoration: none;
  margin: 5px 0;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
}

.classify_left-sidebar .search_block form input[type='submit'].post-ads-btn:hover {
  background: #38A342;
}

.classify_left-sidebar .left-sidebar .filter-bar .post-ads-btn {
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 16px;
  text-align: center;
  background: #4b890b;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.classify_left-sidebar .left-sidebar .filter-bar .ads-post-click {
  text-align: center;
}

.classify_left-sidebar .left-sidebar .filter-bar .post-ads-btn:hover {
  background: #38A342;
  /*border: #28a745 5px solid;*/
}

.classify_left-sidebar .left-sidebar .filter-bar h3 {
  font-size: 20px;
}

.classify_left-sidebar .left-sidebar .filter-bar .filter-form .form-item {
  margin: 10px 0;
}

.classify_left-sidebar .left-sidebar .filter-bar .filter-form .form-item select {
  width: 100%;
}

.classify_left-sidebar .left-sidebar .filter-bar .filter-form .form-submit-block {
  text-align: center;
}

.classify_left-sidebar .left-sidebar .filter-bar .filter-form .form-submit-block input {
  background: #65b21c;
  border: 1px solid #4b890b;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 1px 20px;
  border-radius: 5px;
}

.classify_left-sidebar .left-sidebar .filter-bar .filter-form .form-submit-block input:hover {
  background: #4b890b;
}

.btn-breadcrumb {
  background-color: #F0F2F7;
  padding: 10px 5px;
}

.btn-breadcrumb li {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px 5px 5px;
  margin-right: 3px;
  line-height: 18px;
}

.btn-breadcrumb li:hover a {
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
}

.btn-breadcrumb li a {
  color: #222;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.btn-breadcrumb li a::after {
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 10px;
}

.btn-breadcrumb li:last-child a::after {
  content: "";
}

.btn-breadcrumb li a:hover {
  color: #4b890b;
  background-color: none;
}

.classified-block .con-block-list {
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin-bottom: 10px;
}

.classified-block .con-block-list .con-block {
  padding: 10px 20px 10px 20px;
}

.classified-block .con-block-list .con-block .desc_block {
  position: relative;
  display: block !important;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 8.6em;
  /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align: justify;
}

.classified-block .con-block-list .con-block .desc_block::after {
  content: "...";
  position: absolute;
  right: -12px;
  bottom: 4px;
}

.classified-block .con-block-list .con-block .block-title a {
  text-decoration: none;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
}

.classified-block .con-block-list .con-block .block-title a:hover {
  color: red;
}

.classified-block .con-block-list .con-block .block-desc {
  font-size: 14px;
}

.classified-block .con-block-list .con-block .tagcard {
  font-size: 14px;
  letter-spacing: -0.3px;
  word-spacing: 0px;
  margin-top: 10px;
  font-weight: 400;
  color: #2E2E2E;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.classified-block .img-block {
  position: relative;

}

.classified-block .img-block .badger-right {
  position: absolute;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 70px solid #FFF;
  border-right: 70px solid transparent;
}

.classified-view-page .classified-block .profile_pic_Block {}

.classified-view-page .classified-block .profile_pic_Block img {
  width: 100%;
  max-width: 300px;
  height: auto;
  box-shadow: 0 8px 6px -6px black;
  border: #DAD8D9 1px solid;
  padding: 5px;
}

.classified-view-page .gal-block #lightgallery img {
  border: #DAD8D9 1px solid;
  padding: 3px;
}

.classified-view-page #lightgallery a:first-child {
  display: block;
  margin-bottom: 0px;
}

/*.img-block .badger-right .badge.badge-top:before {
    content: url(../images/vip-badge-circle.png);
    transform: rotate(-50deg);
    top: -70px;
    position: absolute;
    left: 1px;
    font-size: 14px;
    color: #4DC7A0;
    width: 50px;
    height: 50px;
}*/

.img-block .badger-right .badge.badge-top img {
  transform: rotate(-50deg);
  top: -70px;
  position: absolute;
  left: 1px;
  font-size: 14px;
  color: #4DC7A0;
  width: 40px;
  height: auto;
}

.con-block .badger-right {
  position: static;
  top: 0;
  right: 0;
}


/*classifed view page*/

.classified-view-page .classified-block {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin-bottom: 10px;
  padding: 20px 20px;
}

.classified-view-page .classified-block h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.classified-view-page .classified-block .show_age,
.classified-view-page .classified-block .show_loc {
  color: #999;
}

.classified-view-page .classified-block .show_loc .fa-map-marker {
  color: red;
}

.classified-view-page .contact-block {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin-bottom: 10px;
  padding: 20px 20px;
}

.classified-view-page .contact-block a.btn-whatsapp,
.classified-view-page .contact-block a.btn-phone,
.classified-view-page .contact-block a.btn-email {
  color: #fff;
  background-color: #1266f1;
  padding: 10px 30px;
  display: block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  font-weight: 500;
  border-radius: 3px;
}

.classified-view-page .contact-block a:hover {
  background: #0C56D0;
}

.classified-view-page .classified-block .gal-block #lightgallery a {
  display: inline-block;
}

.classified-view-page .classified-block .gal-block #lightgallery {
  text-align: left;
}

.classified-view-page .classified-block .gal-block #lightgallery a:first-child img,
.classified-view-page .classified-block .gal-block #lightgallery a img {
  width: auto;
  height: 290px;
}

/*Related ads at view page*/

.related-models-block {}

.related-models-block .related-models-ul {
  padding-left: 0;
}

.related-models-block .related-models-ul li.list-item {
  list-style: none;
  margin: 10px 0;
  border-bottom: #999 1px dotted;
  padding: 0 0 10px 0;
}

.related-models-block .related-models-ul li.list-item:last-child {
  border-bottom: none;
}

.related-models-block .related-models-ul li.list-item .models-block {}

.related-models-block .related-models-ul li.list-item .models-block .profile-image {
  display: inline-block;
  overflow: hidden;
}

.related-models-block .related-models-ul li.list-item .models-block .profile-image img {
  width: 100%;
  height: auto;
}

.related-models-block .related-models-ul li.list-item .models-block .con_block {}

.related-models-block .related-models-ul li.list-item .models-block .con_block .related-ads-title {
  font-size: 18px;
  font-weight: 700;
}

.related-models-block .related-models-ul li.list-item .models-block .con_block .related-ads-title a {
  font-size: 18px;
  color: #222;
}


.con-block .badger-right .badge.badge-top img {
  width: 45px;
  height: auto;
}

#myModal.undertaking-model .modal-dialog {
  max-width: 900px;
}

#myModal.undertaking-model .modal-dialog h1.imp-alert {
  color: red;
  font-size: 20px;
}

#myModal.undertaking-model .modal-dialog p,
#myModal.undertaking-model .modal-dialog ul li {
  font-size: 12px;
}

.agencies_page .box-header .page_title {
  font-size: 25px;
}

.agencies_page .list-agencies {
  padding: 5px 10px 10px 5px;
  margin: 0 0 25px 0;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  transition: all 0.5s ease;
}

.agencies_page .list-agencies:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.agencies_page .list-agencies .img_block {
  padding: 0 !important;
  margin: 0 1rem 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  transform: scale(1.05);
}

.agencies_page .list-agencies .con_block {}

.agencies_page .list-agencies .con_block .title_block h3 a {
  font-size: 20px;
  color: #183153;
}

.agencies_page .list-agencies .con_block .title_block h3 a:hover {
  color: red;
}

.agencies_page .list-agencies .con_block .desc {}

.ribbonBlock {

  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}


/*************** Members profile page ***********************/

.widget-box-2 .box-body fieldset legend {
  background-color: #F5F7F8;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

/****************  Members profile page *********************/

.popular-state-section .search-block {}

.popular-state-section .search-block .serch-alfa ul {
  padding-left: 0;
  margin-bottom: 0;
}

.popular-state-section .search-block .serch-alfa ul li {
  display: inline-block;
}

.popular-state-section .search-block .serch-alfa ul li a.active {
  background-color: #5EAEF5;
  color: #fff;
  text-decoration: none;
}

.popular-state-section .search-block .serch-alfa ul li a {
  color: #222;
  padding: 5px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.popular-state-section .result_section .result_col {
  border-right: #999 1px solid
}

.popular-state-section .result_section .result_col:last-child {
  border-right: none;
}

.popular-state-section .result_section .result_col .store_li a {
  display: block;
  background: #f8f9fa;
  border: #999 1px solid;
  border-radius: 2rem;
  margin-bottom: 0.5rem;
  padding: 0.3rem 1rem;
  color: #222;
  text-decoration: none;
  text-transform: capitalize;
}

.popular-state-section .result_section .result_col .store_li a:hover {
  background: #999;
}

.ads-space-right-block .cloud-tag-block {
  display: flex;
}

.ads-space-right-block .cloud-tag-block a {
  border: #999 1px solid;
  border-radius: 10px;
  background: #FFF;
  padding: 1px 10px;
  margin: 3px 3px;
  font-size: 12px;
}

.ads-space-right-block .cloud-tag-block a:hover {
  background-color: #007bff;
  color: #FFF;
  border: #007bff 1px solid;
}

#home-vip-model-block .cloud-tag-block {}

#home-vip-model-block .cloud-tag-block a {
  border: #999 1px solid;
  border-radius: 10px;
  background: #FFF;
  padding: 1px 10px;
  margin: 3px 3px;
  font-size: 12px;
  color: red;
}

#home-vip-model-block .cloud-tag-block a:hover {
  background-color: #007bff;
  color: #FFF;
  border: #007bff 1px solid;
}

/*******************************
              Flag
  *******************************/

i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0em 0.5em 0em 0em;
  text-decoration: inherit;
  speak: none;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Sprite */
i.flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url('https://mdbootstrap.com/img/svg/flags.png') no-repeat -108px -1976px;
  width: 16px;
  height: 11px;
}

.classified-block .con-block-list .img-block img {
  height: auto;
  width: 100%;
  max-height: 400px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .navbar.secondery-nav.filter-nav {
    display: none !important;
  }

  .home_left-sidebar {
    margin-bottom: 25px;
  }

  .left-sidebar .ui-accordion .ui-accordion-content {
    max-height: 250px;
  }


  .nit-block #qunit-fixture .block_title {
    margin-bottom: 75px;
  }

  .nit-block #qunit-fixture .owl-carousel .owl-stage-outer .owl-stage .owl-item .list-item {
    width: 100%;
  }

  .nit-block .list-item .models-block .profile-image {
    text-align: center;
    display: block;
    margin: 10px 0;
    z-index: 10000;
  }

  .nit-block #qunit-fixture .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 250px;
    margin: 0 auto;
  }

  .nit-block .list-item .models-block {
    padding: 10px 0;

  }

  .nit-block .list-item .models-block h2 {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0;
    padding: 0 0;
    height: 26px;
    line-height: 27px;
    text-align: center;
  }

  .nit-block .list-item .models-block .profile-image img {
    min-height: auto;
    margin: 0 0;
  }

  .registration-page {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }

  .registration-page .registration-wrapper__inner {
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(38, 50, 56, .15);
    border-radius: 3px;
    margin: 0px auto 0px auto;
    padding: 0 20px 20px 20px;
  }

  footer {
    bottom: 0;
    position: static;
  }

  #home-vip-model-block .models-con-block .models-block-list {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0px 15px 0px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border-radius: 3px;
    padding: 0 0;
  }

  #home-vip-model-block .models-con-block .models-block-list .models-block .profile-image img {
    width: auto;
    height: 300px;
  }

  .registration-page .registration-wrapper__inner form .form-group {
    min-width: 150px;

  }

  .registration-page .registration-wrapper__inner form .form-group #user-type,
  .registration-page .registration-wrapper__inner form .form-group input {
    line-height: 20px;
    padding: 9px;
    border-radius: 2px;
    display: block;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #ddd;
    line-height: 24px;
    outline: none;
  }

  #lightgallery {
    text-align: center;
  }

  #lightgallery a:first-child img {
    width: 286px;
    height: auto;
  }

  .mobilecontactbar.sticky {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 91%
  }

  .mobilecontactbar.sticky .btn-primary {
    font-size: 11px;
  }

  .related-models-block .related-models-ul li.list-item .models-block .profile-image {
    text-align: center;
    width: 100%;
    max-height: 350px;
    margin-bottom: .8rem;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 374px) {
  #home-vip-model-block .models-con-block .models-block-list {
    display: inline-block;
    width: 49%;
    position: relative;
    margin: 0 0px 15px 0px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border-radius: 3px;
    padding: 0 0;
  }

  #home-vip-model-block .models-con-block .models-block-list .models-block .profile-image img {
    width: 100%;
    height: auto;
  }

  #lightgallery {
    text-align: center;
  }

  #lightgallery a:first-child img {
    width: 286px;
    height: auto;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .navbar.secondery-nav .navbar-brand {
    display: none;
  }

  #home-vip-model-block .models-con-block .models-block-list {
    display: inline-block;
    width: 24%;
    position: relative;
    margin: 0 0px 15px 0px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border-radius: 3px;
    padding: 0 0;
    overflow: hidden;

  }

  #home-vip-model-block .models-con-block .models-block-list .models-block .profile-image img {
    width: auto;
    height: 250px;
  }

  #lightgallery a:first-child img {
    width: 385px;
    height: auto;
  }


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .left-sidebar .ui-accordion .ui-accordion-content {
    max-height: 100vh;
  }

  .navbar.secondery-nav.filter-nav li.nav-item .dropdown-menu.services-dropdown {
    white-space: normal;
    width: 490px;
    max-width: 490px;
    min-width: 10rem;
    left: -370px;
    right: 0;
  }

  #home-vip-model-block .models-con-block .models-block-list .models-block .profile-image img {
    width: auto;
    height: auto;
  }

  .nit-block #qunit-fixture .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 250px;
    margin: 0 auto;
  }

  #lightgallery a:first-child img {
    width: 340px;
    height: auto;
  }

  .vip-model-listing {
    position: relative;
  }

  .related-models-block .related-models-ul li.list-item .models-block .profile-image {
    text-align: center;
    width: 100%;
    height: 130px;
    margin-bottom: .8rem;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #home-vip-model-block .models-con-block .models-block-list .models-block .profile-image img {
    width: auto;
    height: 250px;
  }

  #lightgallery a:first-child img {
    width: 400px;
    height: auto;
  }

}