.option-input2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px !important;
  width: 18px !important;
  transition: all .15s ease-out 0s;
  background: #cbd1d8;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: 0 !important;
  outline: 0;
  position: relative;
  z-index: 8;
  border-radius: 50%;
  margin-right: 5px !important;
  margin-top: 0 !important;
  vertical-align: top
}

.option-input2::after {
  border-radius: 50%
}

.option-input2:checked {
  background: #1f174b
}

.option-input2:checked::before {
  height: 24px;
  width: 18px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 11.6667px;
  text-align: center;
  line-height: 20px
}

.option-input2:checked::after {
  -webkit-animation: click-wave .65s;
  -moz-animation: click-wave .65s;
  animation: click-wave .65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100
}

.pad_01 {
  padding: 0
}

.lan_txt {
  font-size: 13px
}

.add_your_ad {
  background: #2c2c2c url(../img/background.jpg);
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  margin-bottom: 40px
}

.inner_add_your {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, .8);
  left: 0;
  height: 100%;
  width: 100%
}

.inner_forgot {
  padding: 100px 0
}

.main_forgot {
  width: 60%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 5px #c8c8c8;
  height: auto;
  padding: 50px 50px;
  position: relative;
  overflow: hidden
}

.main_forgot:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 66px solid #0c425b;
  border-right: 65px solid transparent;
  position: absolute;
  top: 0;
  left: 0
}

.enter_email_div {
  width: 80%;
  margin: 0 auto
}

.enter_email_div h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #08435b;
  position: relative;
  margin-bottom: 39px
}

.enter_email_div h3:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  background: linear-gradient(to right, #124f67, #1a80aa);
  width: 50px;
  height: 2px;
  border-radius: 50px
}

.enter_email_div img {
  position: absolute;
  top: 60%;
  right: 5px;
  width: 20px;
  transform: translateY(-50%)
}

.send_email {
  background-color: #aeafb0;
  padding: 8px 32px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 12px;
  color: #2c2c2c;
  transition: .2s all;
  font-size: 14px;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px
}

.send_email:hover {
  background-color: #0d425a;
  color: #fff;
  transition: .2s all
}

.send_email i {
  margin-left: 3px
}

.success_msg p {
  margin-bottom: 0;
  font-weight: 700
}

.success_msg {
  background-color: #7cbf7c;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  transition: .5s all
}

.tr100 {
  bottom: 0 !important
}

.inner_s_msg {
  position: relative
}

.inner_s_msg i {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px
}

.inner_s_msg i:hover {
  cursor: pointer;
  color: #0d425a
}

.inner_change {
  padding: 75px 0
}

.main_change {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 5px #c8c8c8;
  height: auto;
  padding: 50px 50px;
  position: relative;
  overflow: hidden
}

.main_change::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 66px solid #0c425b;
  border-right: 65px solid transparent;
  position: absolute;
  top: 0;
  left: 0
}

.enter_password {
  width: 90%;
  margin: 0 auto
}

.enter_password h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #08435b;
  position: relative;
  margin-bottom: 39px
}

.enter_password h3::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  background: linear-gradient(to right, #124f67, #1a80aa);
  width: 50px;
  height: 2px;
  border-radius: 50px
}

.new_password {
  background-color: #aeafb0;
  padding: 8px 32px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 12px;
  color: #2c2c2c;
  transition: .2s all;
  font-size: 14px;
  border: 0;
  font-weight: 700;
  margin-bottom: 25px
}

.new_password i {
  margin-left: 3px
}

.new_password:hover {
  background-color: #0d425a;
  color: #fff;
  transition: .2s all
}

.loader {
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid #0c425b;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 139px;
  top: 16px;
  display: none
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.loader_1 {
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid #0c425b;
  width: 30px;
  height: 30px;
  -webkit-animation: spincp 2s linear infinite;
  animation: spincp 2s linear infinite;
  position: absolute;
  left: 313px;
  top: 329px;
  display: none
}

@-webkit-keyframes spincp {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spincp {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.error_msg {
  background-color: #fb3d3d;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  transition: .5s all
}

.error_p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700
}

#btn {
  display: inline-block;
  border-radius: 50px;
  color: #2c2c2c;
  background-color: #aeafb0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 20px;
  transform: translateY(-2px)
}

#btn:hover {
  background-color: #08435c;
  color: #fff
}

