@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

* {
  margin: 0px;
  padding: 0px;
}

.clearall {
  padding: 0px;
  margin: 0px;
}

::selection {
  background: #000;
  color: #256e28;
}

::-moz-selection {
  background: #000;
  color: #256e28;
}

a:hover {
  color: #256e28;
  text-decoration: none;
}

a {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

html {
  *scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

p {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: #666;
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: inherit;
}

.scroll-to-top {
  position: fixed;
  bottom: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  background: #256e28;
  border-radius: 100%;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #256e28;
  background: #000;
}

.container-fluid-outerpadding {
  padding-left: 30px;
  padding-right: 30px;
}

.al_wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

header {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #c0c0c0;
}

.al_heder_top {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  padding: 10px 0;
}

.al_heder_top_inr {
  width: 100%;
  float: left;
  position: relative;
}

.al_heder_top_inr_left {
  width: 100%;
  float: left;
  position: relative;
}

.al_heder_top_inr_rght {
  width: 100%;
  float: left;
  position: relative;
}

.al_heder_top_lists {
  width: 100%;
  float: left;
  position: relative;
}

.al_heder_top_lists ul {
  width: 100%;
  display: flex;
}

.al_heder_top_lists ul li {
  padding: 0 20px 0 0;
  margin: 0;
  list-style-type: none;
}

.al_heder_top_lists ul li a {
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_heder_top_lists ul li a:hover {
  color: #256e28;
}

.al_heder_top .no_gutters {
  margin-right: 0;
  margin-left: 0;
}

.al_heder_top .no_gutters>.col,
.al_heder_top .no_gutters>[class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.sprt_icn {
  width: 15px;
  margin-right: 5px;
}

.al_heder_top_inr_rght ul {
  float: right;
  width: auto;
}

.al_heder_top_inr_rght ul li:last-child {
  padding-right: 0;
}

.al_heder_botom {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #e3e3e3;
}

.al_heder_botom_inr {
  width: 100%;
  float: left;
  position: relative;
}

.al_heder_botom_inr .row {
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.al_heder_logo {
  float: left;
  position: relative;
}

.al_heder_logo img {
  width: 100%;
  object-fit: cover;
}

.al_btn_all {
  background: #256e28;
  border: 1px solid #256e28;
  color: #fcfc00;
  padding: 8px 15px;
  position: relative;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  float: none;
  outline: none;
  width: fit-content;
  margin: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_btn_all:hover {
  background: #000;
  border: 1px solid #000;
  color: #fcfc00;
  text-decoration: none;
}

.al_heder_navbar {
  width: 100%;
  float: left;
  margin: 37px 0;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.al_heder_menu {
  width: auto;
  float: left;
  position: relative;
}

.al_heder_menu ul {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.al_heder_menu ul li {
  padding: 0 30px 0 10px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.al_heder_menu ul li a {
  color: #000;
  font-weight: 500;
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_heder_menu ul li a:hover {
  color: #256e28;
}

.al_heder_menu .active a {
  color: #256e28;
}

.al_heder_botom_btn {
  width: auto;
  float: left;
  position: relative;
}

.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  /* border-bottom: 1px solid #ececec; */
  padding: 0px 0;
  -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  height: inherit;
}

#al_hm_banner_sec {
  width: 100%;
  float: left;
  position: relative;
}

#page_banner_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

#contactPage {
  background-size: 100%;
}

#legalPage {
  background: #feefef url('../images/banner/verify-property.png') no-repeat;
  height: 280px;
  background-size: 100%;
}

#referPage {
  background: #feefef url('../images/banner/referBanner.png') no-repeat;
  height: 280px;
  background-size: 100%;
}


.al_hm_banner_sec_card {
  width: 100%;
  float: left;
  position: relative;
}

.al_hm_banner_fig {
  width: 100%;
  float: left;
  position: relative;
  *height: 500px;
}

.al_hm_banner_fig img {
  width: 100%;
  object-fit: cover;
}

.al_hm_banner_ovrlay {
  width: 100%;
}

.al_hm_banner_info {
  position: absolute;
  right: 4%;
  bottom: 10%;
}

#al_hm_banner_sec .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(35, 31, 32, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color: #fff;
}

#al_hm_banner_sec .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #256e28;
}

#al_hm_banner_sec .owl-nav .owl-prev:focus {
  outline: 0;
}

#al_hm_banner_sec .owl-nav .owl-prev:hover {
  background: #256e28 !important;
}

#al_hm_banner_sec .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(35, 31, 32, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color: #fff;
}

#al_hm_banner_sec .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #256e28;
}

#al_hm_banner_sec .owl-nav .owl-next:focus {
  outline: 0;
}

#al_hm_banner_sec .owl-nav .owl-next:hover {
  background: #256e28 !important;
}

#al_hm_banner_sec:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

#al_hm_banner_sec:hover .owl-next {
  right: 0px;
  opacity: 1;
}

