*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: 100%;
  /* display:table;
  margin:0;
  width:100%; */ }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 55%; } }
  @media only screen and (max-width: 575px) {
    html {
      font-size: 50%; } }

body {
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0; }

.main-body {
  /* height: auto; */
  /* min-height: 100%; */
  min-height: calc(100vh - 37rem);
  min-height: -moz-calc(100vh - 37rem);
  min-height: -webkit-calc(100vh - 37rem);
  min-height: -ms-calc(100vh - 37rem);
  min-height: -o-calc(100vh - 37rem); }

/*.main-body-content{
	overflow: auto;
	padding-bottom: 40rem;
}*/
.row {
  margin: 0;
  padding: 0; }

::selection {
  background-color: yellow;
  color: #000; }

.title-main {
  color: #000;
  font-size: 2rem;
  font-family: inherit;
  font-weight: 600;
  position: relative;
  margin-bottom: .5rem; }
  .title-main:before {
    content: " ";
    position: absolute;
    width: 13rem;
    bottom: 0.3rem;
    background-color: yellow;
    height: 1.5px; }

.title-p-text {
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: normal;
  color: #4C4C4C;
  text-align: justify; }

.text-title-secondary {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.6; }

.primary-title {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: inherit;
  color: #000;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .primary-title {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 576px) {
    .primary-title {
      font-size: 2.2rem; } }

.secondary-title {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: inherit;
  color: #000;
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .secondary-title {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 576px) {
    .secondary-title {
      font-size: 2rem; } }

@keyframes zoom {
  100% {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1); } }
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

.center, .listAccordion .adduserbtn {
  margin: 0 auto;
  display: table; }

.pd-rt0 {
  padding-right: 0; }

.pd {
  padding: 0; }

.pd_lf_rt {
  padding-left: 0;
  padding-right: 0; }

.hide {
  display: none; }

.alert-msg {
  font-size: 1.3rem;
  padding-left: 5px; }

.card-error {
  border: 1px solid rgba(255, 0, 0, 0.8) !important; }

.error {
  color: rgba(255, 0, 0, 0.9);
  display: block; }
  .error::first-letter {
    text-transform: capitalize; }

.lowercase {
  text-transform: lowercase !important; }
  .lowercase::first-letter {
    text-transform: lowercase !important; }

.container_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  padding: 0;
  margin: 0;
  margin-right: 2.5rem;
  line-height: 2.2;
  font-size: 1.35rem; }

.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0;
  border: 1px solid #777; }

.container_checkbox input:checked ~ .checkmark_checkbox {
  background-color: yellow; }

.checkmark_checkbox::after {
  content: "\2713 ";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 0%;
  color: #000;
  top: -7px;
  left: 3px;
  display: none;
  background-color: transparent;
  font-weight: 600; }

.container_checkbox input:checked ~ .checkmark_checkbox::after {
  display: block; }

/*custom radiobox*/
.container_radio {
  display: block;
  position: relative;
  user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-left: 25px;
  margin: 5px 0px;
  font-size: 13.5px; }

.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark_radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #c5c1c1;
  border-radius: 50%; }