.select_1 {
  display: inline-block;
  width: 200px;
  border-radius: 0
}

.search {
  display: inline-block;
  border-radius: 0;
  background-color: #08435c;
  color: #fff
}

.search:hover {
  color: #fff
}

.select_2 {
  width: 200px;
  display: inline-block;
  border-radius: 0
}

.search_1 {
  padding: 10px 0;
  margin-bottom: 20px !important
}

.r_section {
  padding: 10px 20px;
  margin-bottom: 20px !important;
  background-color: #eaeaea;
  box-shadow: 1px 1px 5px #c8c8c8
}

.r_section p {
  color: #000;
  margin-bottom: 0
}

.r_section h5 {
  font-weight: 700;
  margin: 10px 0
}

.rating_section_2 {
  box-shadow: 1px 1px 5px #c8c8c8;
  background-color: #fff;
  padding: 25px 0
}

.rating_section_2 p {
  margin-bottom: 0;
  color: #555;
  font-size: 13px
}

.rating_section_2 h5 a {
  padding-left: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #08435b;
  margin-bottom: 10px
}

.phone_no {
  color: #2c2c2c !important
}

.rating_1 {
  width: 60%
}

.rating_2 {
  width: 45%
}

.rating_3 {
  width: 53%
}

.wrap_1 {
  padding: 75px 0
}

.review_1 {
  background-color: #fff;
  box-shadow: 1px 1px 5px #c8c8c8;
  padding: 15px 0
}

.phone_no_h4 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700
}

.review_1 p {
  color: #000;
  margin-bottom: 0
}

.wrap_2 {
  padding: 75px 0
}

.review_1 h3 {
  font-weight: 700;
  font-size: 20px;
  color: #08435b;
  margin-bottom: 25px;
  position: relative
}

.profile_link {
  padding: 10px 20px
}

.profile_link li {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px
}

.Profile_1 {
  padding: 15px 20px
}

.Profile_1 h4 {
  font-weight: 700;
  color: #08435b
}

.Profile_1 p {
  font-size: 13px
}

.profile_img {
  padding: 20px 0
}

.profile_img li {
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  background: 0 0
}

.service_1 li:before {
  content: '';
  position: absolute;
  background-color: #08435b;
  width: 5px;
  height: 5px;
  left: 0;
  top: 9px
}

.service_1 li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  display: block;
  background: 0 0;
  font-weight: 400
}

.sec_m {
  margin-bottom: 30px
}

.sec_m p:first-of-type {
  color: #000;
  margin-bottom: 5px;
  font-weight: 700
}

.review_1 h3 img {
  width: 35px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle
}

.r_section0 {
  padding: 10px 20px;
  margin-bottom: 20px !important;
  background-color: #eaeaea;
  box-shadow: 1px 1px 5px #c8c8c8
}

.r_section0 h5 {
  font-weight: 700;
  color: #0e4259;
  margin-bottom: 7px;
  margin-top: 15px
}

.r_section0 p {
  font-weight: 700
}

.inner_tab_3 {
  padding: 25px 0
}

.ad_color {
  background-color: #0e4259 !important;
  color: #fff;
  outline: 0;
  box-shadow: none
}

.fancybox-container {
  z-index: 99999999
}

.services_box {
  padding: 15px 0
}

.services_box h4 {
  margin-bottom: 5px
}

.services_box h4 a {
  font-size: 22px;
  color: #0c77a2;
  font-weight: 700;
  position: relative
}

.services_box h4 a:hover {
  color: #08435b
}

.services_box p {
  color: #888
}

.v_p_de {
  background-color: #aeafb0;
  border: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-top: 7px;
  display: inline-block;
  transition: .3s all linear
}

.v_p_de:hover {
  transition: .3s all linear;
  color: #fff;
  background-color: #0d425a
}

.ser_share {
  display: inline-block
}

.social-nav {
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle
}

.social-nav li {
  display: inline-block
}

.social-nav a {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 29px;
  background: #2c2c2c;
  position: relative;
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.ser_share p {
  display: inline-block;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 0
}

.carousel-inner {
  position: relative;
  width: 100%
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x
}

.carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x
}

.carousel-control {
  opacity: 1
}

