@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
html {
  font-size: 18px;
}
body {
  /*font-family: 'Libre Baskerville', serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none !important;
}

p {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Libre Baskerville', serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
}

img {
  max-width: 100%;
}
input::placeholder {
  font-size: 16px;
}
.search-holder ~ .search-icon {
  display: none !important;
}
/* -----------------------------------------------------
   Header
-------------------------------------------------------- */
.nav-slider {
  display: block;
}

.top-section {
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.search-section {
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: center;
}

.search-section h3 {
  font-size: 48px;
  font-weight: 700;
}

.search-section h5 {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.search-container {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

input.input-form,
select.input-form {
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-radius: 5px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  height: 40px;
  padding: 0 20px;
  /*font-size: 1rem;*/
  font-size: 18px;
  border: 2px solid #d0cfce;
  margin-bottom: 15px;
  color: #000 !important;
}

.search-container .nice-select {
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-radius: 5px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  height: 60px;
  padding: 0 20px;
  line-height: 3.5;
  font-size: 1rem;
  border: 2px solid #d0cfce;
  margin-bottom: 15px;
}

.search-container .nice-select ul {
  width: 100%;
}

input#search-bar {
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-radius: 5px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  border: 1px solid #d0cfce;
}
.search-icon.fa {
  /* position: absolute; */
  float: right;
  top: 10px;
  font-size: 20px;
  color: #4a6c84;
  right: 30px;
}
/*  */
.search-iconn {
  z-index: 111111;
  margin-left: -30px;
  margin-top: 9px;
}
.searchElseCont {
  margin-left: 20px;
}
/*  */
.first-section {
  margin-top: -60px;
}

.plaza-btn {
  color: #000000;
  font-weight: 500;
  border-radius: 10px;
  background-color: #d6eeff;
}
.plaza-btn-success {
  background-color: #d6eeff;
  border: 0;
  height: 40px;
  padding: 8px;
  border-radius: 50px;
  width: 40px;
}

.plaza .service-head-box {
  margin-bottom: 0px;
}

.title-dv {
  background-color: #fff;
  padding: 20px;
  padding-left: 0px;
}

.first-section .text-part {
  margin-top: 40px;
}

.text-part {
  padding-top: 100px;
}

.text-part h4 {
  font-size: 28px;
  font-weight: 700;
}

.text-part p {
  font-weight: 400;
  color: #4a6c84;
  font-size: 18px;
  line-height: 28px;
}

.btn-main {
  background-color: #ff0000;
  font-size: 20px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
}

.btn-main:hover {
  background-color: #000;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
}

.btn-blue {
  background-color: #0000ff;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
}

.btn-blue:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
}

.btn-white {
  background-color: #ffffff;
  font-size: 18px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  color: #4a6c84;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
}

.btn-main:hover {
  background-color: #4a6c84;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
}

.imagepart img {
  border-radius: 10px;
  width: 100%;
}

.second-section {
  padding: 60px 0;
}

.second-section .row {
  padding: 40px;
  align-items: center;
  background: #ccffff;
  margin: 0px;
  border-radius: 10px;
}

.second-section h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.ocean-section {
  text-align: center;
  padding: 60px 0 300px;
  margin-bottom: 150px;
}

.ocean-section h3 {
  color: #4a6c84;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.ocean-section p {
  color: #4a6c84;
  padding-top: 10px;
  font-size: 20px;
}

.infobox ul li {
  font-size: 18px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
}

.pb-60 {
  padding-bottom: 60px;
}

.third-section {
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.textpart2 h5 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
}

.categories-section {
  padding: 30px;
  position: absolute;
  right: 0;
  margin: 0 15px;
  left: 0;
  border-radius: 10px;
  background: #ffffff63;
  border: 2px solid #cdcdcd;
  backdrop-filter: blur(8px);
}

.infobox {
  text-align: left;
}

.infobox ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.infobox h5 {
  font-weight: 700;
  font-size: 24px;
}

.infobox img {
  margin-bottom: 10px;
}

.fourth-section {
  padding: 60px 0;
}

.fourth-section .row {
  padding: 40px;
  align-items: center;
  background: #ccffff;
  margin: 0px;
  border-radius: 10px;
}

.fourth-section h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

footer {
  background: #eeeeee;
  /* padding: 60px 0 0; */
}

.footer-top-part {
  padding: 60px 0 40px;
}

.footer-bottom-part {
  padding: 15px 0;
}

.footermenu {
  display: flex;
  list-style: none;
  float: right;
  margin: 0;
}

.footermenu li {
  padding-left: 20px;
}

.footermenu li a {
  color: #8f8f8f;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
}

.footermenu li a:hover {
  color: #0000ff;
}

.footer-bottom-part p {
  color: #8f8f8f;
}

.sidebar ul {
  padding-left: 0;
}

.sidebar ul li {
  position: relative;
  margin: 0;
  line-height: 40px;
}

.pro-btn,
.cat-btn {
  text-align: right;
}

.po-rel {
  position: relative;
}

.d-none-mobile {
  display: block;
}

.d-none-desktop {
  display: none;
}

.account-section {
  padding: 60px 0;
}

.account-section .para-heading p {
  text-align: center;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.account-section input.form-control {
  background: #ffffff;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 10px !important;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
}

.row-less-padding > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.account-section .form-control-lg {
  height: calc(1.5em + 1rem + 10px);
}

.form-terms {
  font-weight: 600;
}

.signup-options {
  padding: 40px 0 0;
}

.sign-options-box {
  background: #e5e5e5;
  border-radius: 10px;
  padding: 20px 30px 15px;
}

.btn.line-id {
  background: #00c300;
}

.btn.facebook {
  background: #3b5998;
}

.sign-options-box {
  margin-bottom: 15px;
}

.sign-options-box .btn img {
  padding-right: 8px;
}

.sign-options-box .btn i {
  font-size: 20px;
  padding-right: 8px;
}

.sign-options-box .btn {
  padding: 10px 40px 10px 40px;
  margin: 8px 8px;
}

.sign-options-box .confirm-otp-form form.otp-form input {
  background: #fff;
  border-radius: 30px;
  outline: 0;
  border: 0;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  padding: 25px;
  height: 50px;
  width: 320px;
  max-width: 100%;
}

.confirm-otp-form .otp-form input,
.confirm-otp-form .otp-form button {
  margin-bottom: 8px;
}

.confirm-otp-form .otp-form .btn {
  margin: 0;
}

.progress-nav {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 100%;
  padding-top: 50px;
  margin: 0 auto 40px;
}

.progress-nav li {
  display: block;
  width: 32%;
  height: 4px;
  background-color: #128807;
  line-height: 1.2;
  color: #128807;
  position: relative;
}

.progress-nav li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #128807;
  color: #fff;
  background-image: url("https://brand.workingsolutions.com/components/images/check-solid-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  font-weight: 700;
  font-size: 8px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
}

.progress-nav li.active {
  background-color: #128807;
  color: #128807;
}

.progress-nav li.active:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #128807;
  top: -7px;
}

.progress-nav li.active ~ li {
  background-color: #b4b3b3;
  color: #b4b3b3;
}

.progress-nav li.active ~ li:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #b4b4b4;
  top: -4px;
  background-image: none;
}

.progress-nav li a {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  color: currentColor;
  font-size: 12px;
  width: 100%;
  font-weight: 900;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.profile-box {
  background: #e5e5e5;
  border-radius: 10px;
  padding: 15px 22px;
}

.register-holder .nice-select {
  font-size: 1.25rem;
  background: #ffffff;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 10px !important;
  width: 100%;
  height: 56px;
  font-size: 18px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;

  display: flex;
  align-items: center;
}

.register-holder .nice-select ul {
  width: 100%;
}

.address-verify-text a {
  color: #0000ff;
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #ff0000;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: "Off";
  left: -4rem;
}

.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #02d302;
}

.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
  content: "Off";
  left: -5rem;
}

.btn-toggle.btn-lg:after {
  content: "On";
  right: -5rem;
  opacity: 0.5;
}

.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}

.register-holder label {
  margin-right: 15px;
}

.btn-toggle.btn-sm {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
  box-shadow: none !important;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}

.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}

.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}

.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}

.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}

.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

/* ===================== FILE INPUT ===================== */
.file-area {
  width: 100%;
  position: relative;
  padding-top: 15px;
}

.file-area input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area input[type="file"]:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: background 0.3s ease-in-out;
  background: #e5e5e5;
  border: 2px dashed #a3cdea;
  border-radius: 5px;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

.file-area input[type="file"]:focus + .file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type="file"]:valid + .file-dummy {
  border-color: rgba(0, 255, 0, 0.4);
  background-color: rgba(0, 255, 0, 0.3);
}

.file-area input[type="file"]:valid + .file-dummy .success {
  display: inline-block;
}

.file-area input[type="file"]:valid + .file-dummy .default {
  display: none;
}

.btn.btn-success {
  background-color: #00c300;
  padding: 7px 28px;
  border-radius: 50px;
  border: 0;
}

.btn.btn-primary {
  background-color: #c4c4c4;
  border: 0;
}

.btn.btn-warning {
  background-color: #ff9933;
  border: 0;
}

.btn-group-spacing {
  display: inline-flex;
  width: 100%;
}

.btn-group-spacing button {
  font-size: 16px;
  width: 100%;
  margin: 0 5px;
}

.btn-group-spacing button:first-child {
  margin-left: 0;
}