.container_radio input:hover ~ .checkmark_radio {
  background-color: #968f8f; }

.container_radio input:checked ~ .checkmark_radio {
  background-color: #a1a105; }

.checkmark_radio:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 6px;
  left: 6px;
  display: none; }

.container_radio input:checked ~ .checkmark_radio:after {
  display: block; }

/*end of custom radio*/
.querybtn {
  display: block;
  width: 100%;
  margin: 10px 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: yellow;
  color: #000; }

.send-msg-btn {
  color: #000 !important;
  background-color: yellow;
  border: 1px solid yellow;
  font-weight: 900;
  padding: 7px 15px;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  .send-msg-btn:after {
    position: absolute;
    content: '\00BB';
    color: #000;
    right: 10px;
    top: 2px;
    font-size: 1.6rem;
    font-weight: 900;
    opacity: 0;
    transition: padding-right .3s ease; }
  .send-msg-btn:focus {
    outline: none; }
  .send-msg-btn:hover {
    padding-right: 25px;
    transition: all .2s ease; }
    .send-msg-btn:hover:after {
      opacity: 1; }

.header-searchBtn {
  float: left;
  display: block;
  color: yellow;
  background-color: #000;
  font-size: 1.3rem;
  padding: 0.74rem .8rem;
  margin-top: 5px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all .5s ease;
  width: 14%; }
  .header-searchBtn:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: yellow; }

.header-loginBtn {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1rem .5rem;
  float: left;
  margin-top: .6rem; }
  .header-loginBtn img {
    margin-right: 3px; }
  .header-loginBtn:hover {
    color: #000;
    text-decoration: none;
    opacity: .8; }

.primary-btn {
  font-size: 1.4rem;
  padding: .7rem 2rem;
  background-color: yellow;
  color: #000;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all .5s ease;
  text-transform: uppercase; }
  .primary-btn:hover {
    background-color: #c2ac07;
    text-decoration: none;
    color: #000; }

/* styles for '...' */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  max-height: 4rem;
  text-align: justify; }

/* create the ... */
.block-with-text:before {
  content: '...';
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: -1.5px;
  background-color: #fff; }

.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  background: white; }

.search-pagination a {
  float: left;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  color: #000; }
  .search-pagination a:hover {
    background-color: rgba(0, 0, 0, 0.2); }
.search-pagination .active {
  background-color: yellow; }

.has-menu__link, .open-menu, .open-menu {
  position: relative; }

.has-menu__link:after, .open-menu:after, .has-menu__link:before, .open-menu:before {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  height: 1px;
  width: 10px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform,background;
  transition-duration: .2s; }

.has-menu__link:before, .open-menu:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px; }

.has-menu__link:after, .open-menu:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.open-menu .has-menu__link:after, .open-menu .open-menu:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.open-menu:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.open-menu:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search-notfound__title {
  padding: 1rem;
  border: 1px solid #f6921e; }
  .search-notfound__title h1 {
    font-size: 1.6rem;
    color: #764205; }
.search-notfound__content {
  padding: 1.5rem; }
  .search-notfound__content .notfoundimg {
    margin: 0 auto;
    display: table; }
  .search-notfound__content--descp {
    text-align: center;
    padding: 1rem; }
  .search-notfound__content h5 {
    font-size: 1.8rem;
    color: #777;
    font-weight: 600;
    line-height: 1.7; }
  .search-notfound__content p {
    font-size: 1.4rem;
    color: #777;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.5; }
  .search-notfound__content .btn {
    color: #000;
    font-weight: 600; }

.login_wrap {
  padding: 1.5rem; }

.form_wrap {
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 0; }

.form_label {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: capitalize; }

.frgt_pwd, .registr, .login_on_register {
  font-size: 13px;
  font-weight: 600;
  color: #084375;
  text-transform: capitalize;
  text-decoration: none;
  opacity: 1 !important; }
  .frgt_pwd:hover, .registr:hover, .login_on_register:hover {
    opacity: 0.8 !important;
    text-decoration: none; }

.nwsltr {
  padding-left: 6%;
  font-size: 12px;
  color: #777; }
  @media only screen and (max-width: 991px) {
    .nwsltr {
      padding-left: 8%; } }

.form_new {
  padding: 1rem; }

.frgt_pwd {
  float: left; }

.registr {
  float: right; }

.login_on_register {
  text-align: center !important;
  float: none; }

.listAccordion .card {
  margin: 15px 0px;
  border: 1px solid #8080804d;
  border-radius: 0px; }
.listAccordion .card-header {
  background-color: #fff;
  padding: 0px;
  border: 1px solid #777; }
  .listAccordion .card-header a {
    color: #000;
    background-color: rgba(119, 119, 119, 0.04);
    /* font-weight:600; */
    font-size: 13.5px;
    font-family: inherit;
    display: block;
    position: relative;
    padding: .5rem 0.5rem;
    transition: all 1s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .listAccordion .card-header a {
        font-size: 11.5px; } }
    .listAccordion .card-header a::after {
      content: '\2212';
      font-size: 20px;
      color: #000;
      position: absolute;
      right: 10px;
      top: 2px;
      transition: all 1s ease-in-out; }
    .listAccordion .card-header a:hover {
      color: #000c; }
      .listAccordion .card-header a:hover::after {
        color: #000c; }
  .listAccordion .card-header .collapsed::after {
    content: '\002B';
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 2px;
    transition: all 1s ease-in-out; }
.listAccordion .card-body {
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777; }

.address_wrap, .keyword_wrap, .list_logo_wrap, .phone_wrap, .contacts_wrap, .mobile_wrap, .fax_wrap, .addn_wrap, .list_image_wrap {
  padding-right: 20px; }
  .address_wrap .form_holder, .keyword_wrap .form_holder, .list_logo_wrap .form_holder, .phone_wrap .form_holder, .contacts_wrap .form_holder, .mobile_wrap .form_holder, .fax_wrap .form_holder, .addn_wrap .form_holder, .list_image_wrap .form_holder {
    position: relative; }

.mob_section {
  border-right: 1px solid #d9d9d9; }
  @media only screen and (max-width: 575px) {
    .mob_section {
      border-right: 0px; } }

@media only screen and (max-width: 575px) {
  .mobile_wrap {
    padding-right: 20px;
    border-right: 0px; } }

@media only screen and (max-width: 575px) {
  .phone_wrap {
    border-top: 1px solid #8080804d;
    margin-top: 15px;
    padding-top: 5px; } }

.remove {
  position: absolute;
  right: -21px;
  top: 30px; }
  .remove a {
    color: rgba(119, 119, 119, 0.7);
    font-size: 1.4rem; }

.listAccordion .adduserbtn {
  float: none;
  text-align: center; }

.address_number_page {
  /*border: 1px solid #80808099;*/
  padding: 15px;
  margin: 10px 0px 20px;
  position: relative; }
  .address_number_page .close {
    margin-right: -10px;
    margin-top: -15px;
    color: red; }
    .address_number_page .close:hover {
      color: red; }
  .address_number_page .close:not(:disabled):not(.disabled):focus, .address_number_page .close:not(:disabled):not(.disabled):hover {
    color: red; }

/* select2 */
.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffd50066;
  border: 1px solid #ffd50066; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #8080804d;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  font-family: inherit;
  font-size: 13.5px;
  padding: 2.5px;
  border-radius: 0px; }
  .select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:active {
    border: 1px solid yellow; }

.select2-container--default {
  font-size: 13.5px;
  font-family: inherit; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: yellow; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid yellow; }

.list_phone_code {
  width: 20% !important;
  float: left; }

.list_phone_number {
  width: 80% !important;
  float: left; }

.address_number_wrap {
  padding-right: 20px; }

.card_main {
  position: relative; }

.closeAddressDiv {
  position: absolute;
  right: -19px;
  top: 0;
  font-size: 16px; }

.card_main .card-header a::after {
  content: '\2228';
  font-size: 13px;
  top: 5px; }

.card_main .card-header .collapsed::after {
  content: '\003E';
  font-size: 13px;
  top: 5px;
  font-weight: 600; }

.form_holder {
  padding: 10px 0px; }

.form_holder label {
  display: block;
  font-size: 13.5px;
  margin: 2px 0px;
  color: #000c;
  font-weight: 600;
  text-transform: capitalize; }
  @media only screen and (max-width: 767px) {
    .form_holder label {
      font-size: 12.5px; } }

.form_holder input, .form_holder textarea, .form_holder select {
  width: 100%;
  border: 1px solid #8080804d;
  padding: 5px;
  transition: all 1s ease;
  font-size: 13.5px;
  height: 3.495rem; }
  @media only screen and (max-width: 767px) {
    .form_holder input, .form_holder textarea, .form_holder select {
      font-size: 12.5px; } }

.form_holder select {
  padding: 6.5px; }

.form_holder input:hover, .form_holder select:hover, .form_holder input:focus, .form_holder textarea:hover, .form_holder textarea:focus {
  border: 1px solid yellow; }

.form_holder input:focus, .form_holder select:focus, .form_holder textarea:focus {
  box-shadow: none;
  outline: none; }

.select-selected {
  border: 1px solid yellow;
  color: red; }

.form_holder select option:focus {
  outline: none;
  border: 1px solid yellow; }

.btn_wrap {
  padding: 20px 0px; }

.btn-submit, .btn-cancel {
  background-color: #7cc014;
  border-color: #7cc014;
  text-align: center;
  margin: 10px auto;
  display: table;
  color: #fff;
  float: left;
  margin: 0px 10px;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .btn-submit, .btn-cancel {
      font-size: 13px; } }

.btn-submit:hover, .btn-cancel:hover {
  background-color: #319f35;
  color: #fff; }

.btn-cancel {
  float: left;
  margin: 0px 10px;
  background-color: #931d1d;
  border-color: #931d1d;
  color: #fff; }
  .btn-cancel:hover {
    background-color: #931d1d;
    border-color: #931d1d; }
  .btn-cancel:focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 43, 43, 0.39); }
  @media only screen and (max-width: 353px) {
    .btn-cancel {
      margin: 10px; } }

input[type="file"] {
  border: none !important; }

.card_main .card-header a {
  background-color: #777;
  color: yellow; }

.datepicker:before, .datepicker:after {
  display: none; }
.datepicker th {
  color: yellow;
  font-weight: 600;
  padding: 5px;
  font-size: 13.5px; }
.datepicker td {
  padding: 5px;
  font-size: 13.5px; }

.header-main {
  background-color: yellow;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem 2rem;
  z-index: 1000; }
  .header-main .header_wrap {
    position: relative;
    /* .header-searchBtn{
    	margin-left: .5rem;
    } */ }
    .header-main .header_wrap .logo {
      float: left; }
      @media only screen and (max-width: 575px) {
        .header-main .header_wrap .logo img {
          height: 45px; } }
    .header-main .header_wrap .nav-menu {
      position: absolute;
      right: 0;
      top: 27%; }
      .header-main .header_wrap .nav-menu ul li {
        display: inline-block; }
        .header-main .header_wrap .nav-menu ul li a {
          text-decoration: none;
          font-size: 1.6rem;
          text-transform: uppercase;
          color: #000;
          padding: 0 1rem;
          position: relative; }
      @media only screen and (max-width: 991px) {
        .header-main .header_wrap .nav-menu {
          display: none; } }
  .header-main__search {
    width: 73%;
    float: right;
    margin-top: 5px; }
    @media only screen and (max-width: 991px) {
      .header-main__search {
        width: auto; } }
    .header-main__search .header-searchBtn {
      margin-left: .5rem !important; }
    @media only screen and (max-width: 991px) {
      .header-main__search .search-input-wrap {
        display: none; } }
    .header-main__search .mobile_search {
      display: none;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .header-main__search .mobile_search {
          display: block; } }
      .header-main__search .mobile_search .mobile_search-icon {
        font-size: 20px;
        padding-top: 12px;
        text-align: right;
        float: right;
        padding-right: 14px; }
        @media only screen and (max-width: 575px) {
          .header-main__search .mobile_search .mobile_search-icon {
            padding-top: 9px; } }

.search-input-wrap input {
  padding: .7rem;
  margin: .5rem;
  border: none;
  /* width:35%;
  float: left; */
  font-size: 1.3rem;
  width: 100%;
  font-size: 1.3rem;
  color: #000;
  text-transform: capitalize;
  height: 3.6rem;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
  .search-input-wrap input:focus {
    outline: none; }

#btn_mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    #btn_mobile {
      display: block; } }

.bar-wrap {
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-top: 15px; }
  @media only screen and (max-width: 575px) {
    .bar-wrap {
      margin-top: 10px; } }

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s; }
  @media only screen and (max-width: 765px) {
    .bar1, .bar2, .bar3 {
      width: 20px; } }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 3px);
  transform: rotate(-45deg) translate(-5px, 3px);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
  transform: rotate(45deg) translate(-8px, -6px);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

body {
  position: relative; }

.mobile_menu {
  z-index: 1001;
  position: fixed;
  /*  width: 60%; */
  width: 280px;
  /*  min-width: 140px;
  max-width: 440px; */
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  -webkit-animation: slideInLeft .5s ease;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: slideInLeft .5s ease;
  /* Firefox < 16 */
  -ms-animation: slideInLeft .5s ease;
  /* Internet Explorer */
  -o-animation: slideInLeft .5s ease;
  /* Opera < 12.1 */
  animation: slideInLeft .5s ease;
  transition: all .5s ease;
  border-right: 1px solid #c6d0da; }
  @media only screen and (max-width: 475px) {
    .mobile_menu {
      width: 225px; } }
  .mobile_menu .mm_title {
    padding: 10px;
    border-bottom: 1px solid #c6d0da; }
    .mobile_menu .mm_title h2 {
      color: #5f6f81;
      font-weight: 300;
      text-align: center;
      font-size: 1.6rem;
      text-transform: uppercase; }
  .mobile_menu ul li a {
    display: block;
    border-bottom: 1px solid #c6d0da;
    color: #5f6f81;
    font-weight: 300;
    text-align: left;
    font-size: 1.6rem;
    text-transform: capitalize;
    padding: 10px;
    text-decoration: none;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease; }
    .mobile_menu ul li a:hover {
      background-color: yellow;
      color: #000; }
  .mobile_menu ul .mm-submenu, .mobile_menu ul .mm-submenu-user {
    display: none; }
    .mobile_menu ul .mm-submenu li a, .mobile_menu ul .mm-submenu-user li a {
      font-size: 1.3rem;
      padding: 5px 5px 5px 25px;
      transition: all .5s ease;
      -ms-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease; }
      .mobile_menu ul .mm-submenu li a:before, .mobile_menu ul .mm-submenu-user li a:before {
        content: '\2192';
        padding-right: 10px; }
      .mobile_menu ul .mm-submenu li a:hover, .mobile_menu ul .mm-submenu-user li a:hover {
        padding-left: 35px; }
        .mobile_menu ul .mm-submenu li a:hover .has-menu__link, .mobile_menu ul .mm-submenu li a:hover .open-menu, .mobile_menu ul .mm-submenu-user li a:hover .has-menu__link, .mobile_menu ul .mm-submenu-user li a:hover .open-menu {
          color: #000; }

/* #mm-blocker{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    @media only screen and (max-width:991px){
    	display:block;
    }
} */
.mobile_search-items {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
  .mobile_search-items .input-looking-wrap, .mobile_search-items .input-location-wrap {
    width: 42%; }
    @media only screen and (max-width: 575px) {
      .mobile_search-items .input-looking-wrap, .mobile_search-items .input-location-wrap {
        width: 100%; } }
  .mobile_search-items input {
    padding: .7rem;
    margin: .5rem;
    border: none;
    width: 100%;
    float: left;
    font-size: 1.3rem;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #777; }
    .mobile_search-items input:focus {
      outline: none; }
  .mobile_search-items a {
    width: 15%;
    float: left;
    display: block;
    color: yellow;
    background-color: #000;
    font-size: 1.3rem;
    padding: 0.8rem;
    margin-top: 5px;
    text-decoration: none;
    text-align: center;
    margin-left: .5rem; }
    @media only screen and (max-width: 575px) {
      .mobile_search-items a {
        width: 98.5%;
        margin: .5rem 1rem; } }
    @media only screen and (max-width: 400px) {
      .mobile_search-items a {
        width: 97.5%; } }

.login-img {
  position: relative; }

.login-text {
  position: absolute;
  top: 17px; }

.input-looking-wrap {
  position: relative;
  width: 36%;
  float: left;
  padding: 0 .5rem; }
  .input-looking-wrap .search-suggestion-wrap {
    position: absolute;
    width: 97%;
    background-color: #fff;
    top: 43px;
    left: 1.1rem;
    z-index: 1000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #f7f7f7; }

.search-item {
  border-bottom: 0.5px solid #f7f7f7;
  padding: .5rem;
  background-color: #fff; }
  .search-item p {
    font-size: 1.35rem;
    font-family: inherit;
    font-weight: noraml;
    color: #4C4C4C; }
  .search-item:nth-child(odd) {
    background-color: rgba(119, 119, 119, 0.1); }

.input-location-wrap {
  position: relative;
  width: 36%;
  float: left;
  padding: 0 .5rem;
  /* @media only screen and (max-width:494px){
  	padding: 0 .5rem;
  } */ }
  .input-location-wrap .search-suggestion-wrap__loc {
    position: absolute;
    width: 97%;
    background-color: #fff;
    top: 43px;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #f7f7f7; }

.user-on a {
  text-decoration: none;
  color: #000;
  padding-left: .5rem; }
.user-on .dropdown-menu {
  right: 0 !important; }
.user-on .custom-dropdown {
  width: 15rem; }
  .user-on .custom-dropdown a {
    text-decoration: none; }

.search-input-wrap .header-loginBtn {
  margin-left: 3%; }

.custom-dropdown {
  background-color: #fff;
  border: none;
  margin-top: 1.7rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  width: 23rem;
  padding-bottom: 1rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  /* &:hover{
  	.dropdown-menu {
      		display: block;
      		margin-top: 0;
  	}
  } */ }
  .custom-dropdown li {
    display: block !important; }
    .custom-dropdown li a {
      font-size: 1.3rem !important;
      text-transform: capitalize !important;
      color: #000 !important;
      display: block;
      padding: .3rem 1rem !important;
      position: relative;
      transition: all .5s ease;
      -ms-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease; }
      .custom-dropdown li a:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0%;
        height: .1rem;
        background-color: #808080;
        transition: all 0.35s ease-out;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out; }
      .custom-dropdown li a:hover {
        /* border-bottom: 1px solid #000 !important; */ }
        .custom-dropdown li a:hover:before {
          width: 100%; }
  .custom-dropdown::before {
    border-style: solid;
    border-width: 0 10px 13px;
    content: " " !important;
    height: 0;
    position: absolute;
    left: 13%;
    top: -12px;
    width: 0;
    border-color: transparent transparent #fff; }
  .custom-dropdown::after {
    border-style: solid;
    border-width: 3px 116px 20px;
    content: " " !important;
    height: 0;
    position: absolute;
    left: -1%;
    top: -23px;
    width: 0;
    border-color: transparent transparent transparent; }

.other-dropdown {
  margin-top: .8rem !important;
  margin-left: 4%;
  width: 14rem;
  left: -80px !important; }
  .other-dropdown::before {
    left: 70% !important; }

.user-dropdown {
  width: 14rem !important;
  left: -80px !important; }
  .user-dropdown::before {
    left: 70% !important; }

.dropdown:hover .dropdown-menu {
  display: block; }

.user-name {
  font-size: 1.25rem;
  border-bottom: 2px solid #f7d917;
  padding: .3rem 1rem;
  text-transform: none;
  color: #000; }

.user-name-mm {
  text-transform: none;
  font-size: 1.25rem;
  padding-right: 8.5%; }

.mm_listview .user-link {
  line-height: 1.2; }

.footer {
  background-color: #121921;
  color: #fff; }
  .footer__page {
    padding-top: 2rem;
    clear: both;
    padding-bottom: 1rem; }
  .footer .col-item1 {
    width: 37%;
    float: left; }
    @media only screen and (max-width: 991px) {
      .footer .col-item1 {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .footer .col-item1 {
        width: 100%; } }
  .footer .col-item2 {
    width: 18%;
    float: left; }
    @media only screen and (max-width: 991px) {
      .footer .col-item2 {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .footer .col-item2 {
        width: 100%; } }
  .footer .col-item3, .footer .col-item4 {
    width: 22.5%;
    float: left; }
    @media only screen and (max-width: 991px) {
      .footer .col-item3, .footer .col-item4 {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .footer .col-item3, .footer .col-item4 {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .footer .col-item3 {
      float: left;
      clear: both; } }
  @media only screen and (max-width: 991px) {
    .footer .col-item4 {
      float: right; } }
  .footer__item {
    padding: 1rem 0px;
    margin: 0 auto;
    display: table;
    padding-right: 1rem;
    /* &--media{
    	padding-right: 6rem;
    } */ }
    @media only screen and (max-width: 991px) {
      .footer__item {
        display: block;
        margin-left: 15px; } }
    @media only screen and (max-width: 576px) {
      .footer__item {
        padding: 0; } }
    .footer__item h2 {
      font-size: 2.2rem;
      padding: 5px;
      text-align: center;
      margin: 1.7rem 0; }
      .footer__item h2 .highligt_text {
        font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .footer__item h2 {
          font-size: 2.5rem; } }
  .footer__icon {
    width: 33%;
    float: left; }
    .footer__icon img {
      max-width: 100%;
      margin: 0 auto;
      display: table; }
      @media only screen and (max-width: 767px) {
        .footer__icon img {
          padding: 1rem; } }
      @media only screen and (max-width: 574px) {
        .footer__icon img {
          height: 8rem; } }
    .footer__icon P {
      text-align: center;
      color: #fff;
      opacity: 0.7;
      font-size: 1.4rem; }
  @media only screen and (max-width: 574px) {
    .footer__socialicons {
      text-align: center; } }
  .footer__socialicons ul {
    padding: .5rem 0rem; }
    .footer__socialicons ul li {
      display: inline-block;
      padding: 0px 1.4rem;
      color: #fff;
      font-size: 1.6rem; }
      @media only screen and (max-width: 991px) {
        .footer__socialicons ul li {
          padding: 0px 1.3rem; } }
      @media only screen and (max-width: 767px) {
        .footer__socialicons ul li {
          padding: 0px .8rem; } }
      @media only screen and (max-width: 576px) {
        .footer__socialicons ul li {
          padding: 0px 1.5rem 0 0; } }
      .footer__socialicons ul li a {
        text-decoration: none;
        opacity: 0.7;
        color: #fff; }
        .footer__socialicons ul li a:hover {
          opacity: 1; }
  .footer__header {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 2.5rem 0; }
    @media only screen and (max-width: 767px) {
      .footer__header {
        margin: 2rem 0 .5rem; } }
    @media only screen and (max-width: 574px) {
      .footer__header {
        text-align: center; } }
  .footer__links ul li {
    padding: .4rem 0; }
    @media only screen and (max-width: 574px) {
      .footer__links ul li {
        text-align: center; } }
    .footer__links ul li a {
      color: #fff;
      opacity: 0.7;
      font-size: 1.3rem;
      text-decoration: none;
      /* line-height:2.4; */
      transition: all 0.3s ease-in-out;
      padding-left: 0; }
      .footer__links ul li a::after {
        content: "\2192";
        padding-left: 0.6rem;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
      .footer__links ul li a:hover {
        color: yellow; }
        .footer__links ul li a:hover::after {
          opacity: 1; }
  .footer__links--contacts ul li a:hover {
    padding-left: 0px; }
    .footer__links--contacts ul li a:hover::after {
      opacity: 0; }
  .footer__links--contacts ul li a i {
    padding-right: 5px; }
  .footer__line {
    border-bottom: 1px solid #5953534d;
    margin: 1.5rem 0px; }
  @media only screen and (max-width: 991px) {
    .footer__copyright {
      flex: 0 0 100%;
      max-width: 100%; } }
  .footer__copyright p {
    font-size: 1.2rem;
    opacity: 0.7; }
    @media only screen and (max-width: 991px) {
      .footer__copyright p {
        text-align: center; } }
  @media only screen and (max-width: 991px) {
    .footer__privacylinks {
      flex: 0 0 100%;
      max-width: 100%; } }
  .footer__privacylinks ul {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .footer__privacylinks ul {
        text-align: center; } }
    .footer__privacylinks ul li {
      display: inline-block; }
      .footer__privacylinks ul li:after {
        content: "|";
        color: #fff;
        opacity: 0.7;
        padding: 0px 10px; }
      .footer__privacylinks ul li:last-child:after {
        content: ""; }
      .footer__privacylinks ul li a {
        color: #fff;
        opacity: 0.7;
        font-size: 1.2rem;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        .footer__privacylinks ul li a:hover {
          opacity: 1; }
  @media only screen and (max-width: 574px) {
    .footer__newsletter .inputbox {
      width: 70%;
      margin: 0 auto;
      display: table; } }
  .footer__newsletter input {
    padding: 0.7rem 0.6rem;
    width: 68%;
    float: left;
    background-color: #1b2632;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    border: 1px solid #223953;
    height: 3.8rem; }
    .footer__newsletter input:focus {
      outline: none; }
  .footer__newsletter a {
    width: 32%;
    float: left;
    background-color: yellow;
    padding: 0.73rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    font-weight: 400; }
    @media only screen and (max-width: 991px) {
      .footer__newsletter a {
        padding: 0.76rem; } }
    @media only screen and (max-width: 767px) {
      .footer__newsletter a {
        padding: 0.78rem; } }
    @media only screen and (max-width: 576px) {
      .footer__newsletter a {
        padding: 0.74rem; } }
    .footer__newsletter a:hover {
      background-color: yellow;
      opacity: .8; }

.col__big {
  width: 33%;
  float: left; }

.col-small {
  width: 22%;
  float: left; }

.footer-weblink {
  text-align: center;
  font-size: 1.35rem;
  padding: .3rem 0;
  color: #fff;
  opacity: .7;
  clear: both;
  display: block;
  transition: all .5s ease; }
  .footer-weblink:hover {
    color: yellow;
    text-decoration: none; }

input#txtNewsEmail:focus {
  border: 1px solid yellow; }

@media only screen and (max-width: 576px) {
  #errNewsEmail {
    margin-left: 15%; } }

.main-banner {
  background: url("../img/home/sand_beach.jpg") center center no-repeat fixed;
  /* background: linear-gradient(rgba(17, 122, 139, 0.5), rgba(255, 213, 0, 0.6)), url("../img/home/sea.jpg") center center no-repeat fixed; */
  background-color: rgba(255, 213, 0, 0.6);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-position: center center;
  margin-top: 6.3rem; }
  .main-banner__text {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 1rem 3rem;
    padding-top: 6%; }
    @media only screen and (max-width: 991px) {
      .main-banner__text {
        width: 100%; } }
    @media only screen and (max-width: 575px) {
      .main-banner__text {
        padding-top: 10%; } }
    .main-banner__text h1 {
      font-weight: 600;
      font-size: 3rem; }
      @media only screen and (max-width: 575px) {
        .main-banner__text h1 {
          font-size: 2rem; } }
    .main-banner__text h3 {
      font-weight: 300;
      font-size: 2rem;
      line-height: 1.2;
      padding-top: 5px;
      padding: 10px 60px 0px; }
      @media only screen and (max-width: 991px) {
        .main-banner__text h3 {
          padding: 1rem 0; } }
      @media only screen and (max-width: 575px) {
        .main-banner__text h3 {
          font-size: 1.4rem; } }
  .main-banner__search {
    padding: 1rem 2rem 8rem; }
    @media only screen and (max-width: 765px) {
      .main-banner__search {
        padding: 1rem 2rem 6rem; } }
    @media only screen and (max-width: 575px) {
      .main-banner__search {
        padding: 1rem 2rem 4rem; } }
    .main-banner__search--wrap {
      background-color: rgba(0, 0, 0, 0.4);
      margin: 0 auto;
      width: 80%;
      padding: 1rem; }
      @media only screen and (max-width: 991px) {
        .main-banner__search--wrap {
          width: 100%; } }
      @media only screen and (max-width: 494px) {
        .main-banner__search--wrap {
          padding: 1.5rem 2rem 1.5rem 1.5rem; } }
      .main-banner__search--wrap .input-looking-wrap, .main-banner__search--wrap .input-location-wrap {
        width: 43%; }
        @media only screen and (max-width: 494px) {
          .main-banner__search--wrap .input-looking-wrap, .main-banner__search--wrap .input-location-wrap {
            width: 100%; } }
      .main-banner__search--wrap .input-location-wrap .search-suggestion-wrap__loc, .main-banner__search--wrap .input-looking-wrap .search-suggestion-wrap {
        top: 93%;
        border-radius: 3px; }
        @media only screen and (max-width: 494px) {
          .main-banner__search--wrap .input-location-wrap .search-suggestion-wrap__loc, .main-banner__search--wrap .input-looking-wrap .search-suggestion-wrap {
            top: 40px; } }
    .main-banner__search input {
      width: 100%;
      padding: 1rem;
      border: none;
      font-size: 1.4rem;
      text-transform: capitalize;
      color: #000;
      margin: .5rem;
      border-radius: 3px;
      height: 4.38rem; }
      .main-banner__search input:focus {
        outline: none; }
    .main-banner__search .search-btn-wrap {
      width: 12.5%;
      float: left; }
      @media only screen and (max-width: 494px) {
        .main-banner__search .search-btn-wrap {
          width: 98%;
          margin-left: 4px; } }
      @media only screen and (max-width: 400px) {
        .main-banner__search .search-btn-wrap {
          width: 97%; } }
    .main-banner__search a {
      background-color: yellow;
      padding: .45rem;
      color: #000;
      text-decoration: none;
      font-size: 2rem;
      border-radius: 3px;
      margin-top: 5px;
      text-align: center;
      margin-left: .5rem;
      margin-right: .5rem;
      display: block;
      width: 100%;
      height: 4.38rem;
      transition: all .5s ease-in-out; }
      .main-banner__search a:hover {
        background-color: #e2be07; }

.feature-list {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-in-out; }
  .feature-list:hover {
    transition: all 1s ease-in-out; }
    .feature-list:hover .owl-nav {
      opacity: 1; }
  .feature-list .owl-dots {
    display: none; }
  .feature-list__page ul li {
    width: 11%;
    float: left;
    padding: 1.2rem; }
    .feature-list__page ul li a {
      text-decoration: none;
      cursor: pointer;
      font-size: 1.4rem;
      margin: 0 auto;
      display: table;
      text-align: center; }
      .feature-list__page ul li a img {
        padding: .5rem;
        width: 60px; }
      .feature-list__page ul li a p {
        color: yellow;
        font-size: 1.2rem;
        text-align: center;
        text-transform: capitalize; }
  @media only screen and (max-width: 991px) {
    .feature-list__page .owl-dots {
      display: none; } }
  .feature-list .owl_carousel_wrap .item {
    padding: 1.2rem .6rem; }
    .feature-list .owl_carousel_wrap .item a {
      text-decoration: none;
      cursor: pointer;
      font-size: 1.4rem;
      margin: 0 auto;
      display: table;
      text-align: center; }
      .feature-list .owl_carousel_wrap .item a img {
        padding: .5rem;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: table; }
      .feature-list .owl_carousel_wrap .item a p {
        color: yellow;
        font-size: 1.2rem;
        text-align: center;
        text-transform: capitalize; }

.banner-lower {
  /* background: url(../img/home/bg_call_section.jpg);
  background-position: center;
  background-repeat: no-repeat;*/
  background: linear-gradient(rgba(0, 123, 255, 0.42), rgba(0, 123, 255, 0.35)), url(../img/home/bg_call_section.jpg) center center no-repeat fixed;
  /* background: url(../img/home/bg_call_section.jpg) center center no-repeat fixed; */
  background-color: #0062cc7a;
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover; }
  .banner-lower__page {
    padding: 3% 0; }
    @media only screen and (max-width: 575px) {
      .banner-lower__page {
        padding: 5%; } }
  .banner-lower__wrapper {
    display: table; }
    .banner-lower__wrapper--item {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding: 2rem; }
      @media only screen and (max-width: 575px) {
        .banner-lower__wrapper--item {
          width: 100%;
          display: block;
          text-align: center; } }
  .banner-lower__mobimage img {
    width: 100%; }
  .banner-lower__text h1 {
    font-size: 3.5rem;
    font-weight: 600; }
    @media only screen and (max-width: 991px) {
      .banner-lower__text h1 {
        font-size: 2.2rem; } }
  .banner-lower__text--yellow {
    color: yellow; }
  .banner-lower__text--white {
    color: #fff; }
  .banner-lower__text p {
    font-size: 2rem;
    color: #fff;
    line-height: 1.3;
    padding: 1rem 0; }
    @media only screen and (max-width: 991px) {
      .banner-lower__text p {
        font-size: 1.5rem; } }
  .banner-lower__downloadbtns img {
    width: 13rem;
    float: left;
    padding: .4rem; }
    @media only screen and (max-width: 767px) {
      .banner-lower__downloadbtns img {
        width: 11rem; } }
  @media only screen and (max-width: 575px) {
    .banner-lower__downloadbtns {
      margin: 0 auto;
      display: table; } }

.weblink {
  color: yellow;
  font-size: 2rem;
  font-weight: 600;
  text-align: right;
  float: right;
  padding-right: 5%;
  text-decoration: none;
  opacity: 1; }
  .weblink:hover {
    color: yellow;
    text-decoration: none;
    opacity: 0.8; }
  @media only screen and (max-width: 575px) {
    .weblink {
      font-size: 1.5rem; } }

.features {
  background-color: yellow; }
  .features__wrap {
    padding: 2rem 0; }
  .features__page {
    position: relative; }
  .features__item {
    margin: 0 auto;
    display: table;
    text-align: center;
    padding: .5rem; }
    .features__item a {
      text-decoration: none;
      color: #000;
      cursor: pointer; }
    .features__item img {
      width: 7rem;
      height: 7rem; }
    .features__item h5 {
      font-size: 2rem;
      font-weight: 600; }
    .features__item p {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.3;
      padding: 1rem; }

.bussiness__header {
  padding-top: 4rem; }
  .bussiness__header h2 {
    color: #777;
    font-weight: 600;
    font-size: 2.5rem; }
  .bussiness__header--line {
    border-bottom: 2px solid #7773;
    width: 15%;
    padding-top: .5rem;
    position: relative; }
  .bussiness__header .sm-y-line {
    position: absolute;
    left: 25%;
    border-bottom: 2px solid yellow;
    width: 40%; }
@media only screen and (max-width: 991px) {
  .bussiness .owl-carousel .owl-item img {
    max-width: 100% !important;
    width: auto; } }
.bussiness__block {
  padding: 2%; }
  .bussiness__block:hover .owl-nav {
    opacity: 1; }
  .bussiness__block .owl-dots {
    display: none; }
  .bussiness__block--item img {
    padding: .5rem;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: 17.5rem !important;
    transition: transform .5s ease-in-out, filter .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    cursor: pointer;
    backface-visibility: hidden;
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%); */
    opacity: 1; }
    .bussiness__block--item img:hover {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      /* filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -moz-filter: grayscale(0%); */
      opacity: 1; }
    @media only screen and (max-width: 575px) {
      .bussiness__block--item img {
        /* padding: 3rem 3rem 0rem 3rem; */
        padding: 0rem;
        height: 20.5rem !important;
        margin-bottom: .5rem !important; } }
  .bussiness__block--item h5 {
    font-size: 1.3rem;
    padding-top: .5rem;
    font-weight: 600;
    text-align: center; }
  .bussiness__block--item p {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.3;
    color: #777;
    text-align: center; }

.owl-nav {
  opacity: 0;
  display: block !important;
  transition: all .5s ease; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 20px !important;
    color: #fff !important; }
    .owl-nav .owl-prev i, .owl-nav .owl-next i {
      font-size: 25px; }
    .owl-nav .owl-prev:focus, .owl-nav .owl-next:focus {
      outline: none; }
  .owl-nav .owl-prev {
    top: 40%;
    position: absolute;
    left: -10px; }
  .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    right: -10px; }

.owl-two .owl-nav .owl-prev, .owl-two .owl-nav .owl-next {
  font-size: 20px !important;
  color: #777 !important; }
  .owl-two .owl-nav .owl-prev i, .owl-two .owl-nav .owl-next i {
    font-size: 25px; }
.owl-two .owl-nav .owl-prev {
  top: 30%;
  left: -10px; }
.owl-two .owl-nav .owl-next {
  top: 30%;
  right: -10px; }

.hm-login-img {
  padding-right: .3rem; }

/* .ui-menu .ui-widget .ui-widget-content .ui-autocomplete .ui-front */
#ui-id-1, #ui-id-2, .ui-menu {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.35rem;
  font-family: inherit;
  color: #000;
  z-index: 1000;
  max-width: 35rem; }

.ui-menu-item:hover {
  background-color: yellow;
  border: 1px solid yellow;
  color: #000; }
.ui-menu-item:nth-child(even) {
  background-color: rgba(119, 119, 119, 0.1); }

.col-small {
  width: 25%;
  float: left;
  padding: 0 1.5rem; }
  @media only screen and (max-width: 991px) {
    .col-small {
      width: 100%;
      padding: 0; } }

.col-large {
  width: 75%;
  float: left;
  padding: 0 1.5rem; }
  @media only screen and (max-width: 991px) {
    .col-large {
      width: 100%; } }

.queryinputbox, .send_query_wrap .query_form_wrap .inputbox {
  width: 100%;
  padding: .6rem;
  border: 1px solid #7777774d;
  font-size: 1.35rem;
  margin: .5rem 0;
  text-transform: none;
  height: 3.7rem; }

.modal_header_regular, .printAdPopup .modal-header {
  padding: 1rem 1.5rem;
  background-color: yellow;
  color: #000; }

.modal-title-regular {
  font-size: 1.5rem; }

.search-result {
  margin-top: 6rem;
  background-color: #f7f7f7; }
  .search-result__wrap {
    padding: 3rem 0rem; }
    @media only screen and (max-width: 576px) {
      .search-result__wrap {
        padding: 3rem 2rem; } }
  .search-result .left-section-wrap img {
    width: 100%;
    margin: 10px 0px;
    transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out; }
    .search-result .left-section-wrap img:hover {
      transform: scale(1.1);
      /* -webkit-animation: zoomIn 1s ease;
      		       -moz-animation: zoomIn 1s ease;
      		        -ms-animation: zoomIn 1s ease;
      		         -o-animation: zoomIn 1s ease;
      		            animation: zoomIn 1s ease; */ }

.search-listing__header {
  padding: 1rem 0rem; }
  .search-listing__header h1 {
    font-size: 2.6rem;
    font-weight: 600;
    position: relative;
    color: #4C4C4C;
    text-transform: capitalize; }
    .search-listing__header h1::before {
      content: " ";
      position: absolute;
      width: 13rem;
      bottom: -.4rem;
      background-color: yellow;
      height: .2rem; }
  .search-listing__header .relavence_wrap {
    border-bottom: 1px solid #80808024;
    padding: .5rem 0;
    margin: 1rem 0; }
    .search-listing__header .relavence_wrap .list_count {
      float: left; }
      .search-listing__header .relavence_wrap .list_count p {
        font-size: 1.4rem; }
    .search-listing__header .relavence_wrap .relavence_btn {
      float: right; }
.search-listing__filter {
  background-color: #fff;
  border: 1px solid #80808024;
  padding: 1.5rem; }
  .search-listing__filter ul li {
    float: left;
    display: inline-block;
    margin: .5rem 0rem; }
    .search-listing__filter ul li .btn-filter {
      font-size: 1.2rem;
      color: #777 !important;
      border: 1px solid #FFD500 !important;
      padding: .5rem 2rem;
      border-radius: 1rem;
      margin: 0rem 1rem 0rem 0rem;
      text-decoration: none;
      background-color: #fff !important;
      transition: all .5s ease;
      -ms-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -webkit-transition: all .5s ease; }
      .search-listing__filter ul li .btn-filter:hover {
        background-color: yellow !important;
        color: #000 !important; }
      .search-listing__filter ul li .btn-filter:focus {
        outline: none !important;
        box-shadow: none !important; }
.search-listing__wrap {
  background-color: #fff;
  margin: 30px 0px;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #FFD500;
  /* img{
  	width: 100%;
  } */
  /* position: relative; */ }
  .search-listing__wrap .top-header {
    position: relative; }
    .search-listing__wrap .top-header .search_result--logo {
      border: 1px solid rgba(119, 119, 119, 0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: .5rem;
      margin-right: 1rem;
      max-width: 100%;
      height: 70px;
      width: 120px; }
  @media only screen and (max-width: 767px) {
    .search-listing__wrap .list-main {
      padding-left: 0;
      padding-top: 5px; } }
  .search-listing__wrap .list_img {
    padding: 0 10px 0 0; }
    @media only screen and (max-width: 767px) {
      .search-listing__wrap .list_img {
        padding: 0; } }
    .search-listing__wrap .list_img--wrap {
      width: 140px;
      height: 70px;
      border: 1px solid rgba(119, 119, 119, 0.2);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        .search-listing__wrap .list_img--wrap {
          width: 100%; } }
      @media only screen and (max-width: 490px) {
        .search-listing__wrap .list_img--wrap {
          margin-bottom: 13px; } }
    .search-listing__wrap .list_img img {
      max-width: 100%;
      max-height: 100%; }
      @media only screen and (max-width: 767px) {
        .search-listing__wrap .list_img img {
          height: auto; } }
  .search-listing__wrap .list_header {
    /*  @media only screen and (max-width:1125px){
    					padding-left: 4%;
    				}
    				@media only screen and (max-width:767px){
    					padding-left: 7%;
    				}
    				@media only screen and (max-width:576px){
    					padding-left: 0%;
    				} */ }
    .search-listing__wrap .list_header--heading {
      float: left; }
      @media only screen and (max-width: 991px) {
        .search-listing__wrap .list_header--heading {
          width: 100%; } }
      .search-listing__wrap .list_header--heading a {
        text-decoration: none;
        color: #000; }
        .search-listing__wrap .list_header--heading a h1 {
          font-size: 1.9rem;
          font-weight: 400;
          line-height: 1.3;
          text-transform: capitalize;
          /* width: calc(100% - 14.9rem);
          padding-left: 5%; */ }
          @media only screen and (max-width: 991px) {
            .search-listing__wrap .list_header--heading a h1 {
              width: calc(100% - 14.9rem); } }
          @media only screen and (max-width: 767px) {
            .search-listing__wrap .list_header--heading a h1 {
              width: calc(100% - 12.9rem); } }
          @media only screen and (max-width: 490px) {
            .search-listing__wrap .list_header--heading a h1 {
              width: 100%;
              padding-top: 1.5rem; } }
  .search-listing__wrap .list_header-without-img {
    padding-left: 0; }
  .search-listing__wrap h1 {
    font-size: 1.9rem;
    font-weight: 400; }
    .search-listing__wrap h1 span {
      margin-right: 33px;
      float: right; }
      .search-listing__wrap h1 span i {
        color: yellow;
        font-size: 13px; }
  .search-listing__wrap .package-img {
    width: 4%;
    float: right;
    margin-top: -26px;
    margin-right: -5px; }
  .search-listing__wrap p {
    font-size: 1.3rem;
    padding-top: 2px;
    color: #444;
    clear: both;
    width: 100%; }
  .search-listing__wrap .contacts_wrap {
    padding: .5rem 0 0; }
    .search-listing__wrap .contacts_wrap ul li {
      float: left;
      margin: 0rem 0 .5rem; }
      @media only screen and (max-width: 767px) {
        .search-listing__wrap .contacts_wrap ul li {
          margin: 5px 0; } }
      .search-listing__wrap .contacts_wrap ul li a {
        color: #777;
        font-size: 1.36rem;
        padding-right: .5rem;
        text-decoration: none;
        font-weight: 400;
        text-transform: capitalize;
        transition: color .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease; }
        .search-listing__wrap .contacts_wrap ul li a span {
          padding: .5rem .5rem 0 0; }
          .search-listing__wrap .contacts_wrap ul li a span i {
            width: 2.8rem;
            height: 2.8rem;
            border-radius: 50%;
            border: 2px solid #FFD500;
            line-height: 1.7;
            padding-left: .49rem; }
        .search-listing__wrap .contacts_wrap ul li a:hover {
          color: #000; }
    .search-listing__wrap .contacts_wrap ul .list-feature {
      border: none;
      background-color: #fff; }

.customer_wrap {
  padding: .5rem 0; }
  .customer_wrap ul li {
    float: left;
    margin: .5rem 0rem; }
    .customer_wrap ul li a {
      font-size: 1.2rem;
      color: #000;
      border: 1px solid #FFD500;
      padding: .5rem 1rem;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
      margin: 0 .5rem;
      display: inline; }
      .customer_wrap ul li a:first-letter {
        text-transform: capitalize; }
      .customer_wrap ul li a:first-child {
        margin-left: 0; }
      .customer_wrap ul li a:hover {
        text-decoration: underline; }

.send_query_wrap a {
  font-size: 1.7rem;
  background-color: yellow;
  color: #000;
  display: block;
  padding: .5rem .5rem .5rem 1rem;
  text-align: left;
  text-transform: uppercase;
  margin: 1.1rem 0px .5rem;
  text-decoration: none;
  cursor: pointer;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease; }
  .send_query_wrap a:hover {
    background-color: #eec705; }
  .send_query_wrap a:focus {
    outline: none; }
.send_query_wrap .query_form_wrap {
  background-color: #fff;
  margin-top: -5px;
  padding: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .send_query_wrap .query_form_wrap .inputbox {
    /* width: 100%;
    padding: .6rem;
    border: 1px solid #7777774d;
    font-size: 1.35rem;
    margin: .5rem 0; */ }

.list-phone, .list-social {
  position: relative; }

.custom-menu {
  z-index: 999;
  left: 10px  !important; }
  .custom-menu a {
    font-size: 1.3rem;
    color: #242629e6; }
    .custom-menu a:hover {
      background-color: yellow; }
  .custom-menu:before {
    border-style: solid;
    border-width: 0 10px 11px;
    content: " " !important;
    height: 0;
    position: absolute;
    left: 12%;
    top: -12px;
    width: 0;
    border-color: transparent transparent #D2D2D2; }
  .custom-menu:after {
    border-style: solid;
    border-width: 0 9px 10px;
    content: " " !important;
    height: 0;
    position: absolute;
    left: 13%;
    top: -10px;
    width: 0;
    border-color: transparent transparent #fff; }

.printAdPopup {
  -webkit-animation: fadein 1s ease;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s ease;
  /* Firefox < 16 */
  -ms-animation: fadein 1s ease;
  /* Internet Explorer */
  -o-animation: fadein 1s ease;
  /* Opera < 12.1 */
  animation: fadein 1s ease; }
  .printAdPopup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important; }
  .printAdPopup .modal-header h4 {
    font-size: 1.6rem;
    color: #000;
    text-transform: capitalize; }
  .printAdPopup .modal-header .close {
    font-size: 2.4rem; }
  .printAdPopup .modal-body {
    padding: 0;
    margin-bottom: -5px;
    margin-top: -2px; }
    .printAdPopup .modal-body img {
      max-width: 100%;
      margin: 0 auto;
      display: table; }
      @media only screen and (max-width: 767px) {
        .printAdPopup .modal-body img {
          padding: 0 0 1rem; } }

.advert-img-wrap {
  width: 100%;
  margin: .5rem 0;
  height: 20rem;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  /* .parent:hover .child:before, .parent:focus .child:before {
      display: block;
  } */ }
  .advert-img-wrap .adver-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 20rem;
    width: 25.5rem;
    margin: 0 auto; }
    .advert-img-wrap .adver-img a {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%; }
  .advert-img-wrap:hover .adver-img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.location-text {
  font-size: 14px;
  clear: both;
  /* @media only screen and (max-width:576px){
  	    		padding-top: 8% !important;
  } */ }
  .location-text i {
    color: yellow;
    padding-right: 5px; }
  .location-text .phone-sm {
    padding-left: .5rem; }
    .location-text .phone-sm a {
      text-decoration: none;
      color: inherit; }

.list_rt-icons {
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 490px) {
    .list_rt-icons {
      top: -15px; } }
  .list_rt-icons .rt_icons {
    float: right;
    padding-top: 5px;
    /* @media only screen and (max-width:991px){
        float: left;
    } */ }
    .list_rt-icons .rt_icons li {
      display: inline-block;
      float: left; }
      .list_rt-icons .rt_icons li .stars i {
        color: yellow;
        font-size: 1.3rem; }

.feature-menu {
  background-color: yellow;
  padding: 0 .5rem 0; }
  .feature-menu:before, .feature-menu:after {
    border-color: transparent transparent yellow; }
  .feature-menu .feature-menu__sub {
    margin: 0 auto;
    padding: 0;
    display: table; }
    .feature-menu .feature-menu__sub li {
      margin: 0;
      padding-right: .5rem; }
      .feature-menu .feature-menu__sub li a i {
        color: #000;
        transition: all .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease; }
        .feature-menu .feature-menu__sub li a i:hover {
          color: #777; }

#submitEnquiryPopup .modal-header {
  padding: 1rem  2rem; }

.send_query_wrap .query_form_wrap {
  padding: 2rem; }

@media only screen and (max-width: 767px) {
  .modal-dialog-custom {
    width: 80%;
    margin-left: -1%; } }

.Address_details h3 {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  border-bottom: 1px dotted #808080b3;
  margin-bottom: .5rem; }
  .Address_details h3 i {
    padding-right: .5rem; }
.Address_details .Address_details__item {
  padding: .5rem; }
.Address_details .Address_details__number {
  border: 1px solid #80808033;
  margin-bottom: 5px;
  padding: .5rem;
  padding-left: 1rem;
  /* &:last-child{
  	border: none;
  } */ }
  .Address_details .Address_details__number p {
    color: #777;
    font-size: 1.2rem;
    font-weight: 600; }
  .Address_details .Address_details__number .Address_titile {
    color: #777;
    padding: 0;
    text-transform: capitalize; }
    .Address_details .Address_details__number .Address_titile i {
      padding-right: .5rem; }
  .Address_details .Address_details__number .Address_numbers li {
    display: inline-block;
    margin: .2rem;
    font-size: 1.2rem;
    color: #000;
    letter-spacing: .04rem; }
    .Address_details .Address_details__number .Address_numbers li:after {
      content: ","; }
    .Address_details .Address_details__number .Address_numbers li:last-child:after {
      content: " "; }
.Address_details .email_address {
  border: none;
  padding: 0; }
  .Address_details .email_address .email_address__numbers li {
    display: block !important; }
    .Address_details .email_address .email_address__numbers li a {
      font-size: 1.35rem;
      color: #000; }
    .Address_details .email_address .email_address__numbers li::after {
      content: " "; }

.address-popup-content {
  max-height: 325px;
  overflow-x: hidden;
  overflow-y: auto; }

.pin-list {
  position: relative; }

.pin_tick {
  position: absolute;
  top: -16px;
  left: 13px;
  width: 15px;
  height: 15px;
  background-color: #7cc014;
  border-radius: 50%;
  color: #fff;
  padding-left: 5px;
  line-height: 1.5;
  font-weight: 600;
  display: none; }

.simple-pagination {
  margin-bottom: 2rem; }

.headerTop {
  display: flex;
  position: relative; }
  @media only screen and (max-width: 576px) {
    .headerTop {
      flex-wrap: wrap; } }

.headerTop_logo {
  margin-right: 1rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 14rem;
  -webkit-flex: 0 0 14rem;
  -ms-flex: 0 0 14rem;
  -moz-flex: 0 0 14rem;
  -o-flex: 0 0 14rem;
  border: 1px solid rgba(119, 119, 119, 0.2);
  padding: .5rem; }
  .headerTop_logo--img {
    max-width: 100%;
    max-height: 100%; }
  @media only screen and (max-width: 576px) {
    .headerTop_logo {
      margin-right: 0;
      width: 100%;
      flex: initial;
      height: 10rem; } }

.headerTop_heading {
  flex-grow: 2; }
  @media only screen and (max-width: 576px) {
    .headerTop_heading {
      flex-basis: 63%; } }
  .headerTop_heading h2 {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize; }
    @media only screen and (max-width: 991px) {
      .headerTop_heading h2 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 576px) {
      .headerTop_heading h2 {
        margin-top: 1rem;
        font-weight: 600; } }
  .headerTop_heading p {
    font-size: 1.3rem;
    padding-top: 2px;
    color: #444;
    clear: both;
    width: 100%; }

.headerTop_icons {
  display: flex; }
  @media only screen and (max-width: 576px) {
    .headerTop_icons {
      margin-top: 10px; } }
  .headerTop_icons--stars {
    display: flex; }
    .headerTop_icons--stars i {
      color: yellow;
      font-size: 1.3rem; }
  .headerTop_icons--medal {
    height: 3.2rem;
    width: 3.2rem; }

.business__banner {
  background: linear-gradient(rgba(17, 122, 139, 0.5), rgba(255, 213, 0, 0.6)), url("../img/internal/desk.jpg") center center no-repeat fixed;
  /* 	background: linear-gradient(rgba(17, 122, 139, 0.5), rgba(255, 213, 0, 0.6)), url("../img/internal/desk.jpg")  center center no-repeat fixed;
   */
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 213, 0, 0.6);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-position: top center;
  margin-top: 6.3rem;
  height: 50vh;
  position: relative;
  z-index: -999; }
  @media only screen and (max-width: 575px) {
    .business__banner {
      height: 35vh; } }

.bussiness__banner-content {
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  bottom: 0; }
  .bussiness__banner-content h1 {
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 2;
    color: #000;
    font-weight: 900; }
    .bussiness__banner-content h1 span {
      color: yellow; }
    @media only screen and (max-width: 767px) {
      .bussiness__banner-content h1 {
        font-size: 3rem; } }
  .bussiness__banner-content h5 {
    font-size: 3rem;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 600;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .bussiness__banner-content h5 {
        font-size: 2rem; } }

.business-form .business-form__page {
  margin-bottom: 5rem; }
  .business-form .business-form__page--block {
    width: 60rem;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: #f7f7f7;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.5);
    margin-top: -6%; }
    @media only screen and (max-width: 652px) {
      .business-form .business-form__page--block {
        width: 100%; } }

.form_header {
  border-bottom: 1px solid #0000001a;
  margin: 0rem 0 1rem; }
  .form_header h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #777;
    font-weight: 600; }

.form_group {
  padding: 1rem 0; }
  .form_group label {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600; }
  .form_group input {
    width: 100%;
    border: 1px solid #808080;
    padding: 5px;
    font-size: 1.3rem;
    height: 3.41rem;
    transition: all .5s ease; }
    .form_group input:focus {
      border: 1px solid yellow;
      outline: none; }

.btn-wrap {
  padding: 1rem 0; }

.business-profile {
  margin-top: 6rem;
  background-color: #f7f7f7; }

.business-profile-banner img {
  width: 100%; }

.business-profile-content {
  padding-bottom: 3rem;
  /* background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  padding: 2rem 1rem; */ }
  .business-profile-content .row-wrapper {
    padding-top: 2.5rem; }

.business-details-left {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 2rem;
  margin: 1rem 0; }

.business-details-right__wrap {
  /* background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  padding: 2rem 1.5rem; */
  margin: 1rem 0; }
  .business-details-right__wrap .query_form_wrap {
    padding: 1rem; }
  .business-details-right__wrap .nwsltr {
    padding-left: 9%; }

.business-header {
  position: relative;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .business-header {
      padding-top: 1.6rem; } }
  @media only screen and (max-width: 576px) {
    .business-header {
      flex-direction: column; } }
  .business-header__logo {
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 14rem;
    -webkit-flex: 0 0 14rem;
    -ms-flex: 0 0 14rem;
    -moz-flex: 0 0 14rem;
    -o-flex: 0 0 14rem;
    border: 1px solid rgba(119, 119, 119, 0.2);
    margin-right: 1rem; }
    @media only screen and (max-width: 576px) {
      .business-header__logo {
        margin-right: 0;
        width: 100%;
        flex: initial;
        margin-top: 10px; } }
    .business-header__logo--img {
      max-width: 100%;
      max-height: 100%;
      /* margin: 0 auto;
      display: table; */
      padding: .5rem; }
  .business-header__title {
    margin-right: 7rem; }
    @media only screen and (max-width: 576px) {
      .business-header__title {
        margin-top: 1rem;
        margin-right: 0rem; } }

.business-descb {
  padding: 1rem 0 .5rem; }

.btitle {
  font-size: 2rem;
  color: #000;
  font-family: inherit;
  line-height: 1.3;
  border-bottom: 2px solid yellow;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .btitle {
      font-size: 1.6rem;
      border-bottom: 1px solid yellow; } }

.business-text {
  color: #4C4C4C;
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.4;
  text-align: justify;
  word-wrap: break-word; }
  .business-text::first-letter {
    text-transform: capitalize; }

.business_map {
  margin: 1rem 0; }
  .business_map img {
    width: 100%;
    border: 1px solid yellow;
    height: 36rem; }

.business-title-secondary {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: inherit;
  color: #000;
  line-height: 1.7;
  text-transform: uppercase; }

.business_basic_details {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .business_basic_details {
      width: 100%;
      float: right; } }

.business-openHours {
  width: 100%;
  padding: 1rem 0; }
  @media only screen and (max-width: 767px) {
    .business-openHours {
      width: 100%;
      float: right; } }
  .business-openHours table {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .business-openHours table {
        width: 100%; } }
    .business-openHours table th, .business-openHours table td {
      font-size: 1.3rem;
      padding: 5px;
      color: #4C4C4C; }
    .business-openHours table th {
      text-transform: capitalize;
      font-weight: 600; }

.business_details__item {
  font-size: 1.3rem;
  font-family: inherit;
  font-weight: normal;
  color: #4C4C4C;
  margin: 1.5rem 0;
  word-break: break-all; }
  .business_details__item span {
    float: left; }
  .business_details__item .address_all {
    font-size: 1.1rem;
    font-weight: 600;
    color: #808080;
    transition: all .5s ease;
    border-bottom: .5px solid transparent; }
    .business_details__item .address_all:after {
      content: '\00BB';
      color: #000;
      font-size: 1.3rem; }
    .business_details__item .address_all:hover {
      text-decoration: none;
      border-bottom: 0.5px solid yellow; }
  .business_details__item i {
    font-size: 1.7rem;
    color: #000;
    margin-right: .5rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background-color: gold;
    line-height: 1.7;
    padding-left: .8rem; }
  .business_details__item a {
    word-break: break-all; }
@-moz-document url-prefix() {
  .business_details__item a {
    display: inline-block; } }
@-ms-document url-prefix() {
  .business_details__item a {
    display: inline-block; } }
.payment_details {
  margin: 1rem 0 0rem;
  border-bottom: 1px solid #f7f7f7; }
  .payment_details ul {
    margin: 0;
    padding: 0; }
    .payment_details ul li {
      display: inline-block;
      margin: .5rem 1rem .5rem 0; }

.business_rating {
  margin-bottom: 2rem;
  border: 1px solid yellow;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
  .business_rating .business_rating__text {
    text-align: center;
    /* rgba($color-grey, .4) */ }
  .business_rating__exact {
    font-size: 4rem;
    color: #7cc014; }
  .business_rating__overall {
    font-size: 2rem;
    color: #777; }
    .business_rating__overall:before {
      content: " / "; }

.star_text {
  padding-bottom: .5rem;
  text-align: center; }
  .star_text .stars i {
    font-size: 1.4rem;
    color: yellow; }

.ask_rating {
  text-align: center;
  padding: 1rem 0 .5rem;
  font-size: 1.2rem;
  font-weight: 600; }
  .ask_rating a {
    color: #777;
    text-decoration: none;
    cursor: initial; }

.mySlides {
  display: none;
  /* height: 35rem;
  background-size: cover; */
  position: relative; }
  .mySlides img {
    width: 100%;
    height: 30rem; }

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer; }

/* Next & previous buttons */
.business-prev,
.business-next {
  cursor: pointer;
  position: absolute;
  top: 25%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000 !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(255, 255, 255, 0.8); }

/* Position the "next button" to the right */
.business-next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.business-prev:hover,
.business-next:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.numbertext {
  /* color: #f2f2f2;
  	font-size: 12px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	right: 0;
  	bottom: 0;
  	transform: translate(-50%, -50%); */ }
  .numbertext h1 {
    background-color: yellow;
    color: #000;
    font-size: 3rem;
    text-align: center; }

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white; }

.row-sml:after {
  content: "";
  display: table;
  clear: both; }

/* Six columns side by side */
.column-sml {
  float: left;
  width: 16.66%; }
  .column-sml img {
    height: 8rem; }

.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

.business-prod-services {
  margin: 1rem 0; }

.business-printAd {
  position: relative;
  margin: 1rem 0; }
  .business-printAd img {
    border: 1px solid yellow;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    width: 248px;
    height: 248px; }

.ad-title {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: .5rem;
  text-align: center;
  margin-top: 1rem;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  color: yellow;
  font-weight: 600;
  text-transform: uppercase; }

.business-follow {
  margin: .5rem 0;
  padding: 0; }
  .business-follow ul li {
    display: inline-block;
    margin: .5rem; }
    .business-follow ul li a {
      text-decoration: none; }
      .business-follow ul li a i {
        font-size: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all .5s ease; }
        .business-follow ul li a i:hover {
          background-color: rgba(0, 0, 0, 0.2);
          text-decoration: none; }
      .business-follow ul li a .fb {
        color: #3b5999; }
      .business-follow ul li a .tw {
        color: #55acee; }
      .business-follow ul li a .ln {
        color: #0077B5; }
      .business-follow ul li a .in {
        color: #bc2a8d; }

.star-rate:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free"; }
.star-rate:hover:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free"; }

.business-rateus {
  border: 1px solid yellow;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }

fieldset, label {
  margin: 0;
  padding: 0; }

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  /*  float: left; */
  margin: 0 auto;
  display: table;
  width: 140px; }

.rating > input {
  display: none; }

.rating > label:before {
  margin: 0 .5rem 0 .5rem;
  font-size: 2rem;
  display: inline-block;
  content: '\2605'; }

.rating > .half:before {
  content: '\2605';
  position: absolute; }

.rating > label {
  color: #777;
  float: right;
  cursor: pointer; }

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: yellow; }

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: yellow; }

.rating_value {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0; }

.business-bookmark {
  position: absolute;
  right: 0;
  top: 15px; }
  @media only screen and (max-width: 576px) {
    .business-bookmark {
      top: 0px; } }

.business-contact {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid yellow;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }

.business-border {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .business-border iframe {
    width: 100% !important; }

.customer-images {
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */ }
  .customer-images .row-main {
    width: 100%; }
  .customer-images .row-carsol > .column-carsol {
    padding: 5px 8px 5px 0; }
  .customer-images .row-carsol .col-md-3, .customer-images .row-carsol .col-sm-6, .customer-images .row-carsol .col-xs-12 {
    padding: 0; }
  .customer-images .row-carsol:after {
    content: "";
    display: table;
    clear: both; }
  .customer-images .column-carsol {
    float: left;
    width: 15%; }
  .customer-images .column-carsol-page {
    padding: 5px 8px 5px 0;
    margin: 0 auto;
    display: table; }
    .customer-images .column-carsol-page img {
      height: 12.6rem;
      width: 18.8rem !important;
      max-width: 100%; }
  .customer-images .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.97); }
  .customer-images .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    margin-top: 10%; }
  .customer-images .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold; }
  .customer-images .close:hover,
  .customer-images .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }
  .customer-images .mySlides {
    display: none; }
  .customer-images .cursor {
    cursor: pointer; }
  .customer-images .prev,
  .customer-images .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 767px) {
      .customer-images .prev,
      .customer-images .next {
        padding: 10px; } }
  .customer-images .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .customer-images .prev:hover,
  .customer-images .next:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .customer-images .numbertext {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    z-index: 1001; }
  .customer-images img {
    margin-bottom: -4px; }
  .customer-images .caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff; }
  .customer-images .demo {
    opacity: 0.6; }
  .customer-images .active,
  .customer-images .demo:hover {
    opacity: 1; }
  .customer-images img.hover-shadow {
    transition: 0.3s; }
  .customer-images .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .customer-images .mySlides img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: table; }
  .customer-images .popup-image {
    /* @media only screen and (max-width:767px){
    	transform: scale(1);
    } */ }
    @media only screen and (max-width: 991px) {
      .customer-images .popup-image {
        margin-top: 10% !important; } }

.main-body-container {
  margin-top: 6rem; }

.tab-wrap {
  float: left;
  width: 20%; }
  @media only screen and (max-width: 991px) {
    .tab-wrap {
      width: 25%; } }
  @media only screen and (max-width: 767px) {
    .tab-wrap {
      width: 100%;
      padding: 1rem; } }

.saved-main-body {
  background-color: #f7f7f7; }

.tab-btn {
  display: block;
  background-color: yellow;
  color: black;
  padding: 1rem;
  width: 100%;
  border: 1px solid #777;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 17px;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: normal;
  position: relative; }
  .tab-btn:after {
    content: "\2192";
    position: absolute;
    right: 0;
    margin-right: 1rem; }
  .tab-btn:hover {
    background-color: rgba(119, 119, 119, 0.78);
    color: yellow;
    padding-left: 1.5rem; }
  .tab-btn:focus {
    outline: none; }
  @media only screen and (max-width: 767px) {
    .tab-btn {
      width: 33.33%;
      float: left;
      font-weight: 600; } }
  @media only screen and (max-width: 400px) {
    .tab-btn {
      font-size: 1rem;
      font-weight: 600; }
      .tab-btn:after {
        display: none; } }

.tab button.active {
  background-color: rgba(119, 119, 119, 0.8);
  color: yellow; }

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 80%; }
  @media only screen and (max-width: 991px) {
    .tabcontent {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    .tabcontent {
      width: 100%;
      margin-top: 2rem; } }

.profile-genaral .title-main {
  text-align: center;
  margin-bottom: 2rem; }
  .profile-genaral .title-main:before {
    width: 10rem; }
.profile-genaral .profile-genaral-wrap {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 2px 2px rgba(119, 119, 119, 0.5);
  border: 1px solid yellow; }
  @media only screen and (max-width: 450px) {
    .profile-genaral .profile-genaral-wrap {
      padding: 2rem 1rem; } }
  .profile-genaral .profile-genaral-wrap .header-searchBtn {
    width: 11.5rem; }
  .profile-genaral .profile-genaral-wrap input {
    color: #000;
    opacity: 1;
    font-size: 1.4rem; }

.gold-dashboard {
  margin-top: 6rem;
  background-color: #f7f7f7; }
  .gold-dashboard__wrap {
    padding: 3rem 0rem; }
    @media only screen and (max-width: 576px) {
      .gold-dashboard__wrap {
        padding: 3rem 2rem; } }

.main-body-wrapper {
  padding: 3rem 0;
  background-color: #f7f7f7; }

.tab-wrap-dashboard {
  float: left;
  width: 20%; }
  @media only screen and (max-width: 767px) {
    .tab-wrap-dashboard {
      width: 100%; } }

.list_tabcontent_wrap {
  float: left;
  padding: 0px 15px;
  width: 80%; }
  @media only screen and (max-width: 767px) {
    .list_tabcontent_wrap {
      width: 100%;
      padding: 0;
      margin: 2rem 0; } }

.listPage h2 {
  text-align: center;
  margin-bottom: 2rem; }
  .listPage h2::before {
    width: 10rem;
    height: 1px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%); }

.list_datepicker {
  position: relative; }

.cal-wrap {
  position: absolute;
  top: 45px;
  right: 10px; }
  .cal-wrap i {
    color: yellow;
    font-size: 1.8rem; }

.day_details_page .day_name {
  width: 20%;
  float: left; }
  .day_details_page .day_name p {
    line-height: 3.5;
    margin: 0px;
    font-size: 13.5px;
    font-weight: 600; }
.day_details_page .form_holder {
  width: 20%;
  float: left; }

.day_details_page .form_holder .container_checkbox {
  margin-left: 15px;
  top: 3px;
  padding-left: 25px;
  line-height: 2.2; }

.form_holder .container_checkbox .copy_all {
  top: -7px;
  position: absolute;
  font-size: 13.5px; }

.day_details_page .form_holder .container_checkbox .checkmark_checkbox::after {
  top: -8px; }

.adduserbtn a {
  background-color: yellow;
  padding: 5px;
  border-radius: 5px;
  color: #4C4C4C;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400; }
  .adduserbtn a:hover {
    color: #000; }

.noAddress-msg {
  margin: 0 0 5px 0;
  text-align: center; }

.sm-msg {
  font-size: 10px;
  color: rgba(26, 178, 240, 0.8);
  font-weight: 600;
  float: left;
  text-transform: capitalize; }

.payment_wrap .container_checkbox {
  padding-left: 25px;
  line-height: 2.2;
  margin: 10px 0; }
.payment_wrap .checkmark_checkbox {
  border: 2px solid #777;
  top: 5px; }

.cash_payment {
  font-weight: 600; }

.img-item {
  width: 17%;
  margin: 10px 10px 15px 10px;
  float: left;
  position: relative; }
  .img-item a {
    display: block; }
  .img-item img {
    width: 100%;
    height: 80px;
    border: 2px solid #ffd500;
    z-index: 1000;
    transition: all .4s ease; }
  .img-item span {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    background-color: #ffd500;
    padding: 0px 5px;
    opacity: 1; }

.noAddress-msg .sm-msg {
  float: none; }

.gold-customer-dropdow > button {
  background-color: yellow;
  color: #000;
  font-size: 1.5rem;
  position: relative;
  text-align: left; }
  .gold-customer-dropdow > button:after {
    right: 15px;
    position: absolute;
    top: 15px; }
  .gold-customer-dropdow > button:hover, .gold-customer-dropdow > button:focus, .gold-customer-dropdow > button:active {
    background-color: rgba(255, 255, 0, 0.8); }
  .gold-customer-dropdow > button:focus {
    outline: none;
    box-shadow: none; }
.gold-customer-dropdow .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0; }
  .gold-customer-dropdow .dropdown-menu button {
    font-size: 1.35rem;
    text-align: left;
    color: #000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease; }
    .gold-customer-dropdow .dropdown-menu button:hover {
      background-color: yellow; }

.addCustomerCheckboxWrap .container_checkbox {
  padding-left: 25px; }
.addCustomerCheckboxWrap .checkbox_item {
  width: 33%;
  float: left; }
.addCustomerCheckboxWrap .checkmark_checkbox {
  top: 6px; }

.radioWrap .checkbox_item {
  width: 33%;
  float: left; }

/* .hasDropdown{
    &:after{
         transform: rotate(90deg);
    }
} */
#list-menu {
  background-color: rgba(119, 119, 119, 0.6); }
  #list-menu button {
    background-color: #777;
    border: none;
    padding: 10px; }
    #list-menu button:after {
      display: none; }
    #list-menu button:hover {
      background-color: yellow; }
  #list-menu .list-name {
    font-size: 1.35rem;
    color: #fff;
    font-family: inherit;
    text-decoration: none; }

.profile_wrap {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  background-color: #fff; }

.profile .profile-header {
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.5); }
  .profile .profile-header__left .profile-header__text {
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid yellow; }
  .profile .profile-header__left .profile-header__edit {
    float: right;
    font-size: 1.3rem;
    font-weight: 600;
    color: #777;
    text-decoration: none;
    transition: all .5s ease; }
    .profile .profile-header__left .profile-header__edit i {
      padding-right: .5rem;
      color: yellow; }
    .profile .profile-header__left .profile-header__edit:hover {
      color: yellow; }
.profile .profile-complete {
  background-color: #f7f7f7;
  padding: 2rem;
  border-top: 1px solid rgba(119, 119, 119, 0.3);
  border-bottom: 1px solid rgba(119, 119, 119, 0.3); }
  .profile .profile-complete h3 {
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: inherit;
    color: #000;
    line-height: 1.8; }
  .profile .profile-complete p {
    font-size: 1.3rem;
    text-align: center;
    font-weight: normal;
    font-family: inherit;
    color: #000;
    line-height: 1.4; }
  .profile .profile-complete .profile-complete__progress {
    position: relative; }
    .profile .profile-complete .profile-complete__progress .progress {
      width: 70%;
      margin: 1.5rem auto;
      height: 1.3rem;
      color: #000; }
      @media only screen and (max-width: 991px) {
        .profile .profile-complete .profile-complete__progress .progress {
          width: 50%; } }
      .profile .profile-complete .profile-complete__progress .progress::before {
        content: " Profile progress";
        position: absolute;
        left: 0;
        top: -4px;
        font-size: 1.1rem;
        color: #777;
        text-transform: capitalize; }
        @media only screen and (max-width: 360px) {
          .profile .profile-complete .profile-complete__progress .progress::before {
            left: -14px;
            top: -2px; } }
      .profile .profile-complete .profile-complete__progress .progress::after {
        content: " Complete profile";
        position: absolute;
        right: 0;
        top: -4px;
        font-size: 1.1rem;
        color: yellow;
        text-transform: capitalize;
        font-weight: 600; }
        @media only screen and (max-width: 360px) {
          .profile .profile-complete .profile-complete__progress .progress::after {
            right: -14px;
            top: -2px; } }
    .profile .profile-complete .profile-complete__progress .progress-bar {
      background-color: yellow;
      color: #777;
      font-size: 1.1rem; }
.profile .customer-details-left {
  border-right: 1px solid rgba(119, 119, 119, 0.5);
  padding-right: 0; }
.profile .profile-details__basics {
  padding: 2rem 0 2rem 0rem; }
  .profile .profile-details__basics ul li {
    margin: 2rem 0; }
    .profile .profile-details__basics ul li i {
      font-size: 15px;
      background-color: #ffd500;
      width: 30px;
      height: 30px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      line-height: 2; }
    .profile .profile-details__basics ul li span {
      padding-left: 1rem;
      font-size: 1.35rem;
      color: #000; }
.profile .customer-list__details {
  padding: 2rem 0 2rem 0rem; }

.list-item {
  margin: 1rem 0 2rem; }
  .list-item h3 {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    margin-bottom: .5rem; }
  .list-item .list-item__content table {
    width: 100%; }
    .list-item .list-item__content table td {
      padding-left: 5% !important; }
      @media only screen and (max-width: 991px) and (min-width: 767px) {
        .list-item .list-item__content table td {
          padding: 2% !important; } }
    .list-item .list-item__content table tr, .list-item .list-item__content table td, .list-item .list-item__content table th {
      padding: .5rem;
      color: #777;
      font-size: 1.2rem; }
    .list-item .list-item__content table th {
      font-weight: 600;
      position: relative;
      text-transform: capitalize;
      padding-left: 1.8rem; }
      .list-item .list-item__content table th:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background-color: #000;
        right: 0;
        top: 16px; }
        @media only screen and (max-width: 767px) {
          .list-item .list-item__content table th:after {
            top: 10px; } }
        @media only screen and (max-width: 510px) {
          .list-item .list-item__content table th:after {
            opacity: 0; } }
      .list-item .list-item__content table th:before {
        position: absolute;
        content: "";
        font-size: 20px;
        background-color: yellow;
        width: 8px;
        height: 8px;
        left: 0px;
        top: 11px; }
        @media only screen and (max-width: 767px) {
          .list-item .list-item__content table th:before {
            top: 8px; } }
    .list-item .list-item__content table td {
      color: #000; }
      .list-item .list-item__content table td a {
        color: #000; }

.left-navigation {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
  .left-navigation .profile-pic {
    background-color: yellow;
    padding: 2rem;
    text-align: center; }
    .left-navigation .profile-pic i {
      font-size: 6rem;
      color: #000; }
    .left-navigation .profile-pic h4 {
      color: #000;
      font-weight: 600;
      font-size: 1.4rem;
      text-transform: uppercase;
      margin-top: .5rem; }
  .left-navigation .listbuttons {
    background-color: #fff; }
  .left-navigation .myprofile-link {
    border-bottom: 1px solid rgba(119, 119, 119, 0.5);
    color: #000;
    padding: 1rem;
    font-size: 1.3rem;
    display: block;
    text-transform: capitalize;
    text-decoration: none; }
    .left-navigation .myprofile-link:hover {
      color: #f7d917;
      background-color: #777; }
  .left-navigation .edit-profile {
    float: right;
    line-height: 1.7; }
  .left-navigation .customer-list-menu h3 {
    padding: 1.5rem 1rem .5rem 1rem;
    font-size: 1.3rem;
    border-bottom: 1.4px dashed yellow;
    color: #000; }
  .left-navigation .customer-list-menu ul li a {
    padding: .5rem 1rem;
    font-size: 1.3rem;
    display: block;
    border-bottom: 1px solid rgba(119, 119, 119, 0.5);
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    transition: all .5s ease; }
    .left-navigation .customer-list-menu ul li a:hover {
      color: yellow;
      background-color: #777; }

.gold-tab-active {
  color: yellow !important;
  background-color: #777 !important; }

.list-section {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  margin: 1.5rem 0; }
  .list-section .section-header {
    background-color: yellow;
    padding: 1rem; }
  .list-section .section-title {
    float: left;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #000; }
  .list-section .section-edit {
    float: right;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none; }
  .list-section .section-content {
    padding: 1rem; }
  .list-section .section-content__display ul {
    margin-left: 2%; }
    @media only screen and (max-width: 767px) {
      .list-section .section-content__display ul {
        margin-left: 3%; } }
    .list-section .section-content__display ul li {
      font-size: 1.3rem;
      margin: .5rem 0;
      position: relative;
      text-transform: capitalize; }
      .list-section .section-content__display ul li:before {
        position: absolute;
        content: "";
        font-size: 20px;
        background-color: #f7d917;
        width: 8px;
        height: 8px;
        left: -16px;
        top: 7px; }
  .list-section .section-content__display th {
    color: #000 !important; }

.list_bts_wrap {
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  margin-top: 1rem;
  padding-top: .5rem; }
  .list_bts_wrap button {
    margin: .5rem;
    text-transform: uppercase;
    float: right; }

.gold-list .title-main {
  text-align: center; }
  .gold-list .title-main:before {
    width: 17.5rem; }

.link-details .link-item {
  margin: .5rem 0; }
  .link-details .link-item .link-name {
    width: 30%;
    float: left;
    padding-left: 2%;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .link-details .link-item .link-name {
        padding-left: 3%; } }
    .link-details .link-item .link-name:before {
      position: absolute;
      content: "";
      font-size: 20px;
      background-color: yellow;
      width: 8px;
      height: 8px;
      left: 0px;
      top: 6px; }
  .link-details .link-item .link-address {
    width: 70%;
    float: left;
    position: relative;
    padding-left: 2%; }
    .link-details .link-item .link-address a {
      color: #000;
      font-size: 1.2rem;
      text-decoration: none; }
    .link-details .link-item .link-address:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 1px;
      display: block;
      background-color: #000;
      left: 0;
      top: 10px; }
    @media only screen and (max-width: 991px) {
      .link-details .link-item .link-address {
        padding-left: 3%; } }

.about-us-wrap {
  margin-top: 6.5rem; }

.about-banner {
  background: linear-gradient(rgba(17, 122, 139, 0.5), rgba(255, 213, 0, 0.6)), url("../img/internal/urban_about.jpg") center center no-repeat fixed;
  background-color: rgba(255, 213, 0, 0.6);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-position: center center;
  height: 25rem;
  position: relative; }
  .about-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .about-banner__content h1 {
      color: #fff;
      font-size: 5rem; }
      @media only screen and (max-width: 767px) {
        .about-banner__content h1 {
          font-size: 4rem; } }

.company {
  background-color: yellow;
  padding: 2rem 0rem 2rem; }
  .company .company-content__text {
    padding: 1.5rem 0; }
    .company .company-content__text-item {
      font-size: 1.35rem;
      font-weight: normal;
      font-family: inherit;
      color: #000;
      line-height: 1.6;
      text-align: justify; }

.mission .mission-wrap {
  padding: 2rem 0; }
.mission .mission-info__text {
  font-size: 1.4rem;
  color: #4C4C4C;
  line-height: 1.4;
  text-align: justify;
  margin: 2rem 0; }
.mission .achievement .achiev-item {
  width: 50%;
  float: left;
  padding: .5rem;
  text-align: center; }
  .mission .achievement .achiev-item__name, .mission .achievement .achiev-item__for {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: .5rem 0;
    display: block; }
    .mission .achievement .achiev-item__name:first-letter, .mission .achievement .achiev-item__for:first-letter {
      text-transform: capitalize; }
  .mission .achievement .achiev-item__count {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background-color: yellow;
    color: #000;
    position: relative;
    font-size: 2rem;
    line-height: 4.5;
    font-weight: 600; }
    .mission .achievement .achiev-item__count:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 1.6rem 1.6rem 0;
      border-color: yellow rgba(0, 0, 0, 0);
      display: block;
      width: 0;
      z-index: 1;
      bottom: 0;
      left: 6.2rem;
      transform: rotate(-45deg); }

.whatWeDo {
  background-color: #f7f7f7;
  padding: 2rem 0 3rem; }
  .whatWeDo h1 {
    margin-bottom: 2rem; }
  .whatWeDo .makeUse {
    margin-left: 3%; }
    .whatWeDo .makeUse li {
      color: #000;
      font-size: 1.4rem;
      line-height: 1.4;
      margin-bottom: .5rem;
      list-style-type: disc;
      text-align: justify; }
  .whatWeDo .contactus {
    margin: 2rem 0;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid rgba(119, 119, 119, 0.2); }
    .whatWeDo .contactus p {
      color: #000;
      font-size: 1.8rem;
      line-height: 1.7;
      margin-bottom: 1rem; }
    .whatWeDo .contactus a {
      float: none;
      font-size: 1.6rem;
      width: 20%; }
      @media only screen and (max-width: 991px) {
        .whatWeDo .contactus a {
          width: 30%; } }
      @media only screen and (max-width: 467px) {
        .whatWeDo .contactus a {
          width: 50%; } }

.feedback-banner {
  background: linear-gradient(to right, rgba(247, 217, 23, 0.13), rgba(247, 217, 23, 0.3)), url("../img/internal/question-mark.jpg") no-repeat scroll center;
  background-color: rgba(255, 213, 0, 0.6);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  height: 35rem;
  margin-top: 6.5rem;
  position: relative; }
  @media only screen and (max-width: 567px) {
    .feedback-banner {
      margin-top: 9.9%; } }
  .feedback-banner .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 567px) {
      .feedback-banner .feedback-content {
        width: 100%;
        padding: 1rem; } }
    .feedback-banner .feedback-content h1 {
      font-size: 5rem;
      text-align: center;
      color: yellow; }
      @media only screen and (max-width: 991px) {
        .feedback-banner .feedback-content h1 {
          font-size: 4rem;
          line-height: 1.6; } }
    .feedback-banner .feedback-content p {
      color: #fff;
      font-weight: normal;
      font-size: 1.8rem;
      line-height: 2;
      text-align: center; }
      @media only screen and (max-width: 991px) {
        .feedback-banner .feedback-content p {
          font-size: 1.5rem;
          line-height: 1.6; } }

.feedback {
  background-color: #f7f7f7;
  padding-bottom: 2rem; }

.feedback-form__wrap {
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0; }
  @media only screen and (max-width: 991px) {
    .feedback-form__wrap {
      width: 100%; } }
.feedback-form h1 {
  text-align: center;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  padding: 1rem;
  margin: 0 1.5rem 2rem; }
.feedback-form .form_holder select {
  text-transform: capitalize; }

.worldwide-banner {
  background: linear-gradient(to right, rgba(247, 217, 23, 0.61), rgba(254, 220, 3, 0.55)), url("../img/internal/worldwide.jpg") no-repeat scroll center;
  background-color: rgba(255, 213, 0, 0.6);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  height: 28rem;
  margin-top: 6.5rem;
  position: relative; }
  @media only screen and (max-width: 567px) {
    .worldwide-banner {
      margin-top: 9.9%; } }

.worldwide-content h1 {
  color: #000 !important; }

.yellow-worldwide {
  background-color: #f7f7f7;
  padding: 3rem 0 5rem; }
  .yellow-worldwide .worldwide-item {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-top: 2px solid yellow;
    margin: 2rem 0;
    transition: all .5s ease;
    min-height: 230px; }
    @media only screen and (max-width: 992px) and (min-width: 768px) {
      .yellow-worldwide .worldwide-item {
        padding: 2rem 1rem;
        min-height: 237px; } }
    @media only screen and (max-width: 575px) {
      .yellow-worldwide .worldwide-item {
        min-height: 200px; } }
    .yellow-worldwide .worldwide-item:hover {
      background-color: yellow; }
    .yellow-worldwide .worldwide-item .worldwide-item-main {
      text-decoration: none; }
      .yellow-worldwide .worldwide-item .worldwide-item-main:hover {
        text-decoration: none; }
    .yellow-worldwide .worldwide-item__country {
      font-size: 1.8rem;
      font-weight: 600;
      color: #000;
      display: block; }

.specific-link {
  font-size: 1.4rem;
  color: #000;
  display: block;
  word-break: break-all; }
  @media only screen and (max-width: 992px) and (min-width: 768px) {
    .specific-link {
      font-size: 1.2rem; } }

.online-listing {
  margin-top: 6.5rem;
  background-color: #f7f7f7;
  padding-bottom: 3rem; }

.on-list-wrap {
  padding: 3rem 0; }
  .on-list-wrap h1 {
    margin-bottom: 2rem;
    /* text-align: center; */ }
  .on-list-wrap .contactus .header-searchBtn {
    float: none; }
    @media only screen and (max-width: 991px) {
      .on-list-wrap .contactus .header-searchBtn {
        width: 20%; } }
    @media only screen and (max-width: 767px) {
      .on-list-wrap .contactus .header-searchBtn {
        width: 40%; } }

.listing-online-item {
  width: 25%;
  background-color: #fff;
  float: left;
  border: 1px solid rgba(119, 119, 119, 0.2);
  min-height: 55rem;
  margin: 2rem 0; }
  @media only screen and (max-width: 767px) {
    .listing-online-item {
      width: 50%; } }
  @media only screen and (max-width: 576px) {
    .listing-online-item {
      width: 100%; } }

.list-on-header {
  background-color: yellow;
  padding: 2.5rem;
  text-align: center;
  position: relative; }
  .list-on-header h3 {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: inherit;
    line-height: 2;
    padding-bottom: 3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }

.list-major {
  background-color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 90%;
  border: 1px solid yellow;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 576px) {
    .list-major {
      width: 7rem;
      height: 7rem; } }
  .list-major p {
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #000;
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .list-major img {
      width: 50px;
      height: 50px; } }
  @media only screen and (max-width: 576px) {
    .list-major img {
      width: 32px;
      height: 32px; } }

.list-details {
  padding: 3.5rem 0 0; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .list-details {
      min-height: 605px; } }
  .list-details ul li {
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    padding: 1.2rem;
    font-size: 1.4rem;
    color: #000;
    font-family: inherit;
    text-align: center;
    display: block; }
    .list-details ul li:first-letter {
      text-transform: capitalize; }

.help-wrap .help-item {
  margin-bottom: 2.5rem; }
.help-wrap .primary-title {
  font-size: 1.8rem !important;
  margin-bottom: .5rem;
  line-height: 1.4;
  text-align: justify; }
.help-wrap .title-p-text {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
  text-align: justify; }
.help-wrap ul {
  margin-left: 3%; }
  .help-wrap ul li {
    font-size: 1.4rem;
    color: #777;
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.4;
    list-style-type: disc;
    text-align: justify; }

.list-bronze {
  background-color: #ED9D5D; }

.list-gold {
  background-color: #FACA52; }

.list-silver {
  background-color: #E5E5E5; }

.advertise_banner {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("../img/internal/crowd.jpg") no-repeat scroll center;
  background-color: rgba(255, 213, 0, 0.6);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  height: 30rem;
  margin-top: 6.5rem;
  position: relative; }
  @media only screen and (max-width: 567px) {
    .advertise_banner {
      margin-top: 9.9%; } }

.print-yellow .print-yellow-wrap {
  padding: 2rem 0; }
  .print-yellow .print-yellow-wrap .print-img {
    width: 20rem;
    height: 20rem;
    background-color: yellow;
    border-radius: 50%;
    margin: 5rem auto;
    display: flex;
    align-items: center;
    justify-content: center; }

.dimention-table {
  margin: 1rem 0; }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .dimention-table {
      padding-left: 10%; } }
  .dimention-table table {
    width: 50%;
    border: 1px solid #777;
    float: left; }
    @media only screen and (max-width: 991px) {
      .dimention-table table {
        width: 100%;
        margin-bottom: 1rem; } }
  .dimention-table td, .dimention-table th {
    font-size: 1.3rem;
    font-weight: normal;
    color: #000;
    padding: .3rem 1rem;
    border: 1px solid #777; }
  .dimention-table th {
    font-weight: 600; }

.dimension-units {
  width: 50%;
  float: left;
  padding: 0 1rem; }
  @media only screen and (max-width: 991px) {
    .dimension-units {
      width: 100%;
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .dimension-units {
      padding-left: 10%; } }
  .dimension-units h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    padding: 0 1rem 1rem; }
  .dimension-units li {
    font-size: 1.3rem;
    font-weight: normal;
    color: #000;
    padding: .3rem 1rem;
    margin-bottom: .5rem; }

.timeline-section {
  margin-top: 15px; }
  .timeline-section .secondary-title {
    text-align: center;
    padding: 1.5rem 0; }

.timeline {
  position: relative;
  margin: 2rem 0;
  /*  max-width: 1200px;
  margin: 0 auto; */ }
  .timeline:after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: rgba(119, 119, 119, 0.1);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px; }
    @media only screen and (max-width: 767px) {
      .timeline:after {
        left: 15px; } }
  .timeline .container-timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .timeline .container-timeline {
        width: 100%; } }
    .timeline .container-timeline:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      right: -6px;
      background-color: white;
      border: 4px solid yellow;
      top: 25px;
      border-radius: 50%;
      z-index: 1; }
  .timeline .left {
    left: 0; }
    .timeline .left::after {
      right: -6px; }
      @media only screen and (max-width: 767px) {
        .timeline .left::after {
          left: .7rem; } }
    .timeline .left::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      right: 30px;
      border: medium solid white;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #f1f1f1; }
      @media only screen and (max-width: 767px) {
        .timeline .left::before {
          content: " ";
          height: 0;
          position: absolute;
          top: 22px;
          width: 0;
          z-index: 1;
          left: 30px;
          border: medium solid white;
          border-width: 10px 10px 10px 0;
          border-color: transparent #f1f1f1 transparent transparent; } }
  .timeline .right {
    left: 50%; }
    @media only screen and (max-width: 767px) {
      .timeline .right {
        left: 0%; } }
    .timeline .right::after {
      left: -9px; }
      @media only screen and (max-width: 767px) {
        .timeline .right::after {
          left: .7rem; } }
    .timeline .right::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      left: 30px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent #f1f1f1 transparent transparent; }
  .timeline .content {
    padding: 20px 30px;
    background-color: rgba(119, 119, 119, 0.1);
    position: relative;
    border-radius: 6px; }
    .timeline .content h2 {
      font-weight: 600;
      font-size: 1.45rem;
      text-transform: capitalize;
      margin-bottom: 1rem; }
    .timeline .content p {
      font-weight: normal;
      font-size: 1.3rem;
      line-height: 1.5; }
      .timeline .content p:first-letter {
        text-transform: capitalize; }

.contact-info__address {
  margin: 2rem 0; }

.contact-information .contact-info {
  padding: 2rem 0; }
  .contact-information .contact-info .secondary-title {
    text-align: center; }
  .contact-information .contact-info > p {
    text-align: center; }
  .contact-information .contact-info__address-item {
    background-color: yellow;
    padding: 5% 20px 25% 20px;
    /* margin: 15px; */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    min-height: 29rem; }
    @media only screen and (max-width: 991px) {
      .contact-information .contact-info__address-item {
        margin: 1.5rem 0;
        min-height: 38rem; } }
    @media only screen and (max-width: 767px) {
      .contact-information .contact-info__address-item {
        margin: 1.5rem 0;
        min-height: 20rem;
        padding: 5% 20px 15% 20px; } }
    @media only screen and (max-width: 576px) {
      .contact-information .contact-info__address-item {
        min-height: 30rem; } }
    .contact-information .contact-info__address-item h2 {
      font-size: 1.8rem;
      color: #000;
      margin-bottom: 1rem;
      font-weight: 600;
      text-transform: uppercase; }
  .contact-information .contact-info__address-details {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.4;
    padding-bottom: 1.5rem;
    clear: both; }
    .contact-information .contact-info__address-details .sm-icon-span {
      width: 30%;
      float: left;
      font-weight: 600; }
      @media only screen and (max-width: 991px) and (min-width: 768px) {
        .contact-information .contact-info__address-details .sm-icon-span {
          width: 100%; } }
    .contact-information .contact-info__address-details .sm-text-span {
      width: 70%;
      float: right; }
      @media only screen and (max-width: 991px) and (min-width: 768px) {
        .contact-information .contact-info__address-details .sm-text-span {
          width: 100%; } }
  .contact-information .contact-info .address-item3 {
    background-color: #777;
    color: yellow; }
    .contact-information .contact-info .address-item3 h2 {
      color: yellow; }
    .contact-information .contact-info .address-item3 a {
      color: yellow;
      padding: 1rem 0;
      text-decoration: none;
      font-size: 1.4rem;
      clear: both;
      display: block; }
      .contact-information .contact-info .address-item3 a i {
        padding-right: .5rem; }
        @media only screen and (max-width: 991px) and (min-width: 768px) {
          .contact-information .contact-info .address-item3 a i {
            display: none; } }
      @media only screen and (max-width: 991px) and (min-width: 768px) {
        .contact-information .contact-info .address-item3 a {
          font-size: 1.15rem; } }

.products-services {
  margin-top: 7rem; }

.products {
  padding: 2rem 0; }
  .products .secondary-title {
    text-align: center;
    padding: 1rem; }

.product-title {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 0;
  color: #000; }

.product-img img {
  width: 100%;
  padding: 1rem; }

.services {
  margin: 2rem 0 3rem; }
  .services h2 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 0;
    color: #000; }
  .services .secondary-title {
    text-align: center;
    padding: 1rem; }

.product-content p {
  text-align: justify; }

.logout-wrapper {
  margin-top: 6.5rem; }
  .logout-wrapper .content {
    position: relative;
    height: 60vh;
    padding: 30px 10px; }
    .logout-wrapper .content h1 {
      font-family: inherit;
      font-size: 126px;
      font-weight: 200;
      margin: 0px;
      background: linear-gradient(130deg, #ffa34f, #ff6f68);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .logout-wrapper .content h1 {
          font-size: 100px; } }
      @media only screen and (max-width: 767px) {
        .logout-wrapper .content h1 {
          font-size: 70px; } }
    .logout-wrapper .content .button-rounded {
      font-size: 1.4rem;
      padding: 1rem; }
    .logout-wrapper .content .login-sm-btn {
      color: #ff6f68;
      font-weight: 200;
      text-decoration: none;
      border-bottom: 1px dashed #ff6f68;
      border-radius: 2px;
      padding: 0; }
    .logout-wrapper .content .content-text {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .logout-wrapper .content .content-text {
          width: 100%;
          padding: 1rem 3rem; } }
    .logout-wrapper .content p {
      font-size: 1.6rem;
      font-weight: 200;
      margin-top: 0px; }
    .logout-wrapper .content h4 {
      font-size: 2.4rem;
      font-weight: 200;
      text-transform: uppercase;
      margin-top: 0px;
      margin-bottom: 15px;
      letter-spacing: 3px; }
      @media only screen and (max-width: 767px) {
        .logout-wrapper .content h4 {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 576px) {
        .logout-wrapper .content h4 {
          font-size: 1.6rem; } }
    .logout-wrapper .content > a {
      padding: 10px;
      font-size: 1.4rem; }

.sucess-text {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  padding: 2rem;
  background-color: #fff; }

.success-tick {
  background-color: #6aaa07;
  padding: 10px;
  margin-bottom: 0 !important; }
  .success-tick i {
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    color: #6aaa07; }

.success-msg {
  font-size: 2.4rem;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .success-msg {
      font-size: 2rem; } }
  @media only screen and (max-width: 576px) {
    .success-msg {
      font-size: 1.8rem; } }

.privacy-listing {
  background-color: #fff; }

.privacy-wrap {
  padding: 2rem 0; }

.title-text-sm, .privacy-list li, .wrap-list p {
  font-size: 1.3rem;
  font-weight: normal;
  font-family: inherit;
  color: #777;
  line-height: 1.5;
  text-align: justify; }
  .title-text-sm:first-letter, .privacy-list li:first-letter, .wrap-list p:first-letter {
    text-transform: capitalize; }

.wrap-list p {
  margin: .5rem 0; }

.privacy-list {
  margin-left: 2%; }
  .privacy-list li {
    list-style-type: disc !important;
    text-align: justify; }

.primary-title-header {
  font-size: 1.5rem;
  color: #777;
  font-weight: 600;
  margin: 2rem 0 .5rem; }

/*# sourceMappingURL=styles.css.map */