.p9 p {
  font-weight: 400
}

.Write_review {
  padding: 75px 0
}

.Write_review h3 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #0d425a
}

.section_form {
  box-shadow: 1px 1px 5px #c8c8c8;
  background-color: #fff;
  padding: 50px 50px;
  position: relative
}

.section_form .r_bt0 {
  display: block
}

.section_form::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 66px solid #0c425b;
  border-right: 65px solid transparent
}

.section_form h5 {
  color: #08435b;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700
}

.form_review1 h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 700
}

.form_review1 .option-input {
  height: 20px;
  width: 20px;
  top: 5px
}

.form_review1 .r_bt0 label {
  margin-bottom: 0;
  font-weight: 400 !important
}

.form_review1 .option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 13.66667px;
  text-align: center;
  line-height: 22px
}

.Mb_30 {
  margin-bottom: 30px !important
}

.r_Next {
  font-weight: 700;
  color: #2c2c2c;
  padding: 7px 50px;
  border-radius: 50px
}

.r_Next:hover {
  color: #fff;
  background-color: #08435b
}

.r_btn {
  text-align: center;
  margin-top: 50px;
  position: relative
}

.text_Phone {
  text-align: center;
  font-weight: 700;
  width: 200px
}

.rating1 {
  border: none;
  float: left
}

.rating1>input {
  display: none
}

.rating1>label:before {
  margin: 5px 3px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"
}

.rating1>.half:before {
  content: "\f089";
  position: absolute
}

.rating1>label {
  color: #cbd1d9 !important;
  float: right;
  font-size: 16px !important
}

.rating1:not(:checked)>label:hover,
.rating1:not(:checked)>label:hover~label,
.rating1>input:checked~label {
  color: #e7711b !important
}

.rating1>input:checked label:hover label,
.rating1>input:checked+label:hover,
.rating1>input:checked~label:hover,
.rating1>label:hover input:checked label {
  color: #e7711b
}

.group_02 {
  position: relative;
  display: inline-block;
  margin-left: 20px
}

.group_02 .form-control {
  font-size: 14px;
  padding: 10px 30px 5px 5px;
  color: #0b425d;
  font-weight: 400;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  -webkit-border-bottom: 1px solid #757575;
  border-radius: 0
}

.form_review2 h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 700
}

.form_review2 .form-control {
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  color: #0b425d !important;
  font-weight: 400;
  padding: 6px 15px 6px 5px;
  font-size: 14px;
  text-align: left
}

.more_review_section {
  background-color: #fff;
  margin-top: 45PX;
  box-shadow: 1px 1px 5px #c8c8c8;
  background-color: #fff;
  padding: 30px 15px;
  position: relative
}

.com_logo_01 img {
  margin: 0 auto
}

.more_review_section h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 5px
}

.more_review_section p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px
}

.inner_job:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 66px solid #0c425b;
  border-right: 65px solid transparent;
  position: absolute;
  top: 0;
  left: 0
}

.inner_job {
  position: relative
}

.add_head {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 15px !important;
  color: #08435b !important
}

.add_p {
  line-height: 16px;
  color: #7a7a7a !important
}

.arrow_next {
  right: -25px
}

.arrow_prev {
  left: -25px
}

.i_d2 {
  padding: 15px 15px
}

.inner_fil_box h1 {
  color: #2c2c2c;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 0
}

.ad_btn_spn {
  background-color: #1f174b;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px
}

.ad_btn_spn a {
  color: #fff
}

.remove_button {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 16px;
  color: #008ea0
}

.error {
  color: red !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  width: 100%
}

.btn_spn {
  display: inline-block;
  float: right
}

.close {
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
  text-shadow: none;
  background-color: transparent !important;
  color: #2c2c2c !important
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff;
  border-top: 5px solid #008ea0
}

.modal #pricing-table {
  margin: 0
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #2c2c2c;
  font-weight: 600
}

.modal-content {
  box-shadow: none;
  border: 0
}

.inner_map_sec {
  padding: 40px 0
}

.inner_map_filter {
  background-color: #fff;
  padding: 20px 15px
}

.inner_map_filter h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0
}

.inner_map_filter h3 font {
  font-size: 18px;
  line-height: 24px
}

