@import url('https://cdn-uicons.flaticon.com/2.4.0/uicons-thin-rounded/css/uicons-thin-rounded.css');

@font-face {
    font-display: fallback;
    font-family: Tenorite;
    font-style: normal;
    font-weight: 100 900;
    src: url(https://dsgrcdnblobprod5u3.azureedge.net/fonts/Tenorite.woff2) format("woff2");
    unicode-range: u+000-5ff
}

@font-face {
    font-display: fallback;
    font-family: Tenorite;
    font-style: italic;
    font-weight: 100 900;
    src: url(https://dsgrcdnblobprod5u3.azureedge.net/fonts/Tenorite-Italic.woff2) format("woff2");
    unicode-range: u+000-5ff
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
    background-color: #f8f9fa!important;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;*/
    font-family: Tenorite,Trebuchet MS,Verdana,Arial,sans-serif !important;
    padding-top: 8rem;
}
.logo-title{
    font-size: 1.8rem;
    font-weight: bolder;
    background: linear-gradient(to right, #ee8d07 20%, #00affa 30%, #3d660a 70%, #0190cd 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.services-features-section{
    background:#102039;
}
.services-features-section .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.services-features-section .bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.services-features-section .features-box-area {
  padding: 30px 30px 25px 30px;
  background: #fff;
}


.services-features-section .features-box-area .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.services-features-section .features-box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.services-features-section .features-box-area .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top right;
}

.services-features-section .features-box-area:hover .shape-3 {
  opacity: 1;
}

.services-features-section .features-box-area:hover .shape-2 {
  opacity: 0;
}

.services-features-section .features-box-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #EA1826;
  transition: all 700ms ease;
}

.services-features-section .features-box-area:hover h5 {
  color: #fff;
  position: relative;
}

.services-features-section .features-box-area:hover:before {
  width: 100%;
  left: 0;
}


.service-choose-area {
    position: relative;
    background: #111111;
    z-index: 1;
}
.service-choose-area::before {
    content: "";
    position: absolute;
    background-image: url(img/service-shape-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .04;
    z-index: -1
}

.cab-feature-bg {
    /*background-image: url(img/cabbg.jpg);*/
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("img/cabbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.cab-feature-bg::before {
    content: "";
    position: absolute;
    /*background: rgba(0,0,0,.75);*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.cab-feature-bg::after {
    content: "";
    position: absolute;
    background-image: url(img/cab-shape-2.png);
    background-repeat: repeat-x;
    width: 500%;
    height: 50px;
    bottom: -10px;
    left: 0;
    animation: slide 100s linear infinite
}

@keyframes slide {
    100% {
        transform: translateX(-3400px)
    }
}

.cab-feature-bg .feature-item {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    z-index: 1
}

.cab-feature-bg .feature-item:hover {
    transform: translateY(-10px)
}

.cab-feature-bg .feature-icon {
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50px;
    margin: 0 auto 20px;
    border: 5px solid #000;
    background: #FFB300;
    transition: all .5s ease-in-out;
}

.cab-feature-bg .feature-icon img {
    width: 55px
}

.cab-feature-bg .feature-item:hover .feature-icon {
    transform: rotateY(360deg)
}

.cab-feature-bg .feature-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}


.pop-touritem {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

.fs-title {
  font-size: 1.12rem !important;
}

.detail.ellipsis-container {
  color: #455873;
  font-size: 14px;
  padding-top: 3px;
}

.ellipsis-item__normal.separate {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: #ced2d9;
}

.touritem-middle {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flight-foots {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.low-price .tag-span {
  font-size: 13px;
  font-weight: 500;
  color: #5f7388;
}

.pop-touritem-bg {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.pop-touritem-bg .bg-cover {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.2s;
  background-position-y: -10px;
}

.pop-touritem-bg .touritem-cnt {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0 24px 16px;
}

.detail.ellipsis-container .ellipsis {
  margin: 0 5px 5px 0px;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  color: #45596c;
  border: 1px dashed #ccd5de;
}

.flight-footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.star-rates {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 11px;
  letter-spacing: 3px;
}

.star-rates .fa-solid.active {
  color: #ffa31a;
}

.rat-reviews {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.rat-reviews span {
  margin-left: 3px;
  color: #455873;
  font-size: 12px;
  font-weight: 500;
}

.activities-flex {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #05264e;
}

.activities-flex li {
  list-style: none;
}

.activities-flex li .actv-wrap-caps {
  color: #808fa0;
  font-size: 13px;
}

.popFlights-item-overHidden {
  position: relative;
  overflow: hidden;
}

.flight-thumb-wrapper .popFlights-item-overHidden>img,
.flight-thumb-wrapper .popFlights-item-overHidden>img {
  transition: all ease 0.4s;
}

.flight-thumb-wrapper:hover .popFlights-item-overHidden>img,
.flight-thumb-wrapper:focus .popFlights-item-overHidden>img {
  transform: scale(1.05);
}

.segmentDeparture ul {
  padding: 0;
  margin: 0;
  position: relative;
  border-left: 1px solid #a6bbca;
}

.segmentDeparture ul li {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.segmentDeparture ul li:first-child {
  margin-bottom: 1.8rem;
}

.segmentDeparture ul:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #cd2c22;
  ;
  border: 4px solid #ffe6e5;
  border-radius: 50%;
  left: -10px;
  top: 0;
}

.segmentDeparture ul:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #cd2c22;
  ;
  border: 4px solid #ffe6e5;
  border-radius: 50%;
  left: -10px;
  bottom: 0;
}

.segmentDeparture-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.segmentDeparture-overlay {
  position: relative;
  border-left: 1px dashed #c4ced7;
  padding: 3rem;
}



.hotel-grid-card .padding-20 {
    padding: 20px;
}
.hotel-grid-caption .title {
    letter-spacing: 0.04em;
    line-height: 1em;
}
.hotel-grid .fs-16 {
    font-size: 16px;
}
.hotel-grid-caption .price {
    color: #7db921;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.hotel-grid-caption .price small {
    display: block;
    color: #838383;
    font-size: 0.5em;
    margin-bottom: 5px;
}
.hotel-grid-caption .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hotel-grid-caption .action a {
    padding: 0px 20px;
}

.teacher-card{
    font-size: 0.9rem;
}
.teacher-card .img-box{
    width: 100px;
    height: 100px;
}
.teacher-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid gray;
    border-radius: 10px;
    transition: all .7s ease-in-out;
}
.teacher-card p{
    margin-bottom: 0.4rem;
}
 .teacher-card:hover {
	 transform: translateY(-5px);
}
.teacher-card:hover .img-box img {
    transform: rotateY(360deg)
}


.pp-overlay-img {
    height: 100% !important;
    object-fit: cover;
    overflow: visible;
    top: 0;
    left: 0;
    animation: ppOverlayImg 8s linear infinite;
}
@keyframes ppOverlayImg {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.pp-img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid #ccc;
    border-radius: 1rem;
}

.box_how {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    padding: 10px 25px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.5s;
}
.box_how:hover{
    background: #ef3339;
	border-radius: 1rem;
	transform: translateY(-5px);
	color: #fff;
}

.box_how h3 {
    font-size: 21px;
    font-size: 1.3125rem
}

.box_how p {
    margin-bottom: 0
}





.bar {
  height: 5px;
  width: 90px;
  background: rgb(239 51 57 / 39%);
  margin: 0 auto;
  position: relative;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 15px;
  border-radius: 0;
  background: #ef3339;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(75px)
  }
}
@keyframes MOVE-BG {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(75px)
  }
}

.job-title-card{
    background: #fdf8f7;
    position: relative;
    z-index: 1;
}
.job-title-card:before{
    position: absolute;
    content: '';
    background-image: url(img/jobsecbg.png);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .02;
    z-index: -1;
}


.main-icon-div{
    position: relative !important;
    padding-left: 75px !important;
}
.icon.bg2 {
    background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}
.icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #ED2775 0%, #FF7448 100%);
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 25px;
    left: 0;
    top: 0;
    border-radius: 100px 100px 0px 100px;
}

.footer-section::before {
    position: absolute;
    content: '';
    background: url(img/shape.svg) no-repeat;
    width: 100%;
    height: 73px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.multi_dash_div .offset-5 {
    margin-left: 0;
}
.multi_dash_div .nav-icon img{
    width: 2rem;
    height: 2rem;
}
.multi_dash_div .logo img{
    width: 4rem;
}
.multi_dash_div {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.multi_dash_div .nav-btn img{
    width: 2.2rem;
    /*width: 1.5rem;*/
}
.multi_dash_div .nav-btn{
    text-decoration: none;
    color: black;
}

.order-img{
    width: 3rem;
    height: 3rem;
}
.order-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-section-dashboard .category-item {
	 position: relative;
	 background: #fff;
	 padding-left: 100px;
	 border: 1px dashed #ef3339;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 margin-bottom: 30px;
	 transition: 0.5s;
	 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
 .job-section-dashboard .category-item i {
	 position: absolute;
	 font-size: 40px;
	 background: #fccdcd;
	 width: 70px;
	 height: 70px;
	 line-height: 75px;
	 text-align: center;
	 border-radius: 50px;
	 color: #ef3339;
	 left: 15px;
	 top: 9px;
	 border: 1px dashed #ef3339;
}
 .job-section-dashboard .category-item h3 {
	 font-size: 20px;
	 margin-bottom: 0px;
	 transition: 0.5s;
}
 .job-section-dashboard .category-item p {
	 font-size: 15px;
	 margin-bottom: 0;
	 transition: 0.5s;
}
 .job-section-dashboard .category-item:hover {
	 background: #ef3339;
	 border-radius: 1rem;
	 transform: translateY(-5px);
}
 .job-section-dashboard .category-item:hover h3, .job-section-dashboard .category-item:hover p {
	 color: #fff;
}
 


.hidden{
    display:none;
}

.navbtn5 {
    background: #ef3339;
    color: #fff !important;
    padding: 0 1rem;
    font-weight: bold;
}

.categogy-nav-res {
    justify-content: center;
    padding: 0 1rem;
    gap: 1rem;
    background: #fff;
}

.heading_left_area h2 span {
    display: inline-block;
    color: #ef3339;
}
/* --Imagination Area-- */
.imagination_boxed {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: .4s all ease-in-out;
}

.imagination_boxed img {
    position: relative;
    width: 100%;
    transition: .4s all ease-in-out;
}

.imagination_boxed:hover img {
    transform: scale(1.2);
}

.imagination_boxed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    background: #17161669;
    bottom: 0;
    transition: all 0.5s;
    transform: translate(0%, 100%);
}

.imagination_boxed:hover:before {
    transform: translate(0%, 0%);
}

.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 25%;
}

.imagination_boxed h3 span {
    display: block;
    text-align: center;
}

.imagination_boxed h3 a {
    color: #fff;
    transition: .4s all ease-in-out;
}

.imagination_boxed:hover h3 a {
    font-weight: 500;
}

.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px;
}

/* --Top Destinations Area-- */
.destinations_content_box {
    position: relative;
    margin-bottom: 23px;
    border-radius: 12px;
    overflow: hidden;
}

.destinations_content_box .btn {
    margin-top: 2px;
}

.destinations_content_box img {
    width: 100%;
}

.destinations_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.destinations_content_inner h3 a {
    color: #fff;
}

.destinations_content_inner h3 a:hover {
    color: #111;
}

.destinations_content_inner h2 {
    color: #fff;
    padding-bottom: 20px;
}

.destinations_big_offer h1 {
    color: #fff;
    font-size: 150px;
    line-height: 109px;
    padding-bottom: 20px;
}

.destinations_big_offer {
    display: flex;
}

.destinations_big_offer h6 {
    color: #fff;
    line-height: 45px;
    padding-top: 8px;
}

.destinations_big_offer h6 span {
    display: block;
    font-size: 38px;
    font-weight: 500;
}



.img_animation {
    overflow: hidden;
}

.img_animation img {
    transition: .4s all ease-in-out;
    position: relative;
}

.img_animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8b3eea9c;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-in-out;
}