.btn-group-spacing button:last-child {
  margin-right: 0;
}

.input-group-addon {
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9;
}

.btn-medium-blue {
  background-color: #4a6c84;
}

.counter-area {
  padding-bottom: 60px;
}

.counter-area .counter-holder {
  background: #ccffff;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 25px;
}

.counter-area .counter-holder .counter-box {
  text-align: center;
  align-items: center;
}

.counter-area .counter-holder .counter-box h3 {
  font-size: 38px;
  font-weight: 600;
  margin-right: 10px;
}

.counter-area .counter-holder .counter-box h6 {
  font-size: 24px;
}

.counter-area .counter-holder .counter-box:first-child:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #4a6c84;
  z-index: 9;
  right: 0;
  top: 0;
}

.data-table-holder {
  background: #e5e5e5;
  padding: 15px;
  border-radius: 10px;
}

.data-table-holder table.dataTable {
  background-color: #f9f9fc;
}

.data-table-holder table.dataTable * {
  border-color: #e5e5e5;
}

table.dataTable {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  /*font-size: 14px;*/
  font-size: 20px;
}

.data-table-holder input[type="search"] {
  background-color: #fff !important;
  outline: 0;
}

.data-table-holder .dataTables_wrapper .dataTables_filter input {
  margin-left: 15px;
}

.map-holder iframe {
  border-radius: 10px;
}

.radius-search {
  padding-bottom: 15px;
  margin: 0 auto !important;
  display: table;
}

.radius-search .nice-select {
  border-radius: 150px;
  height: 50px;
  width: 350px;
  max-width: 100%;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
}

.radius-search .nice-select .list {
  width: 100%;
}

.radius-search button {
  margin-left: 10px;
}

.map-tabs a.nav-link {
  background-color: #ccffff;
  color: #4a6c84;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 25px;
}

.map-tabs a.nav-link.active {
  background-color: #4a6c84;
}

.map-tabs {
  text-align: center;
}