.dropdown_pr1 {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  transition: all .5s ease;
  position: relative;
  font-size: 13px;
  color: #2c2c2c;
  height: 40px;
  text-align: left;
  outline: 0;
  margin-right: 3px;
  border: 1px solid #e8e8e8
}

.dropdown_pr1 .select {
  cursor: pointer;
  display: block;
  padding: 8px 7px;
  height: 40px
}

.dropdown_pr1 .select>i {
  font-size: 13px;
  color: #008ea0;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px;
  outline: 0
}

.dropdown_pr1:active {
  background-color: #f8f8f8
}

.dropdown_pr1.active,
.dropdown_pr1.active:hover {
  background-color: #f8f8f8;
  outline: 0
}

.dropdown_pr1.active .select>i {
  transform: rotate(-180deg)
}

.dropdown_pr1 .dropdown-menu_pr1 {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  overflow: hidden;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9;
  outline: 0;
  padding: 15px 15px !important
}

.dropdown_pr1 .dropdown-menu_pr1 li {
  padding: 8px 10px;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.dropdown_pr1 .dropdown-menu_pr1 {
  padding: 0;
  list-style: none
}

.dropdown_pr1 .dropdown-menu_pr1 li:hover {
  background-color: #7fc8c7;
  color: #fff
}

.dropdown_pr1 .dropdown-menu_pr1 li:active {
  background-color: #7fc8c7;
  color: #fff
}

.inner_map_filter h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px
}

.inner_map_filter_xs h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px
}

.toggle_category2 {
  padding: 15px 15px;
  background-color: #008ea0;
  position: relative;
  color: #fff
}

.toggle_category2 h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600
}

.dropdown-menu_pr1 label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 13px
}

@media (max-width:767px) and (min-width:320px) {
  .inner_map_sec {
    padding: 15px 0
  }
  .toggle_category2 h4 {
    color: #fff
  }
}

.loader_map {
  border: 5px solid transparent;
  border-radius: 50%;
  border-top: 5px solid #008ea0;
  border-right: 5px solid #008ea0;
  border-bottom: 5px solid #008ea0;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  z-index: 100000
}

.map_sec_rel {
  position: relative
}

.pro_soc_link {
  margin-top: 20px
}

.pro_soc_link li {
  display: inline-block;
  margin-right: 13px
}

.pro_soc_link li a {
  color: #008ea0
}

.pro_soc_link li a i {
  font-size: 16px
}

.new_data a {
  color: #1f174b;
  text-decoration: none
}

.major_ {
  margin-bottom: 10px;
  height: 35px;
  overflow: hidden;
  padding: 6px 0
}

.major_ li a {
  background-color: #f8f8f8;
  color: #1a1f24;
  border: 1px solid #e8e8e8;
  padding: 6px 13px;
  font-size: 11px;
  border-radius: 50px
}

.wrap_input_new {
  position: relative;
  margin-bottom: 20px
}

.wrap_input_new .form-control {
  height: 46px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 63px 0 15px
}

.click_let a:hover {
  color: #008ea0
}

.add_pr_tab font font {
  display: block !important
}

.main_d0 a {
  display: inline-block
}

.red_ico_ul li {
  display: inline-block;
  width: 10.9%;
  text-align: center
}

.topl1 {
  width: 185px;
  cursor: pointer
}

.topl2 {
  width: 140px
}

.e_color {
  border-bottom: 3px solid #008ea0
}

.j_color {
  border-bottom: 3px solid #8c1a4d
}

.c12 {
  margin-left: 15px
}

.mar_t {
  margin-top: 20px !important
}

.u1112 {
  margin-top: 20px
}

.all_sit_men {
  position: fixed;
  width: 359px;
  height: 286px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 0;
  top: 70px;
  left: 0;
  z-index: 1000;
  transition: 1s all;
  display: none
}

.all_sit_men img {
  width: 210px
}

.all_sit_men li {
  padding: 19px 0 19px 95px;
  border: 1px solid #f5f5f5
}

.all_sit_men hr {
  margin: 0
}

.all_sit_men li a {
  color: #1f174b;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0
}

.ico_dow {
  margin-top: -3px;
  font-size: 18px;
  padding: 10px 0 10px 0;
  transition: .5s all;
  cursor: pointer
}

