@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Satisfy&display=swap");

body {
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.copy_right_footer {
  background: #333;
}
.contentcopyright {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}
.contentcopyright p {
  margin-bottom: 0;
  font-size: 12px;
}
.profile .dropdown .dropdown-menu {
  left: -100% !important;
}
.profile .dropdown i {
  font-size: 20px;
}
.profile .dropdown .dropdown-toggle::after {
  display: none !important;
}
.home_click {
  text-align: center;
}
.custom_context {
  width: 95% !important;
  margin: 0 auto;
}
.white_texter {
  color: #fff !important;
}
.white_texter li {
  color: #fff !important;
}
.sub_subhead {
  font-weight: 800;
  font-size: 32px;
  color: #06ab94;
}
.short_icon {
  width: 100px !important;
}
.custom_container {
  width: 95% !important;
  margin: 0 auto;
}
.header_logo2 {
  height: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 10vh;
}
.header_logo2 img {
  width: 15%;
}
.header_main {
  /* position: fixed; */
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px #ccc;
}
/* .header_logo img {
	width: 50%;
} */
.header_menu {
  text-align: right;
}
.header_menu ul li {
  display: inline-block;
}
.header_menu .naver {
  color: #333;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  height: 75px;
  line-height: 75px;
  padding: 0 12px;
}
.naverbtn {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 3px;
}
.naverbtn:hover {
  color: #fff;
}
.top_header {
  padding: 5px 0;
  background-color: #1f2122;
}
.top_number ul {
  display: flex;
}
.top_number ul li a {
  color: #333;
  font-size: 15px;
  margin-right: 20px;
}
.top_number ul li a:hover {
  color: #333;
}
.top_social ul {
  display: flex;
  justify-content: flex-end;
}
.top_social ul li a i {
  color: #333;
  font-size: 15px;
  margin-left: 15px;
}
.top_social ul li a:hover {
  color: #333;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-menu {
  top: 100% !important;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.header_main .dropdown-submenu {
  display: block !important;
}
.header_main .dropdown-item a {
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  padding: 0 0px;
  color: #333;
}
.header_main .dropdown-submenu a {
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 20px;
  color: #333;
}
.header_main input[type="text"] {
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.header_main button {
  background: transparent;
}
.header_main button i {
  color: #333;
  font-size: 12px;
}

.about_vid img {
  width: 100%;
}
/*======== Global ==========*/

button:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
  outline: none;
}
input:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
  outline: none;
}
select:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
  outline: none;
}
select:focus-visible {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
  outline: none;
}
textarea {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
  outline: none;
}
.segment {
  padding: 15px 0 0 0;
  /*background: #e9f4f9;*/
  background-color: #fff;
}
.segment3 {
  padding: 18px 0 0 0;
}
.medium_font {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
/* .sub_heading {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0;
} */
.center_box {
  width: 55%;
  margin: 0 auto;
}
.center_text {
  text-align: center;
}
.color_prime {
  color: #83d23d;
}
.color_second {
  color: #134257;
}
.bg_prime {
  background-color: #83d23d;
}
.bg_second {
  background-color: #134257;
}
.small_txt {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}
.single_txt {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.small_end {
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  left: 0;
}
.section_heading {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
}
.section_heading span {
  display: inline-block;
  position: relative;
}
.section_heading span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #83d23d;
  bottom: -8px;
  left: 0;
}

/*----------- Button ------------*/

.prime_btn_sm {
  padding: 8px 25px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background-color: #f2d411;
  transition: 0.3s ease all;
}
.prime_btn_sm:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.second_btn_sm {
  padding: 8px 25px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #2792c3;
  transition: 0.3s ease all;
}
.second_btn_sm:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.second_btn_xs {
  padding: 6px 11px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #2792c3;
  transition: 0.3s ease all;
}
.second_btn_xs:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.second_btn_cstm {
  width: 100%;
  text-align: center;
  padding: 10px 11px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  background-color: rgb(210, 35, 22);
  transition: 0.3s ease all;
  /* font-family: "Playfair Display", serif; */
}
.second_btn_cstm:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.add_btn_cstm {
  width: 100%;
  text-align: center;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  color: #fff !important;
  background-color: #d74848;
  transition: 0.3s ease all;
}
.add_btn_cstm:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.common_paragraph {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.short_descrip {
  font-size: 13px;
  color: #242c35;
  font-weight: 400;
  line-height: 18px;
}

.color_gray {
  color: #666666;
}
.overlayer {
  width: 100%;
  height: 100%;
  background-color: rgb(20 20 20 / 60%);
  position: absolute;
}
.prime_svg {
  filter: invert(88%) sepia(74%) saturate(5722%) hue-rotate(345deg)
    brightness(98%) contrast(93%);
}
.second_svg {
  filter: invert(51%) sepia(58%) saturate(582%) hue-rotate(154deg)
    brightness(87%) contrast(95%);
}

/*=============== Global End ==================*/

/*================= Home =======================*/

.home_bannerbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.form_liner {
  align-items: center;
  display: flex;
  /*padding: 10px;*/
  background-color: #fff;
  border-radius: 4px 10px 10px 4px;
  height: 40px;
  position: relative;
}
.form_liner input[type="text"] {
  width: 40%;
  height: 35px;
  border: 0;
  border-left: solid 1px #ccc;
  padding: 0 20px;
  margin: 0 10px;
  font-size: 12px;
}
.form_liner .locationMark + input {
  border-left: none !important;
  padding-left: 35px;
}
.form_liner select {
  width: 40%;
  height: 100%;
  border: 0;
  /*border-right: solid 1px #ccc;*/
  font-size: 12px;
  padding: 0 20px;
  margin: 0 10px;
}
.form_liner input[type="submit"] {
  width: 20%;
  height: 100%;
  border: 0;
  padding: 0 20px;
  background-color: #d74848;
  transition: 0.3s ease all;
  border-radius: 0 3px 3px 0;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.form_liner input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
/*=============== Update 14th feb =================*/
.popular_box {
  margin: 15px 0;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  border-radius: 3px;
}

.popular_img {
  height: 150px;
  overflow: hidden;
  position: relative;
  /*border-radius: 3px 3px 10px 10px;*/
}
.popular_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #d22316;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 3px;
  z-index: 9;
  font-size: 15px;
  color: #fff;
  font-family: "Roboto Slab", serif;
}
.top_heart {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  /* padding: 2px 10px; */
  border-radius: 3px;
  z-index: 9;
}
.top_heart a {
  color: #fff !important;
}
.top_heart a.clorred {
  color: #d22316 !important;
}
.addtowishlistbutton.clorred {
  background: #ff7f00 !important;
  color: #fff !important;
}
.addtowishlistbutton.clorred i {
  color: #fff !important;
}
.addtowishlistbutton {
  padding: 7px 10px;
  border: 2px solid #ff7f00;
  border-radius: 4px;
  color: #ff7f00 !important;
  font-size: 13px;
}
.addtowishlistbutton i {
  color: #ff7f00 !important;
}
.popular_info {
  padding: 10px 15px 15px 15px;
  position: relative;
}
.short_logo {
  width: 60px;
  height: 60px;
  /* padding: 10px; */
  border-radius: 50%;
  overflow: hidden;
  /* background-color: #333; */
  position: absolute;
  /* margin-top: -43px; */
  top: -30px;
  /* border: solid 5px #fff; */
  background-image: url(../images/icon/offer3.png);
  background-size: 100% 100%;
}
.short_logo h5 {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  height: 35px;
  height: 60px;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  line-height: 20px;
  font-family: "Sen", sans-serif !important;
}
.short_logo h5 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  color: #fff;
}

.short_logo2 {
  width: 60px;
  height: 60px;
  /* padding: 10px; */
  border-radius: 50%;
  overflow: hidden;
  /* background-color: #333; */
  position: absolute;
  /* margin-top: -43px; */
  top: 10px;
  left: 10px;
  /* border: solid 5px #fff; */
  background-image: url(../images/icon/offer3.png);
  background-size: 100% 100%;
}
.short_logo2 h5 {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  height: 35px;
  height: 60px;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  line-height: 20px;
  font-family: "Sen", sans-serif !important;
}
.short_logo2 h5 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  color: #fff;
}
.food_namer {
  position: absolute;
  right: 10px;
  top: -15px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: none;
}
.food_namer h6 {
  font-family: "Satisfy", cursive;
  margin: 0;
  color: #ff7f00;
  font-size: 18px;
}
.short_logo img {
  width: 100%;
}
.popular_info h4 {
  /* margin-bottom: 10px; */
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  /* height: 35px; */
  text-transform: capitalize;
  font-family: "Inter", sans-serif !important;
}
.inliner_data {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.viewscount {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 20px;
  background: rgb(70, 255, 85);
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
.listingDetailsDateTime strong {
  padding: 0 20px;
}
.listingDetailsDateTime i {
  margin-right: 5px;
}
.inliner_data h6 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: start;
  gap: 5px;
}
.inliner_data h6 i {
  color: #ff7f00;
  font-size: 16px;
}
.inliner_data h6 img {
  width: 15px;
}
.inliner_data h6 span {
  font-size: 13px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  color: #000;
}
.flexEnd {
  justify-content: flex-end;
}
.subPosition {
  bottom: -14px !important;
  left: -50px !important;
  font-size: 13px;
  color: #ff7f00;
}
.inliner_data h6 span sup {
  font-size: 12px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #666666;
}

.inliner_data2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  height: 30px;
}
.inliner_data2 h6 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: start;
  gap: 5px;
  font-family: "Nunito", sans-serif;
}
.inliner_data2 h6 img {
  width: 18px;
}
.bottom_inliner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.short_link i {
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 500;
  color: #2792c3;
  transition: 0.3s ease all;
}
.short_link i:hover {
  color: #000;
  transition: 0.3s ease all;
}
.all_category {
  /*background-color: rgb(226 246 250 / 45%);*/
}
.listingsearch {
  padding: 20px 0;
}
.listingStarReating {
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}
.listingStarReating i {
  font-size: 10px;
  margin-left: 2px;
}
.category_img {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.category_img img {
  width: 100%;
  transition: 0.3s ease all;
}
.category_box {
  margin-top: 20px;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.5s ease all;
}
.category_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgb(20 20 20 / 60%);
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s ease all;
}
.center_div {
  margin-top: 50px;
  transition: 0.5s ease all;
}
.center_div img {
  width: 30px;
  margin-bottom: 10px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(261deg)
    brightness(102%) contrast(102%);
}
.center_div h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0;
}
.center_div h6 {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0;
  border-radius: 3px;
  padding: 2px 5px;
  margin-bottom: 0;
  background-color: #eec00c;
  font-weight: 400;
  margin-top: 5px;
  color: #333;
  border: solid 1px #fff;
}
.category_box:hover .category_img img {
  transform: scale(1.5);
  transition: 0.5s ease all;
}
.category_box:hover .center_div {
  margin-top: -20px;
  transition: 0.5s ease all;
}
.category_box:hover .category_title {
  background-color: rgb(39 146 195 / 83%);
  transition: 0.5s ease all;
}
.category_box:hover .center_div h4 {
  opacity: 1;
  font-size: 18px;
}
.category_box:hover .center_div h6 {
  opacity: 1;
}