.img_animation:hover::after {
    opacity: 1;
    visibility: visible;
}

.img_animation:hover img {
    transform: scale(1.2);
}


.btn_theme {
    color: #fff;
    background-color: #ef3339;
    transition: .4s all ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none
}

.btn_theme:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: #111;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: .4s all ease-in-out;

}

.btn_theme:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}
.btn_md {
    padding: 12px 35px;
    font-size: 18px;
}

/*grocery category*/
.category-grocery{
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 3rem;
}
.category-grocery .product-gro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    cursor: pointer;
    box-shadow: none;
    height: auto;
    background-color: transparent;
    padding-bottom: 0;
    border: none;
}
.category-grocery .product-gro .gro-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 100%;
    border-radius: 1.2rem;
    border: 1px solid rgba(52, 168, 83, 0.06);
    transition: all 0.3s;
    background: rgba(52, 168, 83, 0.06);
    height: 9rem;
}
.category-grocery .product-gro .gro-img img {
    transition: all 0.2s ease-in-out;
}
.category-grocery .product-gro .gro-details {
    font-weight: 500;
    color: #797979;
}

/*job category*/


/*job post css*/
.job-item {
	 margin-bottom: 30px;
	 border: 1px solid #c1c1c1;
	 padding: 30px;
	 position: relative;
}
 .job-item img {
	 position: absolute;
	 top: 38%;
}
 .job-item .job-inner {
	 display: flex;
	 flex-wrap: wrap;
	 padding-left: 80px;
}
 .job-item .job-inner .job-inner-left {
	 flex: 0 0 75%;
	 max-width: 75%;
}
 .job-item .job-inner .job-inner-left h3 {
	 margin-bottom: 8px;
	 font-size: 22px;
	 font-weight: 600;
}
 .job-item .job-inner .job-inner-left h3 a {
	 color: #333 !important;
}
 .job-item .job-inner .job-inner-left h3 a:hover {
	 color: #333;
	 letter-spacing: 1px;
}
 .job-item .job-inner .job-inner-left .company {
	 display: block;
	 font-weight: 500;
	 font-size: 16px;
	 background: linear-gradient(90deg, rgba(56, 167, 69, 1) 0%, rgba(76, 206, 91, 1) 63%);
	 background-clip: text;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 margin-bottom: 10px;
}
 .job-item .job-inner .job-inner-left .company:hover {
	 background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
	 background-clip: text;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
 .job-item .job-inner .job-inner-left ul {
	 margin: 0;
	 padding: 0;
}
 .job-item .job-inner .job-inner-left ul li {
	 list-style-type: none;
	 display: block;
	 font-size: 14px;
	 color: #808291;
	 position: relative;
	 margin-bottom: 10px;
	 padding-left: 22px;
}
 .job-item .job-inner .job-inner-left ul li:last-child {
	 margin-bottom: 0;
}
 .job-item .job-inner .job-inner-left ul li i {
	 display: inline-block;
	 background: linear-gradient(90deg, rgba(56, 167, 69, 1) 0%, rgba(76, 206, 91, 1) 63%);
	 -webkit-background-clip: text;
	 background-clip: text;
	 -webkit-text-fill-color: transparent;
	 font-size: 16px;
	 position: absolute;
	 top: 2px;
	 left: 0;
}
 .job-item .job-inner .job-inner-right {
	 flex: 0 0 25%;
	 max-width: 25%;
	 text-align: right;
}
 .job-item .job-inner .job-inner-right ul {
	 margin: 0;
	 padding: 0;
}
 .job-item .job-inner .job-inner-right ul li {
	 display: block;
	 font-size: 14px;
	 border: 1px solid;
	 border-image-source: linear-gradient(90deg, rgba(56, 167, 69, 1) 0%, rgba(76, 206, 91, 1) 63%);
	 border-image-slice: 1;
	 text-align: center;
	 width: 95px;
	 margin-bottom: 10px;
	 margin-left: auto;
}
 .job-item .job-inner .job-inner-right ul li:last-child {
	 margin-bottom: 0;
}
 .job-item .job-inner .job-inner-right ul li span {
	 display: block;
	 color: #fff;
	 background: linear-gradient(90deg, rgba(56, 167, 69, 1) 0%, rgba(76, 206, 91, 1) 63%);
	 padding-top: 10px;
	 padding-bottom: 10px;
}
 .job-item .job-inner .job-inner-right ul li a {
	 display: block;
	 color: #333;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 position: relative;
	 z-index: 1;
	 transition: 0.5s all ease;
}
 .job-item .job-inner .job-inner-right ul li a:before {
	 position: absolute;
	 content: '';
	 width: 0;
	 height: 100%;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 z-index: -1;
	 background: linear-gradient(90deg, rgba(56, 167, 69, 1) 0%, rgba(76, 206, 91, 1) 63%);
	 transition: 0.5s all ease;
}
 .job-item .job-inner .job-inner-right ul li a:hover {
	 color: #fff;
}
 .job-item .job-inner .job-inner-right ul li a:hover:before {
	 width: 100%;
	 opacity: 1;
}

/* -- Explore Hotel Area -- */

.theme_nav_tab {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgb(139 62 234 / 8%), 4px 14px 28px rgb(139 148 250 / 7%);
    border-radius: 12px;
    padding: 21px 0;
    margin-bottom: 30px;
}

.theme_nav_tab_item .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.theme_nav_tab_item .nav-tabs .nav-item.show .nav-link,
.theme_nav_tab_item .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ef3339;
    border-color: #ef3339;
}