.h_auto {
  height: auto;
  transition: .5s all
}

.shw {
  display: block;
  transition: .5s all
}

.logo_spn {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer
}

.logo_spn i {
  position: absolute;
  right: -45px;
  top: 23px;
  font-size: 14px;
  border: 1px solid #2c2c2c;
  width: 25px;
  height: 25px;
  padding: 4px 0;
  text-align: center
}

.rot_dow {
  transform: rotate(-180deg)
}

.logo_spn i:hover {
  background-color: #1f174b;
  color: #fff
}

.find_color {
  border-bottom: 3px solid #2e9fd2
}

.modal-backdrop2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2c2c2c;
  display: none
}

#tab-5 .modal-dialog {
  margin: 150px auto
}

.mod_pro .modal-dialog {
  margin: 210px auto
}

.navbar-nav font font {
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block
}

.goog-te-menu-frame {
  box-shadow: none !important
}

.goog-te-menu-value:before {
  font-family: FontAwesome;
  content: "\f0ac";
  font-size: 15px;
  vertical-align: 0;
  margin-right: 5px
}

.ct-language__dropdown {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 51px;
  left: -78px;
  transition: all .25s ease-in-out;
  width: 150px;
  text-align: center;
  padding-top: 0;
  z-index: 200
}

.ct-language__dropdown li {
  background: #fff;
  padding: 5px !important;
  display: block !important;
  border-bottom: 1px solid #c5c6c6
}

.ct-language__dropdown li a {
  display: block;
  padding: 0 0 !important
}

.ct-language__dropdown li:first-child {
  padding-top: 10px
}

.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-bottom: none !important
}

.ct-language__dropdown li:hover {
  background: #008ea0;
  color: #fff;
  text-decoration: none
}

.ct-language__dropdown li:hover .ct-language__dropdown a {
  color: #fff !important;
  transition: 0s all
}

.ct-language__dropdown li a:hover {
  color: #fff !important;
  text-decoration: none;
  transition: 0s all
}

.ct-language {
  background: #fff;
  color: #2c2c2c;
  margin: 20px 0 !important;
  padding: 4px 25px !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px
}

.ct-language:hover .ct-language__dropdown {
  max-height: 800px;
  overflow: visible
}

body {
  top: 0 !important
}

.ct-language i {
  position: absolute;
  top: 9px;
  right: 10px
}

.ct-language .fa-globe {
  position: absolute;
  top: 9px;
  left: 7px
}

#live-events-placeholder font font {
  vertical-align: inherit;
  white-space: nowrap;
  width: 85px !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: block
}

.desktop a {
  cursor: pointer
}

.desktop select {
  border-radius: 0;
  height: 40px
}

#forget-psswd input {
  border-radius: 0;
  height: 43px
}

#forget-psswd .modal-dialog {
  margin: 150px auto
}

#frgt_pwd button {
  font-weight: 600;
  background-color: #008ea0;
  color: #fff;
  border: none;
  padding: 7px 20px;
  margin-top: 15px
}

#add_loc_form h2 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px
}

#add_loc_form p {
  text-align: center
}

.cls_144 {
  color: #2c2c2c !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 1
}

.membership_sec h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0
}

.new_mob_fil {
  padding: 20px 10px;
  background-color: #fff;
  margin-bottom: 15px
}

.inner_new_mob_fil {
  padding: 6px 0
}

.mr_r0 {
  margin-right: 0 !important
}

.inner_fr_prc {
  display: none;
  padding-top: 15px
}

.inner_fr_typ {
  display: none;
  padding-top: 15px
}

.inner_fr_cat {
  display: none;
  padding-top: 15px
}

.inner_fr_typ {
  display: none padding-top: 15px
}

.new_more_fr {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
  border-top: 5px solid #008ea0;
  right: 0;
  left: 0
}

.new_fr_cls {
  position: fixed;
  top: 18px;
  right: 15px;
  z-index: 100;
  width: 30px;
  height: 30px;
  border: 1px solid #2c2c2c;
  border-radius: 50%;
  text-align: center;
  padding: 2px 0;
  font-size: 15px;
  background-color: #fff
}

.inner_fr_fixbtn {
  position: fixed;
  bottom: 0;
  background-color: #008ea0;
  padding: 10px 0;
  font-weight: 600;
  border: none;
  width: 100%;
  color: #fff;
  cursor: pointer
}