.slick-slide {
  margin: 0px 5px;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.quote_img img {
  width: 50px;
}
.testi_homer {
  background-color: rgb(229 234 237 / 49%);
}
/*.testimonial_box {
    height: 300px;
    border-radius: 3px;
    padding: 40px;
    text-align: left;
    border: solid 2px #fff;
    margin: 20px 0 0px 0;
    box-shadow: 0px -1px 4px 0px #ccc;
    background: linear-gradient( 90deg , rgb(238 194 18 / 50%) 5%, #fffffffa 0%);
    border-bottom: solid 1px #eee;
}*/

.testimonial {
  margin: 20px 20px 20px;
}
.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonial .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #edc00a;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #edc00a;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}
.testimonial .testimonial-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}
.testimonial .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 0px 0;
}
.testimonial .post {
  display: block;
  font-size: 13px;
  color: #edc00a;
}

/*.testimonial_box p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}
.testimonial_box h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #666666;
}
.testimonial_box h6 {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 500;
    color: #333333;
}*/

/* ========== Listing Details ================ */

.listing_banner {
  width: 100%;
  height: 350px;
  /* overflow: hidden; */
  position: relative;
}
.listing_body {
  padding: 40px 0;
  background: #f5f5f5;
}
/* .listing_banner img {
	width: 100%;
} */
.listing_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing_head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
.headname_listing {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headname_listing img {
  width: 100px;
  height: 100px;
  border: solid 5px #ccc;
  border-radius: 3px;
}
.headname_listing h1 {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
}
.headname_listing h1 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.headname_listing h1 span a {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
}
.headname_listing h1 i {
  font-size: 15px;
  color: #2ebf24;
  border-radius: 50px;
  background-color: #fff;
  border: solid 1px #2ebf24;
}
.headbtn_listing {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headbtn_listing .banner_btn1 {
  font-size: 15px;
  width: 120px;
  height: 40px;
  border: dashed 1px #fff;
  background-color: transparent;
  color: #fff;
  margin-right: 20px;
  transition: 0.3s ease all;
}
.headbtn_listing .banner_btn2 {
  font-size: 15px;
  width: 120px;
  height: 40px;
  border: solid 1px #2792c3;
  background-color: #2792c3;
  color: #fff;
  margin-right: 20px;
  transition: 0.3s ease all;
}
.headbtn_listing button:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
  border: solid 1px #000;
}
.headbtn_listing a i {
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}
.liner_flexer {
  display: flex;
  align-items: center;
}
.liner_flexer .subliner {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.liner_flexer span {
  color: #fff;
  font-size: 14px;
}
.sec_box {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.sec_head {
  color: #2d3954;
  font-weight: 600;
  font-size: 20px;
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec_box iframe {
  width: 100%;
  height: 300px;
}
.review_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_head h4 {
  font-size: 18px;
}
.review_head h6 i {
  color: #2792c3;
}
.review_head h6 {
  font-weight: 500;
  color: #86889a;
  font-size: 14px;
}
.review_box img {
  width: 100%;
  border-radius: 50%;
}
.review_star {
  display: flex;
  margin-bottom: 10px;
}
.review_star i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border-radius: 3px;
  margin-right: 3px;
}
.review_green {
  background-color: #139553;
  color: #fff;
}
.review_gray {
  background-color: #eee;
  color: #ccc;
}
.sec_box2 {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.sec_head2 {
  color: #2d3954;
  font-weight: 600;
  font-size: 16px;
  border-bottom: solid 1px #eee;
  padding: 10px;
  margin-bottom: 10px;
}
.sec_box2 h5 {
  font-size: 15px;
  color: #555;
  font-weight: 400;
  margin-bottom: 15px;
}
.sec_box2 h5 a {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.right_listingbx {
  padding: 10px 15px;
}
.right_listingbx input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.right_listingbx input[type="email"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.right_listingbx input[type="submit"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 10px;
  color: #000;
  border-radius: 3px;
  background-color: #f2d411;
}
.right_listingbx input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.right_listingbx textarea {
  width: 100%;
  height: 120px;
  border: 0;
  font-size: 12px;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.home_contact {
  background-color: rgb(226 246 250 / 45%);
  padding: 50px 0;
}
.home_contact input[type="text"] {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 20px;
  color: #000;
  margin: 5px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home_contact input[type="email"] {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 20px;
  color: #000;
  margin: 5px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home_contact textarea {
  width: 100%;
  height: 170px;
  border: 0;
  font-size: 12px;
  border-radius: 3px;
  padding: 10px 20px;
  color: #000;
  margin: 5px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.home_contact select {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 20px;
  color: #000;
  margin: 5px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home_contact input[type="submit"] {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 20px;
  color: #fff;
  margin: 5px 0;
  background-color: #83d23d;
  transition: 0.3s ease all;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home_contact input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s ease all;
}

/*============== About ================*/

.top_about {
  width: 100%;
  margin-bottom: 50px;
}
.about_backtext {
  position: relative;
}
/* .about_backtext h2 {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  color: #d3d3d3;
  margin: 0;
} */

/*========== Footer ===========*/

.footer_main {
  padding: 40px 0 20px 0;
  /*background-color: #171830;*/
  background-color: #333;
  color: #fff;
  position: relative;
  z-index: 9;
}

.footer_testi {
  margin-top: 20px;
}
.ftesti_box {
  display: flex;
  margin: 14px 0;
}
.ftesti_box i {
  margin: 5px 10px 0 0;
  font-size: 15px;
  color: #ccc;
}
.footer_box img {
  width: 55%;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
}
.footer_box h5 {
  font-size: 13px;
  font-weight: 300;
  /*letter-spacing: 1px;*/
  margin: 0;
  color: #fff;
}
.footer_box h5 span {
  display: block;
  font-size: 8px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 20px;
}
.footer_box h6 {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  /*font-family: 'Playfair Display', serif;*/
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #83d23d;
}
.footer_box h6:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #83d23d;
  bottom: -8px;
  left: 0;
}
.footerUl {
  margin-bottom: 20px !important;
}
.footer_box ul li a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 200;
  line-height: 25px;
  font-weight: 400;
}
.footer_box ul li a:hover {
  color: #fff;
}
.footer_box p {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  line-height: 25px;
}
.footer_box input[type="text"] {
  border: 0;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  height: 40px;
}
.footer_box input[type="text"]:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
.footer_box button {
  border: solid 2px #fff;
  border-radius: 3px;
  height: 100%;
}
.footer_box button i {
  color: #fff;
  font-size: 14px;
}
.footer_box button:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
.footer_box .form-check {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.footer_box .form-check .form-check-input {
  margin-top: 0;
  margin-right: 10px;
}
.footer_box label {
  font-size: 12px;
  font-weight: 400;
}

/*=========== Contact ============*/

.contact_seg {
  background: #eee;
}
.info_contact {
  padding: 25px 25px 0;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #ccc;
  height: 100%;
}
.info_contact h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.info_contact h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  color: #333;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease all;
  cursor: pointer;
}
.info_contact h5:hover {
  transform: scale(1.03);
  transition: 0.3s ease all;
}
.info_contact h5 a {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  color: #333;
}
.info_contact h5 a:hover {
  color: #333;
}
.info_contact input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.info_contact input[type="email"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.subimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_contact select {
  width: 49%;
  background: #eeeeee;
  padding: 10px;
  border-radius: 3px;
  color: #6c757d;
  font-size: 12px;
  border: none;
  margin-bottom: 10px;
}
input#myFile {
  width: 49%;
  background: #eeeeee;
  margin-bottom: 10px;
  font-size: 12px;
}
.info_contact input[type="number"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.info_contact input[type="submit"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 10px;
  color: #000;
  border-radius: 3px;
  background-color: #f2d411;
}
.info_contact input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
  transition: 0.3s ease all;
}
.info_contact textarea {
  width: 100%;
  height: 120px;
  border: 0;
  font-size: 12px;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 3px;
}
.map {
  margin: 70px 0 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
}
.info_contact i {
  color: #d22316;
}
.footer_social {
  margin-top: 20px;
}
.footer_social ul {
  display: flex;
  justify-content: flex-start;
}
.footer_social ul li a i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  margin: 0 5px;
}
.info_contact h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 40px 0 15px 0;
}

/*=========== Login Registration =============*/

.login_seg {
  background-image: url(../images/banner/login-background2.jpeg);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.login_highlight {
  padding: 10px;
}
.login_boxer {
  display: flex;
  align-items: center;
  height: 90vh;
}
.login_form input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  border: solid 1px #ccc;
  margin: 10px 0;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.login_form input[type="password"] {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  border: solid 1px #ccc;
  margin: 10px 0;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.login_form input[type="submit"] {
  border-radius: 3px;
  height: 40px;
  width: 100%;
  border: 0;
  margin: 10px 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.login_form .form-check-label {
  font-size: 15px;
}
.login_form h6 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.login_form p {
  font-size: 15px;
  font-weight: 400;
}
.login_form a {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.login_form a:hover {
  color: #333;
}
.check_inliner {
  display: flex;
  justify-content: space-between;
}
.check_inliner a {
  font-size: 12px;
  text-decoration: underline;
}
.log_flexer {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.log_flexer i {
  font-size: 35px;
  color: #fff;
  margin-right: 20px;
}
.log_flexer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 300;
}

/*========== Listing ===========*/

.sub_banner {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.castom_on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.castom_on a {
  font-family: "Nunito", sans-serif;
}
.castom_on .login_btn_cstm {
  margin-right: 10px;
}
.login_btn_cstm {
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  background-color: rgb(255 127 0 / 76%);
  transition: 0.3s ease all;
  font-family: "Playfair Display", serif;
  border: solid 2px rgb(255 127 0 / 76%);
}
.login_btn_out {
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  background-color: transparent;
  transition: 0.3s ease all;
  font-family: "Playfair Display", serif;
  border: solid 2px #fff;
}
.castom_on a:hover {
  color: #fff;
  background-color: #333;
  border: solid 2px #333;
}
.castom_on h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
.castom_on p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 30px;
}
.sub_banner img {
  width: 100%;
}
.top_listmenu {
  margin-bottom: 0px;
  /* padding: 20px 0 0 0; */
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fff;
}
.spacial_list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc;
}
.spacial_list::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  border-left: solid 25px #ccc;
  border-bottom: solid 25px transparent;
  border-top: solid 20px transparent;
  right: -26px;
  top: 0;
}
.top_listmenu ul {
  display: flex;
  /*gap: 15px;*/
}
.top_listmenu ul li {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  border-right: solid 1px #ccc;
  padding: 11px 0px;
  text-align: center;
  width: 100%;
}
.search_box {
  padding: 20px;
  background-color: #fff;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search_img {
  height: 100%;
  position: relative;
}
.search_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom_linexr {
  margin-top: 20px;
}
.bottom_linexr {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.viwerr {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  border-radius: 3px;
  background-color: #eee;
  text-align: center;
  /* width: 120px; */
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
}
.viwerr2 {
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  border-radius: 3px;
  background-color: #645e5e;
  text-align: center;
  width: 120px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
}
.bottom_linexr a {
}
.bottom_linexr a:hover {
  color: #333;
  background-color: #fbc503;
}
.bottom_linexr a i {
  color: #999888;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #eee;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.view_short {
  display: flex;
  gap: 5px;
}
.five_star {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}
.star_name a {
  color: #333;
  font-size: 12px;
}
.five_star ul {
  display: flex;
}
.five_star ul li i {
  color: #fbc503;
}
.search_info {
  position: relative;
}
.search_info h2 {
  font-size: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}
.search_info h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 20px;
  color: #999999;
}
.listing_contact {
  margin-top: 15px;
}
.listing_contact p {
  font-size: 13px;
  font-weight: 400;
  color: #fbc503;
  margin: 10px 0;
}
.short_flex {
  display: flex;
  gap: 10px;
}
.listing_contact h6 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 5px 0;
}
.listing_contact h6 a {
  color: #666666;
}
.listing_contact h6 i {
  color: #fbc503;
  margin-right: 5px;
}
.listing_contact p i {
  margin-right: 5px;
  color: #fbc503;
}
.listing_contact p a {
  color: #333;
}
.listing_contact p a:hover {
  color: #333;
}
.addlisting_segment {
  padding: 30px 0;
  background-color: #eee;
}
.left_listing {
  background-color: #fff;
  border-radius: 3px;
}
.left_listing .nav {
  display: block;
}
.left_listing .nav .nav-item .nav-link {
  font-size: 13px;
  display: block;
  padding: 15px 15px;
  border-bottom: solid 1px #ccc !important;
  color: #333;
}
.left_listing .nav .nav-item .nav-link i {
  margin-right: 15px;
}
.adding_listing {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 15px 15px 15px;
}
.adding_listing h4 {
  font-size: 15px;
  display: block;
  padding: 20px 15px;
  border-bottom: solid 1px #ccc !important;
  color: #333;
}
.adding_listing h4 i {
  margin-right: 15px;
}
.adding_listing label {
  font-size: 13px;
  display: block;
  color: #ce3133;
  margin-top: 15px;
}
.adding_listing input[type="text"] {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #ccc !important;
  color: #333;
  margin-bottom: 10px;
}
.adding_listing input[type="file"] {
  font-size: 13px;
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 3px;
  color: #333;
  margin-bottom: 10px;
}
.adding_listing input[type="email"] {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 35px;
  border: solid 1px #ccc !important;
  border-radius: 3px;
  color: #333;
  margin-bottom: 10px;
}
.adding_listing input[type="password"] {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 35px;
  border: solid 1px #ccc !important;
  border-radius: 3px;
  color: #333;
  margin-bottom: 10px;
}
.adding_listing select {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 35px;
  border: solid 1px #ccc !important;
  border-radius: 3px;
  color: #333;
  margin-bottom: 10px;
}
.adding_listing input[type="submit"] {
  font-size: 13px;
  display: block;
  padding: 5px 30px;
  height: 35px;
  border: none;
  border-radius: 3px;
  color: #fff;
  margin-top: 20px;
}

/*============== Update 12th feb ==================*/

.search_segment {
  background-color: rgb(226 246 250 / 45%);
}
.category_box2 {
  /* margin: 15px auto; */
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); */
  background-color: #fff;
  position: relative;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.category_img2 {
  height: 100%;
}
.category_img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_title2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  background-color: rgb(8 7 7 / 36%);
  align-items: center;
}
.category_title2 h4 {
  margin: 0;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}
.category_title2 h4 span {
  display: block;
  text-transform: uppercase;
}
.category_title2 h4 span:nth-child(1) {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
.category_title2 h4 span:nth-child(2) {
  text-shadow: 1px 1px 5px rgb(0 0 0 / 48%);
  font-size: 80px;
  color: #d22316;
  line-height: 50px;
  font-weight: 600;
  font-family: "Abril Fatface", cursive;
}
.category_title2 h4 span:nth-child(3) {
  font-size: 40px;
  color: #ccc;
  font-weight: 200;
  font-family: "Nunito", sans-serif;
}

.medium_image .category_title2 {
  bottom: 0;
  top: auto;
  height: 40px;
  display: flex;
  align-items: center;
  transform: none;
  background: rgba(255, 255, 255, 0.9);
}
.medium_image .popular_img {
  height: 100px;
}
.medium_image .popular_info h4 {
  font-size: 13px;
}
.medium_image .second_btn_cstm {
  font-size: 12px;
  padding: 4px 0;
}
.medium_image .category_title2 h6 {
  margin-bottom: 0;
}
.medium_image .popular_info {
  text-align: center;
}
.medium_image h6 {
  font-size: 12px;
  height: 30px;
}
.category_box3 {
  margin: 10px auto;
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);*/
  background-color: #fff;
  position: relative;
  height: auto;
  overflow: hidden;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.listingsearch .category_box3 {
  height: 120px;
  width: 120px;
}
.category_img3 {
  border-radius: 50%;
  height: 100%;
}
.category_img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_title3 h4 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  /*background-color: #f2e82c;*/
}

/*================= City ===================*/

.popular_places {
  background-color: rgb(226 246 250 / 45%);
}
.city_line {
  display: flex;
  gap: 5px;
}
.place_box {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin: 15px 0;
  border-radius: 3px;
  position: relative;
}
.place_box img {
  width: 100%;
}
.city_name {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.city_name a {
  color: #fff;
  font-size: 18px;
}
.city_name a:hover {
  color: #fff;
}

/*=======================================*/

.category_listing {
  /*box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;*/
  /*height: 100%;*/
  background-color: #fff;
  box-shadow: 4px 2px 5px 0 rgb(0 0 0 / 8%);
  margin-top: 20px;
}
.category_listing img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  /* border: solid 1px #ccc; */
  /* padding: 3px; */
  text-align: center;
  /* background-color: #fff; */
  /* border-radius: 50%; */
}
.category_listing h4 {
  margin: 0;
  background-color: #2792c3;
  color: #fff;
  font-size: 18px;
  padding: 20px 20px;
  font-weight: 500;
}
.category_listing ul li {
  padding: 10px 15px 10px 15px;
}
.category_listing ul li:nth-child(even) {
  background-color: #eee;
}
.category_listing ul li:hover {
  background-color: #fff;
  box-shadow: 1px 0 12px -7px rgb(0 0 0 / 65%);
}
.category_listing ul li a {
  display: block;
  width: 100%;
  color: #333;
}
.category_listing ul li a:hover {
  color: #333;
}
.category_listing ul li a i {
  font-size: 20px;
  color: #063360;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}
/*.category_listing .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: rgb(87 98 104 / 41%) !important;
    border-color: #fff !important;
}*/

/*============= Services ================*/

.popular_banner {
  height: 250px;
  overflow: hidden;
  margin: 10px 0;
}
.popular_banner img {
  width: 100%;
}

/* ==================== Gallery ========================= */

.gallery_segment {
  text-align: center;
}
.portfolioR-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.portfolioR-box img {
  width: 100%;
  height: 100%;
}

/*oculto el texto de cada item*/
.portfolioR-box .portfolioR-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolioR-box:hover .portfolioR-info {
  opacity: 1;
  transition-duration: 1.5s;
  transition-property: all;
}

.portfolioR-box:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition-duration: 1s;
  transition-property: all;
}

.portfolioR-box::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolioR-box .portfolioR-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolioR-box .portfolioR-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolioR-box .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolioR-box .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolioR-box .portfolio-links a:hover {
  color: #148af9;
}
.getOurAppHolder {
  padding: 50px 0;
  background: #eee;
}
.containerCastomappinfo {
  width: 70%;
  margin: 0 auto;
}
.containerCastomappinfo .col-md-8 {
  align-self: center;
}
.getOurAppInfo .form_liner {
  align-items: center;
  display: flex;
  /* padding: 10px; */
  background-color: transparent;
  border-radius: 0 10px 10px 0;
  height: 35px;
  position: relative;
  margin: 20px 0;
}
.getOurAppInfo .form_liner input[type="text"] {
  width: 55%;
  height: 35px;
  border: 0;
  border-left: none;
  padding: 0 20px;
  margin: 0;
  font-size: 12px;
}
.getOurAppInfo h2 {
  font-family: "Nunito", sans-serif;
}

/* main loader  */

.screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: tomato;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 100%;
  height: 15px;
  text-align: center;
}

.dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  display: inline-block;
}

.dot:first-child:before {
  animation-delay: 0ms;
}

.dot:first-child:after {
  animation-delay: 0ms;
}

.dot:last-child:before {
  animation-delay: 200ms;
}

.dot:last-child:after {
  animation-delay: 200ms;
}

.dot:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: blue;
  animation-name: dotHover;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
  animation-iteration-count: infinite;
  animation-delay: 100ms;
  background: white;
  border-radius: 100%;
}

.dot:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: black;
  box-shadow: 0px 0px 1px black;
  opacity: 0.2;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  border-radius: 100%;
  animation-name: dotShadow;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
  animation-iteration-count: infinite;
  animation-delay: 100ms;
}

@keyframes dotShadow {
  0% {
    transform: scaleX(1);
  }
  50% {
    opacity: 0;
    transform: scaleX(0.6);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes dotHover {
  0% {
    top: 0px;
  }
  50% {
    top: -50px;
    transform: scale(1.1);
  }
  100% {
    top: 0;
  }
}
