body{
	margin: 0;
	font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0 !important;
}
p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
img{
    width: 100%;
    display: block;
    object-fit: cover;
}
ul{
    padding: 0!important;
    margin-bottom: 0 !important;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none !important;
}
input:focus, textarea:focus{
    outline: none;
}
.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.main-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73%;
    background: #121f38;
    z-index: 1;
}
.subheader {
    background: #121f38;
    padding: 15px 0px;
    position: relative;
    z-index: 9;
}
.co_header{
    position: relative;
    z-index: 9;
}
.co_header .row{
    padding: 15px 0px;
    background: white;
    position: relative;
}
.co_header.newClass {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    z-index:9999;
    width: 100%;
    background: white;
}
.logo{
    width: 70%;
}
.menu {
    position: relative;
    margin-right: 70px;
}
.co_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.co_menu li{
    margin: 0px 13px;
    position: relative;
    padding: 13px 0px;
}
.co_menu li a{
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}
.co_menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin: auto;
    background-color: #c78665;
    height: 3px;
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform .25s cubic-bezier(.37,.31,.2,.85);
}
.co_menu li a:hover:before{
    transform-origin: left center;
    transform: scale(1.1);
}
.co_menu li a.active{
	color: #c78665;
}
.co_menu li a:hover{
	color: #c78665;
}
.co_menu ul.dropdown {
    padding: 0;
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 45px;
    left: -69px;
    flex-direction: column;
    margin: 0;
    list-style: none;
    color: #333;
    transform: translateY(50px);
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
    opacity: 0;
    z-index: 999;
    background: #FFFFFF;
    border-top: 3px solid #c78665;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 11%);
    border-radius: 5px;
    width: 220px;
    padding: 15px 10px 40px !important;
    text-align: left;
}
.co_menu ul.dropdown:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #c78665;
    position: absolute;
    top: -15px;
    left: 47%;
    transform: translateX(-50%);
}
.co_menu li:hover ul.dropdown {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}
.co_menu ul.dropdown > li{
	padding: 0;
}
.co_menu ul.dropdown > li a {
    color: black;
    padding: 6px 0px;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}
.co_menu ul.dropdown > li a:before{
    display: none;
}
.co_menu ul.dropdown > li a:hover{
	color: #c78665;
}
.co_menu button{
    background: transparent;
    border: unset;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 0!important;
    color: black;
    padding: 0px 15px;
    font-size: 20px !important;
}
.call-1{
	display: flex;
}
.call-1 a{
	color: white !important;
    text-decoration: none;
    display: block;
}
.call-1 a i{
    color: #c78665;
    margin-right: 15px;
}
.call-info a:first-child {
    border-right: 1px solid #cccccc91;
    padding-right: 30px;
    margin-right: 30px;
}
.co_banner {
    position: relative;
    background: #ecf0f2;
    padding: 300px 0px 150px;
}
.inner-content {
    position: relative;
}
.banner-img{
    position: relative;
}
.banner-main{
    position: relative;
}
.shape3{
    position: absolute;
    top: 104px;
    right: 0;
    width: auto;
    animation: float 1500ms infinite ease-in-out;
}
.shape4{
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    animation: moveHorizontal 3000ms infinite ease-in-out;
}
.banner-main .banner-bg{
    position: absolute;
    top: 60%;
    left: 55%;
    opacity: 0.1;
    max-width: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.banner-main .shape {
    position: absolute;
    top: 3px;
    right: 35%;
    z-index: 1;
    max-width: 150px;
    animation: moveHorizontal 3000ms infinite ease-in-out;
}
.banner-img-slider{
    z-index: 99;
}
.banner-img{
    display: flex !important;
    justify-content: center;
}
.image-1, .image-2 {
    width: calc(37% - 16px);
}
.image-2{
    position: relative;
    top: 100px;
}
img.shape2 {
    position: absolute;
    bottom: -76px;
    left: 36%;
    width: auto;
    animation: moveVertical 3000ms infinite ease-in-out;
}
.image-2 img{
    position: relative;
    margin-top: 100px;
}
@keyframes float {
    0% {
        transform: translateY(0px);

    }

    50% {
        transform: translateY(-5px);
    }

    100% {
       transform: translateY(0px);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(20%);
    color: black;
    width: 65%;
}
.banner-content h1 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 57px;
    margin-bottom: 30px !important;
    color: #121f38;
}
.banner-content p{
	line-height: 31px;
}
.shape5 {
    position: absolute;
    left: -89px;
    top: -73px;
    height: 200px;
    width: 200px;
    opacity: 0.4;
    animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }

}
.co_form{
    position: relative;
    z-index: 9;
    margin-top: -100px;
}
.wedding-search {
    padding: 35px 0px;
    background: rgb(0 0 0 / 20%);
    position: relative;
    margin-top: -121px;
}
.event-label input, .event-label textarea{
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.3);
    height: 45px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #787575;
    padding: 6px 12px;
    text-align: left;
}
.event-label textarea{
    height: auto;
}
.select-div{
    position: relative;
}
.select-div .dropdown.bootstrap-select {
    width: 100%!important;
    display: block;
}
.event-label .dropdown-toggle {
    width: 100%!important;
    height: 45px;
    background-color: white !important;
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #787575 !important;
    padding: 3px 12px;
}
.event-label .btn.active{
    background: #fff !important;
}
.event-label .dropdown-toggle:after {
    display: none!important;
}
.event-label .btn-default {
    display: none;
}
.select-div .bootstrap-select .dropdown-toggle:focus {
    outline: unset!important;
    outline-offset: unset;
    box-shadow: unset!important;
    border: 1px solid rgba(204, 204, 204, 0.3);
    background: #fcfcfc !important;
}
.select-div .show>.btn-light.dropdown-toggle {
    background: rgba(204, 204, 204, 0.06)!important;
    border-color: rgba(204, 204, 204, 0.3)!important;
}
.event-label .dropdown-menu {
    width: 100%!important;
    padding: 8px !important;
    border-top: unset !important;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-color: rgba(204, 204, 204, 0.3);
    transform: translate(0px, 47px) !important;
    height: 300px;
    overflow-y: scroll !important;
    inset: unset !important;
    top: 0px !important;
    position: absolute !important;
}
.event-label .dropdown-menu .inner {
    border: unset;
    overflow-y: unset!important;
    top: 11px !important;
}
.event-label .selected{
    width: 100%;
    border: unset;
}
.event-label .dropdown-item.active{
    background: unset;
    color: black;
}
.event-label .dropdown-item {
    font-size: 14px;
    padding: 8px 10px;
}
.event-label .dropdown-item:focus, .event-label .dropdown-item:hover{
    background: #ecf0f2;
}
.select-div .filter-option-inner-inner{
    line-height: 35px;
}
.select-div button:hover{
    background: #fcfcfc;
    border-color:rgba(204, 204, 204, 0.3);
}
.select-div .form-control:focus{
    border-color: unset!important;
    box-shadow: unset !important;
    outline: unset!important;
}
.select-down {
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 12px;
    z-index: 9;
}
.banner-btn {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 10px;
    font-weight: 500;
    background: #121F38;
    overflow: hidden;
    min-width: 155px;
    border: unset;
    height: 50px;
    border-radius: 6px;
    text-transform: uppercase;
    left: 1px;
}
.banner-btn span {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
}
.banner-btn i{
	margin-right: 10px;
}
.banner-btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #c78665;
	transition: all 0.5s ease;
	border-radius: 6px;
}
.banner-btn:hover:before{
	width: 100%;
}
.co_popular {
    padding-bottom: 70px;
}
.head-title{
	display: flex;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
    margin-bottom: 20px;
}
.head-title h2 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.head-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 185px;
    height: 4px;
    background: #c78665;
    border-radius: 100px;
}
.co_arrival .slide-arrow {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #f5a041;
    color: white;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}