#add_loc_form .close {
  float: unset;
  width: 100%;
  text-align: right;
  color: #2c2c2c !important
}

.location_sec h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 7px
}

.location_sec input {
  border-radius: 0;
  height: 32px;
  margin-top: 15px
}

.inner_rec_ser_his {
  padding: 0;
  padding-bottom: 40px;
  position: relative
}

.inner_rec_ser_his h3 {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 40px;
  color: #2c2c2c;
  margin-top: 0
}

.inner_rec_his_lst {
  margin-right: 10px;
  border: 1px solid #ddd
}

.his_img {
  height: 175px;
  overflow: hidden;
  display: flex;
  width: 100%;
  background-color: #e0e0e0;
  border-bottom: 3px solid #008ea0;
  background-size: cover;
  background-position: center
}

.his_img img {
  width: auto;
  max-height: 100%;
  margin: auto
}

.his_img img:hover {
  transform: scale(2) rotate(12deg);
  transition: 10s all
}

.his_txt h4 {
  color: #2c2c2c;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px
}

.his_txt {
  padding: 15px
}

.his_txt i {
  font-size: 15px;
  color: #008ea0;
  margin-right: 8px
}

.his_txt p {
  font-size: 13px;
  margin-bottom: 8px
}

.his_txt span {
  color: #2c2c2c;
  font-weight: 700;
  margin-right: 11px
}

.full_info_btn {
  background-color: #008ea0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 13px;
  border-radius: 4px
}

.full_info_btn:hover {
  color: #fff
}

.recent_hist a {
  outline: 0
}

.recent_hist a:hover {
  color: #fff
}

.inner_rec_ser_his .arrow_prev1 {
  position: absolute;
  left: -60px;
  background-color: #008ea0;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  padding: 13px 0;
  font-size: 18px;
  cursor: pointer
}

.inner_rec_ser_his .arrow_next1 {
  position: absolute;
  right: -60px;
  background-color: #008ea0;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  padding: 13px 0;
  font-size: 18px;
  cursor: pointer
}

.btn_pos_his {
  margin-top: 12px
}

.inner_rec_ser_his .slick-list .slick-track {
  margin-left: 0
}

.inner_business_div .modal-header {
  background-color: #008ea0
}

.inner_business_div .modal-title {
  color: #fff
}

.inner_business_div .close {
  color: #fff !important
}

.inner_recor_pop {
  position: relative
}

.inner_recimg {
  border: 2px solid #ddd;
  background-color: #fff;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #008ea0;
  padding: 8px 0
}

.inner_recor_pop h4 {
  font-size: 15px;
  font-weight: 700;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 21px
}

#recor_pop .modal-dialog {
  position: relative;
  width: auto;
  margin: 150px 10px
}

.inner_recor_pop .close {
  position: absolute;
  right: -2px;
  top: -33px;
  border: 1px solid #777;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  color: #777 !important
}

.pulse_rec {
  animation: pulse_ 2s infinite
}

@keyframes pulse_ {
  0% {
    box-shadow: 0 0 0 0 #ed3123
  }
  70% {
    box-shadow: 0 0 0 35px transparent
  }
  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

.peo_restro {
  height: 250px;
  overflow: auto
}

.in_ser_sec {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left
}

.rec_ser_lik {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 5px
}

.rec_ser_lik:hover {
  color: #95ca3e;
  text-decoration: none
}

.rec_ser_lik:link {
  color: #fff;
  text-decoration: none
}

.inner_rec_ser_lis {
  position: absolute;
  background-color: #fff;
  width: 100%;
  padding: 11px 15px;
  padding-bottom: 10px;
  display: none;
  border-radius: 4px
}

.inner_rec_ser_lis p {
  margin: 0 0
}

.inner_rec_ser_lis .row {
  border-bottom: 1px solid #ddd
}

.inner_rec_ser_lis .row:last-child {
  border-bottom: none
}

.close_ser_sec {
  position: relative
}

.listing_1 .pos_rel_sec {
  position: relative
}

.listing_1 .major_ {
  width: 100%
}

.lss_btn {
  cursor: pointer;
  display: none;
  margin-bottom: 13px;
  margin-top: -10px;
  text-align: left
}

.lss_btn i {
  background-color: #f8f8f8;
  color: #1a1f24;
  border: 1px solid #e8e8e8;
  font-size: 11px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  padding: 4px 0;
  text-align: center;
  margin-left: 2px
}

.mr_bt_det {
  margin-top: 0;
  display: block
}

.mr_bt_det i {
  color: #fff;
  background-color: #008ea0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px 0;
  text-align: center;
  font-size: 12px;
  margin-left: 3px;
  cursor: pointer
}

.lss_bt_det {
  display: none
}

.lss_bt_det i {
  color: #fff;
  background-color: #008ea0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 3px 0;
  text-align: center;
  font-size: 12px;
  margin-left: 3px;
  cursor: pointer
}

.lis_det_all h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px
}