.map-main-tabs ul.nav {
  display: inline-flex;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.videobg {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  /* requires for to position video properly */
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* combined with 'absolute', works like background-size, but for DOM elements */
}

footer h2 {
  font-weight: 400;
  margin-bottom: 15px;
}

footer a,
footer p {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
}

footer ul.divided {
  padding: 0;
  list-style: none;
}

footer ul.divided li {
  border-top: 1px solid #e1e1e1;
  padding: 10px 0;
}

footer ul.divided li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl.contact dt {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.065em;
  font-size: 12px;
  color: #696969;
  width: 6em;
}

.contact dd {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  padding-bottom: 10px;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000000;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.radio-btn-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.radio-btn-wrapper {
  margin: 0px 4px;
  width: 100%;
}

.radio-btn {
  background-color: #ffffff;
  color: #4a6c84;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-radius: 5px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  height: 55px;
  padding: 0 20px;
  font-size: 1rem;
  border: 2px solid #d0cfce;
  margin-bottom: 0;
}

.radio-btn-selected {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  background-color: #4a6c84;
  border: 1px solid #4a6c84;
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  line-height: 26px;
  outline: none;
  border-radius: 5px;
  height: 55px;
  padding: 0 20px;
  font-size: 1rem;
}

.search-radio-btn-holder label {
  display: flex;
  height: 100%;
  align-items: center;
}

.search-radio-btn-holder {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.row.less-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.less-gutter [class*="col-"]:not(:first-child),
.row.less-gutter [class*="col-"]:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}

.section-padding {
  padding: 60px 0;
}
/*  */
.result-box {
  position: relative;
  background: #f5f5f5; /* */
  border-radius: 10px;
  padding: 20px 10px 10px;
  /* margin-bottom: 20px; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.126); /* */
}
.resultBox-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* .searchProductss .result-box{
	margin-bottom: 40px ;
} */

.result-box:hover {
  background: #e5e5e5; /* */
}

.result-box span.result-number {
  position: absolute;
  top: -10px;
  right: -10px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  background: #4a6c84;
  color: #ffffff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  /*z-index: 2;*/
}

.result-box a {
  color: #4a6c84;
}

.result-box img {
  margin-bottom: 10px;
  width: 35%; /* */
}
.result-box.text-center h5 {
  font-size: 20px;
  color: #4a6c84;
}
.resultBox-container .activeResultBox {
  background-color: #4a6c84;
}
.resultBox-container .activeResultBox h5 {
  color: white;
}
.resultBox-container .activeResultBox .result-number {
  background: #ff0000;
  color: #ffffff;
}
.activee {
  border: 1px solid #cddce7;
  margin: 10px 4px;
  padding: 20px 25px 5px;
  border-radius: 5px;
}
.row_restaurant .result-box {
  margin-bottom: 30px;
  background: #f5f5f5;
}
.row_restaurant .result-box:hover {
  background: #e5e5e5;
}

.fr-employ-content .fr-employ-box {
  padding-top: 25px;
  text-align: center;
  height: 140px;
  position: relative;
}

.fr-employ-container {
  text-align: center;
  background-color: #fff;
  position: relative;
}

.fr-employ-content .fr-employ-box .fr-employ-social i {
  color: #242424;
  background-color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 30px;
  line-height: 34px;
  font-size: 16px;
  margin-right: 5px;
  border: 1px solid #e9e9e9;
  transition: 0.6s;
}

.fr-employ-content .fr-employ-box .fr-employ-social a:last-child i {
  margin-right: 0;
}

.fr-employ-content .fr-employ-box .fr-employ-social i:hover {
  background-color: #4a6c84;
  color: #fff;
  border-color: #4a6c84;
}

.fr-employ-container a.profile-img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
}

.fr-employ-container img {
  margin-top: -53px;
}

.fr-employ-content .fr-employer-assets {
  padding: 15px 0 30px;
}

.fr-employ-content .fr-employer-assets .btn-style {
  background-color: transparent;
}

.fr-employ-content:hover .fr-employer-assets .btn-style {
  background-color: #4a6c84;
}

.fr-employ-content .fr-employer-assets h3 {
  font-size: 20px;
  color: #242424;
  margin-top: 0px;
  margin-bottom: 5px;
}

.fr-employ-content .fr-employer-assets i {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 18px;
}

.fr-employ-content .fr-employer-assets .following i {
  background-color: #4a6c84;
  color: #fff;
}

.fr-employ-content .fr-employer-assets span i {
  font-size: 10px;
  background-color: #ddd;
  padding: 3px;
  color: #fff;
  margin-right: 5px;
}

.fr-employ-content .fr-employer-assets span i.verified {
  background-color: #259d00;
}

.fr-employ-content .fr-employer-assets p {
  margin-bottom: 20px;
  color: #777;
  font-size: 14px;
}

.fr-employ-content .fr-employer-assets span {
  vertical-align: middle;
  font-size: 14px;
  color: #777;
}

.fr-employ-content .fr-employer-assets .btn-theme {
  padding: 10px 20px;
  font-size: 14px;
  color: #4a6c84;
  border-color: #4a6c84;
  background-color: transparent;
}

.fr-employ-content .fr-employer-assets .btn-theme:hover {
  background-color: #4a6c84;
  color: #fff;
}

.fr-employ-container .notify-2 {
  position: absolute;
  top: -28%;
  margin-left: -2%;
}

.fr-employ-content {
  margin-bottom: 30px;
  transition: 0.7s;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.fr-employ-content .fr-employ-box {
  position: relative;
  overflow: hidden;
}

.fr-employ-content .fr-employ-box::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.fr-employ-social {
  position: relative;
}

.fr-hero-theme {
  height: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fr-expert {
  background-color: #dbf0ff;
  padding: 30px 0;
  min-height: 120px;
}

.ratings i {
  color: #ffc107;
  font-size: 20px;
}

.fr-expert .fr-expert-details h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}

.fr-expert .fr-expert-details {
  position: relative;
}

.fr-expert .fr-expert-details p {
  font-size: 16px;
  margin-bottom: 0;
}

.fr-expert .fr-expert-details p i {
  margin-right: 10px;
  font-size: 14px;
}

.fr-expert .fr-expert-content .btn-style {
  background-color: transparent;
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.fr-expert .fr-expert-content .btn-style:hover,
.fr-expert .fr-expert-content .btn-style.following {
  background-color: #fff;
  color: #242424;
}

.fr-c-detail-box .notify-2 {
  position: absolute;
  right: -5px;
  top: -5px;
}

.fr-expert .fr-expert-content {
  float: right;
}

.fr-c-detail-box {
  text-align: center;
}

.fr-c-detail-box p {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.fr-c-detail-box p i {
  font-size: 10px;
  background-color: #ddd;
  padding: 3px;
  color: #fff;
  margin-right: 5px;
  border-radius: 30px;
}

.fr-c-detail-box p i.verified {
  background-color: #259d00;
}

.fr-c-detail-box .fl-profile-img {
  width: auto;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto 20px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.fr-c-details .fr-c-followers ul li {
  float: left;
  text-align: center;
}

.fr-c-details .fr-c-followers::before {
  content: "";
  position: absolute;
  border-right: 1px solid #e9e9e9;
  top: 0;
  height: 100%;
  left: 50%;
}

.fr-c-details .fr-c-followers ul .fr-style-3 {
  float: right;
}

.fr-c-details .fr-c-followers {
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 30px 50px;
  position: relative;
}

.fr-c-details .fr-c-container {
  padding: 25px 20px;
  border-bottom: 1px solid #e9e9e9;
}

.fr-c-details .fr-c-container h3 {
  font-size: 18px;
  margin: 0;
  color: #242424;
}

.fr-c-details .fr-c-followers:last-child::before {
  border: none;
}

.fr-c-details .fr-c-followers ul li .fr-c-more-details span {
  font-size: 20px;
  font-weight: 500;
}

.fr-c-details .fr-c-followers ul li .fr-c-more-details p {
  font-size: 16px;
}

.fr-c-information {
  background-color: #ffffff;
}

.fr-c-information.actionbar_space {
  padding-top: 0 !important;
  padding-bottom: 40px;
}

.fr-c-details {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  margin-top: -220px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
}

.fr-ca-more-details ul {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}

.fr-ca-more-details ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
}

.fr-ca-more-details ul li .fr-ca-logo {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.fr-ca-more-details ul li .fr-ca-logo i {
  font-size: 20px;
}

.fr-ca-more-details .fr-c-full-details span {
  font-size: 14px;
  color: #777;
  line-height: 30px;
}

.fr-ca-more-details ul li .fr-c-full-details p {
  color: #242424;
  margin-bottom: 5px;
}

.fr-c-full-details {
  position: relative;
}

.fr-ca-more-details {
  padding: 0 20px;
  padding-bottom: 0;
}

.fr-ca-more-details ul li:last-child {
  margin-bottom: 0;
}

.fr-c-social-icons ul li {
  float: left;
  margin-right: 10px;
}

.fr-c-social-icons {
  overflow: hidden;
  padding: 22px 20px;
}

.fr-serices-content ul li {
  float: left;
}

.fr-serices-content ul li:nth-child(2n + 1) {
  width: 37%;
}

.fr-serices-content ul li:nth-child(2n + 2) {
  width: 37%;
}

.fr-serices-content ul li:nth-child(2n + 3) {
  width: 26%;
}

.fr-serices-content {
  overflow: hidden;
  padding: 20px;
  background: #fff;
  margin-top: -50px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
}

.fr-serices-content ul li .select2-container {
  width: 100% !important;
}

.fr-serices-content ul li .select2-container .select2-selection--single {
  height: 56px;
  border: none;
  border-radius: 0;
  border-left: 0;
}

.fr-serices-content ul li input {
  height: 56px;
  line-height: 46px;
  border: none;
  padding: 10px 18px;
  background-color: transparent;
}

.fr-serices-content ul li input:focus,
.fr-serices-content ul li input:active {
  background-color: transparent;
}

.fr-serices-content
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #777;
  line-height: 56px;
  border: none;
  background-color: transparent;
}

.fr-serices-content ul li input::placeholder {
  color: #777;
}

.fr-serices-content ul li .form-group {
  margin: 0;
  position: relative;
}

.fr-serices-content ul li .form-group::before {
  content: "";
  top: -20px;
  position: absolute;
  height: 175%;
  border-right: 1px solid #e1e1e1;
  right: 4%;
}

.fr-serices-content ul li .btn-style {
  display: block;
  line-height: 30px;
  border-radius: 4px;
  background-color: #242424;
  border: none;
  color: #fff;
}

.fr-serices-content
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 28px;
  left: 0;
}

.fr-serices-content ul li .form-control:focus {
  border-color: #e9e9e9;
}

.fr-serices-content p {
  float: right;
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}

.fr-serices-content p i {
  margin-right: 6px;
}

.fr-list-product-2 {
  padding: 90px 0 130px 0;
}

.fr-pagination {
  text-align: center;
}

.fr-service-container {
  position: relative;
}

.fr-service-container ul li.links {
  float: left;
  padding-right: 30px;
}

.fr-service-container ul li.links:last-child {
  float: right;
}

.fr-service-container ul li.links:last-child ul li {
  padding-right: 20px;
}

.fr-service-container ul li.links:last-child ul li:last-child {
  padding: 0;
}

.fr-service-bar {
  position: relative;
  background-color: #242424;
  padding: 20px 0;
}

.fr-service-container ul li a {
  color: #fff;
}

.fr-service-marketing {
  background: url("../images/g25-1.png");
  height: auto;
  background-position: center center;
  background-size: cover;
  padding: 35px 0;
}

.project-sidebar {
  top: 0;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fr-product-des-box.heading-contents {
  padding: 40px 0;
}

/*LISTING STYLE 2*/
.project-list-2 {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.project-list-2 .top-side {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.project-list-2 .top-side .listing2-project-price {
  position: absolute;
  top: 20px;
  right: 20px;
}

.project-list-2 .top-side .listing2-project-price {
  font-size: 24px;
}

.project-list-2 .top-side .listing2-project-price small {
  font-size: 13px;
  margin-left: 5px;
  cursor: pointer;
}

.project-list-2 .top-side .listing2-project-price span {
  display: block;
  font-size: 12px;
  text-align: right;
}

.project-list-2 .features-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.project-list-2 .features-star i {
  color: #fff;
  position: relative;
  padding: 2px;
  font-size: 12px;
  float: left;
}

.project-list-2 .top-side .user-name {
  color: #888;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.project-list-2 .top-side .user-name a {
  color: #4a6c84;
}

.project-list-2 .top-side .user-name a i {
  background: #ddd;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 9px;
}

.project-list-2 .top-side .user-name a i.verified {
  background: #559250;
}

.project-list-2 .top-side h4.project-title {
  font-size: 20px;
  width: 80%;
}

.project-list-2 .top-side h4.project-title a {
  color: #242424;
}

.project-list-2 .top-side h4.project-title a:hover {
  color: #4a6c84;
}

.project-list-2 .top-side .project-location {
  color: #888;
  font-size: 14px;
}

.project-list-2 .bottom-side {
  position: relative;
}

.project-list-2 .bottom-side ul.features {
  margin-bottom: 15px;
}

.project-list-2 .bottom-side ul.features li {
  display: inline-block;
  margin-right: 15px;
  color: #888;
  font-size: 14px;
}

.project-list-2 .bottom-side ul.features li i {
  color: #4a6c84;
  margin-right: 5px;
}

.project-list-2 .bottom-side ul.features li p {
  display: inline;
}

.project-list-2 .bottom-side p {
  font-size: 14px;
  color: #888;
  line-height: 1.8;
}

.project-list-2 .bottom-side ul.skills {
  position: relative;
  overflow: hidden;
  width: 70%;
}

.project-list-2 .bottom-side ul.skills li {
  display: inline-block;
}

.project-list-2 .bottom-side ul.skills li.hide {
  display: none;
}

.project-list-2 .bottom-side ul.skills.active li.hide {
  display: inline-block;
}

.project-list-2 .bottom-side ul.skills li a {
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  background-color: #f5f5f5;
  color: #777;
  margin-bottom: 10px;
}

.project-list-2 .bottom-side ul.skills li a:hover {
  background-color: #4a6c84;
  color: #fff;
}

.project-list-2 .bottom-side .view-btn {
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  position: relative;
}

.project-list-2 .bottom-side .view-btn .mark_fav {
  padding: 10px;
}

.project-list-2 .bottom-side .view-btn .mark_fav i {
  color: #bebebe;
}

.project-list-2 .bottom-side .view-btn .mark_fav.active {
  color: red;
}

.project-list-2 .bottom-side .view-btn a.btn {
  padding: 10px 20px;
}

.project-list-2 .project-list-2-bottom {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}

.project-list-2 .project-list-2-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/*NEW GRID AND LIST STYLE*/

.fr3-job-detail .fr3-job-img {
  overflow: hidden;
  margin-right: 20px;
  max-width: 240px;
  min-width: 240px;
  height: fit-content;
  border-radius: 5px;
}

.fr3-job-detail .fr3-job-img.plaza-listing {
  float: left;
}

.fr3-job-detail .fr3-job-img img {
  max-width: 100%;
  border-radius: 4px;
}

.fr3-job-detail .fr3-job-img p {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 10px;
}

.fr3-job-detail .fr3-job-img p i {
  color: #4a6c84;
  margin-right: 5px;
}

.fr3-job-detail .fr3-job-text {
  margin-top: 10px;
  overflow: hidden;
}

.fr3-job-detail .fr3-job-text span.name a {
  color: #777;
  font-size: 14px;
  vertical-align: middle;
}

.fr3-job-detail .fr3-job-text h3 {
  font-size: 20px;
  color: #4a6c84;
  margin-bottom: 5px;
}

.fr3-job-detail .fr3-job-text p.price-tag {
  font-size: 26px;
  color: #4a6c84;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 0px;
}

.fr3-job-detail .fr3-job-text p.price-tag span.bottom-text {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}

.fr3-job-detail .fr3-job-text p.excerpt {
  margin-bottom: 15px;
  font-size: 14px;
}

.fr3-details .fr3-job-detail {
  position: relative;
  overflow: hidden;
  display: flex;
}

.fr3-details .fr-job-btn {
  overflow: hidden;
  align-self: center;
  margin-left: auto;
}

.fr3-job-text ul.lists {
  position: relative;
  overflow: hidden;
}

.fr3-job-text ul.lists li {
  color: #777;
  font-size: 14px;
}

.fr3-job-detail .fr3-job-text .follow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f5f5f5;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #777;
}

.fr3-job-detail .fr3-job-text .follow i {
  margin-right: 5px;
}

.fr3-job-detail .fr3-job-text .follow.active {
  background-color: #4a6c84;
  color: #fff;
}

.fr3-details {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  /* box-shadow: 1px 0px 20px rgba(0,0,0,0.07); */
  border: 2px solid #f3f3f3;
  position: relative;
  /*margin-bottom: 30px;*/
  margin-bottom: 7px;
  border-radius: 4px;
}

.fr3-details .features-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.fr3-details .features-star::before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: #4a6c84 transparent transparent #4a6c84;
  position: absolute;
  top: 0;
  left: 0;
}

.fr3-product-img img {
  max-width: 100px;
  border-radius: 50%;
}

.fr3-main-product {
  text-align: center;
}

.fr3-main-product .fr3-product-img {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.fr3-main-product .fr3-product-text {
  overflow: hidden;
}

.fr3-main-product .fr3-product-text p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.fr3-main-product .fr3-product-text p a {
  color: #777;
}

.fr3-main-product .inline-style {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  margin-top: 10px;
}

.fr3-product-detail-box {
  padding: 20px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}

.fr3-main-product .fr3-product-text h3 {
  font-size: 20px;
  color: #242424;
  margin-bottom: 0;
  line-height: 30px;
}

.fr3-main-product .fr3-product-text h3 a {
  color: #242424;
}

.fr3-product-skills a {
  background-color: rgba(255, 180, 19, 0.2);
  color: #242424;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.6s;
  display: inline-block;
}

.fr3-product-skills a:hover {
  color: #242424;
}

.fr3-product-skills a.hide {
  display: none;
}

.fr3-product-skills.active a.hide {
  display: inline-block;
}

.fr3-product-skills {
  margin-top: 10px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fr3-product-price ul li {
  background-color: #f8f8fa;
  width: 45%;
  margin-right: 5%;
  float: left;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fr3-product-price ul li:last-child {
  margin-right: 0;
}

.fr3-product-price {
  overflow: hidden;
  margin-bottom: 15px;
}

.fr3-product-price ul {
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
}

.fr3-product-price p {
  color: #242424;
  margin-bottom: 0px;
  font-size: 16px;
}

.fr3-product-price p span.text {
  display: block;
}

.fr3-product-price span.review-count {
  font-size: 14px;
  color: #777;
  display: block;
}

.fr3-product-btn {
  margin-top: 15px;
  text-align: center;
}

.fr3-product-btn .btn {
  padding: 10px 20px;
  font-size: 14px;
  color: #4a6c84;
  border-color: #4a6c84;
  background-color: transparent;
}

.fr2-text-center p {
  color: #777;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fr2-text-center p svg {
  margin-right: 10px;
}

.fr2-text-center {
  text-align: center;
}

.fr3-product-detail-box .fr3-details .features-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.fr3-product-detail-box .fr3-details .features-star::before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: #4a6c84 transparent transparent #4a6c84;
  position: absolute;
  top: 0;
  left: 0;
}

.fr3-product-icons .features-star {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 42px;
  height: 42px;
}

.fr3-product-icons .features-star::before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: #4a6c84 transparent transparent #4a6c84;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.fr3-grid-box {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.fr3-grid-box .features-star::before {
  z-index: 9;
}

.fr3-grid-box .features-star i {
  font-size: 12px;
  position: absolute;
  left: 2%;
  top: 2%;
  color: #fff;
  z-index: 99;
}

.fr3-job-detail .fr3-job-text span.name i {
  background: #ddd;
  color: #fff;
  padding: 3px;
  border-radius: 10px;
  margin-right: 5px;
  font-size: 9px;
  vertical-align: middle;
}

.fr3-job-detail .fr3-job-text span.name i.verified {
  background-color: #559250;
}

.fr3-details .features-star i {
  color: #fff;
  font-size: 12px;
}

.fr3-product-icons .features-star i {
  left: auto;
  right: 7px;
}

.fr3-grid-text p {
  color: #777;
  font-size: 14px;
}

.fr3-grid-text p a {
  color: #777;
}

.fr3-grid-text h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.fr3-grid-text .btn-theme {
  width: 100%;
}

.fr3-grid-text {
  padding: 20px 15px;
  padding-bottom: 10px;
  padding-top: 40px;
}

.fr3-box-img {
  position: relative;
  max-height: 150px;
  height: 150px;
  border-radius: 4px;
}

.fr3-box-user-profile {
  position: absolute;
  bottom: -20%;
  left: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
}

.fr3-box-img .fr3-box-user-profile img {
  max-width: 50px;
  border-radius: 50%;
}

.fr3-grid-text p i {
  background: #ddd;
  color: #fff;
  padding: 3px;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 9px;
  vertical-align: middle;
}

.fr3-grid-text p i.verified {
  background-color: #559250;
}

.fr3-box-img img {
  border-radius: 6px;
}

.fr3-box-icons {
  position: absolute;
  bottom: -20px;
  right: 14px;
}

.fr3-box-icons i {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
  vertical-align: revert;
}

.fr3-box-icons .following i {
  background-color: #4a6c84;
  color: #fff;
}

.fr3-main-product .fr3-product-text p i {
  background: #ddd;
  color: #fff;
  padding: 3px;
  border-radius: 10px;
  margin-right: 6px;
  font-size: 9px;
  vertical-align: middle;
}

.fr3-main-product .fr3-product-text p i.verified {
  background-color: #559250;
}

.fr3-product-price p i {
  color: #4a6c84;
  margin-right: 5px;
}

.fr-btn-grid a {
  color: #4a6c84;
}

.fr-btn-grid {
  color: #4a6c84;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
}

.res-us-profile img {
  max-width: 80px;
  border-radius: 60px;
}

.res-us-profile {
  float: left;
  margin-right: 15px;
}

.res-us-details {
  background: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  display: flex;
}

.res-us-product {
  overflow: hidden;
  padding-right: 10px;
}

.res-us-inline {
  float: right;
  padding-left: 20px;
  border-left: 1px solid #e9e9e9;
  width: 30%;
}

.res-us-inline p {
  display: inline-block;
  font-size: 14px;
}

.res-us-inline li i {
  color: #4a6c84;
  margin-right: 5px;
}

.res-us-skills {
  float: left;
  width: 70%;
}

.res-us-product ul li {
  float: left;
  margin-right: 20px;
}

.res-us-product h3 {
  font-size: 20px;
  color: #242424;
  margin-bottom: 4px;
  overflow: hidden;
  margin-top: 4px;
  width: 100%;
}

.res-us-product h3 a {
  color: #242424;
}

.res-us-product ul li span {
  font-size: 14px;
  color: #777;
}

.res-us-product ul li span i {
  background: #ddd;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 9px;
}

.res-us-product ul li span i.verified {
  background: #559250;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 9px;
}

.res-us-product p.price {
  font-size: 20px;
  margin: 0;
  color: #4a6c84;
  font-weight: 500;
  display: flex;
}

.res-us-product p.price strong {
  font-size: 12px;
  font-weight: normal !important;
  color: #777;
  margin-left: 5px;
}

.res-us-product p.price small {
  margin-left: 5px;
  color: #777;
  font-size: 12px;
}

.res-us-product p.desc {
  font-size: 14px;
  margin-top: 10px;
}

.res-us-exp a {
  background-color: rgba(255, 180, 19, 0.2);
  color: #242424;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  transition: 0.6s;
}

.res-us-exp a:hover {
  color: #242424;
}

.res-us-exp a.hide {
  display: none;
}

.res-us-exp.skills.active .hide {
  display: inline-block;
}

.res-us-exp.skills.active a {
  margin-bottom: 10px;
}

.res-us-exp {
  margin-top: 15px;
}

.res-us-exp a:last-child {
  margin-right: 0;
}

.res-us-product ul li span img {
  vertical-align: text-top;
  margin-right: 6px;
}

.res-us-inline ul li {
  margin-bottom: 10px;
}

.res-us-inline ul li:last-child {
  margin-bottom: 0;
}

.res-us-inline span {
  font-size: 14px;
  color: #777;
  display: inline-block;
}

.res-us-inline p .btn-theme {
  color: #fff;
  border: none;
  padding: 8px 28px;
  display: block;
  font-size: 14px;
}

.res-us-inline span i.fa-heart {
  background-color: #f5f5f5;
  color: #777;
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 10px;
}

.res-us-inline span .fav i {
  color: #fff;
  background-color: #4a6c84;
}

.res-us-inline .fr1-top-content {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

.res-us-inline .fr1-top-content p {
  display: block;
  width: 100%;
}

.res-us-details .features-star {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
}

.res-us-details .features-star::before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: #4a6c84 #4a6c84 transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.res-us-details .features-star i {
  color: #fff;
  position: relative;
  padding: 4px 10px;
  font-size: 12px;
  float: right;
}

.fr-latest-img img {
  width: 100%;
}

.fr-latest-details {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 15px;
}

.fr-latest-details .fr-latest-bottom p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.fr-latest-details .fr-latest-bottom {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fr-latest-details .fr-latest-bottom .save_service.active i {
  color: #4a6c84;
}

.fr-latest-details .fr-latest-bottom .save_service i {
  display: flex;
  align-self: center;
  color: #ddd;
}

.fr-latest-grid {
  background-color: #fff;
  padding: 15px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  border-radius: 4px;
}

.fr-latest-details p span {
  color: #4a6c84;
  font-weight: 500;
  font-size: 18px;
  margin-left: 5px;
  vertical-align: baseline;
}

.fr-latest-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.fr-latest-content-service {
  position: relative;
}

.fr-latest-content-service .fr-latest-profile {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.fr-latest-content-service .fr-latest-profile .user-image {
  float: left;
  margin-right: 10px;
}

.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data {
  display: inline-block;
  line-height: 30px;
}

.fr-latest-content-service
  .fr-latest-profile
  .fr-latest-profile-data
  .fr-latest-name
  a {
  color: #242424;
  line-height: 30px;
  font-size: 14px;
}

.fr-latest-content-service
  .fr-latest-profile
  .fr-latest-profile-data
  .fr-latest-name
  a
  i {
  background-color: #ddd;
  color: #fff;
  font-size: 8px;
  padding: 3px;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
}

.fr-latest-content-service
  .fr-latest-profile
  .fr-latest-profile-data
  .fr-latest-name
  a
  i.verified {
  background-color: #559250;
}

.fr-latest-content-service
  .fr-latest-profile
  .fr-latest-profile-data
  .fr-latest-member {
  color: #777;
}

.fr-latest-content-service p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.fr-latest-content-service p a {
  color: #242424;
  text-transform: capitalize;
}

.fr-latest-content-service p a:hover {
  color: #4a6c84;
}

.fr-latest-content-service span.reviews {
  color: #777;
  font-size: 14px;
  display: block;
}

.fr-latest-content-service span.reviews i {
  color: #4a6c84;
  margin-right: 5px;
}

.fr-latest-content-service a.queue {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  display: block;
}

.fr-latest-content-service img {
  max-width: 30px;
  border-radius: 50%;
}

.fr-latest-btn span {
  background: #4a6c84;
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 4px;
  font-weight: 400;
  display: inline-block;
}

.fr-latest-btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.extra-features {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.extra-features ul li {
  display: inline-block;
  width: 32%;
}

.extra-features ul li span {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}

.extra-features ul li span small {
  display: block;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}

.extra-features ul li img {
  border-radius: 50%;
  padding: 8px;
  width: 50px;
  margin-right: 10px;
}

.extra-features ul li:first-child img {
  background-color: #a64ca6;
}

.extra-features ul li:nth-child(2) img {
  background-color: #ff2f2f;
}

.extra-features ul li:nth-child(3) img {
  background-color: #00b800;
}

.related-posts {
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 4px;
}

.related-posts .fr-top-contents {
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.related-posts .owl-nav {
  position: absolute;
  top: -40%;
  right: 0;
  margin: 0;
}

.related-posts .fr-top-contents {
  margin-bottom: 0;
}

.related-posts .owl-nav i {
  background-color: #4a6c84;
  padding: 12px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.related-posts .owl-nav i:hover {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, 0.9);
  color: #fff;
}

.white.category-grid-box-1 img {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  object-fit: cover;
}

.category-grid-box-1 .image {
  height: 195px;
}

/*SERVICES FILTER*/

.services-filter-2 {
  /*background-color: #FFF;*/
  background-color: #e5e5e5;
  position: relative;
  /*padding: 20px;
	margin-bottom: 30px;*/
  padding: 5px;
  margin-bottom: 6px;
  border-radius: 4px;
  /* box-shadow: 1px 0px 20px rgba(0,0,0,0.07); */
  border: 2px solid #f3f3f3;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.services-filter-2 form {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.services-filter-2 form .filters {
  display: flex;
}

.services-filter-2 h4 {
  margin: 0;
  margin-bottom: 0px;
  font-weight: 500;
  display: inline-block;
}

.services-filter-2 .select2-container {
  width: 100% !important;
}

.services-filter-2 ul.top-filters {
  display: flex;
  float: right;
}

.services-filter-2 ul.top-filters li {
  display: flex;
  flex-direction: row;
}

.services-filter-2 .services-list-icon {
  background-color: #f4f6f9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px;
  margin-right: 15px;
}

.services-filter-2 .services-list-icon span {
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  background-color: #242424;
  height: 2px;
  width: 10px;
  border-radius: 4px;
  margin-bottom: 3px;
  display: block;
}

.services-filter-2 .services-list-icon.active span {
  background-color: #fff;
}

.services-filter-2 .services-list-icon span:nth-child(2) {
  width: 16px;
}

.services-filter-2 .services-list-icon span:nth-child(3) {
  margin-bottom: 0;
}

.services-filter-2 .services-grid-icon.active,
.services-filter-2 .services-list-icon.active {
  background-color: #4a6c84;
}

.services-filter-2 .services-grid-icon {
  background-color: #f4f6f9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  margin-right: 15px;
}

.services-filter-2 .services-grid-icon span {
  background-color: #242424;
  width: 2px;
  height: 10px;
  margin-right: 3px;
}

.services-filter-2 .services-grid-icon.active span {
  background-color: #fff;
}

.services-filter-2 .services-grid-icon span:nth-child(2) {
  height: 16px;
}

.services-filter-2 .services-grid-icon span:nth-child(3) {
  margin: 0;
}

.services-filter-2 .heading-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-filter {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  justify-content: space-between;
}

.services-filter h4 {
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
}

.services-filter ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.services-filter ul.top-filters li {
  display: flex;
  align-items: center;
  width: 70%;
}

.services-filter ul.top-filters li:nth-child(1) {
  width: 30%;
}

.services-filter ul.top-filters li form {
  width: 100%;
}

.services-filter ul li span.lsit {
  position: relative;
}

.services-filter ul li:nth-child(1) a {
  margin-right: 10px;
  cursor: pointer;
}

.services-filter ul.top-filters li .select2-container {
  width: 100% !important;
}

.services-filter .services-list-icon:hover,
.services-filter .services-list-icon .active {
  background-color: #4a6c84;
}

.services-filter .services-grid-icon:hover,
.services-filter .services-grid-icon .active {
  background-color: #4a6c84;
}

.services-filter .services-list-icon:hover span,
.services-filter .services-list-icon .active span {
  background-color: #fff;
}

.services-filter .services-grid-icon:hover span,
.services-filter .services-grid-icon .active span {
  background-color: #fff;
}

.services-filter .services-list-icon {
  background-color: #f4f6f9;
  border-radius: 4px;
  height: 45px;
  width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-filter .services-grid-icon {
  background-color: #f4f6f9;
  border-radius: 4px;
  height: 45px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-filter ul li a {
  color: #666666;
  font-size: 12px;
}

.services-filter .services-list-icon span {
  margin: 0 auto;
  margin-bottom: 0px;
  background-color: #242424;
  height: 2px;
  width: 10px;
  border-radius: 3px;
  margin-bottom: 2px;
  display: block;
}

.services-filter .services-list-icon span:nth-child(2) {
  width: 16px;
}

.services-filter .services-grid-icon span {
  background-color: #242424;
  width: 2px;
  height: 10px;
  margin-right: 2px;
}

.services-filter .services-grid-icon span:nth-child(2) {
  height: 16px;
}

.services-filter .services-grid-icon.active,
.services-filter .services-list-icon.active {
  background-color: #4a6c84;
}

.services-filter .services-grid-icon.active span,
.services-filter .services-list-icon.active span {
  background-color: #fff;
}

.services-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
}

.services-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}

/*SEARCH SIDEBAR*/
.service-side {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
}

.service-side .heading {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.service-side .heading h4 {
  margin: 0;
  display: inline-block;
  font-weight: 500;
}

.service-side .heading a {
  float: right;
  font-size: 12px;
  color: #4a6c84;
}

.service-side .panel-default {
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
}

.service-side .panel-default > .panel-heading {
  padding: 0;
  border: none;
}

.service-side .panel-default > .panel-heading a {
  color: #242424;
  display: block;
}

.service-side .panel-heading a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  color: #777;
  transition: all 0.5s;
  right: 30px;
  position: absolute;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-side .panel-heading a.collapsed::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
}

.service-side .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 0;
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.service-side .panel-default .panel-body ul {
  position: relative;
  padding-left: 10px;
}

.service-side .panel-default .panel-body ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
  padding-top: 10px;
}

.service-side .panel-default .panel-body ul li:last-child {
  margin-bottom: 0;
}

.service-side .panel-default .panel-body ul li .pretty {
  margin-right: 10px;
}

.service-side .panel-default .panel-body ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}

.service-side .panel-default .panel-body ul li i.fa-plus {
  float: right;
}

.service-side .submit-btn {
  position: relative;
  padding: 20px;
}

.service-side .submit-btn p {
  color: #777;
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}

.service-side .range-slider {
  padding: 0 15px;
}

.service-side .extra-controls {
  margin-top: 15px;
}

.service-side .extra-controls input.form-control {
  width: 40%;
  float: left;
  margin: 0 15px;
}

.service-side .range-slider .irs--round .irs-from::before,
.service-side .range-slider .irs--round .irs-to::before,
.service-side .range-slider .irs--round .irs-single::before {
  border-top-color: #4a6c84;
}

.service-side .range-slider .irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #4a6c84;
}

.service-side .range-slider .irs--round .irs-handle {
  border: 4px solid #4a6c84;
  top: 28px;
  width: 20px;
  height: 20px;
}

.service-side .range-slider .irs--round .irs-bar {
  background-color: #4a6c84;
}

.service-side .range-slider .irs--round .irs-from,
.service-side .range-slider .irs--round .irs-to,
.service-side .range-slider .irs--round .irs-single {
  background-color: #4a6c84;
}

.exertio-services-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.exertio-service-list {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.exertio-service-list .featured-image {
  position: relative;
  overflow: hidden;
  height: 165px;
}

.exertio-service-list .featured-image::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 1;
}

.exertio-service-list .featured-image img {
  position: absolute;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.exertio-service-list .features-star {
  z-index: 9;
}

.exertio-service-list .features-star i {
  left: 6px;
  z-index: 99;
}

.exertio-service-list .exertio-service-desc {
  padding: 15px;
}

.exertio-service-list .exertio-service-title {
  position: relative;
  overflow: hidden;
}

.exertio-service-list .exertio-service-title a {
  font-size: 18px;
  color: #242424;
  font-weight: 500;
}

.exertio-service-list .exertio-service-title a:hover {
  color: #4a6c84;
}

.exertio-service-list .exertio-service-desc span.desc-meta {
  font-size: 14px;
}

.exertio-service-list .exertio-service-desc span.desc-meta a {
  color: #777;
}

.exertio-services-bottom {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  padding: 15px;
}

.exertio-services-bottom ul li {
  display: inline-block;
}

.exertio-services-bottom ul li.orders {
  font-size: 12px;
  color: #777;
  float: right;
}

.exertio-services-box .exertio-service-desc span.rating {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
  display: block;
}

.exertio-services-box .exertio-service-desc span.rating i {
  color: #4a6c84;
  margin-right: 10px;
}

.exertio-services-box .fr-top-rating {
  right: 15px;
  left: auto;
  top: auto;
  bottom: 40px;
  z-index: 9;
  border: 1px solid #ebebeb;
}

.exertio-services-box .fr-top-rating a.active {
  border: none;
}

.exertio-services-box .exertio-services-bottom .style-6 {
  background-color: transparent;
  color: #4a6c84;
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin-left: 10px;
}

.exertio-services-list-2 {
  background-color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
  border-left: 3px solid #4a6c84;
  display: flex;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.exertio-services-list-2 .exertio-services-user-pic {
  display: flex;
  flex-direction: row;
}

.exertio-services-2-meta {
  position: relative;
  display: flex;
  width: 100%;
}

.exertio-services-2-meta ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.exertio-services-2-meta ul li {
  position: relative;
}

.exertio-services-2-meta ul li span.style-6 {
  display: block;
  color: #4a6c84;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.exertio-services-2-meta ul li:nth-child(2) {
  font-size: 14px;
  color: #777;
  text-align: right;
}

.exertio-services-list-2 .exertio-services-2-meta div.rating {
  font-size: 14px;
  color: #777;
}

.exertio-services-list-2 .exertio-services-2-meta div.rating i {
  color: #4a6c84;
  font-size: 12px;
  margin-right: 5px;
}

.exertio-services-list-2 .exertio-services-2-meta .btn {
  font-size: 14px;
  padding: 10px 20px;
}

.exertio-services-list-2 .exertio-services-2-meta ul li:nth-child(3) p {
  margin-top: 10px;
  font-size: 12px;
}

.exertio-services-list-2 .exertio-services-2-meta h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.exertio-services-list-2 .exertio-services-2-meta h3 a {
  color: #242424;
}

.exertio-services-list-2 .exertio-services-2-meta p {
  font-size: 14px;
}

.exertio-services-list-2 .exertio-services-2-meta p a {
  margin-right: 20px;
}

.exertio-services-list-2 .exertio-services-2-meta p a.author {
  text-transform: capitalize;
  color: #4a6c84;
}

.exertio-services-list-2 .exertio-services-2-meta p a i {
  color: #aaa;
  margin-right: 5px;
}

.exertio-services-list-2 .exertio-services-2-meta p a i.fa-check {
  background-color: #ddd;
  color: #fff;
  padding: 3px;
  border-radius: 10px;
  margin-right: 5px;
  font-size: 9px;
  vertical-align: middle;
}

.exertio-services-list-2 .exertio-services-2-meta p a i.verified {
  background-color: #559250;
}

/*PROJECT SIDEBAR*/
.project-sidebar {
  background-color: #fff;
  /* box-shadow:1px 0px 20px rgba(0,0,0,0.07); */
  border: 2px solid #f3f3f3;
  border-radius: 4px;
}

.project-sidebar .panel-default {
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
}

.project-sidebar .panel-heading a.collapsed::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
}

.project-sidebar .panel-heading a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  color: #777;
  transition: all 0.5s;
  right: 35px;
  position: absolute;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-sidebar .panel-heading a {
  font-size: 16px;
  color: #242424;
  display: block;
}

.project-sidebar .submit-btn p {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.project-sidebar .panel-body .select2-container {
  width: 100% !important;
}

.project-sidebar .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 0;
  max-height: 400px;
  margin-top: 20px;
}

.project-sidebar .panel-default .panel-collapse .panel-body .range-slider {
  padding-right: 20px;
}

.project-sidebar .panel-default .panel-body ul {
  position: relative;
  padding-left: 10px;
}

.project-sidebar .panel-default .panel-body ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
  padding-top: 10px;
}

.project-sidebar .panel-default .panel-body ul li .pretty {
  margin-right: 5px;
}

.project-sidebar .panel-default .panel-body ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}

.project-sidebar .extra-controls {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.project-sidebar .extra-controls .range-slider {
  padding-right: 20px;
}

.project-sidebar .extra-controls input.form-control {
  width: 47%;
  float: left;
  margin-right: 15px;
}

.project-sidebar .extra-controls input.form-control:last-child {
  margin: 0;
}

.project-sidebar .range-slider .irs--round .irs-from::before,
.project-sidebar .range-slider .irs--round .irs-to::before,
.project-sidebar .range-slider .irs--round .irs-single::before {
  border-top-color: #4a6c84;
}

.project-sidebar .range-slider .irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #4a6c84;
}

.project-sidebar .range-slider .irs--round .irs-handle {
  border: 4px solid #4a6c84;
  top: 28px;
  width: 20px;
  height: 20px;
}

.project-sidebar .range-slider .irs--round .irs-bar {
  background-color: #4a6c84;
}

.project-sidebar .range-slider .irs--round .irs-from,
.project-sidebar .range-slider .irs--round .irs-to,
.project-sidebar .range-slider .irs--round .irs-single {
  background-color: #4a6c84;
}

.project-sidebar .submit-btn {
  position: relative;
  padding: 20px;
}

.project-sidebar .heading {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.project-sidebar .heading h4 {
  margin: 0;
  display: inline-block;
  font-weight: 500;
}

.project-sidebar .heading a {
  float: right;
  font-size: 12px;
  color: #4a6c84;
}

.report-button {
  font-size: 14px;
  text-align: right;
  padding: 20px;
  padding-top: 0;
}

.report-button i {
  margin-right: 10px;
}

.fr-lance-banner {
  margin-bottom: 30px;
}

.nice-select {
  width: 100% !important;
}

.nice-select ul.list {
  width: auto !important;
}

.nice-select .list {
  left: auto !important;
  right: 0;
}

.qty-input {
  color: #000;
  background: #fff;
  display: inline-flex;
  border: 1px solid #d2d2d2;
  align-items: center;
  overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

/*Check Out Page*/

.checkout-page {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background-color: #fcf8f3;
  padding: 110px 0px 80px;
}

.checkout-page .inner-container {
  position: relative;
  background-color: #ffffff;
}

.checkout-page .inner-container .billing-details {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}

.checkout-page .color-layer-one {
  position: absolute;
  left: -100px;
  top: 17%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.checkout-page .color-layer-two {
  position: absolute;
  left: 170px;
  top: 13%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.checkout-page .color-layer-three {
  position: absolute;
  right: -100px;
  top: -5%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #ffffff;
}

.checkout-page .icon-layer-one {
  position: absolute;
  left: 10%;
  top: 2%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.checkout-page .icon-layer-two {
  position: absolute;
  right: 20%;
  top: 6%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 40px;
}

.checkout-page .default-links li {
  margin-bottom: 15px;
  line-height: 24px;
  padding: 18px 28px;
  background: #fef1e0;
  color: #100c0b;
  font-size: 16px;
  font-weight: 400;
}

.checkout-page .default-links li a {
  color: #ff4a19;
}

.shop-form .billing-inner {
  position: relative;
  padding-right: 100px;
}

.shop-form .sec-title h2 {
  font-size: 24px;
}

.shop-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.billing-details .shop-form .sec-title {
  margin-bottom: 20px;
}

.billing-details .shop-form .form-group.sec-title {
  margin-bottom: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.shop-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
  position: relative;
  top: 0px;
  color: #797979;
  font-size: 16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #faf7f6;
  line-height: 16px;
  padding: 10px 15px;
  height: 50px;
  border: 1px solid #eeeeee;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.shop-form input.address-two {
  margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
  color: #c6c6c6;
}

.shop-form select {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center
    no-repeat;
  cursor: pointer;
}

.shop-form select option {
  text-indent: 15px;
}

.shop-form textarea {
  resize: none;
  height: 100px !important;
  overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
  border-color: #00aeef;
}

/* Shop Order Box */

.shop-order-box {
  position: relative;
}

.shop-order-box .order-list {
  position: relative;
  padding-top: 15px;
}

.shop-order-box .order-list li {
  position: relative;
  color: #797979;
  /*font-size: 15px;*/
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.shop-order-box .order-list li span {
  float: right;
  width: 35%;
  text-align: right;
  /*font-size: 17px;*/
  font-size: 20px;
  text-transform: capitalize;
}

.shop-order-box .order-list li span.dark {
  color: #242424;
}

.shop-order-box .order-list li.total {
  padding: 8px 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkout-page .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
  position: relative;
}

.checkout-page .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #797979;
  cursor: pointer;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option label strong {
  font-weight: 500;
  display: inline-block;
  color: #797979;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 9px;
}

.checkout-page .payment-options li .radio-option #payment-3 {
  top: 9px;
}

.checkout-page .payment-options li .what-paypall {
  font-size: 13px;
  font-weight: 500;
  margin-left: 15px;
  color: #4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  padding: 18px 26px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  color: #8e8d8d;
  border-radius: 4px;
  line-height: 20px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-left: -30px;
  background-color: #ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 24px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ececec;
}

.checkout-page
  .payment-options
  li
  .radio-option
  input[type="radio"]:checked
  + label
  .small-text {
  display: block;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.order-summary span.name a {
  font-size: 14px;
  color: #6d6d6d;
}

.order-summary a h3 {
  font-size: 18px;
  color: #4a6c84;
}

.order-summary p.price-tag {
  font-size: 22px;
}

.order-flex {
  display: flex;
}

.order-flex .order-name {
  width: 100%;
}

.panel .order-summary {
  border-bottom: 1px solid #d2d2d2;
  padding-top: 15px;
}

.order-remove i {
  color: #ff0018;
  font-size: 18px;
}

.status-box {
  background: #e5e5e5;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 15px;
}

.status-color-box {
  display: flex;
  align-items: center;
}

.status-color-box span {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 150px;
}

.status-color-box .green {
  background: #128807;
}

.status-color-box .orange {
  background: #ff6a00;
}

.status-color-box .red {
  background: #ff0018;
}

.status-color-box p {
  margin-bottom: 0;
  margin-left: 10px;
}

.qr-code-img {
  width: 150px;
}

/*FREELANCER STYLE-1*/
.fr-hero-detail.style-1 {
  background: none;
  background-color: #f8f8f8;
  padding: 50px 0;
}

.fr-hero-detail.style-1::before {
  background: none;
  content: normal;
}

.fr-hero-detail.style-1 .custom-product {
  padding-bottom: 25px;
  background-color: #fff;
  padding: 30px 15px;
  margin: 0;
  border-radius: 4px;
  margin-top: -180px;
}

.fr-hero-detail.style-1
  .fr-hero-details-content
  .fr-hero-details-information
  span.title {
  color: #242424;
}

.fr-hero-details-information .fr-hero-m-deails ul li {
  color: #999;
}

.fr-hero-detail.style-1 .fr-hero-hire p,
.fr-hero-detail.style-1 .fr-hero-hire span {
  color: #242424;
}

.fr-hero-m-jobs-bottom {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.fr-hero-m-jobs-bottom ul {
  display: flex;
  border-top: 1px solid #e1e1e1;
}

.fr-hero-m-jobs-bottom ul li {
  padding: 15px 30px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #999;
  border-right: 1px solid #e1e1e1;
  font-size: 14px;
}

.fr-hero-m-jobs-bottom ul li:last-child {
  border: none;
}

.fr-hero-theme.freelancer {
  height: 400px;
  position: relative;
}

.fr-hero-theme.freelancer:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(140, 124, 124, 0.2), #000000db);
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n + 1) small {
  color: #3398fb;
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n + 2) small {
  color: #f5365c;
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n + 3) small {
  color: #8553ee;
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n + 4) small {
  color: #f56036;
}

.fr-hero-m-jobs-bottom ul li span small {
  font-size: 24px;
  font-weight: 500;
  margin-right: 5px;
}

.fr-hero-details-content .fr-hero-details-information h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #fff;
}

.fr-hero-details-products img {
  border-radius: 10px;
  max-width: 100%;
}

.fr-hero-details-information {
  padding-top: 14px;
}

.fr-hero-detail.style-1 .fr-hero-details-information h1 {
  color: #242424;
}

.fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
  margin-top: 25px;
}

.freelancer-profile-img {
  width: auto;
  max-width: 170px;
  border-radius: 10px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 7px;
}

.freelancer-profile-img img {
  position: relative;
  border-radius: 10px;
}

.freelancer-profile-img span {
  padding: 8px;
  position: absolute;
  top: -4%;
  right: -4%;
}

.fr-product-description .main-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}

#toast-container > div {
  border-radius: 4px;
}

.forget_pwd .modal-body {
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 0 0 4px 4px;
}

.forget_pwd .modal-body .btn-style {
  float: right;
}

.forget_pwd .modal-header {
  padding: 20px 30px;
  background-color: #242424;
  border-radius: 4px 4px 0 0;
}

.forget_pwd .modal-header h5 {
  color: #fff;
  font-size: 18px;
}

.forget_pwd button.close {
  color: #fff;
  background-color: transparent;
  border: none;
}

.plaza-holder {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  border: 2px solid #f3f3f3;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}

.plaza-holder .fr-hero-details-information a,
.fr-hero-hire-content a p {
  color: #4a6c84;
}

.range-slider {
  width: 215px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.rangeValues {
  display: block;
}

input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid white;
  width: 215px;
  position: absolute;
  left: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type="range"]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/

input[type="range"]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type="range"]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type="range"]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #888;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #ccc;
}

.rangeValues {
  margin: 0 !important;
  display: block;
}

.project-widgets .nice-select {
  margin-bottom: 15px;
  display: block;
}

.btn-main {
  margin-right: 5px;
}

.btn-main:last-child {
  margin-right: 0;
}

.search-section .card-body img {
  width: 60px;
  max-width: 100%;
}

.search-section .card-body ul a {
  color: #4a6c84;
}

.search-section .card-body ul a:hover {
  text-decoration: underline !important;
}

.filters .nice-select {
  width: 185px !important;
}

.fr3-job-img img:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
}

.fr3-job-img {
  overflow: hidden;
}

.adi-go-data .register-holder h5 {
  font-size: 16px;
}

.plaza-top button {
  margin-top: -12px;
}

.fr-hero-hire-content button {
  background: #4a6c84;
  color: #fff;
}

.fr-hero-hire-content button:hover {
  color: #fff;
}

#maintable_filter label,
#maintable_filter input {
  display: none;
}

.fr-hero-m-deails p {
  margin-bottom: 5px;
}
.summary-data {
  margin-top: 5px;
}
.summary-data span {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
}
.summary-data span a {
  color: #000;
  font-weight: 800;
}
.eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-order-det .qty-input,
.inline-order-det .price-tag {
  display: inline-block;
}
.order-data .order-summary .inline-order-det p.price-tag {
  float: right;
}

.inline-order-det .order-remove {
  align-items: center;
  display: inherit;
}
.order-data .fr3-job-text {
  margin-bottom: 15px;
}

.dropdown.open .dropdown-menu {
  display: contents;
}

li.dropdown button.dropdown-toggle {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
}

li.dropdown button.dropdown-toggle {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  color: #4a6c84;
  font-weight: 500;
  font-size: 17px;
}
li.dropdown button.dropdown-toggle i {
  font-size: 20px;
}
li.dropdown .dropdown-menu a {
  line-height: normal;
  padding: 10px;
}
/* 
.adi-talk-btn {
    background-color: #A3CDEA;
    font-size: 16px;
    font-weight: 600;
    color: #0000FF;
    padding: 10px 30px 10px 30px;
  
font-family:"Times New Roman", Times, serif;
} */

/*========================================================
                         New Added Css
==========================================================*/

.service-head-box {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  /* box-shadow: 1px 0px 20px rgba(0,0,0,0.07); */
  border: 2px solid #f3f3f3;
  width: 100%;
  flex-direction: row;
}

.description-div {
  background-color: #fff;
  /*min-height: 400px;*/
  padding-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #f3f3f3;
}

.blue-bg {
  background-color: #17a2b8;
  padding: 20px 0px 20px 30px;
}
.white-bg {
  background-color: #fff;
  padding: 16px;
}

.blue-bg h6 {
  color: white;
  font-size: 18px;
  font-weight: 500 !important;
}

.plaza-details .table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none;
}

.plaza-details .table thead th {
  vertical-align: bottom;
  border-bottom: none;
}

.plaza-details .icons .fa,
.fas {
  height: 33px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: white;
  border-radius: 50px;
  margin-right: 10px;
  width: 33px;
  padding: 9px;
}

.search-dv {
  background-color: #bdbdbd;
  padding: 8px;
  border-radius: 7px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-start;
  padding: 0.75rem;
  border-top: none;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.red-dv {
  width: 53px;
  height: 22px;
  border-radius: 10px;
  background-color: #ff0000;
}
.purple-dv {
  width: 53px;
  height: 22px;
  border-radius: 10px;
  background-color: #b22368;
}
.gray-bg {
  background-color: #fafafab3;
}
.gray-bg1 {
  background-color: #f5f5f5;
  border-radius: 15px;
}
.gray-bg1 .less-gutter input {
  border: none;
  margin-bottom: 1px;
  outline: none;
  color: #000;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #ff0000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

/*============Pricing Range Css===================*/
#app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.range-value {
  position: absolute;
  top: -2rem;
}
.range-value.min {
  left: 0;
}

.range-value.max {
  right: 0;
}
.track-container {
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 0.5rem;
}

.track,
.track-highlight {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5rem;
}

.track {
  background-color: #ddd;
}

.track-highlight {
  background-color: #128807;
  z-index: 2;
}

.track-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(-50% - 0.25rem);
  margin-left: -1rem;
  border: none;
  border-radius: 18px;
  background-color: #128807;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  transition: box-shadow 0.3s ease-out, background-color 0.3s ease,
    -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out,
    background-color 0.3s ease;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out,
    background-color 0.3s ease, -webkit-transform 0.3s ease-out;
}
.drop-head-box {
  min-height: 386px;
}
.icon-div {
  color: #57c2f0;
  padding: 5px 15px;
  font-size: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  transition: 0.3s all;
}
.icon-div:hover {
  box-shadow: inset 0 0 6px #8fbcd0;
}
@media (max-width: 430px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .iconmenubar {
    list-style: none;
    display: flex;
    padding-left: 0;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.nice-select {
  font-size: 18px !important;
}

.secPadding {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* __call to action button styling ___*/
.callToAction {
  background-color: #ff0000;
  color: white;
  font-size: 1rem;
  border: 2px solid #ff0000;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
}
.callToAction:hover {
  border: 2px solid #ff0000;
  color: #ff0000;
  background-color: transparent;
}

/* __________footer_______ */
.footerSec {
  background-color: #000000;
  position: relative;
}
/* footerTop */
.footerSec .footertop {
  background-color: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.123) 0px 7px 29px 0px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.footerSec .footertop p {
  display: inline;
}

/* content */

.footerSec .content {
  padding-top: 90px;
  padding-bottom: 50px;
  color: #eaeaea;
}
.footerSec .pad-02 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footerSec .content h3 {
  font-size: 25px;
  color: #bdd5e7;
}
.footerSec .content p {
  padding-right: 50px;
}
.footerSec .content a {
  color: #eaeaea;
  text-decoration: underline !important;
}
.footerSec .content a:hover {
  text-decoration: underline !important;
  color: #cddde9;
}
.footerSec .content h4 {
  color: #bdd5e7;
}
.footerSec .content .d-flex a {
  margin-right: 20px;
  margin-top: -10px;
}
.footerSec .content .footer-social-icons a {
  margin-right: 10px;
  margin-top: 10px;
  color: #bdd5e7;
}
.footerSec .content .implinks a {
  display: block;
  margin: 5px 0;
}
.footerSec .bottom p {
  background-color: #292929;
  text-align: center;
  color: #eaeaea;
  padding: 8px 0;
  margin-bottom: 0;
}
@media (max-width: 567px) {
  html {
    font-size: 16px;
  }

  .secPadding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerSec .footertop {
    width: 95%;
    text-align: center;
    padding: 10px 0 15px;
  }
  .footerSec .footertop p {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .footerSec .footertop .callToAction {
    margin-top: 20px;
    float: unset;
  }
  .footerSec .content h4 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .footerSec .content p {
    padding-right: 30px;
  }
  .footerSec .bottom p {
    font-size: 14px;
  }
}

.alert {
  font-size: 1rem;
}

/* responsive */
@media (max-width: 1200px) {
  .iconmenubar li {
    width: 105px !important;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  header .header-menu ul {
    height: 100%;
    overflow-x: scroll;
    margin: 10px 0;
  }
  #sidebarMenu {
    width: 310px;

    height: 90%;
    padding-bottom: 15px;
  }
  li.dropdown .dropdown-menu a {
    padding: 10px 0;
  }

  .fr-hero-details-products img {
    max-width: 100%;
  }
  .filters .nice-select {
    width: 170px !important;
  }
  .fr3-details .fr3-job-detail {
    display: block;
  }
  .adi-go-data .register-holder {
    margin: 10px auto;
  }

  .services-filter-2 h4 {
    font-size: 14px;
  }

  .result-box span.result-number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    /*z-index: 2;*/
  }
  .fr-c-details {
    margin-top: 30px;
  }
  .fr3-job-detail .fr3-job-img.plaza-listing {
    float: none;
  }
  .fr-expert .fr-expert-content {
    float: none;
  }
  .fr3-job-detail .fr3-job-img {
    margin-right: 0;
  }
  .fr3-job-detail .fr3-job-img img {
    max-width: 100%;
  }
  .data-table-holder h4 {
    text-align: center;
  }
  .map-main-tabs ul.nav {
    display: block;
  }
  .radius-search .nice-select {
    width: auto;
  }
  .counter-area .counter-holder .counter-box:first-child:after {
    content: "";
    position: absolute;
    display: none;
  }
  .btn-group-spacing {
    display: block;
  }
  .btn-group-spacing button {
    margin: 0;
    margin-bottom: 8px;
  }
  .account-section ul.progress-nav.progress-function {
    padding-left: 0;
  }
  .inner-header {
    background: #ebebeb;
    padding-bottom: 30px;
  }
  .iti.iti--allow-dropdown {
    margin-bottom: 10px !important;
  }
  .inner-header .breadcrumb-section h3 {
    padding-top: 15px;
    font-size: 28px;
  }
  header .mobile-menu {
    display: flex;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0.5px;
  }
  .iconmenubar {
    display: none;
  }

  header .header-logo {
    padding-left: 0px;
    padding-right: 0px;
  }

  header .header-menu .ul-base li {
    display: none;
  }
  header .header-menu .ul-base li.mob-show,
  header .header-menu .ul-base .sidebarMenuInner li {
    display: block;
  }

  header .header-inner {
    padding: 0;
  }

  .search-section h3 {
    font-size: 30px;
  }

  .search-section h5 {
    font-size: 20px;
  }

  .search-container {
    padding-top: 10px;
  }

  .imagepart {
    margin-top: 20px;
  }

  .second-section {
    padding: 40px 0;
  }

  .second-section .row {
    padding: 20px;
  }

  .second-section h4 {
    text-align: center;
    padding-bottom: 15px;
  }

  .pro-btn {
    text-align: center;
  }

  .ocean-section {
    padding: 40px 0;
    margin-bottom: 0;
  }

  .ocean-section h3 {
    font-size: 24px;
  }

  .ocean-section p {
    padding-bottom: 0;
  }

  .textpart2 h5 {
    font-size: 24px;
  }

  .categories-section {
    padding: 20px;
    position: relative;
    margin: 0;
  }
  .infobox ul {
    padding-left: 20px;
  }

  .infobox {
    padding: 10px 0;
  }

  .cat-btn {
    text-align: left;
  }

  .fourth-section {
    padding: 40px 0;
  }

  .fourth-section {
    padding: 40px 0;
  }

  .fourth-section .row {
    padding: 20px;
  }

  .fourth-section h4 {
    text-align: center;
    padding-bottom: 15px;
  }

  .footer-top-part {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .logoimage img {
    width: 80%;
    padding-bottom: 20px;
  }

  .footermenu {
    padding-left: 0;
    display: block;
    float: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .infobox ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .footermenu li {
    padding-left: 0;
  }

  .footer-bottom-part {
    padding: 10px 0;
  }

  .footer-bottom-part p {
    margin-bottom: 0;
  }
  .d-none-mobile {
    display: none;
  }
  .d-none-desktop {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sidebarMenu {
    width: 330px;
    overflow: scroll;
    height: 94%;
    padding-bottom: 15px;
  }
  header .header-menu ul {
    height: 100%;
  }

  .fr-hero-details-information h3 {
    font-size: 20px;
  }
  .adi-go-data .register-holder h4 {
    font-size: 18px;
  }
  .adi-go-data .btn.btn-success {
    margin-bottom: 10px;
  }

  header .mobile-menu {
    display: flex;
  }

  .iconmenubar {
    display: none;
  }

  header .header-inner {
    padding: 0;
  }

  header .header-logo img {
    max-height: 30px;
  }

  .search-section h3 {
    font-size: 40px;
  }

  .text-part {
    padding-top: 40px;
  }

  .first-section {
    margin-top: 0;
  }

  .first-section .row {
    align-items: center;
  }

  .ocean-section h3 {
    font-size: 30px;
  }

  .ocean-section p {
    padding-bottom: 20px;
  }

  .categories-section {
    position: relative;
    margin: 0;
  }

  .textpart2 p {
    font-size: 16px;
    padding-bottom: 0;
  }

  .infobox {
    padding: 10px 0;
  }

  .ocean-section {
    padding: 40px 0;
    margin-bottom: 0;
  }

  .footermenu li {
    padding-left: 10px;
  }

  .footermenu {
    padding: 0;
  }

  .footer-top-part {
    padding: 40px 0 20px;
  }

  .footer-bottom-part {
    padding: 5px 0;
  }

  .footer-bottom-part p {
    margin-bottom: 0;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  header .header-menu ul {
    float: right;
  }
}

@media (min-width: 767px) {
  .progress-nav li {
    height: 7px;
  }

  .progress-nav li:before {
    width: 25px;
    height: 25px;
    top: -9px;
    background-size: 60%;
    font-size: 15px;
  }

  .progress-nav li.active:before {
    width: 28px;
    height: 28px;
    border-width: 8px;
    top: -11px;
  }

  .progress-nav li.active ~ li:before {
    width: 22px;
    height: 22px;
    top: -7px;
  }

  .progress-nav li a {
    font-size: 20px;
    bottom: calc(100% + 23px);
  }
}

@media (min-width: 992px) {
  .data-table-holder table.dataTable {
    display: table;
  }
}
/*  */
@media (max-width: 1200px) {
  .header-menu {
    width: fit-content !important;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  header .header-menu .ul-base li {
    display: none;
  }
  header .nav-btn.nav-slider {
    float: right;
    margin-top: 22px;
    text-align: end;
  }
  /* .inner-header{
		height: 200px;
	} */
  .header-menu {
    display: none;
  }
}
@media (max-width: 567px) {
  .inner-header {
    height: fit-content;
  }
}