#al_hm_banner_sec .owl-dots {
  width: 100%;
  float: left;
  position: absolute;
  text-align: center;
  bottom: 30px;
  margin-top: 20px;
}

#al_hm_banner_sec button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0px 5px;
  outline: none;
}

#al_hm_banner_sec button.owl-dot.active {
  background: #256e28;
  width: 15px;
  height: 15px;
}

#al_footer_sec {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  margin-top: 60px;
}

.al_footer_botom {
  width: 100%;
  float: left;
  position: relative;
  background: #2c2c2c;
  padding: 20px 0;
}

.al_footer_botom_inr {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_botom_copyrght {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_botom_copyrght p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
}

.al_footer_botom_disc p {
  margin: 30px 0 0 0;
  text-align: justify;
  font-size: 11px;
  color: #ccc;
}

.al_footer_top {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 20px;
}

.al_footer_top_inr {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_top_left {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 25px;
}

.al_footer_box_titl {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_box_titl h4 {
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.al_footer_box_titl h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.al_footer_adrs_box {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_adrs_box_list {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_adrs_box_list ul {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.al_footer_adrs_box_list ul li {
  padding: 0 0 15px 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
  font-weight: 500;
  text-align: left;
  font-size: 14px;
}

.al_footer_adrs_box_list ul li:first-child {
  padding-bottom: 50px;
}

.al_footer_adrs_box_list ul li a {
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_footer_adrs_box_list ul li a:hover {
  color: #256e28;
}

.al_footer_link_box {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.al_footer_link_box_list {
  width: 100%;
  float: left;
  position: relative;
}

.al_footer_link_box_list ul {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.al_footer_link_box_list ul li {
  padding: 0 0 5px 0;
  margin: 0;
  list-style-type: none;
}

.al_footer_link_box_list ul li a {
  font-weight: 500;
  text-align: left;
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: relative;
  padding-left: 18px;
}

.al_footer_link_box_list ul li a:hover {
  color: #256e28;
}

.al_footer_link_box_list ul li a:before {
  content: '\f101';
  position: absolute;
  top: 1px;
  left: 0;
  font-family: fontAwesome;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_footer_link_box_list ul li a:hover:before {
  color: #256e28;
}

.al_title_centr {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 30px;
}

.al_title_left {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 30px;
}

.al_title_left h3 {
  font-size: 18px;
  font-weight: 600;
  color: #014bb0;
}

.al_title_left p {
  float: left;
  font-weight: 500;
}

.al_title_left span {
  color: #256e28;
}

.al_title_left span:first-letter {
  text-transform: uppercase;
}

.al_title_left input[type="checkbox"] {
  float: left;
  margin: 5px 10px 0px 0px;
}


.al_title_centr h2 {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
  color: #256e28;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.al_title_centr h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 2px;
  background: #383838;
  right: 0;
  margin: 0 auto;
}

.al_title_centr p {
  font-weight: 500;
  text-align: center;
  font-size: 17px;
  color: #414141;
  position: relative;
}

#al_othr_srvcs_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0 30px 0;
}

.al_othr_srvcs_sec_card {
  width: 100%;
  position: relative;
  float: left;
}

.al_othr_srvcs_wrap {
  width: 100%;
  position: relative;
  float: left;
}

.al_othr_srvcs_wrap_box {
  width: 100%;
  position: relative;
}

.al_othr_srvcs_wrap_box_fig {
  width: 100%;
  position: relative;
  float: left;
}

.al_othr_srvcs_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.al_othr_srvcs_wrap_box_ovrly {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.al_othr_srvcs_wrap_box_ovrly_dtls {
  width: 100%;
  position: relative;
  float: left;
  padding: 10px 20px;
}

.al_othr_srvcs_wrap_box_ovrly_dtls h3 {
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}

.al_othr_srvcs_wrap_box_ovrly_dtls h3 a {
  color: #004bb0;
  font-weight: 600;
}

.al_othr_srvcs_wrap_box_ovrly_dtls h6 {
  font-weight: 500;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}

.al_othr_srvcs_wrap_box_ovrly_dtls h6 a {
  color: #414141;
  font-weight: 600;
}

.al_othr_srvcs_wrap_box_ovrly_dtls h3 a:hover,
.al_othr_srvcs_wrap_box_ovrly_dtls h6 a:hover {
  color: #256e28;
}

.al_othr_srvcs_wrap .owl-nav {
  position: absolute;
  top: -40px;
  right: 0%;
  width: fit-content;
  padding: 0;
  visibility: visible;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  float: right;
}

.al_othr_srvcs_wrap .owl-nav .owl-prev {
  background: #256e28 !important;
  color: #fff !important;
  float: left;
  position: relative;
  width: 32px;
  height: 22px;
  border-radius: 0%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  outline: none;
  padding: 5px;
  margin-right: 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_othr_srvcs_wrap .owl-nav .owl-prev:hover {
  background: #231f20 !important;
}

.al_othr_srvcs_wrap .owl-nav .owl-next {
  background: #256e28 !important;
  color: #fff !important;
  float: right;
  position: relative;
  width: 32px;
  height: 22px;
  border-radius: 0%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_othr_srvcs_wrap .owl-nav .owl-next:hover {
  background: #231f20 !important;
}

#al_othr_prprts_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0 10px 0;
}

.al_othr_prprts_sec_card {
  width: 100%;
  position: relative;
  float: left;
}

.al_othr_prprts_wrap {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 30px;
}

.al_othr_prprts_wrap_box {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 20px;
}

.al_othr_prprts_wrap_box_fig {
  width: 100%;
  position: relative;
  float: left;
}

.together .al_othr_prprts_wrap_box_fig {
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.together .al_othr_prprts_wrap_box_fig:hover {
  box-shadow: 0 1px 7px 0 rgb(68, 58, 59);
}

.al_othr_prprts_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
}

.al_othr_prprts_wrap_box_info {
  width: 100%;
  height: 50px;
  position: relative;
  float: left;
}

.al_othr_prprts_wrap_box_info h5 {
  height: 45px font-weight: 500;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  color: #484848;
}

.partner h5 {
  font-size: 13px;
}

#al_testmnil_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0 10px 0;
}

.al_testmnil_sec_card {
  width: 100%;
  position: relative;
  float: left;
}

.al_testmnil_box {
  width: 100%;
  position: relative;
  float: left;
  background: #fdc2c4;
  padding: 30px 30px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.al_testmnil_box_icn {
  width: 32px;
  position: relative;
  float: left;
}

.al_testmnil_box_icn img {
  width: 100%;
  object-fit: cover;
}

.al_testmnil_box_descp {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 0 20px;
}

.al_testmnil_box_descp p {
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  text-transform: inherit;
  color: #484848;
  margin-top: -10px;
}

.al_testmnil_box_authr {
  width: 100%;
  position: relative;
  float: left;
}

.al_testmnil_box_authr h5 {
  font-weight: 600;
  text-align: right;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}

.al_testmnil_box_authr h5 span {
  font-weight: 400;
  text-transform: initial;
}

.al_testmnil_sec_card .owl-nav {
  position: absolute;
  top: -40px;
  right: 0%;
  width: fit-content;
  padding: 0;
  visibility: visible;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  float: right;
}

.al_testmnil_sec_card .owl-nav .owl-prev {
  background: #256e28 !important;
  color: #fff !important;
  float: left;
  position: relative;
  width: 32px;
  height: 22px;
  border-radius: 0%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  outline: none;
  padding: 5px;
  margin-right: 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_testmnil_sec_card .owl-nav .owl-prev:hover {
  background: #231f20 !important;
}

.al_testmnil_sec_card .owl-nav .owl-next {
  background: #256e28 !important;
  color: #fff !important;
  float: right;
  position: relative;
  width: 32px;
  height: 22px;
  border-radius: 0%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.al_testmnil_sec_card .owl-nav .owl-next:hover {
  background: #231f20 !important;
}

.al_testmnil_sec_card .owl-dots {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  bottom: 0px;
  margin-top: 0px;
}

.al_testmnil_sec_card button.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ccc;
  margin: 0px 2px;
  outline: none;
}

.al_testmnil_sec_card button.owl-dot.active {
  background: #256e28;
  width: 8px;
  height: 8px;
}

#al_lsts_sec {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.al_lsts_sec_card {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.al_lsts_wrap {
  width: 100%;
  float: left;
  position: relative;
}

.al_lsts_wrap_all {
  width: 100%;
  float: left;
  position: relative;
  border: 2px solid #ed8d91;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.al_lsts_form {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  gap: 15px;
}

.al_lsts_form_item {
  width: 30%;
  float: left;
  position: relative;
}

.al_lsts_form_btn {
  width: auto;
  float: left;
  position: relative;
}

.al_lsts_form_input,
.multiselect {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  color: #000;
  background: #fff;
  font-size: 16px;
  text-align: left;
  padding: 0 0 0 15px;
  font-weight: 500;
  margin: 0;
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.al_lsts_form_input:hover,
.multiselect:hover {
  border: 1px solid #256e28;
}

.al_lsts_form_input:focus,
.multiselect:focus {
  border: 1px solid #256e28;
  outline: 1px solid #256e28;
}

.al_lsts_form_input_btn {
  width: auto;
  height: 50px;
  line-height: 50px;
  float: none;
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  background: #256e28;
  color: #fff;
  border: 1px solid #256e28;
  outline: none;
  padding: 0px 40px;
  margin: 0;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);*/
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.al_lsts_form_input_btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

#al_discvrbstdls_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px 0 30px 0;
}

.al_discvrbstdls_sec_card {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_left {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_rght {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_box {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 15px;
}

.al_discvrbstdls_box_fig {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_box_fig img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.al_discvrbstdls_box_overly {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 75%;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.al_discvrbstdls_box_overly_dtls {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_box_overly_dtls h4 {
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  text-transform: capitalize;
  color: #256e28;
  background: #ccc;
  opacity: 0.7;
}

.al_discvrbstdls_box_overly_btn {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.al_discvrbstdls_box_overly_btn .al_btn_all {
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
}

.al_dobd_box3 .al_discvrbstdls_box_overly {
  background: rgba(0, 0, 0, 0);
}

.al_dobd_box3 .al_discvrbstdls_box_overly_dtls h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.al_dobd_box3 {
  margin-bottom: 0;
}

.al_discvrbstdls_wrap {
  width: 100%;
  position: relative;
  float: left;
  border: 1px solid #dd1f2b;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.al_discvrbstdls_wrap:last-child {
  margin-bottom: 0px;
}

.al_discvrbstdls_wrap:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}

.al_discvrbstdls_wrap_left {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_wrap_left_fig {
  width: 100%;
  position: relative;
  float: left;
}

.al_discvrbstdls_wrap_left_fig img {
  width: 100%;
  object-fit: cover;
  max-height: 130px;
  border-radius: 8px;
}

.al_frslae_tag {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}

.al_frslae_tag h6 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  background: #000;
  padding: 3px 15px;
  width: fit-content;
}

.al_discvrbstdls_wrap_rght {
  width: 100%;
  position: relative;
  float: left;
}

.al_lpsl_dobd_info {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 10px;
}

.al_lpsl_dobd_info h3 {
  color: #256e28;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  text-align: right;
}

.al_lpsl_dobd_info h5 {
  color: #000;
  text-transform: inherit;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

.al_lpsl_dobd_btns {
  width: 100%;
  position: relative;
  float: left;
  text-align: right;
  margin-bottom: 15px;
}

.al_lpsl_dobd_btns .al_btn_all {
  color: #fff;
  padding: 5px 10px;
  width: 160px;
  font-size: 14px;
  float: right;
}

.al_lpsl_dobd_btn_blck .al_btn_all {
  background: #000;
  border: 1px solid #000;
}

.al_lpsl_dobd_btn_blck .al_btn_all:hover {
  background: #256e28;
  border: 1px solid #256e28;
}

.al_discvrbstdls_wrap_midl {
  width: 100%;
  position: relative;
  float: left;
}

.al_sbab_titl {
  width: 100%;
  position: relative;
  float: left;
}

.al_sbab_titl h3 {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}

.al_sbab_titl h3:hover {
  color: #256e28;
}

.al_sbab_all {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  padding: 15px 0 10px;
}

.al_sbab_box {
  width: 100%;
  position: relative;
  float: left;
}

.al_sbab_box h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.al_sbab_box h6 {
  color: #256e28;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
}

.al_sbab_ofrs {
  width: 100%;
  position: relative;
  float: left;
  background: #fff3d9;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

.al_sbab_ofrs h5 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  background: #ffc634;
  padding: 0 5px;
  width: fit-content;
}

.al_sbab_ofrs p {
  color: #484848;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
}

.al_sbab_descp {
  width: 100%;
  position: relative;
  float: left;
  max-height: 110px;
  margin-bottom: 10px;
  overflow: hidden;
}

.al_sbab_descp h6 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.al_sbab_descp p {
  color: #484848;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}

.al_sbab_descp p a {
  color: #484848;
}

.al_sbab_descp p a:hover {
  color: #256e28;
}

.mobile_menu {
  position: absolute;
  top: 5px;
  right: 10px;
  float: left;
}

.hamburger {
  background: #000;
  position: relative;
  top: 0;
  right: 0;
  line-height: inherit;
  padding: 5px 10px 5px 10px;
  color: #fff;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  float: right;
}

.hamburger:focus {
  outline: none;
}

.cross {
  position: relative;
  width: 38px;
  height: 35px;
  background: #256e28;
  padding-top: 3px;
  color: #fff;
  border: 0;
  font-size: 2.5em;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000000000000;
}

.cross:focus {
  outline: none;
}

.mob_menu {
  position: absolute;
  width: 110%;
  min-height: 650px;
  background: #fff;
  margin-top: 58px;
  z-index: 1000000;
}

.mob_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.mob_menu li {
  display: block;
  border-bottom: #256e28 1px solid;
}

.mob_menu ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #484242;
  padding: 10px 0 10px 10px;
  display: block;
}

.mob_menu ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #256e28;
}

.mob_menu a {
  text-decoration: none;
  color: #fff;
}

.mob_menu a:hover {
  text-decoration: none;
  color: #fff;
}

.glyphicon-home {
  color: #fff;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}

#prprt_dtls_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0 10px 0;
}

.prprt_dtls_sec_card {
  width: 100%;
  position: relative;
  float: left;
}

.prprt_dtls_sbar {
  width: 100%;
  position: relative;
  float: left;
}

.prprt_dtls_sbar_tfrm {
  width: 100%;
  position: relative;
  float: left;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 20px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow: 0 2px 6px 5px rgb(0 0 0 / 5%);
}

.prprt_dtls_sbar_tfrm_titl {
  width: 100%;
  position: relative;
  float: left;
}

.prprt_dtls_sbar_tfrm_titl h2 {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  color: #256e28;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.prprt_dtls_sbar_tfrm_titl h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #383838;
  right: 0;
  margin: 0 auto;
}

.conow_form {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
}

.deed_form {
  padding: 20px 0px 20px 20px;
  border: dashed 3px #004aaf;
}

.conow_form_item {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.conow_form_layer {
  width: 35%;
  float: left;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.conow_form_layer11 {
  width: 145px;
  float: left;
  margin-right: 5px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.conow_form_layer12 {
  width: 145px;
  float: left;
  margin-right: 5px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.conow_form_field11 {
  width: 78%;
  float: left;
  line-height: 40px;
}

.conow_form_field {
  width: 60%;
  float: left;
  line-height: 40px;
}

.conow_form_field1 {
  width: 50%;
  float: left;
  line-height: 40px;
}

.conow_form_field2 {
  width: 50%;
  background: #f4f0f0;
  padding: 4px;
  float: left;
  border: solid 1px #c4c0c0;
  border-left: none;
  line-height: 40px;
}

.conow_field {
  width: 33%;
  float: left;
  margin-right: 2px;
  line-height: 40px;
}

.conow_field60 {
  width: 120px;
  float: left;
  margin-right: 5px;
  line-height: 40px;
}

.conow_field50 {
  width: 54%;
  float: left;
  margin-right: 2px;
  line-height: 40px;
}

.conow_form_layer11 select {
  border: none;
  padding: 0px;
}

.conow_form_input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  color: #6a6969;
  background: #fff;
  font-size: 16px;
  text-align: left;
  padding: 0 0 0 15px;
  font-weight: 500;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.conow_form_field .ht-30 {
  height: 40px;
}

.conow_form_input:hover {
  border: 1px solid #256e28;
}

.conow_form_input:focus {
  border: 1px solid #256e28;
  outline: 1px solid #256e28;
}

.conow_form_txtarea {
  width: 100%;
  height: 75px;
  float: left;
  position: relative;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 0 5px;
  font-weight: 500;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.conow_form_txtarea:hover {
  border: 1px solid #256e28;
}

.conow_form_txtarea:focus {
  border: 1px solid #256e28;
  outline: 1px solid #256e28;
}

.conow_form_btn_box {
  width: 100%;
  position: relative;
  float: left;
}

.conow_form_btn {
  width: auto;
  height: 50px;
  line-height: 50px;
  float: none;
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  background: #256e28;
  color: #fff;
  border: 1px solid #256e28;
  outline: none;
  padding: 0px 40px;
  margin: 0;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);*/
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.conow_form_btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.conow_btn {
  width: 98%;
  font-size: 20px;
  text-align: right;
  background: #004aaf;
  border: 1px solid #004aaf;
}

.conow_form_radio {
  width: 15px;
  height: 15px;
  float: none;
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  background: #256e28;
  color: #fff;
  border: 1px solid #256e28;
  outline: none;
  margin-right: 10px !important;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);*/
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.conow_form_radio:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.prprt_dtls_main {
  width: 100%;
  position: relative;
  float: left;
}

.prprt_dtls_cdpts {
  width: 100%;
  position: relative;
  float: left;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 20px 20px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
}

.prprt_dtls_cdpts_btns {
  width: 100%;
  position: relative;
  float: left;
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  margin-top: 20px;
  align-content: center;
  align-items: center;
  gap: 15px;
}

.prprt_dtls_cdpts_btns .al_btn_all {
  color: #fff;
}

.btn_black {
  background: #000;
  border: 1px solid #000;
}

.btn_black:hover {
  background: #256e28;
  border: 1px solid #256e28;
}

.prprt_dtls_cdpts_titls {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.prprt_dtls_cdpts_titls h3 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}

.prprt_dtls_cdpts_titls h6 {
  color: #606060;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}

.prprt_dtls_cdpts_titls .price_tag {
  color: #256e28;
  font-weight: 600;
  font-size: 25px;
  margin-right: 15px;
}

.prprt_dtls_cdpts_card {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  gap: 20px;
}

.prprt_dtls_cdpts_galry {
  width: 45%;
  position: relative;
  float: left;
}

.prprt_dtls_cdpts_galry_fig {
  width: 100%;
  position: relative;
  float: left;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.prprt_dtls_cdpts_galry_fig img {
  width: 100%;
  object-fit: cover;
}

#prprt_dtls_gal_slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(35, 31, 32, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color: #fff;
}

#prprt_dtls_gal_slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #256e28;
}

#prprt_dtls_gal_slider .owl-nav .owl-prev:focus {
  outline: 0;
}

#prprt_dtls_gal_slider .owl-nav .owl-prev:hover {
  background: #256e28 !important;
}

#prprt_dtls_gal_slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(35, 31, 32, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color: #fff;
}

#prprt_dtls_gal_slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #256e28;
}

#prprt_dtls_gal_slider .owl-nav .owl-next:focus {
  outline: 0;
}

#prprt_dtls_gal_slider .owl-nav .owl-next:hover {
  background: #256e28 !important;
}

#prprt_dtls_gal_slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

#prprt_dtls_gal_slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.prprt_dtls_right {
  width: 100%;
  position: relative;
  float: left;
}

.prprt_dtls_bedun {
  width: 100%;
  position: relative;
  float: left;
}

.prprt_dtls_bedun ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px 10px 10px 10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}

.prprt_dtls_bedun ul li {
  width: auto;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  border-right: 1px solid #d7d7d7;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}

.prprt_dtls_bedun ul li p {
  font-size: 14px;
}

.prprt_dtls_bedun ul li p span {
  font-weight: 600;
  color: #000;
  margin-right: 3px;
}

.prprt_dtls_bedun ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.prprt_dtls_cdpft {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

.prprt_dtls_cdpft_item {
  width: 32%;
  position: relative;
  float: left;
  margin-bottom: 10px;
}

.prprt_dtls_cdpft_item h6 {
  font-size: 12px;
  color: #484848;
  padding-bottom: 3px;
  font-weight: 500;
}

.prprt_dtls_cdpft_item h5 {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.zom_gal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  font-size: 28px;
  z-index: 9;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
}

.prprt_dtls_cdpts_galry_fig:hover .zom_gal {
  opacity: 1;
  visibility: visible;
}

.prprt_dtls_cdpts_titls .contact_title {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 100px;
  font-size: 23px;
  color: #256e28;
  font-weight: 600;
}

.prprt_dtls_cdpts_titls p {
  float: left;
  margin: 0px 0px 20px 100px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.contact-items {
  margin: 30px 0 10px 115px;
}

.contact-items .contact-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 16px;
}

.contact-items .contact-icon {
  color: #fff;
  text-align: center;
  float: left;
}

.contact-items layer {
  float: left;
  margin: 4px 0 0 0;
}

.contact-item a {
  color: #000;
}

.contact-items .contact-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #256e28;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-align: center;
}

.contact-items .contact-icon .fa {
  vertical-align: sub;
  font-size: 20px;
  margin-top: 7px;
}


#location-list {
  float: left;
  list-style: none;
  margin-top: 65px;
  padding: 0;
  width: 100%;
  cursor: pointer;
  position: absolute;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 9;
}

#location-list li {
  padding: 10px 5px 5px;
  background: #fff;
  border-bottom: #bbb9b9 1px solid;
}

#location-list li:hover {
  cursor: pointer;
}

.multiselect {
  width: 300px;
  overflow: hidden;
}

.caret {
  position: absolute;
  right: 14px;
  top: 14px;
  border: none;
}

.caret .fa-angle-down {
  font-size: 14px;
  font-weight: 600;
  color: #2f2f2f;
}

.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:active,
.open>.dropdown-toggle.btn-default:focus {
  background: #fff;
  border: 1px solid #256e28;
}

.page {
  text-align: justify !important;
  margin: 60px 0 0;
  font-weight: 500 !important;
  line-height: 30px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-75 {
  margin-top: 75px;
}

.top-75 {
  margin-top: -75px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-0 {
  margin-top: 0px !important;
}

.ml-30 {
  margin-left: 30%;
}

.mtb-30 {
  margin: 30px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 10px;
}

.height-25 {
  height: 25px !important;
}

.conow_form_layer span {
  color: #256e28;
  margin-left: 3px;
}

#profeature,
#landfeature {
  display: none;
}

#msg {
  margin: 10px 0;
  color: #256e28;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.imgbox {
  float: left;
  padding: 2px;
  margin: 0px 10px 10px 0;
  text-align: center;
  border: solid 2px #4f4b4b;
}

.imgbox img {
  height: 100px;
  margin-bottom: 5px;
  border-bottom: solid 2px #4f4b4b;
}

.imgbox button {
  /*
  width: 100%;
  height: 25px;
  text-align: center;
  background: #fff;
  */
}

.proid {
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
  color: #256e28;
  font-size: 15px;
}

.readmore {
  position: absolute;
  bottom: -5px;
  right: -60px;
}

.readmore a {
  color: #256e28 !important;
  font-weight: 600;
  text-decoration: none;
}

.readmore a:hover {
  text-decoration: underline;
}

.dropdown-toggle::after {
  display: none;
}

.prodetails .prprt_dtls_cdpts_galry_fig {
  width: 400px !important;
  height: 200px !important;
  background: #fff;
}

.prodetails .owl-item img {
  width: 400px !important;
  height: 200px !important;
}

.search-result #al_lsts_sec {
  margin: 30px 0;
}

.modal-dialog {
  width: 750px;
}

.modal .modal-content {
  border-radius: 10px;
}

.modal .modal-header {
  background: #256e28;
  color: #fff;
}

.contact-list {
  margin-left: 25px;
}

.contact-list li {
  padding: 0 0 5px 10px;
  list-style-type: disclosure-closed;
  font-size: 15px;
}

.hozbar {
  border-left: solid 1px #ccc;
}

.close {
  position: absolute;
  right: 10px;
  color: #fff !important;
  top: 10px;
  opacity: .6 !important;
}

.close:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.modal-title {
  width: 100%;
}

.modal-body p {
  color: #231f1f;
  line-height: 25px;
}

.al_lpsl_dobd_btns .contact_btns {
  width: 220px;
  padding: 5px 10px;
  float: left;
  background: #256e28;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.al_lpsl_dobd_btns .contact_btns:hover {
  background: #000;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0afaf;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0afaf;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b0afaf;
}

#date option:first-child {
  color: #b0afaf;
}

#otplayer {
  display: none;
}

#otpmsg,
#otpmsg1 {
  color: #256e28;
  font-size: 15px;
  font-weight: 500;
}

.proid a {
  color: #000000;
}

.proid a:hover {
  color: #256e28;
}

.al_othr_prprts_wrap_box_info h5 a {
  font-size: 15px;
  font-weight: 500;
  color: #484848;
}

.al_othr_prprts_wrap_box_info h5 a:hover {
  color: #256e28;
}

.blankadvt {
  height: 255px;
  background: #eee8e8;
  border: 1px solid #dd1f2b;
  border-radius: 10px;
  margin-bottom: 30px;
}

.mt-45 {
  top: 45%;
}

.nobg {
  background: none !important;
}

.al_lpsl_dobd_btns img {
  height: 25px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-10 {
  padding-left: 10px;
}

.nopadding {
  padding: 0px;
}

.hr-red {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #256e28;
}

.testi-box p {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-size: 14px;
  line-height: 0px;
}

.apply a {
  margin: 5px 0;
  float: left;
  color: #5143f7;
  font-size: 15px;
  font-weight: 600;
}

.apply a:hover {
  color: #256e28;
}

.form-group span {
  color: #256e28;
}

.testibox p {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-size: 14px;
  color: #000;
}

.testimonial .al_discvrbstdls_wrap {
  margin-bottom: 10px;
}

.loginImage img {
  width: 85%;
}

.form-control {
  height: 45px;
  border: 1px solid #3f3f3f;
}

.control-label {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
}

.divider {
  width: 100%;
  height: 20px;
  float: left;
  border-bottom: 1px solid black;
  text-align: center;
}

.divider span {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 5px 0px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  display: inline-block;
}

.formborder {
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.leftside {
  padding: 5px;
  padding-bottom: 60px;
}

.leftside .photo {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  background: #fff;
  border-radius: 50px;
}

.leftside .photo img {
  padding: 5px;
  width: 100%;
  border-radius: 50px;
}

.leftside .fa {
  font-size: 100px;
  margin: -3px 0 0 14px;
  color: #256e28 !important;
}

.leftbox {
  width: 100%;
  margin: 15px 0;
  color: #fcfc00;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.menubox {
  width: 100%;
  background: #0a6aec;
  line-height: 40px;
  margin: 15px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  border: solid 1px #004bb0;
}

.menubox a {
  color: #fff !important;
}

.menubox:hover,
.menuactive {
  background: #0a3671;
  color: #fff;
  border: solid 1px #fff;
  cursor: pointer;
}

.menubox:hover a,
.menuactive a {
  color: #ffffff !important;
}

.userbody {
  background: #004bb0;
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}

.info {
  color: #fff;
}

.rightbg {
  background: #fff;
  min-height: 550px;
  padding-bottom: 50px;
}

.userbody a {
  color: #000;
}

.userbody a:hover {
  color: #256e28;
}

.userbody .fa {
  color: #fff;
}

.userbody .title {
  font-size: 17px;
  color: #256e28;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: solid 1px #256e28;
}

.form-group {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  float: left;
}

.form-group layer {
  float: left;
  margin: 1px 0 0 5px;
}

.imgclose .fa {
  color: #000 !important;
}

.testimonial img {
  width: 60%;
}

.social-media-icons ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.social-media-icons a {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
}

.social-media-icons a i:hover {
  color: black;
}

.d-flex .fa {
  width: 30px;
  margin-right: 10px;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 5px;
}

.d-flex .fa:hover {
  background: #fff;
  color: #000;
}

.d-flex a {
  color: #fff;
}

.datepicker {
  padding: 6px 12px;
}

.legalservice p {
  text-align: justify;
  margin-bottom: 20px;
}

.notice {
  height: 310px;
  background: #eee8e8;
  border: 1px solid #dd1f2b;
  border-radius: 10px;
  margin-bottom: 30px;
}

.notice_head {
  width: 48%;
  height: 30px;
  margin: 5px auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #256e28;
  border-bottom: solid 2px #3fb84f;
}

.news-alerts {
  height: 260px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.news-alerts ul {
  padding: 9px;
  margin: 0px;
  position: relative;
  list-style: none;
}

.news-alerts ul li {
  padding: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.Notice-Board-Date {
  font-weight: 600;
  color: #a71506;
}

.Notice-Board-Desc {
  margin: 5px 0;
  font-size: 15px;
  font-weight: 500;
}

.Notice-Board-Desc a {
  color: #064dae;
}

.Notice-Board-Desc h4 {
  font-size: 15px;
  font-weight: 600;
  color: #256e28;
  margin: 5px 0;
}

.border {
  margin: 10px auto;
  padding: 4px;
  border: dotted 3px #004bb0;
}

.expbox,
.servicebox {
  background: #f0f2f4;
  border: solid 1px #f0f2f4;
  cursor: pointer;
  margin-bottom: 20px !important;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.expbox:hover {
  background: #c4c4c4;
  border: solid 1px #c4c4c4;
}

.servicebox:hover {
  border: solid 1px #256e28;
  box-shadow: 0 1px 7px 0 #256e28;
}

.explre_box {
  padding: 10px 5px;
  text-align: center;
}

.explre_box h4 {
  font-size: 16px;
  color: #256e28;
}

.explre_box h5 {
  font-size: 13px;
  color: #000;
}

.expbox:hover h5 {
  color: #fff;
}

.servicebox .fig {
  width: 100%;
}

.servicebox .fig img {
  width: 100%;
}

hr {
  border: dotted 2px #256e28;
}

#same {
  display: block;
}

#loader {
  position: absolute;
  bottom: 8%;
  left: 35%;
}

#img_url,
#img_url1,
#img_url2 {
  display: block;
  text-align: center;
  //height: auto;
}

#firstname,
#midname,
#lastname,
#panno {
  text-transform: uppercase !important;
}

.morestyle {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 10px;
  right: 40px;
}

.morestyle .al_btn_all {
  padding: 2px 15px 3px 15px;
  text-transform: lowercase;
}

.al_discvrbstdls_right .center {
  margin-left: 30%;
}

.refer_box {
  width: 100%;
}

#refer_item {
  width: 100%;
  height: 90px;
  float: left;
}

.refer_item_layer {
  width: 100%;
  height: 40px;
  float: left;
}

.refer_field {
  width: 32.5%;
  height: 30px;
  float: left;
  margin-right: 2px;
  line-height: 25px;
}

.refer_field .conow_form_input {
  width: 100%;
  height: 30px;
  float: unset;
  position: unset;
  color: #6a6969;
  background: #fff;
  font-size: 15px;
  text-align: left;
  padding: 0 0 0 7px;
  font-weight: 400;
  margin-right: 0px;
  border: 1px solid #979393;
}

.refer_icon {
  width: 40px;
  height: 40px;
  float: left;
}

.refer_icon .fa {
  font-size: 40px;
  color: #256e28;
}

.refer_layer {
  margin-top: 10px;
  font-size: 22px;
  color: #256e28;
  float: left;
}

.fnd,
.fnd .fa {
  color: #054dae;
}

.add_more {
  font-size: 16px;
  color: #054dae;
  background: transparent;
  border: none;
  cursor: pointer;
}

.add_more:hover {
  color: #256e28;
}

.refer_item_submit {
  width: 100%;
  height: 40px;
  float: left;
}

.refer_item_submit {
  width: 100%;
  float: left;
}

#proPost input {
  text-transform: capitalize;
}

.prprt_dtls_cdpts_btns ul {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.prprt_dtls_cdpts_btns ul li {
  padding: 0 0 5px 0;
  margin: 0;
  list-style-type: none;
}

.prprt_dtls_cdpts_btns ul li::before {
  content: '\f101';
  margin-left: 5px;
  margin-right: 10px;
  font-family: fontAwesome;
  color: #256e28;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.text_center {
  text-align: center !important;
}

.prop_desc p {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.clear {
  clear: both !important;
}

.al_discvrbstdls_right .width_170 {
  width: 210px;
  height: 40px;
}

.more {
  color: #256e28;
  text-decoration: underline;
}

.more:hover {
  color: #000;
  text-decoration: underline;
}
.prop_desc{
  height: 85px;
  overflow: hidden;
}