.co_arrival .prev-arrow {
    margin-right: 10px;
}
.popular-img{
	overflow: hidden;
	border-radius: 6px;
}
.popular-img img{
	height: 260px;
	border-radius: 6px;
	transition: all 1000ms ease;
}
.inner-popular:hover img{
	transform: rotate(9deg) scale(1.2,1.2);
}
.inner-popular a{
	color: black;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	margin: 0px 10px;
	display: block;
}
.inner-popular p{
	margin: 10px 0px;
}
.inner-popular:hover a{
	color: #c78665;
}
.co_categories {
    padding: 70px 0px;
    background: #ecf0f2;
}
.main-title{
    text-align: center;
    margin-bottom: 70px;
}
.main-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px !important;
    font-family: 'Playfair Display', serif;
}
.set-categories{
    width: 33%;
    position: relative;
    overflow: hidden;
}
.caterories-img{
    position: relative;
}
.caterories-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 0 0 / 40%);
}
.caterories-img img{
    height: 400px;
}
.content-overlay{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(152 119 58 / 95%);
    transition: all 0.5s ease;
    z-index: 1;
    overflow: hidden;
}
.content-overlay1{
    background: rgb(129 32 71 / 95%);
}
.content-overlay2{
    background:rgba(46,68,52,0.95);
}
.content-overlay3{
    background: rgba(164,58,87,0.95);
}
.content-overlay4{
    background: rgba(211,134,32,0.95);
}
.content-overlay5{
    background: rgba(184,127,132,0.95);
}
.content-overlay6{
    background: rgba(115,130,41,0.95);
}
.content-overlay7{
    background: rgba(38,27,96,0.95);
}
.set-categories:hover .content-overlay{
    width: 100%;
}
.caterory-content {
    padding: 35px;
    height: 100%;
    color: white;
    position: relative;
}
.caterory-content h2 {
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px !important;
}
.caterory-content h2:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100px;
    height: 2px;
    background: white;
}
.caterory-content a{
    color: white;
}
.caterory-content a:hover{
    color: white;
}
.read-arrow {
    position: absolute;
    bottom: 16px;
    right: 32px;
    font-size: 27px;
}
/*.set-categories1{
    background: rgba(255,255,255,0.9);
}*/
.set-categories1 .caterory-content{
    color: black;
}
.set-categories1 .caterory-content h2:after {
    background: black;
}
.set-categories1 a{
    color: black;
}
.set-categories1 a:hover{
    color: black;
}
.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.video-main {
  position: relative;
  display: inline-block;
}
.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #c78665;
  z-index: 999;
}
.video:hover{
    color: white;
}
@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.fa-play:before {
  content: "\f04b";
}
.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(236 240 242 / 30%);
    opacity: 0;
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}       
.wave-1 {
  animation-delay: 0s;
}
.wave-2 {
  animation-delay: 1s;
}
.wave-3 {
  animation-delay: 2s;
}
.co_vendor {
    padding: 70px 0px;
}
.co_vendor .slick-slide{
    margin: 0px 7px;
}
.vendor-img{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.inner-vendor img{
    border-radius: 10px;
    height: 180px;
    transition: all 1000ms ease;
}
.inner-vendor:hover .vendor-img img {
    transform: rotate(9deg) scale(1.2,1.2);
}
.image-review {
    position: absolute;
    top: 15px;
    right: 10px;
}
.image-review span {
    background:#5ba829;
    padding: 4px;
    border-radius: 4px;
    color: white;
}
.vendor-info {
    padding-top: 20px;
}
.vendor-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vendor-name a {
    font-size: 16px;
    color: black;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    display: block;
}
.vendor-name a:hover{
    color: black;
}
.vendor-info h6 {
    font-size: 15px;
    opacity: 0.7;
    font-weight: 400;
    margin: 8px 0px 15px !important;
}
.vendor-info h5 {
    font-size: 18px;
    color: #121f38;
    font-weight: 700;
}
.vendor-info ul{
    display: flex;
    margin-top: 10px;
}
.vendor-info ul li{
    background: #eeeeee;
    padding: 3px 7px;
    font-size: 12px;
    margin-right: 10px;
}
.vendor-info ul li.more-list{
    background: transparent;
    text-decoration: underline;
}
.vendor-slider .inner-vendor {
    margin-bottom: 30px;
}
.custom-arrow {
    display: flex;
}
.arrow2 {
    width: 35px;
    height: 35px;
    background: #121f38;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
}
.co_explore{
    background:#ecf0f2;
    padding: 70px 0px;
}
.co_explore .inner-vendor {
    margin: 0px 10px 30px;
}
.co_explore .inner-vendor img {
    height: 220px;
}
.co_explore .middle-product img {
    height: 580px;
}
.co_process {
    padding: 100px 0px;
    background: #ecf0f2;
}
.testimonial-title {
    text-align: center;
    width: 48%;
    margin: auto;
}
.sub-title:before {
    content: "";
    height: 2px;
    width: 35px;
    border-radius: 80px;
    position: absolute;
    background: #c78665;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-title:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    height: 4px;
    width: 6px;
    background: #fff;
    border-radius: 6px;
    transform: translateY(-50%) rotate(-69deg);
    font-weight: 900;
}
.sub-title{
    font-size: 15px;
    color: #3C3C3C;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.testimonial-title h2 {
    font-size: 34px;
    line-height: 47px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
}
.inner-process{
    margin-top: 140px;
}
.set-process {
    position: relative;
    text-align: center;
    font-size: 90px;
    padding: 0 35px 50px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    background: white;
}
.set-process:before{
    position: absolute;
    content: '';
    left: 100%;
    top: -70px;
    height: 56px;
    width: 194px;
    margin-left: -80px;
    background: url('../image/arrow.png') no-repeat;
}
.inner-process .row>div:last-child .set-process:before{
    content: unset;
}
.set-process .number{
    position: relative;
    top: -30px;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #121f38;
}
.set-process .number:after{
    position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid rgb(18 31 56 / 40%);
}
.process-img{
    position: relative;
    margin-top: 20px;
}
.process-img img {
    width: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 600ms ease;
}
.set-process h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0px 10px !important;
}
.set-process p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 600ms ease;
}
.set-process:hover img{
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}
.set-process:hover p{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 150ms;
}
.co_partner{
    padding: 70px 0px;
}
.inner-partner{
    margin-top: 50px;
}
.partner-img img {
    padding: 30px;
}
.inner-partner .slick-slide{
    margin: 20px 17px;
    cursor: pointer;
}
.inner-partner .slick-current.slick-active img{
    box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
    border-radius: 15px;
}
.inner-partner .slick-active:hover img{
    box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
    border-radius: 15px;
}
.co_footer{
    background: #323638;
    padding: 70px 0px 40px;
}
.footer_1{
    display: flex;
    flex-wrap: wrap;
}
.word_rotaed {
    color: white;
    position: relative;
    width: 10%;
    height: 100%;
}
.word_rotaed p {
    position: relative;
    border-bottom: 1px solid white;
    padding-bottom: 24px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    transform: rotate(-90deg) translate(-81px, -124px);
    width: 218px;
    height: 44px;
}
.set-footer{
    width: 45%;
}
.set-footer h2 {
    FONT-SIZE: 19PX;
    font-weight: 600;
    color: white;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.set-footer li{
    margin-bottom: 10px;
}
.set-footer li a{
    color: white;
    font-size: 15px;
    opacity: 0.7;
}
.footer-img{
    margin: 0px 15px;
}
.footer-img img{
    height: 260px;
    border-radius: 5px;
}
.co_footer .slick-slide {
    margin: 0px 15px;
}
.co_bottom{
    text-align: center;
    background: #323638;
}
.bottom {
    text-align: right;
    padding:10px 20px;
    border-top: 1px solid rgba(242,232,226,1);;
}
.bottom a{
    font-size:9px;
    font-weight: 400;
    color:rgba(242,232,226,1);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.bottom a:hover{
    color: white;
    text-decoration: none;
}
.scrollToTop {
   position: fixed;
   bottom: 0;
   right: 30px;
   padding: 20px 10px;
   background: #c78665;
   font-weight: 800;
   color: white;
   font-size: 12px;
   text-align: center;
   border-radius: 25px;
   z-index: 99;
   cursor: pointer;
   transition: all 1s;
   transform: translateY(100%);
}
.scrollToTop.active {
   bottom: 30px;
   transform: translateY(0%);
}
.scrollToTop i {
   font-size: 15px;
   margin-bottom: 10px;
   animation: mover 1s infinite  alternate;
}
@keyframes mover {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}
.scrollToTop span {
   display: block;
}
a.scrollToTop.active:hover {
   color: #fff;
   text-decoration: none;
}


/*---------- login-page ---------------*/
.co_login{
    /*border-top: 1px solid #ccc;*/
    padding: 70px 0px;
}
.inner-login{
    width: 70%;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
}
.login-img{
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.login-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.login-img img{
    height: 650px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.login-img h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    position: absolute;
    top: 10%;
    left: 70px;
    z-index: 99;
    color: white;
    width: 71%;
}
.login-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 40px 20px 20px;
    height: 100%;
}
.input-field{
   margin-bottom: 40px;
}
.input-field label{
    width: 100%;
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 8px;
}
input{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    height: 42px;
    padding: 0px 20px;
    border-radius: 5px;
    font-size: 15px;
}
.login-form p{
    font-size: 14px;
}
.login-form a {
    color: #c78665;
    font-weight: 600;
}
.login-form a:hover {
    color: #c78665;
}
.login-form .banner-btn {
    font-size: 16px;
    height: 47px;
    padding: 8px 10px;
}
.or-1 {
    text-align: center;
    margin: 50px 0px 30px !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.facebook-btn {
    display: flex;
    justify-content: center;
}
.facebook-btn a {
    border-radius: 5px;
    height: 46px;
    width: 150px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    box-shadow: 0px 6px 20px rgb(5 17 69 / 8%);
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    margin-right: 20px;
    transition: all 0.5s ease;
}
.facebook-btn a:hover{
    color: black;
    transform: translateY(-10px);
}
.facebook-btn img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.vendor-sign {
    text-align: center;
    background: #f5f5f5;
    padding: 15px;
    font-size: 15px !important;
    font-weight: 700;
}
.btn-bottom{
    margin-top: 20px;
    text-align: center;
}

/*----------- vendor-register -----------------*/
.inner-input .event-label .dropdown-toggle {
    border: 1px solid #ccc;
}
.inner-input .event-label .dropdown-menu {
    border-color: #ccc;
}
.inner-input {
    margin-bottom: 20px;
}
.intl-tel-input,.iti{
  width: 100%;
}


/*------------ otp-generate ----------*/
.otp-gererate h6 {
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    margin: 0px 30px;
}
.otp-field {
    display: flex;
    justify-content: center;
    margin: 50px 0px 40px;
}
.otp-field input {
    width: 45px;
    font-size: 17px;
    text-align: center;
    margin-right: 15px;
    border: unset;
    border-bottom: 2px solid #ccc;
    background: transparent;
    font-weight: bold;
    color: black;
    outline: none;
    transition: all 0.1s;
    border-radius: 0;
    padding: 0;
}
.otp-field input:focus {
    border-bottom-color: #c78665;
}
.disabled {
    opacity: 0.5;
}


/*----------------- category-list -------------------*/
.co_listing{
    padding: 50px 0px;
    background: #f7f7f7;
}
.breadscrumb-section {
    position: relative;
    overflow: hidden;
    /*border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;*/
    background: #ECF0F2;
    padding: 170px 0px 30px;
}
.breadscrumb-section .breadscrumb-contain {
    color: #222;
    position: relative;
    z-index: 9;
}
li.breadcrumb-item {
    font-size: 16px;
    margin-right: 10px;
    text-transform: capitalize;
}
li.breadcrumb-item a {
    color: #000;
    font-size: 16px;
}
li.breadcrumb-item a i {
    padding-right: 8px;
}
.breadscrumb-section .breadscrumb-contain nav {
    margin-left: auto;
}
.breadscrumb-section .breadcrumb-item.active {
    color: #c78665;
    font-weight: 600;
}
.breadscrumb-section .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
li.breadcrumb-item span{
    margin-right: 10px;
}
.co_listing{
    padding-bottom: 50px;
}
.part1 {
    border: 1px solid #e7e7e7;
}
.card.part1 {
    margin-bottom: 10px;
    border: 1px solid #e7e7e7 !important;
}
.part1_head {
    border-bottom: 1px solid #e7e7e7!important;
    padding-bottom: 10px;
}
.myaccordion .part1{
    border-bottom: 1px solid #e7e7e7!important;
    padding: 20px;
}
.myaccordion .card,.myaccordion .card:last-child .card-header {
    border: none;
}
.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0!important;
    border: unset!important;
}
.myaccordion .fa-stack {
    font-size: 12px;
}
.myaccordion .btn {
    width: 100%;
    color: black;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: unset;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
    text-decoration: none;
    color: black;
    outline: none;
    box-shadow: unset;
    color: #c78665 !important;
}
.myaccordion .card-body {
    padding: 0!important;
    margin-top: 20px;
}
.down_icon {
    /*background: #000;
    border-radius: 50%;*/
    width: 25px;
    height: 25px;
    color: #000;
    line-height: 25px;
}
.search_list input {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    padding-left: 20px;
    background: transparent;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.control-group {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 20px;
    /*height: auto;
    max-height: 315px;
    overflow-y: auto;*/
}
.control {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 31px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.control span {
    margin-left: 10px;
    opacity: 0.8;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #c78665;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background:#c78665;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.scroll-auto::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.scroll-auto::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.scroll-auto::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: rgb(222 27 103 / 70%);
}
.right-sidebar {
    padding-left: 10px;
}
.product-filter {
    border-radius: 3px;
    padding: 15px 25px;
    margin-bottom: 30px;
    background: #fff;
}
.product-filter .row{
    justify-content: space-between;
}
.product-card-type{
    display: flex;
    list-style: none;
    align-items: center;
}
.filter-slider{
    display: none;
}
.sort-by{
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    justify-content: end;
}
.inner-sort label {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.inner-sort select {
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.inner-sort select:focus{
    outline: none;
}
.inner-sort1 {
    margin-left: 20px;
}
.co_product .inner-vendor {
    /*border: 1px solid #ccc;*/
    padding: 10px 10px 20px;
    border-radius: 10px;
    background: white;
    margin-bottom: 25px;
}
/*.co_product .vendor-name a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 45%;
    font-size: 16px;
    color: black;
    font-weight: 500;
}*/
.review{
    font-size: 15px;
    margin: 10px 0px 5px;
}
.review i {
    color: #ffc107;
}
.total-review{
    opacity: 0.7;
}
.main-vendor-img{
    position: relative;
}
.event-icon{
    position: absolute;
    bottom: 11px;
    right: 18px;
}
.event-icon a img{
    width: 20px;
    height: 20px;
    border-radius: 0;
}
.event-icon .tooltip {
    width: 300px;
    position: absolute;
    left: 33px;
    top: -53px;
    font-size: 14px;
    color: #fff;
    background-color: #121f38;
    padding: 0.325rem 1rem;
    border-radius: 4px;
    transform: translateX(-0.325rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
}
.event-icon .tooltip::before {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #121f38;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 1px;
}
.event-icon:hover .tooltip {
    transform: translateX(0.325rem);
    opacity: 1;
}
.tooltip h4{
    font-size: 17px;
    margin-bottom: 7px !important;
}

.product-filter1 {
   background: #fff;
   padding: 17px 20px 20px;
   margin-top: 50px;
}
.showing p{
   margin-bottom: 0;
   font-weight: 600;
}
.pagination {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   margin-bottom: 0 !important;
}
.page-item {
   margin: 0px 6px;
}
.product-filter1 .page-link {
   padding: 0!important;
   margin-left: -1px;
   width: 35px;
   height: 35px;
   line-height: 35px!important;
   text-align: center;
   font-size: 16px;
   font-weight: 600;
   color: black!important;
   background-color: #8080802b!important;
   border-radius: unset!important;
}
.page-link.active {
    color: white!important;
    background: #c78665!important;
    border-color: unset !important;
}
.page-link:hover {
   color: white!important;
   background:#c78665!important;
}
.page-link:focus{
   outline: none;
   box-shadow: unset!important;
}


/*------------- category-details ------------*/
.newClass-1 {
    position: sticky;
    top: 121px;
    left: 0px;
}
.co_details .vendor-name a {
    font-size: 28px;
    font-weight: 700;
}
.vendor-info h6 {
    font-size: 17px;
    opacity: 1;
}
.vendor-info h6 span{
    opacity: 0.7;
}
.vendor-info h6 a {
    color: #c78665;
    font-weight: 600;
    text-decoration: underline !important;
    margin-left: 15px;
}
.co_details .review{
    font-size: 16px;
}
.vendor-gallery {
    position: relative;
    margin-bottom: 30px;
}
.gallery-slider .slick-slide>div{
    margin-right: 2px;
}
.gallery-slider img{
    height: 400px;
    border-radius: 5px;
}
.gallery-slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    color: white;
    cursor: pointer;
    z-index: 99;
}
.gallery-slider .slide-arrow.prev-arrow{
    left: 20px;
}
.gallery-slider .slide-arrow.next-arrow{
    right: 20px;
}
.total-gallery {
    position: absolute;
    bottom: 25px;
    right: 52px;
}
.total-gallery a{
    color: black;
    background: white;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}
.total-gallery a:hover{
    color:#c78665;
}
.price-estimate{
    background: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.price-info1{
    display: flex;
    justify-content: space-between;
}
.price-info1 h6 {
    font-size: 15px;
}
.price-info1 h5 {
    font-size: 16px;
    color: #c78665;
    font-weight: 600;
    cursor: pointer;
}
.price-details {
    margin-top: 20px;
    display: none;
    border-top: 1px solid #cccccc78;
    padding-top: 20px;
}
.price-details ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.price-details ul li{
    width: 173px;
}
.price-details h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.price-details p{
    font-size: 14px;
}
.price-info1 .banner-btn {
    font-size: 13.5px;
    padding: 10px 20px;
    border-radius: 40px;
}
.theme-btn {
    background: #c78665;
}
.theme-btn:before{
    background: #121F38;
}
.contact-tabs .nav-link{
    padding: 0 !important;
}
.contact-tabs .nav-link.active {
    background: unset !important;
}
.contact-tabs .tab-pane{
    position: relative;
}
.contact-tabs .tab-pane:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #121f38;
    border-bottom: 1px solid #121f38;
    background: rgb(255, 255, 255);
    transform: rotate(-45deg);
    top: -6px;
    left: 75px;
    transition: left 0.05s ease-in 0s;
}
.contact-tabs-details {
    padding-top: 30px;
    border-top: 1px solid #121f38;
    margin-top: 20px;
}
.contact-tabs-details h6 {
    font-size: 15px;
    margin-bottom: 20px !important;
}
.contact-tabs-details input{
    border: unset;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px !important;
}
.contact-input {
    margin-bottom: 20px;
}
.vendor_description ul.navbar-nav {
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
}
.vendor_description .navbar-nav li {
    display: inline-block;
    font-size: 17px;
    margin-right: 30px;
    text-transform: capitalize;
    position: relative;
}
.vendor_description .navbar-nav li a{
    color: black;
}
.vendor_description .navbar-nav li a:hover{
    color: #c78665;
}
.navbar-nav li:after {
    background: #c78665;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: 0.16rem;
    width: 0;
    bottom: -11px;
    opacity: 0;
    display: block;
}
.navbar-nav li.active:after {
    width: 101%;
    opacity: 1;
    transition: .15s ease opacity;
}
.navbar-nav li.active a{
    color: #c78665;
}
.vendor_tabs {
    margin: 30px 0px;
    background: white;
    padding: 30px;
    border-radius: 10px;
}
.about-dec h1 {
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}
.about-dec p{
    font-size: 14px;
    line-height: 27px;
}
.about-dec h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.about-dec ul{
    padding-left: 18px !important;
}
.about-dec ul li {
    list-style: disc;
    margin-bottom: 12px;
    font-size: 14px;
}
.about-dec ul li::marker {
    color: #c78665;
}
.vendor_tabs .price-details{
    display: block;
}
.vendor_tabs .price-details ul {
    justify-content: unset;
}
.vendor_tabs .price-details ul li {
    width: 25%;
}
.accordion-container {
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}
.set {
    position: relative;
    width: 100%;
    margin-bottom: 9px;
    height: auto;
    cursor: pointer;
}
.set a {
    padding: 15px 24px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 600;
    background-color: white;
    transition: all 0.2s linear;
    border-bottom: 1px solid #d3d3d452;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.set span{
    width: 93%;
    position: relative;
}
.set a i {
    width: 3%;
    text-align: center;
    margin-left: 10px;
}
.set.active a {
    background-color: #cccccc29;
    /*color: white!important;*/
    border: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.set a:hover{
    color: black;
    text-decoration: none;
}
.set a:hover.active{
    background-color: #f27dc3;
    color: white;
}
.set a h6{
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.7;
    font-weight: 500;
    margin: 3px 0px 0px;
}
.set.active{
    /*border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 6px 27px rgb(0 0 0 / 20%);*/
    border-bottom: 1px solid #d3d3d452;
}
i.fa.fal.fa-times {
    width: 23px;
    height: 23px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    margin-top: 0;
    background: white;
    color: black;
}
.faq-content{
    padding: 20px 24px;
    display:none;
}
.faq-content p {
    margin: 0;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #333;
}
.review-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.review-name .image-review {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 14px;
    margin-bottom: 7px;
}
.review-name span{
    font-size: 14px;
}
.review-name h6{
    font-size: 17px;
    font-weight: 600;
}
.rating-list h6 .control{
    width: auto;
    display: inline-block;
}
.review-number ul{
    padding: 0 !important;
}
.review-number ul li{
    list-style: none;
}
.review-number li .rating-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.review-number ul li .rating-list .progress {
    height: 8px;
    width: 50%;
    margin: 0px 20px;
    background: #e7e5e5;
}
.rating-list .progress .progress-bar {
    background: #5ba829;
    height: 8px;
}
.rating-list h6 {
    width: 24%;
    font-size: 16px;
}
.rating-list h6 i {
    font-size: 12px;
    margin-left: 5px;
    line-height: unset;
    position: relative;
    top: -2px;
}
.rating-list h5 {
    width: 13%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: right;
}
.vendor-ratting {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}
.vendor-ratting h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px !important;
}
.vendor-ratting ul {
    padding-left: 0 !important;
    margin: 20px 0px !important;
}
.vendor-ratting li {
    list-style: none !important;
    display: inline-block;
    font-size: 20px !important;
    margin-right: 10px;
}
.vendor-ratting .event-label {
    margin-bottom: 6px;
}
.vendor-btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.vendor-ratting .banner-btn {
    font-size: 14px;
    line-height: 21px;
    min-width: 112px;
    height: 40px;
    left: 0px;
    margin-left: 14px;
}
.review-column{
    margin-top: 30px;
}
.review-list {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.review-img{
    display: flex;
    margin-bottom: 20px;
}
.review-img img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.review-name h5{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.set_review .review-name{
    margin-bottom: 5px;
}
.set_review h5{
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-right: 20px;
}
.set_review h6{
    font-size: 14px;
    opacity: 0.7;
    text-transform: capitalize;
}
.customer-post-images{
    margin-top:20px;
}
.customer-post-images .slick-slide {
    margin-right: 15px;
}
.customer-img1 {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;
}
.view-btn {
    text-align: center;
}
.view-btn a {
    display: inline-block;
    padding: 7px 28px;
    border: 1px solid #e3e3e3;
    border-radius: 100px;
    font-weight: 600;
    color: #c78665;
    text-transform: capitalize;
}
.view-btn a:hover{
    background: #c78665;
    color: white;
}
.vendor-map iframe{
    width: 100%;
    height: 500px;
}
.team-card {
    position: relative;
    height: 250px;
    border-radius: 8px;
    text-align: center;
    transform-style: preserve-3d;
}
.team-card img{
    height: 250px;
    border-radius: 8px;
}
.face {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    background-size: cover;
    background-position: center center;
    backface-visibility: hidden;
    transition: transform 0.5s ease-in-out;
}
.face--back {
    color: white;
    background: #121f38;
    transform: rotateY(180deg);
    padding: 62px 0px;
}
.face--back h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.face--back p{
    font-size: 15px;
    margin-bottom: 27px;
}
.face--back ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.face--back ul li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #121f38;
    background: white;
    transition: all 0.5s ease;
}
.face--back ul li a:hover {
    color: white;
    background: #c78665;
}
.team-card:hover .face--front {
    transform: rotateY(-180deg);
}
.team-card:hover .face--back {
    transform: rotateY(0deg);
}
.about-dec .set-contact1 {
    background-color: #f7f7f7;
    padding: 36px 26px!important;
    color: black;
}
.about-dec .set-contact1 h2{
    font-size: 24px;
    font-weight: 700;
}
.about-dec .info-icon {
    height: 46px;
    line-height: 44px;
    color: black;
    background: rgb(0 0 0 / 20%);
}
.about-dec .set-contact {
    padding: 0!important;
    margin-bottom: 0;
}
.about-dec .card{
    margin-bottom: 20px;
    border-radius: 5px !important;
}
.about-dec .card-image img{
    height: 200px;
    border-radius: 5px;
}
.fancybox-content img {
    width: 700px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-image a{
    position: relative;
    display: block;
}
.card-image a i{
    width: 30px;
    height: 30px;
    background: #c78665;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}


/*------------- upload-image-modal ------------*/
.upload-modal {
    z-index:9999 !important
}
.upload-modal  .modal-dialog {
    max-width: 700px;
}
.upload-modal .modal-title{
    font-size: 19px;
}
.button-wrapper {
  position: relative;
}
.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background:#121f38;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-transform:uppercase;
  font-size:12px;
  border-radius: 5px;
}
.upload-box {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.co_upload {
    margin: 20px;
    border: 4px dotted #ccc;
    padding: 25px;
    text-align: center;
}
.co_upload i {
    width: 15%;
    margin: 0px auto 20px;
    font-size: 50px;
}
.view-upload h4{
    background: #f5f5f5;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.show-upload-details{
    padding: 30px;
}
.upload-format h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.upload-format p {
    font-size: 14px;
}
.show-upload-details{
    display: none;
}
.view-upload p {
    font-size: 13px;
}
.show-upload-details h3 {
    font-size: 18px;
    color: #f5a041;
    margin-bottom: 7px !important;
    margin-top: 30px;
}
.all-uploads {
    margin: 0px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
.all-uploads .inner-upload{
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    margin-right: 15px;
}
.inner-upload img{
    height: 100px;
    border-radius: 8px;
}
.inner-upload .close-img {
    position: absolute;
    top: -12px;
    right: -6px;
    font-size: 24px;
    color: #121f38;
    z-index: 99;
}

/*---------------- lightbox-modal ---------------*/
.lightbox-modal {
    display: none;
    background-color: rgb(0 0 0 / 80%);
    z-index: 9999 !important;
}
.lightbox-modal .modal-dialog {
    width: 90%;
    max-width: 1200px;
}
.lightbox-modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1000;
}
.lightbox-modal .close:hover,
.lightbox-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.mySlides img{
    height: 700px;
}
.lightbox-modal .prev,.lightbox-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.lightbox-modal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.lightbox-modal .prev:hover,.lightbox-modal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-modal .numbertext {
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    bottom: -46px;
    width: 100%;
    font-weight: 600;
    left: 95%;
}
.lightbox-modal .active,.lightbox-modal .demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*------------------- user-profile-page -------------------*/
.co_user{
    padding: 70px 0px;
}
.profile h1{
    font-weight: 600;
    font-size: 18px !important;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 20px;
    margin-bottom: 25px !important;
    text-transform: capitalize;
}
.user_name{
    padding: 12px;
    background-color:#e3e3e340;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}
.user_name h4 img{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}
.user_name h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.user_order{
    background-color:#e3e3e340;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.order_01 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 6px;
}
.order_01 img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
}
.order_01 h5 a{
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    text-transform: uppercase;
}
.order_01 h5{
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    text-transform: uppercase;
    padding: 15px 15px 15px 24px;
    margin-bottom: 0;
}
.account-list {
    padding-bottom: 15px;
}
.account-list a{
    font-size: 14px;
    padding: 12px 5px 12px 66px;
    display: block;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.account-list a:hover {
    background-color: rgb(199 134 101 / 20%);
    color: #c78665 !important;
}
.order_01 .account-list a.active{
    background-color: rgb(199 134 101 / 20%);
    color: #c78665 !important;
}
.co_user-tab{
    padding: 40px;
    background-color:#e3e3e340;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    margin-left: 20px;
    height: 100%;
}
.edit_profile .btn-edit{
    width: 50%;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 40px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 26px;
    z-index: 1;
    bottom: 18px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 50%;
    background: #c78665;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: white;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.profile .event-label {
    margin-bottom: 20px;
}
.profile .event-label input, .profile .event-label textarea {
    background: transparent;
    font-size: 15px;
}
.event-label label{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0px 6px 5px;
}
.profile .event-label .dropdown-toggle {
    background-color: transparent !important;
}


/*------------------ review-rating-page ---------------*/
.inner-order_details {
    display: flex;
    flex-wrap: wrap;
}
.product_review {
    background: white;
    padding: 20px 20px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.product-img img {
    border-radius: 10px;
    width: 140px;
    height: 140px;
}
.product-name {
    width: 70%;
    margin: 0px 30px;
}
.product-name a {
    color: black;
    font-size: 17px;
    font-weight: 600;
}
.product-name a:hover{
    color: #c78665;
}
.product-name h6 {
    margin: 10px 0px !important;
    font-size: 15px;
    opacity: 0.8;
}
.product-name .more-content {
    font-size: 14px;
    opacity: 0.8;
    line-height: 25px;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
    transition: height 0.5s ease;
}
.product-name .more-content.show-content{
    height: auto;
}
a.read-more {
    font-size: 15px;
    color: #c78665;
    cursor: pointer;
}
a.read-more:hover{
    color: #c78665;
}
.co_like {
    display: flex;
    flex-wrap: wrap;
}
.co_like p{
    width: 46px;
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 0;
}

/*-------------- notification ------------*/
.profile .set.active {
    border-bottom: unset;
}
.profile .set a {
    border: 1px solid #d3d3d452;
}
.profile .set.active a {
    background-color: rgb(199 134 101 / 40%);
}
.profile .set.active i{
    width: 23px;
    height: 23px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    margin-top: 0;
    background: white;
    color: black;
}

/*--------------- about-page --------------*/
.co_about p{
    font-size: 15px;
    line-height: 30px;
}

/*--------------- search-page ----------------*/
.search-boxmain {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    height: 100%;
    padding: 19px 20px !IMPORTANT;
    display: none;
}
.search_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #c78665;
    text-align: center;
    color: white;
    border-radius: 2px;
}
.search_close {
    line-height: 50px;
    font-size: 25px;
    width: 50px;
    text-align: right;
    cursor: pointer;
}
.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 88%;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    display: flex;
}
.search-box input {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    padding-left: 35px;
    background: transparent;
    border: unset;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
}
select.form-select {
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 5px 30px 5px 15px;
}
select.form-select:focus {
    box-shadow: unset;
    border: 1px solid #cccccc;
}
/*------- Dropdown ---------------*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
}
.dropdown-content a {
    color: black;
    padding: 15px 16px;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #dee2e6;
    display: flex;
}
.dropdown-content img{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 18px;
}
.dropdown-content h2{
    font-size: 18px;
    margin-bottom: 10px !important;
}
.dropdown-content h6{
    font-size: 14px;
}
.dropdown-content a:hover{
    color: #121f38;
}
.new__1 {
    display: block;
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 69px;
}

/*------------------ contact-page----------------*/
.co_contact{
    padding: 50px 0px;
    background-color: #f8f9fd;
}
.fix-contact{
    box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
    margin: 0!important;
}
.set-contact {
    background-color: white;
    padding: 70px 50px!important;
    position: relative;
    margin-bottom: -120px;
}
.co_contact h2 {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.co_contact .event-label{
    margin-bottom: 20px;
}
.sub1{
    width: 100%;
    margin: 0px auto;
}
.sub1 input {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #121f38;
    background-color: #121f38;
    font-weight: 500;
    border-radius: 6px;
    height: 50px;
    text-transform: uppercase;
}
.set-contact1{
    background-color: #c78665;
    padding: 70px 50px!important;
    color: white;
}
.co_info {
    margin-top: 26px;
    display: flex;
}
.info-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: white;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    text-align: center;
}
.info-text {
    width: 84%;
    margin-left: 23px;
}
.info-text h6 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 6px !important;
}
.map1 iframe{
    width: 100%;
    height: 500px;
}


/*---------------- booking-flow --------------*/
.booking-flow .banner-btn {
    padding: 10px 8px;
    min-width: 173px;
}
.banner-btn a{
    color: white;
}
.banner-btn a:hover{
    color: white;
}
.co_book .event-label{
    margin-bottom: 20px;
}
.co_book .event-label label {
    font-size: 14px;
}
.co_book .vendor-btn {
    justify-content: space-between;
    margin-top: 50px;
}


/*------------------- artists-details ---------------*/
.pika-table button {
   background-color: white;
   outline: none;
}
.pika-single.is-hidden {
   display: none;
}
.is-inrange .pika-button, .pika-button:hover {
    color: black !important;
    border-color: #c78665;
    background-color: rgb(199 134 101 / 40%);
}
.is-startrange .pika-button, .is-selected .pika-button {
    border-color: #c78665;
    background-color: #c78665 !important;
}
.pika-table {
   width: 100%;
   border-collapse: separate;
   padding: 0px 18px 18px;
}
.pika-table th {
   font-size: 11px;
   padding-bottom: 8px;
}
.pika-table td {
   padding-top: 14.5%;
   position: relative;
   width: 14.25%;
}
.pika-single button {
   border: solid 1px #ddd;
   display: inline-block;
   padding: 0;
}
.pika-button {
   cursor: pointer;
   height: 100%;
   position: absolute;
   top: 0;
   width: 100%;
}
.pika-title {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    background: #121f38;
    font-weight: 700;
    text-transform: capitalize;
}
.pika-title .pika-label {
   padding-left: 8px;
}
.pika-title button {
    padding: 7px;
    position: absolute;
    top: 8px;
    font-size: 11px;
    border-radius: 4px;
}
.pika-title .pika-prev {
   left: 10px;
}
.pika-title .pika-next {
   right: 10px;
}
.pika-select {
   display: none;
}
.calendar__start-wrapper {
   border: 1px solid #ccc;
}
.calendar__end-wrapper {
   border: solid #c78665 2px;
}
.calendar {
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   width: 360px;
}
.calendar__pikaday {
   background-color: white;
}
.calendar__reset {
   cursor: pointer;
   margin: 8px 0;
   padding: 16px;
   background-color: #ffbb00;
   border: solid 1px #ffbb00;
   color: #222;
   font-size: 14px;
   outline: none;
}
.calendar__reset:hover {
   background-color: #ffcc00;
}
button.is-disabled,
.is-disabled .pika-button {
   color: #ccc;
   cursor: none;
   border: solid 1px #eee;
}
.calendar__inputs .input-group {
    flex-wrap: unset !important;
}
.calendar__input {
    padding: 10px 24px 10px 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.calendar__inputs .select-dropdown select{
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    padding: 10px 21px 10px 10px;
    border: 1px solid #e7e7e7;
    appearance: none;
    border-radius: 5px;
    color: #808080;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.calendar__inputs .select-dropdown select:focus-visible{
    outline: unset;
}
.calendar .wrap{
    margin-top: 20px;
}
#demo1 .offcanvas-header{
    background-color: transparent;
}
#demo1 .offcanvas-title{
    font-size: 20px;
}
.form-control:focus{
    outline: 0 !important;
    box-shadow: unset !important;
    border-color: #ced4da !important;
}
.calendar__inputs .vendor-btn {
    justify-content: space-between;
    margin-top: 50px;
}


/*---------------------- enquiry-page ----------------*/
.co_enquiry{
    padding: 50px 0px;
    background: #f8f9fd;
}
.inner-enquiry{
    background: white;
    padding: 40px;
    border-radius: 10px;
}
.book-img{
    padding-left: 40px;
}
.book-img img{
    height: 400px;
    border-radius: 10px;
}
.book-form{
    padding-left: 40px;
}
.book-form .event-label{
    margin-bottom: 15px;
}
.book-form .event-label label {
    font-size: 15px;
}

/*---------------- booking-list --------------*/
.all-order {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    background: white;
}
.order-header {
    background: #f0f2f2;
    padding: 14px 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.inner-order{
    display: flex;
    flex-wrap: wrap;
}
.order-title{
    font-weight: 600;
}
.order-placed p {
    font-size: 14px;
    margin-bottom: 0px;
}
.order-placed {
    width: 29%;
    margin-right: 20px;
}
.order-id {
    text-align: right;
}
.order-id a {
    color: #ff8523;
    font-size: 14px;
    font-weight: 500;
}
.order-id a:first-child{
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
.order_details {
    padding: 25px 20px;
}
.order_details .product-name {
    width: 63%;
}
.address-box{
    text-align: right;
}


/*------------------ responsive ------------------*/
/*-------------- index-page ------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .banner-content {
        width: 83%;
    }
    .popular-img img {
        height: 220px;
    }
    .caterories-img img {
        height: 370px;
    }
    .testi-arrow.prev-arrow {
        right: 20%;
    }
    .inner-visit {
        padding: 90px 0px 62px 56px;
    }
    .visit-img img {
        width: 745px;
    }
    .inner-process .col-lg-2 {
        width: 19% !important;
    }
    .footer-img {
        margin: 0px 10px;
    }
    .footer-img img {
        height: 240px;
    }
}