.theme_nav_tab_item .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 1px solid #ef3339;
    color: var(--black-color);
    padding: 8px 30px;
    border-radius: 5px;
    margin-right: 35px;
}

.theme_nav_tab_item .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.theme_common_box_two {
    border-radius: 11px;
    overflow: hidden;
    border: 1px solid #d2d2d275;
    transition: var(--transition);
    margin-bottom: 30px;
}

.theme_common_box_two:hover {
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.theme_two_box_img {
    position: relative;
    overflow: hidden;
}

.img_hover {
    overflow: hidden;
}

.img_hover img {
    transition: var(--transition);
    width: 100%;
}

.img_hover:hover img {
    transform: scale(1.2);
}

.theme_two_box_img img {
    width: 100%;
}

.theme_two_box_img .discount_tab {
    position: absolute;
    right: 9px;
    bottom: -17px;
    background: #FFFFFF;
    box-shadow: 4px 5px 12px rgb(0 0 0 / 10%);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #ef3339;
    font-size: 16px;
    font-weight: 500;
}

.theme_two_box_img p {
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 13px;
    font-size: 14px;
}

.theme_two_box_img p i {
    padding-right: 5px;
}

.theme_two_box_content {
    background: #fff;
    padding: 20px 15px;
}

.theme_two_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.theme_two_box_content h4 a {
    color: var(--black-color);
}

.theme_two_box_content h4 a:hover {
    color: #ef3339;
}

.theme_two_box_content p {
    padding: 10px 0px;
    font-size: 14px;
}

.theme_two_box_content p .review_rating {
    color: #ef3339;
}

.theme_two_box_content p .review_count {
    margin-left: 10px;
}

.theme_two_box_content h3 {
    font-weight: 500;
}

.theme_two_box_content h3 span {
    font-weight: 400;
    font-size: 14px;
}


/*candidate css*/
.can_img{
    width: 100%;
    height: 200px;
}
.can_img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    margin-bottom: 0.8rem;
}
.can_div{
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
}
.can_text {
    font-size: 0.8rem;
    font-family: serif;
    font-weight: 600;
    color: #565656;
    height: 120px;
    overflow-y: auto;
}
.can_text h5{
    font-weight: bold;
}
.can_div:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: none;
}
.carousel-control-next, .carousel-control-prev {
    width: unset !important;
}