.lis_det_all span {
  width: auto !important
}

.ul_det_lis {
  overflow: hidden
}

.ul_det_lis li {
  margin-bottom: 8px
}

.accordian_det {
  width: 100%;
  border: 1px solid #ddd;
  color: #b5b5b5
}

.accordian_det .title {
  background-color: #fff;
  color: #777;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 16px
}

.accordian_det .title:hover {
  background-color: #008ea0;
  color: #fff
}

.accordian_det .title:active {
  background-color: #008ea0;
  color: #fff
}

.accordian_det ul li:last-child .title {
  border-bottom: 0
}

.accordian_det ul ul li {
  display: block;
  background-color: #eee;
  padding: 10px 15px;
  color: #777;
  border-bottom: 1px solid #ddd
}

.accordian_det ul ul li:hover {
  background-color: #1e174b;
  color: #fff
}

.accordian_det ul ul {
  display: none
}

.accordian_det ul ul li:last-child a {
  border-bottom: 0
}

.accordian_det .fa {
  transition: all .25s ease;
  float: right
}

.accordian_det h3 {
  cursor: pointer
}

.str_ul {
  display: inline-block;
  margin-right: 8px;
  margin-left: 5px;
  vertical-align: text-bottom
}

.str_ul li {
  display: inline-block
}

.str_ul li img {
  width: 12px
}

.toggle p font {
  font-size: 8px
}

.fmy_span font {
  font-size: 13px
}

.find_my_match_span font {
  font-size: 16px
}

.new_cat_span font {
  font-size: 11px
}

.rec_ul_lis {
  background-color: #fff;
  padding: 0 15px;
  height: auto
}

.rec_ul_lis li {
  padding: 8px 0;
  color: #2c2c2c;
  border-bottom: 1px solid #ddd;
  cursor: pointer
}

.rec_ul_lis li:last-child {
  border-bottom: 0
}

.rec_ul_lis li i {
  margin-right: 10px;
  color: #2c2c2c;
  font-size: 14px
}

.setting_div .modal-dialog {
  margin: 25px auto
}

.inner_mic_sec {
  position: relative
}

.inner_mic_sec .csmc {
  position: absolute;
  bottom: 38px;
  right: 10px;
  font-size: 21px;
  color: #008ea0
}

.latest_ev_full {
  padding-top: 15px
}

.latest_ev_full h6 {
  font-size: 14px;
  margin-bottom: 18px
}

.img_div {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-flex
}

.img_div img {
  width: auto;
  max-height: 100%;
  margin: auto
}

.next_name {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px
}

.date_review {
  margin-left: 11px;
  font-size: 12px;
  color: #777
}

.next_name a {
  color: #505050;
  font-size: 13px
}

.next_name h5 span {
  margin-left: 5px;
  font-size: 13px
}

.pro_img_div {
  display: inline-block;
  width: 11%
}

.rev_div_sec {
  display: inline-block;
  width: 55%;
  vertical-align: top
}

.spn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  padding: 3px 8px
}

.mar_t25 {
  margin-top: 25px
}

.inner_business_div table td a {
  color: #1f174b;
  font-weight: 600
}

.inner_business_div table td a:hover {
  color: #1f174b;
  font-weight: 600
}

.inner_business_div table td a:focus {
  color: #1f174b;
  font-weight: 600
}

.click_let a:focus,
a:hover {
  color: #1f174b;
  text-decoration: none
}

.click_let a {
  color: #1f174b;
  font-weight: 700
}