.job-title-card .button-55 {
    background-color: #fff;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    box-shadow: rgb(0 0 0 / 20%) 15px 28px 25px -18px;
    color: #41403e;    font-family: Neucha, sans-serif;
    outline: none;
    border: solid #2974a3;
    padding: .75rem;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    width: 15rem;
}

.job-title-card .button-55:hover {
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.job-title-card .button-55 img{
    width: 1.8rem;
    height: 1.8rem;
}

.mrg-sec{
        background-image: url(img/upload-story.png);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        padding: 2rem 0;
    }
    .mrg-sec-ico img{
        margin-top: -3.5rem;
        width: 4rem;
        background: #fff;
        border-radius: 50%;
        padding: 0.7rem;
    }
    .TopdestinationsMob{
        display: none;
    }
    .download-app-sec-mob, .mobMap{
        display: none;
    }
    
    .mob_wall_font{
        font-size: 1.25rem;
        font-weight: bold;
    }
    #carousel2{
          display: none;
      }
 

@media only screen and (max-width: 768px) {
      body{
          padding-bottom: 3rem;
          padding-top: 4rem;
      }
      .container-fluid{
          padding: 0 !important;
      }
      .multi_dash_div .logo img{
            width: 2rem;
            height: unset;
        }
      #carouselExampleControls{
          display: none;
      }
      #carousel2{
          display: block;
      }
      .logo-title {
        font-size: 1.3rem;
        margin-top: auto;
        margin-bottom: auto;
    }
      .mob-hide-loc, .mob-hide-matrimony, .mob-hide-login{
          display: none;
      }
      .mob_wall_font{
          font-size: 1rem !important;
          font-weight: normal !important;
      }
      .categogy-nav-res{
          background: #ffc761;
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          z-index: 10;
          overflow-x: auto;
          white-space: nowrap;
          justify-content: start !important;
          padding: 0;
          border-top: 2px solid #ccc;
      }
      .customer-support-res{
          display: none;
      }
      .multi_dash_div .nav-bar .px-4{
          padding: 0 0.5rem !important;
      }
      .multi_dash_div .logo{
          padding: 0.5rem 0;
      }
      .imagination_boxed h3 a {
            font-size: 0.9rem;
        }
    .category-grocery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .job-item .job-inner {
        display: block;
    }
    .job-item .job-inner .job-inner-right {
        max-width: 100%;
    }
    .job-item .job-inner .job-inner-right ul {
        margin-top: 15px;
        display: flex;
    }
    .job-item .job-inner .job-inner-right ul li {
         margin-bottom: 0; 
    }
    
    .dash-carousel .p-3{
        padding: 0 !important;
    }
    .dash-carousel .p-3 .carousel-item img{
        /*height: 30vh;*/
    }
    .Topdestinations{
        display: none;
    }
    .TopdestinationsMob{
        display: block;
    }
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .download-app-sec{
        display: none;
    }
    .download-app-sec-mob, .mobMap{
        display: block;
        margin-left: 10rem;
    }
    
    .heading_left_area{
        margin-bottom: 2rem;
    }
    .wedding-img-mob img{
        margin-top: 2rem;
        width: 100% !important;
    }
    .job-title-card .container{
        padding: 0 !important;
    }
    .job-title-card .button-55 {
        font-size: 0.8rem;
        padding: 0.4rem 0.2rem;
    }
    .job-title-card .button-55 img {
        width: 1rem;
        height: 1rem;
    }
    .loginmodalBodyMob .p-5{
        padding: 0rem !important;
    }
    #my-input-autocomplete{
        width: unset !important;
    }
    .autocomplete-input input{
        padding: 0 !important;
    }
    .cartautocomplete-results, .autocomplete-results {
        margin-left: -25px !important;
        margin-top: 16%;
        width: 100%;
    }
    .justifyContentResFoot{
        justify-content: center;
    }

}




.autocomplete-input {
  text-align: center;
}

#my-input-autocomplete {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  border-radius: 3px;
  border: 0;
  margin-top: 4px;
  width: 290px;
  height: 28px;
  text-overflow: ellipsis;
  padding: 0 1em;
}

#my-input-autocomplete:focus {
  outline: none;
}


.cartautocomplete-results,
.autocomplete-results {
    margin-left:-10px;
  position: absolute;
  margin-top: 10%;
  display: none;
  background-color: white;
  width: 320px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}

.autocomplete-item {
  padding: 5px 5px 5px 35px;
  height: 38px;
  line-height: 26px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size:15px;
}

.autocomplete-icon {
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.autocomplete-icon.icon-localities {
  background-image: url(https://images.woosmap.com/icons/locality.svg);
}

.autocomplete-item:hover .autocomplete-icon.icon-localities {
  background-image: url(https://images.woosmap.com/icons/locality-selected.svg);
}

.autocomplete-item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.autocomplete-results::after,
.cartautocomplete-results::after{
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4caf50;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    cursor: default;
    background-image: linear-gradient(to right, #FF9800, #FFEB3B);
    border-color: #FFC107;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination > .currentpage > a, .pagination > .currentpage > span {
    background-color: red !important;
    color: #fff !important;
}







