body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Reem Kufi Fun" !important;
	overflow-x: hidden;
}
.container-fluid{
	padding: 0;
	--bs-gutter-x: 0px !important;
}
.header{
	padding: 23px 50px 23px 50px;
	position: fixed !important;
	top:0px;
	background-color: white;
	z-index: 1100 !important;
}
.loginbtn{
	justify-content: right;
	display: flex;
	gap:30px;
}
.user-profile-img{
	width:30px;
	height: 30px;
	border-radius: 50px;
}
.dropdown-item:active {
  	background-color: #E65D25 !important;
  	color: white !important;             
}
.dropdown-item.active-page {
  	background-color: #E65D25 !important;  
 	color: #fff !important;
}
.navbar-nav{
	padding: 20px 5px 20px 5px !important;
	gap:30px;
	align-items: center;
}
.nav-link{
	color:#000;
	font-size: 18px !important;
}
.nav-link:hover{
	color:#E65D25 !important;
}
.active{
	color: #E65D25 !important;
}
.btn-login{
	padding: 15px 47px !important;
	background-color: #E65D25;
	color:white;
	font-family: "Reem Kufi Fun";
	font-size: 20px !important;
	border-radius: 0px !important;
}
.btn-login:hover{
	background-color: #E65D25;
	color:white;
}
.banner{
	width: 100%;
	height: 100vh;
	background-image: url("../images/banner_bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	margin-top: 165px;
}
.banner::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}
.discover{
	text-align: center;
	position: relative;
}
.discover h2{
	color: white;
}
.discover p{
	padding: 30px 0px;
	color: white;
	font-size: 24px;
	font-weight: 500;
}
.discover input{
	margin-right: 20px;
	padding: 13px 29px;
	font-size: 18px;
	text-align: left;
	background-color: #E0DCD0;
	border: 2px solid #fff !important;
	color: #00000080;
	border-radius: 50px;
}
.discover select{
	margin-right: 20px;
	padding: 12px 29px;
	font-size: 18px;
	text-align: left;
	background-color: #E0DCD0;
	border: 2px solid #fff;
	color: #00000080;
	border-radius: 50px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #E0DCD0 !important;
    border: 2px solid #fff !important;
    border-radius: 50px !important;
    margin-top: -10px;
    text-align: left;
    padding-left:20px;
}
.select2-dropdown{
	z-index: 1055 !important;
}
.select2-container .select2-selection--single {
	height: 54px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px !important;
}
button.select2-selection__clear{
	display: none !important;
}
span.select2-selection.select2-selection--single.select2-selection--clearable {
    margin-top: -10px !important;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -7px;
}
.select2-container .select2-results__option {
    word-break: break-word;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #E65D25 !important; 
    color: #fff !important;
    border: none;
}
.btn-search{
	padding: 11px 30px;
	background-color: #E65D25 !important;
	color: white !important;
	border-radius: 50px !important; 
	height: 60px;
	width: 150px;
	margin-bottom: 5px;
}
.btn-search:hover{
	background-color: #E65D25;
	color: white;
}
.sec_profession{
	background-color: #E0DCD099;
}
.home_profession{
	width: 100%;
	height: 100%;
	padding: 100px 50px 50px 50px;
	text-align: center;
}
.home_profession h2{
	color: #E65D25;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 50px;
}
.box-wrapper .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; /* This makes all columns in a row the same height */
}
.box-wrapper .row > [class*="col-"] {
	display: flex;
	margin-bottom: 20px !important;
}
.box {
	width: 200px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; 
	word-break: break-word; 
	background-color: white;
	border-radius: 10px;
	padding: 10px !important;
	margin-bottom: 20px;
}
.box-wrapper a{
	text-decoration: none !important;
}
.box-wrapper .col-md-3 {
    flex: 0 0 20px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.category{
	width: 116px;
	background-color: #6AC7B3;
	padding:5px 8px;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	font-weight: 600;
}
.img-icon{
    width: 70px;
    height: 70px;
    background: #E65D2566;
    border-radius: 50%;
    margin-top: 25px;
    margin-bottom:20px ;
    margin-left: auto;
    margin-right: auto;
 	align-content: center;
}
.name{
	font-size: 20px;
	font-weight: 500;
	color: black;
	word-break: break-word;
}
.directory{
	width: 100%;
	height: 100%;
	padding: 100px 0px ;
}
.directory h2{
	color: #E65D25;
	font-size: 40px;
	font-weight: 600;
}
.directory .smallp{
	font-size: 16px;
	font-weight: 400;
	color: #000000B2;
}
.directory .largep{
	margin: auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	width: 1054px;
	color: black;
}
.carousel-inner {
	padding: 50px 60px 10px 60px;
}
.slider{
    padding: 0px 240px;
}
.carousel-inner {
	display: flex;
}
.carousel-item > div {
	flex: 1 0 33.3333%;
	padding: 15px;
}
.card {
	box-shadow: 5px 5px 5px 0px #0000004D;
	border: 1px solid #E0DCD099;
	border-radius: 16px;
}
.card-img-top {
	width: 100%;
	height: auto !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	object-fit: cover;
	position: relative;
}
.fa-heart-o{
	color: #E65D25;
	position: absolute;
	top:50px;
	right:20px;
	width: 30px;
	height: 30px;
	font-size: 20px !important;
}
.home-india-flag{
	position: absolute;
	top:20px;
	right:20px;
	width: 30px;
	height: 30px;
}
.home-verified {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #6AC7B3;
	font-size: 30px !important;
}

.badge{
   	background-color: #E65D2566;
   	font-size: 14px !important; 
   	font-weight: 400;
   	color: black;
}
.carousel-control-prev, .carousel-control-next {
	width: 5% !important;
	z-index: 1060 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: #E65D2566;
	border-radius: 50%;
	background-size: 50% 50%;
	height: 40px !important;
	width: 40px !important;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
hr {
    margin-top: 10px; 
    margin-bottom: 10px;
}	
.signup{
	width: 100%;
	background-image: url("../images/green_bg.png");
	background-size: cover;
	background-position: center;
}
.signup_content{
	padding: 100px 0px;
}
.signup_content .smallp{
	color: white;
	font-size: 16px;
	font-weight: 600;
}
.signup_content h2{
	color: white;
	font-size: 40px;
	font-weight: 600;
}
.signup_content .largep{
	color: white;
	font-size: 20px;
	font-weight: 600;
}
.signup-btn{
	margin-top: 30px;
	background-color: white !important;
	color: #6AC7B3 !important;
	padding: 15px 53px !important;
	font-size: 20px !important;
	font-weight: 600;
}
.signup-btn:hover{
	background-color: white;
	color: #6AC7B3;
}
.footer{
	padding: 100px 50px 69px 50px !important;
	background-color: #E0DCD099;
}
.first_col h4{
	margin: 20px 0px;
}
.first_col p{
	font-size: 20px;
	font-weight: 400;
}
.second_col{
	margin:0px auto;
}
.second_col h4{
	text-align: center;
}
.second_col li{
	list-style-type: none;
	text-align: center;
}
.second_col a{
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
}
.second_col a:hover{
	color: #E65D25 !important;
}
.fa-map-marker, .footer-fb{
	color:white !important;
	background-color: #E65D2566 !important;
	padding: 15px 20px;
	border-radius: 50px;
	font-size: 24px !important;
}
.fa-phone{
	color:white !important;
	background-color: #E65D2566 !important;
	padding: 15px 18px;
	border-radius: 50px;
	font-size: 22px !important;
}
.fa-envelope-o, .footer-twit, .footer-google, .footer-wa{
	color:white !important;
	background-color: #E65D2566 !important;
	padding: 15px 17px;
	border-radius: 50px;
	font-size: 22px !important;
}
.fa-map-marker:hover, .fa-phone:hover, .fa-envelope-o:hover, .fa-facebook:hover, .footer-twit:hover, .footer-google:hover, .footer-wa:hover{
	color:white !important;
	background-color:#999 !important;
}
.footer-fb, .fa-twitter, .fa-google{
	margin-right: 10px;
}
.location{
	display: flex;
	gap:10px;
}

.location img{
	width: 53px;
	height: 51px;
}
.location p{
	font-size: 24px;
	font-weight: 400;
	margin-top: 7px;
}
.phone{
	display: flex;
	gap:10px;
}
.phone img{
	width: 53px;
	height: 51px;
}
.phone p{
	font-size: 24px;
	font-weight: 400;
	margin-top: 7px;
}
.envelope{
	display: flex;
	gap:10px;
	word-break: break-all;
}
.envelope img{
	width: 53px;
	height: 51px;
}
.envelope p{
	font-size: 24px;
	font-weight: 400;
	margin-top: 7px;
}
.social img{
	margin-right: 10px !important;
}
.footer_hr{
	margin-top: 37px;
	margin-bottom: 20px;
}
.copyright p{
	font-size: 16px;
	font-weight: 400;
}
.footer_wrapper{
	display: flex;
	justify-content: space-between;
}
.links a{
	text-decoration: none !important;
}
.links a:hover{
	color: #E65D25!important;
}
/*About Page*/
.listings{
	padding: 20px 50px 0px 50px;
	background-color: #E0DCD099;
	margin-top: 165px;
}
.breadcrumb{
	justify-content: space-between;
	display: flex;
	margin-bottom: 0;
}
.breadcrumb .left_p{
	font-size: 36px;
	font-weight: 400;
}
.breadcrumb .right_p{
	align-self: center;
}
.right_p a:hover{
	color: #E65D25 !important;
}
.about{
	padding: 50px;
}
.about h4{
	color: #E65D25;
}
.about p{
	font-size: 18px;
}
/*Listings Page*/
.listingspage{
	padding: 50px;
	background-color: #E0DCD099;
	margin-top: 165px;
}
.breadcrumb{
	justify-content: space-between;
	display: flex;
}
.breadcrumb .left_p{
	font-size: 36px;
	font-weight: 400;
}
.listingspage input{
	width: 200px;
	margin-right: 10px;
	padding: 13px 29px;
	font-size: 18px;
	text-align: left;
	background-color: #E0DCD0;
	border: 2px solid #fff;
	color: #00000080;
	border-radius: 50px;
}
.listingspage select{
	margin-right: 10px;
	padding: 12px 29px;
	font-size: 18px;
	text-align: left;
	background-color: #E0DCD0;
	border: 2px solid #fff;
	color: #00000080;
	border-radius: 50px;
}
.btn-search{
	width: 150px;
	padding: 11px 30px;
	background-color: #E65D25;
	color: white;
	border-radius: 50px;
	height: 60px;
	width: 150px;
	margin-bottom: 5px;
	margin-right: 50px;
}
.btn-search:hover{
	background-color: #E65D25;
	color: white;
}
.btn-reset{
	width: 150px;
	padding: 11px 30px;
	background-color: #E65D25;
	color: white;
	border-radius: 50px;
	height: 60px;
	width: 150px;
	margin-bottom: 5px;
}
.btn-reset:hover{
	background-color: #E65D25;
	color: white;
}
.person_info_wrapper{
	padding: 50px;
}
.person_info_wrapper .row{
	gap:30px;
}
.main_info_wrapper{
	gap: 30px;
	margin-bottom: 45px;
	display: flex;
}
.info_wrapper{
	width: 49%;
	box-shadow: 5px 5px 5px 0px #00000040;
	display: flex;
}
.india-flag{
	width: 30px !important;
	height: 30px !important;
	position: absolute;
	top:20px;
	right: 20px;
}
.man_img{
	width: 40%;
	height: 325px !important;
	position: relative;
}
.man_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listing-verified{
	color:green;
	position: absolute;
	top:20px;
	left: 20px;
	color: #6AC7B3;
	font-size: 30px !important;
}
.person_info{
	width: 60%;
	padding: 32px 16.74px 22px 35.71px;
	position: relative;
}
.person_info .title{
	font-size: 32px;
	font-weight: 400;
	color: #E65D25;
	text-decoration: none;
}
.person_info .role, .designation, .phone{ 
	font-size: 24px;
	font-weight: 400;
	color: #000000CC;
}
.btn-send{
	font-size: 18px;
	font-weight: 400;
	color: #E65D25;
	border: 1px solid #E65D25;
	border-radius: 0px;
}
.btn-send:hover{
	color: #E65D25;
}
.wishlist-btn {
    font-size: 40px;
    color: white;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 0px 18px;
    border-radius: 50px;
    position: absolute;
    top:20px;
    right: 20px;
}
.wishlist-btn.active {
    color: white !important;
    background: red;
}
.loadmore{
	text-align: center;
}
.btn_load{
	width: 249.48px;
	color: white;
	background-color: #E65D25;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 53px;
	border-radius: 10px;
}
.btn_load:hover{
	color: white;
}
.spinner-border{
	color: #E65D25 !important;
}

/*Vacation-Homes Page*/
.vacation{
	padding: 50px;
	background-color: #F9F9F9;
	display: flex;
	justify-content: center;
	margin-top: 165px;
}
.vacation_form{
	width:60%;
}
.vacation_title_wrapper{
	display: flex;
	gap:15px;
}
.vacation_title_wrapper h2{
	font-size: 36px;
	font-weight: 400;
}
.vacation_badge p{
	width: 116px;
	height:auto;
	margin-top: 7px;
	color: white;
	background-color: #6AC7B3;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 16px !important;
	border-radius: 10px;
}
.p_wrapper{
	display: flex;
	gap:20px;
	margin-top: 10px;
}
.p_wrapper img{
	width: 24px;
	height: 24px;
}
.p_wrapper p{
	font-size: 16px;
	font-weight: 400;
	color: #00000099;
	width: 550px;
}
.vacation_form h3{
	margin-top: 20px;
	font-size: 32px;
}
.vacation_form hr{
	margin-top: 0px;
	height: 3px;
	width: 600px;
	color: #00000099;
}
.review_form{
	margin-top: 30px;
	width: 721.19px;
	padding: 50px 128.19px 50px 50px;
	background-color: #E0DCD099;
}
.review_form h4{
	font-size: 32px;
}
.review_form p{
	font-size: 20px;
}
.review_form img{
	margin-top: -40px;
}
.first_row{
	display: flex;
	margin-bottom: 15px;
}
.review_form textarea{
	width: 500px;
}
.review_form input, textarea{
	border: 1px solid white !important;
	border-radius: 10px;
	padding: 10px 20px !important;
}
.btn-submit{
	margin-top: 20px;
	font-size: 20px;
	background-color: white;
	padding: 14px 24px;
	border-radius: 10px;
}
.vacation_person_info{
	margin-left: 120px;
	width: 40%;
	padding: 27px 52px;
	background-color: #E0DCD099;
	height: 242px;
}
.card_wrapper{
	display: flex;
	gap:10px;
}
.image{
	width: 115px;
	height: 115px;
}
.man_info{
	align-self: center;
}
.man_info p{
	font-size: 24px;
}
.man_info hr{
	color: #000000;
	height: 1px;
	margin-top: -10px;
	width: 247px;
}
.user{
	margin-top: 10px;
}
.bookmark-button-vacation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    border: 1px solid #999;
    padding: 10px 50px;
    margin-top: 50px;
    font-family: "Reem Kufi fun";
 }
.heart-toggle-vacation {
    display: none;
}
.heart-icon-vacation {
    width: 20px;
    height: 20px;
    background: url('../images/heart.png') no-repeat center;
    background-size: contain;
    transition: background-image 0.2s ease;
}
.heart-toggle-vacation:checked + .heart-icon-vacation {
    background-image: url('../images/red-heart.png');
}
.book-wrap{
	text-align: center !important;
}
.social_wrap{
	margin-top: 40px;
	text-align: center;
}
.facebook, .twitter, .linkedin{
	border-radius: 50px;
	padding: 5px 20px;
	margin: 0px 5px;
}
.facebook{
	border: 1px solid #3b5998;
}
.facebook:hover{
	background-color: #3b5998;
	color: #E65D25;
}
.twitter{
	border: 1px solid #1da1f2;
}
.twitter:hover{
	background-color: #1da1f2;
	color: #E65D25;
}
.linkedin{
	border: 1px solid #0077B5;
}
.linkedin:hover{
	background-color: #0077B5;
	color: #E65D25;
}

/*Profession Page*/
.profession{
	padding: 0px 50px;
}
.profession .row{
	justify-content: center;
	gap:50px;
	margin: 50px 0px;
}
.profession_card{
	width: 200px;
	height: auto;
	border: 1px solid #E65D25;
	border-radius: 10px;
	align-content: center;
	text-align: center !important;
	font-size: 20px;
	padding: 20px;
}
.profession_card:hover{
	background-color: #E65D2550;
	box-shadow:7px 7px 8px #ccc;
}
.profession_card i{
	font-size: 30px;
	color: #E65D25;
}
.profession_card h4{
	padding: 20px 0px;
	margin:0px;
	word-wrap: break-word !important;
	color: #000;
}
.profession_card p{
	margin: 0px;
	background-color: #E65D25;
	color: white;
	border-radius: 50px;
}

/*Country Page*/
.country{
	padding: 0px 50px;
}
.country .row{
	justify-content: center;
	gap:50px;
	margin: 50px 0px;
}
.country_card{
	width: 200px;
	height: 200px;
	border: 1px solid #E65D25;
	border-radius: 10px;
	align-content: center;
	text-align: center !important;
	font-size: 20px;
	padding: 20px;
}
.country_card:hover{
	background-color: #E65D2550;
	box-shadow:7px 7px 8px #ccc;
}
.country_card i{
	font-size: 30px;
	color: #E65D25;
}
.country_card h4{
	padding: 20px 0px 0px 0px;
	margin:0px;
	word-wrap: break-word !important;
	color: #000;
}
/*Profile Page*/
.profile{
	padding: 50px 50px;
	display: flex;
	gap:260px;
	margin-top: 165px;
}
.profile form {
	display: flex;
	width: 100%;
	gap: 260px;
}
.myprofile{
	width: 30%;
	height: auto;
}
.myprofile h3{
	text-align: center;
	color: white;
	background-color: #E65D2566;
	font-size: 30px;
	border-radius: 10px;
	padding: 7.5px 0px;
}
.photo, .changelogo{
	text-align: center;
}
.profilepage_form{
	display: flex !important;
}
.upload-form {
    max-width: 100%;
    margin: 50px auto;
    }
.upload-container {
	display: flex;
	gap: 40px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.upload-box {
	background: #D9D9D9;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.upload-box img.uploaded-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.upload-box img.icon {
	width: 65px;
	height: 65px;
}
.upload-label{
    font-size: 24px !important;
}
input[type="file"] {
    display: none;
}
#upload-btn {
	padding: 10px 20px;
	background-color: #ffd500;
	color: #000;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}
#upload-status {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
#upload-status span {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
}
.mydetail{
	width: 70%;
	height: auto;
}
.personal h3{
	width: 380px;
	text-align: center;
	color: white;
	background-color: #E65D2566;
	font-size: 30px;
	border-radius: 10px;
	padding: 7.5px 0px;
}
.col_2{
	display: flex;
	gap:20px;
	margin: 20px 0px;
}
.inputphone, .inputmobile, .inputname, .inputemail{
	position: absolute;
	left: 30px;
	top:47px;
}
.personal_form input{
	border: 1px solid #E65D254D;
	border-radius: 10px;
	padding: 10px 0px 10px 70px;
	width: 100%;
	font-size: 20px;
}
.personal_form label{
	width: 100%;
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #00000099;
}
input#phone, input#mobile{
	padding-left: 70px !important;
}
.business h3{
	width: 380px;
	text-align: center;
	color: white;
	background-color: #E65D2566;
	font-size: 30px;
	border-radius: 10px;
	padding: 7.5px 0px;
	margin-top: 50px;
}
.business_form label{
	width: 100%;
	font-size: 24px;
	color: #00000099;
}
.business_form textarea{
	border-radius: 1px solid #E65D2566 !important;
	margin-top: 0px !important;
}
.custom-select {
	position: relative;
	width: 100%;
	user-select: none;
}
.select-selected {
	border: 1px solid #E65D254D;
	border-radius: 10px;
	padding: 10px 0px 10px 30px;
	width: 100%;
	font-size: 20px;
	color: #7a7979;
}
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: white;
	border: 1px solid #ccc;
	border-top: none;
	display: none;
	z-index: 10;
	font-size: 20px;
	color: #999;
}
.select-items div {
  padding: 10px;
  cursor: pointer;
}
.select-items div:hover {
  background-color: #E65D25;
  color: white;
}
.select-items div.selected {
  background-color: #E65D25;
  color: white;
}
.business_form input, select{
	border: 1px solid #E65D254D;
	border-radius: 10px;
	padding: 10px 0px 10px 30px;
	width: 100%;
	font-size: 20px;
	color: #00000099;
}
.business_form textarea{
	width: 100%;
	padding:60px 30px;
	border: 1px solid #E65D254D !important;
	border-radius: 10px;
}
.col_2_social{
	display: flex;
	gap:20px;
	margin: 20px 0px;
}
.business_form label input[name="linkedin"]{
	width: 49%;
}
.btn-save{
	color: white;
	background-color: #E65D25;
	padding: 9px 42px;
	border-radius: 10px;
	font-size: 20px;
	width: 220px;
	margin-top: 20px;
}
.btn-save:hover{
	color: white;
}
.website{
	display: flex;
	gap:20px;
}
.business_form input[name="website"]{
	width: 650px;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.modal-content {
	background: white;
	padding: 30px;
	border-radius: 8px;
	max-width: 700px;
	width: 90%;
	text-align: left;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.modal-content a{
	color: #E65D25;
}
.modal-content ul{
	margin: 10px 0px;
}
.modal-content ul li{
	font-size: 22px;
	word-break: break-word;
}
.close-modal {
 	position: absolute;
  	top: 8px;
  	right: 12px;
  	font-size: 24px;
  	background: none;
  	border: none;
  	color: #333;
  	cursor: pointer;
}
.cancel_verification {
  background-color: #ccc;
  color: #333;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 20.sepx;
  cursor: pointer;
}
.verifypopup, .req_verification{
	color: white;
	background-color: #E65D25 !important;
	padding: 9px 42px;
	border-radius: 10px;
	font-size: 20px;
	width: 220px;
	margin-top: 0px;
	border: none;
}
.req_verification{
	width: auto;
}
/*Review Page*/
.review_wrapper{
	padding: 50px;
	gap:75px;
	display: flex;
	margin-top: 165px;
}
.tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
.tabs button {
	background: none;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid transparent;
}
.tabs button.active {
	color: #E65D25;
	border-bottom: 2px solid #E65D25;
}
.tab-content {
	display: none;
}
.tab-content p{
    font-size: 20px;
}
.tab-content.active {
	display: block;
}
.pagination {
	margin-top: 20px;
	text-align: center;
}
.pagination .page-btn {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 5px;
	cursor: pointer;
}
.pagination .page-btn.active {
	background: #E65D25 !important;
	color: #fff !important;
	border-color: #E65D25;
}
button.page-btn {
	border: 1px solid #ccc !important;
}
.read-rating{
	display: inline-flex;
	gap:10px;
	font-size: 22px;
}
.read-rating .show-rating{
	display: inline-flex;
	gap:10px;
	font-size: 22px;
}
.review_user .show-rating{
	display: inline-flex;
	gap:10px;
	font-size: 22px;
	position: absolute;
	right: 0px;
}
.show-rating .stars.empty:before{
	color:lightgray !important;
}
.show-rating .stars.half:after, .show-rating .stars:before {
    font-family: "FontAwesome";
    content: "\f005";
    display: block;
    color: #E65D25;
}
.stars{
	color:lightgray !important;
}
a.text-dark {
  color: #000;
  transition: color 160ms ease;
}
a.text-dark.active {
  color: #E65D25 !important;
  font-weight: 600;
}
.rating {
	 direction: rtl;
	 unicode-bidi: bidi-override;
	 font-size: 22px;
	 display: inline-flex;
	 justify-content: flex-end;
	 margin-bottom: 20px;
}
.rating p{
	font-size: 22px;
	align-content: center;
}
.rating input {
	display: none;
}
.rating label {
	color: lightgray;
	cursor: pointer;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
	 color: #E65D25;
}
.main_review_form{
	width:60%;
}
.review {
	margin-top: 20px;
}
.review h4{
    font-size: 20px;
}
.review .review_user {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.user-img{
	width: 50px;
	height: 50px;
	background: #ccc;
	border-radius: 50%;
	margin-right: 10px;
	padding: 7px;
}
.user-info-wrapper{
    display: flex;
    gap:450px;
    justify-content: space-between;
}
.user-info {
	font-weight: bold;
}
.user-info p{
    margin-bottom: 0px;
    width: 600px !important;
}
.stars {
	color: #000;
}
.title_wrapper{
	justify-content: space-between;
	display: flex;
	gap:15px;
}
.title_wrapper h2{
	font-size: 36px;
	font-weight: 400;
}
.review_badge p{
	width: auto;
	height: auto;
	margin-top: 7px;
	color: white;
	background-color: #6AC7B3;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 16px !important;
	border-radius: 10px;
	margin-right: 50px;
}
.p_wrapper{
	display: flex;
	gap:20px;
	margin-top: 10px;
}
.p_wrapper img{
	width: 24px;
	height: 24px;
}
.p_wrapper p{
	font-size: 16px;
	font-weight: 400;
	color: #00000099;
	width: 550px;
}
.btn-submit{
	margin-top: 20px;
	font-size: 20px;
	background-color: white;
	padding: 14px 24px;
	border-radius: 10px;
}
.review_person_info{
	margin-left: 0px;
	width: 40%;
	padding: 27px 52px;
	background-color: #E0DCD099;
	height: 330px;
	position: relative;
}
.verified p{
	background-color: #6AC7B3;
	color: white;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
	padding: 5px 20px;
	position: absolute;
	right: 20px;
	top:30px;
}
.card_wrapper{
	display: flex;
	gap:10px;
}
.review_image{
	width: 115px;
	height: 115px;
}
.review_image img{
	width: 100%;
	height: 100%;
}
.review_man_info{
	align-self: center;
}
.review_man_info p{
	font-size: 24px;
}
.review_man_info hr{
	color: #000000;
	height: 1px;
	margin-top: -10px;
	width: 247px;
}
.review_user{
	margin-top: 10px;
	position: relative !important;
}
/*Login Page*/
.login_wrapper{
	display: flex;
	gap:80px;
	margin-top: 165px;
}
.left-loginbg{
	width: 40%;
	height: 100vh;
	background-image: url("../images/login-bg.png");
	background-size: cover;
	text-align: right;
	align-content: center;
}
.loginbutton{
	background-color: white;
	border-radius: 10px 0px 0px 10px;
	padding: 13px 58px;
	font-size: 24px;
	width: 191px;
}
.btn-register{
	color: white;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 10px 0px 0px 10px;
	padding: 13px 58px;
	font-size: 24px;
	margin-top: 20px;
	width: 191px;
}
.btn-register:hover{
	color: white;
}
.right-loginform{
	width: 60%;
	height: 100vh;
}
.login_form{
	padding: 150px 90px 237px 0px;
	margin-left: auto;
	margin-right: auto;
}
.login_form h2{
	color: #E65D25;
	font-size: 64px;
	text-align: center;
	margin-bottom: 50px;
}
.login_form form{
	position: relative;
}
.login_form::placeholder {
  	color: black;
}
.login_form input{
	font-size: 20px;
	border:none;
	border-bottom: 1px solid #000000CC;
	width: 100%;
	padding: 10px 40px !important;
	margin-bottom: 30px;
	border-radius: 0px;
}
form .mail{
	position: absolute;
	left:3px;
	top:14px;
}
form .lock{
	position: absolute;
	left:3px;
	top:95px;
}
.login_form label{
	width: 100%;
}
.col_2_login{
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.col_2_login a{
	color:#E65D25;
	font-size: 24px;
	text-decoration: none;
}
.resbtn-login{
	background-color: #E65D25;
	color: white;
	font-size: 20px;
  	padding: 15px 47px;
}
.resbtn-login:hover{
	color: white;
}
.res_loginbtn{
	background-color: #E65D25;
	color: white;
	font-size: 16px;
  	margin-bottom: 20px;
}
/*Register Page*/
.register_wrapper{
	display: flex;
	gap:80px;
	margin-top: 165px;
}
.left-registerbg{
	width: 40%;
	height: 100vh;
	background-image: url("../images/login-bg.png");
	background-size: cover;
	text-align: right;
	align-content: center;
}
.loginbutton_regpage{
	color: white;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 10px 0px 0px 10px;
	padding: 13px 58px;
	font-size: 24px;
	width: 191px;
}                 
.loginbutton_regpage:hover{
	color: white;
}
.btn-register_regpage{
	background-color: white;
	border-radius: 10px 0px 0px 10px;
	padding: 13px 58px;
	font-size: 24px;
	width: 191px;
	margin-top: 20px;
}
.right-registerform{
	width: 60%;
	height: 100vh;
	align-content: center;
}
.register_form{
	padding: 0px 90px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
.register_form h2{
	color: #E65D25;
	font-size: 64px;
	text-align: center;
	margin-bottom: 50px;
}
.register_form form{
	position: relative;
}
.register_form::placeholder {
  	color: black;
}
.register_form input{
	font-size: 20px;
	border:none;
	border-bottom: 1px solid #000000CC;
	width: 100%;
	padding: 10px 40px !important;
	margin-bottom: 30px;
	border-radius: 0px;
}
.register_form form .user{
	position: absolute;
	left:3px;
	top:10px !important;
}
.iti__flag-container {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.iti__selected-flag {
  	background: transparent !important;
  	border: none !important;
	box-shadow: none !important;
	padding:0px 3px !important;
}
.personal_form .iti__selected-flag{
	padding-left: 30px !important;
}
.iti__selected-dial-code {
	display: none !important;
}
.iti--separate-dial-code input {
	padding-left: 40px !important;
}
.iti__arrow {
	display: none !important;
}
.iti {
	width: 100% !important;
}
.register_form input[type="email"] {
	margin-top: 30px !important;
}
.register_form form .mail{
	position: absolute;
	left:3px;
	top:175px !important;
}
.register_form form .lock{
	position: absolute;
	left:3px;
	top:255px;
}
.register_form form .lock2{
	position: absolute;
	left:3px;
	top:335px;
}
.register_form label{
	width: 100%;
}
.col_2_register{
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.signup-btn_regpage{
    background-color: #E65D25;
    color: white;
    border: none;
    padding: 12px 37px; 
    font-size: 20px;
}

/*Wishlist Page*/
.wishlist{
	padding: 50px 50px 0px 50px;
}
.wishlist .row{
	gap:30px;
}

/*Change Password Page*/
.change_password{
	display: flex;
	gap:80px;
}
.left-change_passwordbg{
	width: 40%;
	height: 100vh;
	background-image: url("../images/login-bg.png");
	background-size: cover;
	text-align: right;
	align-content: center;
}
.right-change_passwordform{
	width: 60%;
	height: 100vh;
}
.change_password_form{
	padding: 200px 85px 200px 0px;
	margin-left: auto;
	margin-right: auto;
}
.change_password_form h2{
	color: #E65D25;
	font-size: 64px;
	text-align: center;
	margin-bottom: 50px;
}
.change_password_form form{
	position: relative;
}
.change_password_form::placeholder {
  	color: black;
}
.change_password_form input{
	font-size: 20px;
	border:none;
	border-bottom: 1px solid #000000CC;
	width: 100%;
	padding: 10px 40px !important;
	margin-bottom: 30px;
}
.change_password_form form .lock{
	position: absolute;
	left:3px;
	top:14px;
}
.change_password_form form .lock2{
	position: absolute;
	left:3px;
	top:95px;
}
.change_password_form form .lock3{
	position: absolute;
	left:3px;
	top:175px;
}
.change_password_form label{
	width: 100%;
}
.btn-password {
    background-color: #E65D25;
    color: white;
    border: none;
    padding: 12px 37px; 
    font-size: 20px;
}
.btn-password:hover{
    color: white;
}
/*Contact Page*/
.contact{
	padding: 50px;
	display: flex;
	gap: 50px;
}
.map_wrapper{
	width: 50%;
}
.map_wrapper iframe{
	width: 100%;
	height: 600px;
}
.contact_form{
	width: 50%;
	align-content: center;
}
.contact_form form{
	display: block;
	gap:20px;
}
.contact_form input, textarea{
	width: 100%;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid gray !important;
	font-size: 20px;
}
.contact_form .btn-submit{
	background-color: #E65D25;
	color: white;
	padding: 10px 40px;
	font-size: 20px;
	border: 1px solid #E65D25;
	margin-top: 20px;
}
/*Privacy Policy Page*/
.privacy{
	padding: 50px;
}
.privacy h4{
	color: #E65D25;
}
.privacy p{
	font-size: 18px;
}
/*Terms and Conditions Page*/
.terms_conditions{
	padding: 50px;
}
.terms_conditions h4{
	color: #E65D25;
}
.terms_conditions p{
	font-size: 18px;
}
/*blog page*/
.blogpage{
	margin-top: 165px;
	padding: 0px 50px 50px 50px !important;
}
.blogpage_wrap .row{
	--bs-gutter-x: 3rem;
}
.blog-card{
	border-radius: 10px;
	box-shadow: 5px 5px 15px #ccc;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	transition: all 0.3s;
}
.blog-card img{
	width:	100%;
	height: 350px;
	border-radius: 10px 10px 0px 0px;
}
.date{
	color:#E65D25;
}
.blog-body{
	padding: 30px;
}
.blog-body h3{
	height: 80px;
}
.blog-body p{
	font-size: 18px;
}
.blog-readmore{
	background: #E65D25 !important;
	color: white !important;
	padding: 11px 30px !important;
	font-size: 20px !important;
}
.blog-readmore:hover{
	border: 1px solid #E65D25 !important;
	background: #fff !important;
	color: #E65D25 !important;
	padding: 11px 30px !important;
	font-size: 20px !important;
}
.blog-filters {
	text-align: center;
	margin: 30px 0;
}
.blog-filters .filter-btn {
	padding: 8px 16px;
	margin: 5px;
 	border: none;
 	border-radius: 20px;
	cursor: pointer;
	background: #f1f1f1;
	color: #333;
	transition: all 0.3s;
	font-size: 18px;
}
.blog-filters .filter-btn.active {
	background: #e6531c; /* Your brand orange */
	color: #fff !important;
}
.col-lg-4.hidden {
	display: none !important;
}
/*blog-post page*/
.blog_details{
	margin-top: 165px;
}
.blog_details h2{
	background-color: #E65D25;
	color: #fff;
	padding: 20px 50px;
}
.blog_details_wrap{
	padding: 50px !important;
	font-size: 18px;
}
.blog_details_wrap table, th, td{
	border: 1px solid !important;
	padding: 10px !important;
}
.blog_details_wrap img{
	border-radius: 10px !important;
}
.blog_details_wrap h3 {
	 color: #E65D25 !important;
}
.blog-search{
	background-color: #E65D25;
	color: #fff;
}
.blog_details h2{
	background-color: #fff;
	color: #000;
	padding: 0px;
	text-transform: uppercase;
	word-spacing: 7px;
	font-weight: bold;
}
.blog_details_wrap .row{
	--bs-gutter-x: 5rem;
}
.blog-search{
	background-color: #E65D25;
	color: #fff;
	border: 1px solid #E65D25;
	padding: 10px 39px;
}
.blog_details_wrap table, th, td{
	border: 1px solid;
	padding: 10px;
}
.blog_details_wrap table, th, td{
	border: 1px solid;
	padding: 10px;
}
input[name="search"]{
	width: 70%;
	padding: 10px 0px;
}
.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
	width: 100%;
	padding: 40px;
	box-shadow: 5px 5px 15px #ccc;
}
.recent_post_wrap h4, .categories_wrap h4, .tags_wrap h4{
	font-weight: bold;
	font-size: 30px;
}
.recent_post_wrap a, .categories_wrap a{
	text-decoration: none;
	color: #000;
}
.tags_wrap a{
	background: #E65D25;
	color: white;
	border: 1px solid #fff;
	text-decoration: none;
	display: inline-flex;
	gap: 5px !important;
	padding: 5px;
}
.page-link{
	color: #000 !important;
}
.page-link:hover{
	color: #E65D25 !important;
}
.page-link:focus{
	color: #E65D25 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 375px) {
	.header{
		padding: 23px 20px 23px 20px !important;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px;
	}
	.navbar-nav{
		gap:30px;
		align-items: flex-start !important;
		padding-left: 20px;
	}
	.navbar-brand{
		margin-left: 10px !important;
	}
	.nav-link{
		color:#fff !important;
		font-size: 18px;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	div#navbarNav {
		background-color: #E65D25;
	}
	.navbar-toggler{
		background-color: #E65D25 !important;
		padding: 10px !important;
		margin-right: 20px !important;
	}
	.bar{
		width: 30px;
		height: 2px;
		color: white;
		border: 1px solid white;
		margin: 5px 0px;
	} 
	.active{
		color: #E65D25;
	}
	.btn-login{
		background-color: white !important;
		color: #E65D25 !important;
	}
	.btn-login:hover{
		background-color: white;
		color: #E65D25;
	}
	.btn-user{
		color: white !important;
		padding-left: 20px;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.discover{
		padding: 50px 20px;
	}
	.discover input{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.discover select{
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
	.select2-container--default .select2-selection--single {
	    width: 100%;
	}
	span.select2-selection.select2-selection--single.select2-selection--clearable{
	  	margin-top:0px !important;
		margin-bottom: 20px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top:12px !important;
		right: 10px !important;
	}
	.btn-search{
		width: 100%;
	}
	.home_profession{
		padding: 100px 20px 50px 20px;
	}
	.home_profession h2{
		font-size: 30px;
	}
	.box-wrapper .col-md-3 {
	    flex: 0 0 20px;
	}
	.box-wrapper .row{
		justify-content: center;
	}
	.box{
		width: 155px;
		height: auto;
	}
	.category{
		width: 100%;
	}
	.img-icon{
	    width: 50px;
	    height: 50px;
	    margin-top: 15px;
	    margin-bottom:10px ;
	}
	.directory{
		padding: 100px 20px ;
	}
	.directory h2{
		font-size: 30px;
	}
	.directory .largep{
		width: 100%;
	}
	.carousel-inner {
	 	display: flex;
		padding: 50px 0px 10px 0px;
	}
	.slider{
	    padding: 0px 0px;
	}
	.carousel-item .row{
		gap:20px;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 15%;
	}
	.signup_content{
		padding: 100px 20px;
	}
	.signup_content h2{
		font-size: 30px;
	}
	.footer{
		padding: 100px 20px 69px 20px;
	}
	.first_col p{
		font-size: 18px;
	}
	.second_col{
		margin:20px auto;
	}
	.second_col h4{
		text-align: left;
	}
	.second_col li{
		text-align: left;
	}
	.second_col a{
		font-size: 18px;
	}
	.location p{
		font-size: 18px;
	}
	.phone p{
		font-size: 18px;
	}
	.mail p{
		font-size: 18px;
	}
	.social img{
		margin-right: 20px;
	}
	.copyright p{
		font-size: 18px;
	}
	.links a{
		font-size: 18px;
	}
	.footer_wrapper{
		text-align: center;
		display: block;
		justify-content: center;
	}
	/*About Page*/
	.listings{
		padding: 20px 20px 20px 20px;
		background-color: #E0DCD099;
	}
	.breadcrumb{
		justify-content: space-between;
		display: block;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 30px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px 20px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px 20px 50px 20px;
	}
	.listingspage .breadcrumb{
		justify-content: space-between;
		display: block;
	}
	.listingspage .breadcrumb .left_p{
		font-size: 30px;
	}
	.listingspage input{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.listingspage select{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.btn-search{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.btn-reset{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
	}
	.person_info_wrapper{
		padding: 50px 20px;
	}
	.main_info_wrapper{
		display: block;
		margin-bottom: 20px !important;
	}
	.info_wrapper{
		width: 100%;
		display: block;
		margin-bottom: 20px !important;
	}
	.man_img{
		width: 100%;
		height: auto;
	}
	.person_info{
		width: 100%;
		padding: 20px;
	}
	.person_info .title{
		font-size: 28px !important;
	}
	.loadmore{
		text-align: center;
	}
	.btn_load{
		width: 100%;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 20px;
		display: block;
	}
	.vacation_form{
		width:100%;
	}
	.vacation_title_wrapper h2{
		font-size: 30px;
	}
	.vacation_title_wrapper{
		display: block;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form hr{
		width: 100%;
	}
	.review_form{
		width: 100%;
		padding: 20px;
	}
	.review_form label{
		width: 100%;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		width: 100%;
		padding: 10px 20px !important;
	}
	.btn-submit{
		width: 100%;
	}
	.first_row{
		display: block;
	}
	.vacation_person_info{
		margin-top: 50px;
		margin-left: 0px;
		width: 100%;
		padding: 20px;
		height: 280px;
		margin-bottom: 180px !important; 
	}
	.card_wrapper{
		display: block;
		gap:10px;
	}
	.man_info hr{
		width: 100%;
	}
	.facebook, .twitter, .linkedin{
		margin:0px 5px;
		padding: 5px 10px;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 20px;
	}
	/*Country Page*/
	.country{
		padding: 0px 20px;
	}
	/*Profile Page*/
	.profile{
		padding: 50px 20px;
		display: flex;
		gap:0px;
	}
	.profile form {
		display: block;
		width: 100%;
		gap: 0px;
	}
	.myprofile{
		width: 100%;
		height: auto;
	}
    .upload-container {
      	display: flex;
      	margin: 40px 0px;
    }
   	.mydetail{
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	.personal h3{
		width: 100%;
	}
	.col_2{
		display: block;
		gap:20px;
	}
	.business h3{
		width: 100%;
	}
	.col_2_social{
		display: block;
	}
	.business_form label input[name="linkedin"]{
		width: 100%;
	}
	.btn-save{
		width: 100%;
	}
	.btn-save:hover{
		color: white;
	}
	.website{
		display: block;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: 100%;
	}
	.modal-content {
		padding: 10px;
		max-width: 100%;
	}
	.verifypopup{
		width: 100%;
		margin-top: 20px;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px 20px;
		display: block;
	}
	.main_review_form{
		width:100%;
	}
	.tabs {
	    display: flex;
	    gap:0px;
	}
	.tabs button {
		padding: 10px 14px;
	}
	.user-info-wrapper{
	    display: block;
	}
	.title_wrapper{
		display: flex;
	}
	.review_badge p{
		width: auto;
		margin-right: 0px;
	}
	.p_wrapper p{
		width: 100%;
	}
	.review_person_info{
		margin-top: 50px;
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.card_wrapper{
		display: block;
	}
	/*Login Page*/
	.login_wrapper{
		display: block;
	}
	.left-loginbg{
		width: 100%;
		height: 30vh;
		text-align: center;
		align-content: center;
		padding: 0px 20px;
	}
	.loginbutton{
		border-radius: 10px;
		width: 100%;
	}
	.btn-register{
		border-radius: 10px;
		width: 100%;
	}
	.right-loginform{
		width: 100%;
		height: auto;
	}
	.login_form{
		padding: 50px 20px;
	}
	.login_form h2{
		width: 100%;
		font-size: 30px;
	}
	.col_2_login{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.resbtn-login{
		width: 100%;
		text-align: center;
	}
	.res_loginbtn{
		background-color: white !important;
	  	margin-top: 20px;
	  	text-align: center;
	}
	/*Register Page*/
	.register_wrapper{
		display: block;
	}
	.left-registerbg{
		width: 100%;
		height: 30vh;
		text-align: center;
		align-content: center;
		padding: 0px 20px;
	}
	.loginbutton_regpage{
		border-radius: 10px;
		width: 100%;
	}
	.btn-register_regpage{
		border-radius: 10px;
		width: 100%;
	}
	.right-registerform{
		width: 100%;
		height: auto;
	}
	.register_form{
		padding: 50px 20px 50px 20px;
	}
	.register_form h2{
		width: 100%;
		font-size: 36px;
	}
	.col_2_register{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.signup-btn_regpage {
	    width: 100%;
	    margin-top: 20px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 20px 0px 20px;
	}
	/*Change Password Page*/
	.change_password{
		display: block;
	}
	.left-change_passwordbg{
		width: 100%;
		height: 30vh;
	}
	.right-change_passwordform{
		width: 100%;
		height: auto;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		font-size: 30px;
	}
	.change_password_form form{
		position: relative;
		text-align: center;
	}
	/*Contact Page*/
	.contact{
		padding: 50px 20px;
		display: block;
		gap: 50px;
	}
	.map_wrapper{
		width: 100%;
		margin-bottom: 50px;
	}
	.map_wrapper iframe{
			height: 400px;
	}
	.contact_form{
		width: 100%;
	}
	/*Privacy policy Page*/
	.privacy{
		padding: 50px 20px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px 20px;
	}
	/*blog page*/
	.blogpage{
		padding: 0px 20px 50px 20px !important;
	}
	.blog-card img{
		height: 250px;
	}
	.blogpage_wrap .row>*{
		margin-bottom: 50px !important;
	}
	.blog-body{
		padding: 20px;
	}
	.blog-body h3{
		height: auto;
	}
	/*blog-post page*/
	.blog_details_wrap{
		padding: 0px 20px 0px 20px !important;
	}
	.blog-search{
		width: 100%;
		margin-top: 20px;
	}
	input[name="search"]{
		width: 100%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		padding: 20px;
	}
	.pagination{
		padding: 0px 20px !important;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 375px){
	.header{
		padding: 23px 0px 23px 10px !important;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px;
	}
	.navbar-nav{
		gap:30px;
		align-items: flex-start !important;
		padding-left: 20px;
	}
	.navbar-brand{
		margin-left: 10px !important;
	}
	.nav-link{
		color:#fff !important;
		font-size: 18px;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	div#navbarNav {
		background-color: #E65D25;
	}
	.navbar-toggler{
		background-color: #E65D25 !important;
		padding: 10px !important;
		margin-right: 20px !important;
	}
	.bar{
		width: 30px;
		height: 2px;
		color: white;
		border: 1px solid white;
		margin: 5px 0px;
	} 
	.active{
		color: #E65D25;
	}
	.btn-login{
		background-color: white !important;
		color: #E65D25 !important;
	}
	.btn-login:hover{
		background-color: white;
		color: #E65D25;
	}
	.btn-user{
		color: white !important;
		padding-left: 20px;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.discover{
		padding: 50px 20px;
		width: 100%;
	}
	.discover input{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.discover select{
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
	span.select2-selection.select2-selection--single.select2-selection--clearable{
	  	margin-top:0px !important;
		margin-bottom: 20px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top:12px !important;
		right: 10px !important;
	}
	.btn-search{
		width: 100%;
	}
	.home_profession{
		padding: 100px 20px 50px 20px;
	}
	.home_profession h2{
		font-size: 30px;
	}
	.box-wrapper .col-md-3 {
	    flex: 0 0 20px;
	}
	.box-wrapper .row{
		justify-content: center;
	}	
	.box{
		width: 155px;
		height: auto;
	}
	.category{
		width: 100%;
	}
	.img-icon{
	    width: 50px;
	    height: 50px;
	    margin-top: 15px;
	    margin-bottom:10px ;
	}
	.directory{
		padding: 100px 20px ;
	}
	.directory h2{
		font-size: 30px;
	}
	.directory .largep{
		width: 100%;
	}
	 .carousel-inner {
	 	display: flex;
		padding: 50px 0px 10px 0px;
	}
	.slider{
	    padding: 0px 0px;
	}
	.carousel-item .row{
		gap:20px;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 15%;
	}
	.signup_content{
		padding: 100px 20px;
	}
	.signup_content h2{
		font-size: 30px;
	}
	.footer{
		padding: 100px 20px 69px 20px !important;
	}
	.first_col p{
		font-size: 18px;
	}
	.second_col{
		margin:20px auto;
	}
	.second_col h4{
		text-align: left;
	}
	.second_col li{
		text-align: left;
	}
	.second_col a{
		font-size: 18px;
	}
	.location p{
		font-size: 18px;
	}
	.phone p{
		font-size: 18px;
	}
	.mail p{
		font-size: 18px !important;
	}
	.social img{
		margin-right: 20px;
	}
	.copyright p{
		font-size: 18px;
	}
	.links a{
		font-size: 18px;
	}
	.footer_wrapper{
		text-align: center;
		display: block;
		justify-content: center;
	}
	/*About Page*/
	.listings{
		padding: 20px 20px 20px 20px;
		background-color: #E0DCD099;
	}
	.breadcrumb{
		justify-content: space-between;
		display: block;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 30px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px 20px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px 20px 50px 20px;
	}
	.listingspage .breadcrumb{
		justify-content: space-between;
		display: block;
	}
	.listingspage .breadcrumb .left_p{
		font-size: 30px;
	}
	.listingspage input{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.listingspage select{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.btn-search{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.btn-reset{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
	}
	.person_info .title{
		font-size: 28px !important;
	}
	.person_info_wrapper{
		padding: 50px 20px;
	}
	.main_info_wrapper{
		display: block;
	}
	.info_wrapper{
		width: 100%;
		display: block;
	}
	.man_img{
		width: 100%;
		height: auto;
	}
	.person_info{
		width: 100%;
		padding: 20px;
	}
	.loadmore{
		text-align: center;
	}
	.btn_load{
		width: 100%;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 20px;
		display: block;
	}
	.vacation_form{
		width:100%;
	}
	.vacation_title_wrapper h2{
		font-size: 30px;
	}
	.vacation_title_wrapper{
		display: block;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form hr{
		width: 100%;
	}
	.review_form{
		width: 100%;
		padding: 20px;
	}
	.review_form label{
		width: 100%;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		width: 100%;
		padding: 10px 20px !important;
	}
	.btn-submit{
		width: 100%;
	}
	.first_row{
		display: block;
	}
	.vacation_person_info{
		margin-top: 50px;
		margin-left: 0px;
		width: 100%;
		padding: 20px;
		height: 280px;
		margin-bottom: 150px !important;
	}
	.facebook, .twitter, .linkedin{
		margin:0px 5px;
		padding: 5px 10px;
	}
	.book-wrap{
		text-align: left;
	}
	.card_wrapper{
		display: block;
		gap:10px;
	}
	.man_info hr{
		width: 100%;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 20px;
	}
	/*Country Page*/
	.country{
		padding: 0px 20px;
	}
	/*Profile Page*/
	.profile{
		padding: 50px 20px;
		display: flex;
		gap:0px;
	}
	.profile form {
		display: block;
		width: 100%;
		gap: 0px;
	}
	.myprofile{
		width: 100%;
		height: auto;
	}
    .upload-container {
      	display: flex;
      	margin: 40px 0px;
    }
   	.mydetail{
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	.personal h3{
		width: 100%;
	}
	.col_2{
		display: block;
		gap:20px;
	}
	.business h3{
		width: 100%;
	}
	.col_2_social{
		display: block;
	}
	.business_form label input[name="linkedin"]{
		width: 100%;
	}
	.btn-save{
		width: 100%;
	}
	.btn-save:hover{
		color: white;
	}
	.website{
		display: block;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: 100%;
	}
	.modal-content {
		padding: 10px;
		max-width: 100%;
	}
	.verifypopup{
		width: 100%;
		margin-top: 20px;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px 20px;
		display: block;
	}
	.main_review_form{
		width:100%;
	}
	.tabs {
	    display: flex;
	    gap:0px;
	}
	.tabs button {
		padding: 10px 20px;
	}
	.user-info-wrapper{
	    display: block;
	}
	.title_wrapper{
		display: flex;
	}
	.review_badge p{
		width: auto;
		margin-right: 0px;
	}
	.p_wrapper p{
		width: 100%;
	}
	.review_person_info{
		margin-top: 50px;
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.card_wrapper{
		display: block;
	}
	/*Login Page*/
	.login_wrapper{
		display: block;
	}
	.left-loginbg{
		width: 100%;
		height: 30vh;
		text-align: center;
		align-content: center;
		padding: 0px 20px;
	}
	.loginbutton{
		border-radius: 10px;
		width: 191px;
	}
	.btn-register{
		border-radius: 10px;
		width: 191px;
	}
	.right-loginform{
		width: 100%;
		height: auto;
	}
	.login_form{
		padding: 50px 20px;
	}
	.login_form h2{
		width: 100%;
		font-size: 30px;
	}
	.col_2_login{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.resbtn-login{
		width: 191px;
		text-align: center;
	}
	.res_loginbtn{
		background-color: white !important;
	  margin-top: 20px;
	  text-align: center;
	}
	/*Register Page*/
	.register_wrapper{
		display: block;
	}
	.left-registerbg{
		width: 100%;
		height: 30vh;
		text-align: center;
		align-content: center;
		padding: 0px 20px;
	}
	.loginbutton_regpage{
		border-radius: 10px;
		width: 191px;
	}
	.btn-register_regpage{
		border-radius: 10px;
		width: 191px;
	}
	.right-registerform{
		width: 100%;
		height: auto;
	}
	.register_form{
		padding: 50px 20px 50px 20px;
	}
	.register_form h2{
		width: 100%;
		font-size: 36px;
	}
	.col_2_register{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.signup-btn_regpage{
	    width: auto;
	    margin-top: 20px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 20px 0px 20px;
	}
	/*Change Password Page*/
	.change_password{
		display: block;
	}
	.left-change_passwordbg{
		width: 100%;
		height: 30vh;
	}
	.right-change_passwordform{
		width: 100%;
		height: auto;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		font-size: 30px;
	}
	.change_password_form form{
		position: relative;
		text-align: center;
	}
	/*Contact Page*/
	.contact{
		padding: 50px 20px;
		display: block;
		gap: 50px;
	}
	.map_wrapper{
		width: 100%;
		margin-bottom: 50px;
	}
	.map_wrapper iframe{
		height: 400px;
	}
	.contact_form{
		width: 100%;
	}
	/*Privacy policy Page*/
	.privacy{
		padding: 50px 20px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px 20px;
	}
	/*blog page*/
	.blogpage{
		padding: 0px 20px 50px 20px !important;
	}
	.blog-card img{
		height: 250px;
	}
	.blogpage_wrap .row>*{
		margin-bottom: 50px !important;
	}
	.blog-body{
		padding: 20px;
	}
	.blog-body h3{
		height: auto;
	}
	/*blog-post page*/
	.blog_details_wrap{
		padding: 0px 20px 0px 20px !important;
	}
	.blog-search{
		width: 100%;
		margin-top: 20px;
	}
	input[name="search"]{
		width: 100%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		padding: 20px;
	}
	.pagination{
		padding: 0px 20px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .header{
		padding: 23px 10px 23px 20px !important;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px;
	}
	.navbar-nav{
		gap:30px;
		align-items: flex-start !important;
		padding-left: 20px;
	}
	.navbar-brand{
		margin-left: 10px !important;
	}
	.nav-link{
		color:#fff !important;
		font-size: 18px;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	div#navbarNav {
		background-color: #E65D25;
	}
	.navbar-toggler{
		background-color: #E65D25 !important;
		padding: 10px !important;
		margin-right: 20px !important;
	}
	.bar{
		width: 30px;
		height: 2px;
		color: white;
		border: 1px solid white;
		margin: 5px 0px;
	} 
	.active{
		color: #E65D25;
	}
	.btn-login{
		background-color: white !important;
		color: #E65D25 !important;
	}
	.btn-login:hover{
		background-color: white;
		color: #E65D25;
	}
	.btn-user{
		color: white !important;
		padding-left: 20px;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.discover{
		padding: 50px 20px;
		width: auto;
	}
	.discover input{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.discover select{
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
	span.select2-selection.select2-selection--single.select2-selection--clearable{
	  	margin-top:0px !important;
		margin-bottom: 20px !important;
	}
	.select2-container--default .select2-selection--single {
	    width: 100% !important;
	}
	.btn-search{
		width: 100%;
	}
	.home_profession{
		padding: 100px 20px 50px 20px;
	}
	.home_profession h2{
		font-size: 30px;
	}
	.box-wrapper .col-md-3 {
	    flex: 0 0 20px;
	}
	.box-wrapper .row{
		justify-content: center;
	}
	.box{
		width: 125px;
		height: auto;
		margin-bottom: 20px;
	}
	.category{
		font-size: 14px;
		width: 100%;
	}
	.img-icon{
	    width: 35px;
	    height: 35px;
	    margin-top: 5px;
	    margin-bottom:5px ;
	}
	.name{
		font-size: 16px;
	}
	.directory{
		padding: 100px 20px ;
	}
	.directory h2{
		font-size: 30px;
	}
	.directory .largep{
		width: 100%;
	}

	.carousel-inner {
	 	display: flex;
		padding: 50px 0px 10px 0px;
	}
	.slider{
	    padding: 0px 0px;
	}
	.carousel-item .row{
		gap:20px;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 15%;
	}
	.card-img-top {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.signup_content{
		padding: 100px 20px;
	}
	.signup_content h2{
		font-size: 30px;
	}
	.footer{
		padding: 100px 20px 69px 20px!important;
	}
	.first_col p{
		font-size: 18px;
	}
	.second_col{
		margin:20px auto;
	}
	.second_col h4{
		text-align: left;
	}
	.second_col li{
		text-align: left;
	}
	.second_col a{
		font-size: 18px;
	}
	.location p{
		font-size: 18px;
	}
	.phone p{
		font-size: 18px;
	}
	.mail p{
		font-size: 18px;
	}
	.social img{
		margin-right: 20px;
	}
	.copyright p{
		font-size: 18px;
	}
	.links{
		text-align: right;
	}
	.links a{
		font-size: 18px;
	}
	.footer_wrapper{
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	/*About Page*/
	.listings{
		padding: 20px 20px 0px 20px;
		background-color: #E0DCD099;
	}
	.breadcrumb{
		justify-content: space-between;
		display: flex;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px 20px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px 20px 50px 20px;
	}
	.listingspage .breadcrumb{
		justify-content: space-between;
		display: block;
	}
	.listingspage .breadcrumb .left_p{
		font-size: 30px;
	}
	.listingspage input{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.listingspage select{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.btn-search{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.btn-reset{
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
	}
	.person_info .title{
		font-size: 28px !important;
	}
	.person_info_wrapper{
		padding: 50px 20px;
	}
	.main_info_wrapper{
		display: block;
	}
	.info_wrapper{
		width: 100%;
		display: block;
	}
	.man_img{
		width: 100%;
		height: auto;
	}
	.person_info{
		width: 100%;
		padding: 20px;
	}
	.loadmore{
		text-align: center;
	}
	.btn_load{
		width: 100%;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 20px;
		display: block;
	}
	.vacation_form{
		width:100%;
	}
	.vacation_title_wrapper{
		display: flex;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form hr{
		width: 100%;
	}
	.review_form{
		width: 100%;
		padding: 20px;
	}
	.review_form label{
		width: 100%;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		width: 100%;
		padding: 10px 20px !important;
	}
	.btn-submit{
		width: auto;
	}
	.first_row{
		display: flex;
	}
	.vacation_person_info{
		margin-top: 50px;
		margin-left: 0px;
		width: 100%;
		padding: 20px;
		height: 280px;
		margin-bottom: 80px;
	}
	.book-wrap{
		text-align: left;
	}
	.card_wrapper{
		display: block;
		gap:10px;
	}
	.man_info hr{
		width: 100%;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 20px;
	}
	/*Country Page*/
	.country{
		padding: 0px 20px;
	}
	/*Profile Page*/
	.profile{
		padding: 50px 20px;
		display: flex;
		gap:0px;
	}
	.profile form {
		display: block;
		width: 100%;
		gap: 0px;
	}
	.myprofile{
		width: 100%;
		height: auto;
	}
    .upload-container {
      	display: flex;
      	margin: 40px 0px;
    }
   	.mydetail{
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	.personal h3{
		width: 100%;
	}
	.col_2{
		display: block;
		gap:20px;
	}
	.business h3{
		width: 100%;
	}
	.col_2_social{
		display: block;
	}
	.business_form label input[name="linkedin"]{
		width: 100%;
	}
	.btn-save{
		width: 100%;
	}
	.btn-save:hover{
		color: white;
	}
	.website{
		display: block;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: 100%;
	}
	.modal-content {
		padding: 10px;
		max-width: 100%;
	}
	.verifypopup{
		width: 100%;
		margin-top: 20px;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px 20px;
		display: block;
	}
	.main_review_form{
		width:100%;
	}
	.tabs {
	    display: flex;
	    gap:0px;
	}
	.tabs button {
		padding: 10px 20px;
	}
	.user-info-wrapper{
	    display: block;
	}
	.title_wrapper{
		display: flex;
	}
	.review_badge p{
		width: auto;
		margin-right: 0px;
	}
	.p_wrapper p{
		width: 100%;
	}
	.review_person_info{
		margin-top: 50px;
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.card_wrapper{
		display: block;
	}
	/*Login Page*/
	.login_wrapper{
		display: block;
	}
	.left-loginbg{
		width: 100%;
		height: 30vh;
		text-align: center;
		align-content: center;
		padding: 0px 20px;
	}
	.loginbutton{
		border-radius: 10px;
		width: 191px;
	}
	.btn-register{
		border-radius: 10px;
		width: 191px;
	}
	.right-loginform{
		width: 100%;
		height: auto;
	}
	.login_form{
		padding: 50px 20px;
	}
	.login_form h2{
		width: 100%;
		font-size: 30px;
	}
	.col_2_login{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.resbtn-login{
		width: 191px;
		text-align: center;
	}
	.res_loginbtn{
		background-color: white !important;
	  	margin-top: 20px;
	  	text-align: center;
	}
	/*Register Page*/
	.register_wrapper{
		display: block;
	}
	.left-registerbg{
		width: 100%;
		height: 30vh;
		text-align: center;
		align-content: center;
		padding: 0px 20px;
	}
	.loginbutton_regpage{
		border-radius: 10px;
		width: 191px;
	}
	.btn-register_regpage{
		border-radius: 10px;
		width: 191px;
	}
	.right-registerform{
		width: 100%;
		height: auto;
	}
	.register_form{
		padding: 50px 20px 50px 20px;
	}
	.register_form h2{
		width: 100%;
		font-size: 36px;
	}
	.col_2_register{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.signup-btn_regpage{
	    width: auto;
	    margin-top: 20px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 20px 0px 20px;
	}
	/*Change Password Page*/
	.change_password{
		display: block;
		height: 100vh;
	}
	.left-change_passwordbg{
		width: 100%;
	}
	.right-change_passwordform{
		width: 100%;
		height: auto;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		font-size: 30px;
	}
	.change_password_form form{
		position: relative;
		text-align: center;
	}
	/*Contact Page*/
	.contact{
		padding: 50px 20px;
		display: block;
		gap: 50px;
	}
	.map_wrapper{
		width: 100%;
		margin-bottom: 50px;
	}
	.map_wrapper iframe{
		height: 400px;
	}
	.contact_form{
		width: 100%;
	}
	/*Privacy Policy Page*/
	.privacy{
		padding: 50px 20px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px 20px;
	}
	/*blog page*/
	.blogpage{
		padding: 0px 30px 50px 30px !important;
	}
	.blog-card img{
		height: 350px;
	}
	.blogpage_wrap .row>*{
		margin-bottom: 50px !important;
	}
	.blog-body{
		padding: 40px;
	}
	.blog-body h3{
		height: auto;
	}
	/*blog-post page*/
	.blog_details_wrap{
		padding: 0px 30px 0px 30px !important;
	}
	.blog-search{
		width: auto;
		margin-top: 0px;
	}
	input[name="search"]{
		width: 70%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		padding: 40px;
	}
	.pagination{
		padding: 0px 20px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.header{
		padding: 23px 20px 23px 20px;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px;
	}
	.navbar-nav{
		gap:30px;
		align-items: flex-start !important;
		padding-left: 20px;
	}
	.nav-link{
		color:#fff !important;
		font-size: 18px;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	div#navbarNav {
		background-color: #E65D25;
	}
	.navbar-toggler{
		background-color: #E65D25 !important;
		padding: 10px !important;
		margin-right: 20px !important;
	}
	.bar{
		width: 30px;
		height: 2px;
		color: white;
		border: 1px solid white;
		margin: 5px 0px;
	} 
	.active{
		color: #E65D25;
	}
	.btn-login{
		background-color: white !important;
		color: #E65D25 !important;
	}
	.btn-login:hover{
		background-color: white;
		color: #E65D25;
	}
	.btn-user{
		color: white !important;
		padding-left: 20px;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.discover{
		padding: 50px 20px;
	}
	.discover input{
		width: 260px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.discover select{
		margin-bottom: 20px;
		margin-right: 20px;
		width: 260px;
	}
	.select2-container--default .select2-selection--single {
	    width: 100% !important;
	}
	.btn-search{
		width: 260px;
	}
	.home_profession{
		padding: 100px 20px 50px 20px;
	}
	.home_profession h2{
		font-size: 30px;
	}
	.box-wrapper .col-md-3 {
	    flex: 0 0 20px;
	}
	.box-wrapper .row{
		justify-content: center;
	}
	.box{
		width: 155px;
		height: auto;
		margin-bottom: 20px;
	}
	.category{
		width: 100%;
	}
	.img-icon{
	    width: 50px;
	    height: 50px;
	    margin-top: 15px;
	    margin-bottom:10px ;
	}
	.directory{
		width: 100%;
		height: 100%;
		padding: 100px 20px ;
	}
	.directory h2{
		color: #E65D25;
		font-size: 30px;
		font-weight: 600;
	}
	.directory .smallp{
		font-size: 16px;
		font-weight: 400;
		color: #000000B2;
	}
	.directory .largep{
		margin: auto;
		font-size: 20px;
		font-weight: 400;
		line-height: 40px;
		width: 100%;
		color: black;
	}
	.carousel-inner {
		padding: 50px 30px 10px 30px;
	}
	.slider{
	    padding: 0px 0px;
	}
	.carousel-inner .row{
		gap: 0px;
	}
	.carousel-inner {
		display: flex;
		gap:20px;
	}
	.carousel-item > div {
		flex: 1 0 33.3333%;
		padding: 15px;
	}
	.card {
		box-shadow: 5px 5px 5px 0px #0000004D;
		border: 1px solid #E0DCD099;
		border-radius: 16px;
	}
	.card-img-top {
		width: 100%;
		height: auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		object-fit: cover;
	}
	.badge{
	   	background-color: #E65D2566;
	   	font-size: 15px !important;
	   	font-weight: 400;
	   	color: black;
	   	white-space: wrap;
	   	line-height: 20px;
	   	text-align: left;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 5%;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		background-color: #E65D2566;
		border-radius: 50%;
		background-size: 50% 50%;
		height: 40px;
		width: 40px;
	}
	.carousel-control-next, .carousel-control-prev{
	    opacity: 1;
	}
	hr {
	    margin-top: 10px; 
	    margin-bottom: 10px;
	}
	.signup_content{
		padding: 100px 20px;
	}
	.signup_content h2{
		font-size: 30px;
	}
	.footer{
		padding: 100px 30px 69px 30px !important;
	}
	.first_col p{
		font-size: 18px;
	}
	.second_col{
		margin:0px auto;
	}
	.second_col h4{
		text-align: center;
	}
	.second_col li{
		text-align: center;
	}
	.second_col a{
		font-size: 18px;
	}
	.location, .phone, .mail{
		gap:5px;
	}
	.location p{
		font-size: 18px;
		gap: 5px;
	}
	.phone p{
		font-size: 18px;
	}
	.mail p{
		font-size: 18px;
	}
	.social img{
		margin-right: 0px;
	}
	.copyright p{
		font-size: 18px;
	}
	.links{
		text-align: right;
	}
	.links a{
		font-size: 18px;
	}
	.footer_wrapper{
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	/*About Page*/
	.listings{
		padding: 20px 30px 0px 30px;
		background-color: #E0DCD099;
	}
	.breadcrumb{
		justify-content: space-between;
		display: flex;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px 30px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px 20px;
	}
	.listingspage .breadcrumb{
		justify-content: space-between;
		display: flex;
	}
	.listingspage .breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.listingspage .breadcrumb .right_p{
		align-content: center;
	}
	.listingspage input{
		width: 200px;
		margin-right: 10px;
		
	}
	.listingspage select{
		width: 200px;
		margin-right: 10px;
	}
	.btn-search{
		width: 150px;
		
	}
	button.btn.btn-lg.btn-search.btn-listing-search {
    	margin-top: 15px !important;
	}
	.btn-reset{
		width: 150px;
		margin-bottom: 5px;
	}
	.person_info_wrapper{
		padding: 50px 20px;
	}
	.person_info_wrapper .row{
		gap:30px;
	}
	.main_info_wrapper{
		gap: 20px;
		margin-bottom: 20px;
		display: block;
	}
	.info_wrapper{
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	.man_img{
		width: 50%;
		height: auto;
	}
	.person_info{
		width: 50%;
	}
	.person_info .title{
		font-size: 28px !important;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 20px;
		display: block;
	}
	.vacation_form{
		width:100%;
	}
	.vacation_title_wrapper h2{
		font-size: 36px;
	}
	.vacation_title_wrapper{
		display: flex;
		justify-content: space-between;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form hr{
		width: 100%;
	}
	.review_form{
		width: 100%;
		padding: 20px;
	}
	.review_form label{
		width: 100%;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		width: 100%;
		padding: 10px 20px !important;
	}
	.btn-submit{
		width: auto;
	}
	.first_row{
		display: flex;
	}
	.vacation_person_info{
		margin-top: 50px;
		margin-left: 0px;
		width: 100%;
		padding: 20px;
		height: 270px;
		margin-bottom: 100px;
	}
	.book-wrap{
		text-align: left;
	}
	.card_wrapper{
		display: block;
		gap:10px;
	}
	.man_info hr{
		width: 100%;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 20px;
	}
	/*Country Page*/
	.country{
		padding: 0px 20px;
	}
	/*Profile Page*/
	.profile{
		padding: 50px 20px;
		display: flex;
		gap:20px;
		margin-top: 165px;
	}
	.profile form {
		display: flex;
		width: 100%;
		gap: 30px;
	}
	.myprofile{
		width: 30%;
		height: auto;
	}
	.mydetail{
		margin-top: 0px;
	}
	.personal h3{
		width: 380px;
	}
	.col_2{
		display: flex;
	}
	.business h3{
		width: 380px;
	}
	.col_2_social{
		display: block;
	}
	.business_form label input[name="linkedin"]{
		width: 100%;
	}
	.btn-save{
		font-size: 20px;
		width: 220px;
	}
	.website{
		display: flex;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: autp;
	}
	.modal-content {
		padding: 30px;
		max-width: 700px;
	}
	.verifypopup, .req_verification{
		width: 220px;
		margin-top: 0px;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px 30px;
		gap:20px;
		display: flex;
	}
	.main_review_form{
		width:60%;
	}
	.review .review_user {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.user-info-wrapper{
	    display: flex;
	    gap:150px;
	    justify-content: space-between;
	}
	.title_wrapper{
		justify-content: space-between;
		display: flex;
		gap:15px;
	}
	.title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.review_badge p{
		width: auto;
		margin-right: 0px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.review_person_info{
		width: 37%;
		padding: 20px;
		height: 400px;
		margin-top: 0px;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.review_man_info hr{
		width: 100%;
	}
	/*Login Page*/
	.login_wrapper{
		display: flex;
		gap: 20px;
	}
	.left-loginbg{
		width: 100%;
		height: 100vh;
		text-align: right;
		align-content: center;
		padding: 0px;
	}
	.loginbutton{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.btn-register{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.right-loginform{
		width: 100%;
		height: auto;
		align-content: center;
	}
	.login_form{
		padding: 50px 0px;
	}
	.login_form h2{
		width: 100%;
		font-size: 30px;
	}
	.col_2_login{
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.resbtn-login{
		width: 191px;
		text-align: center;
	}
	.res_loginbtn{
		background-color: white !important;
	  	margin-top: 20px;
	  	text-align: center;
	}
	/*Register Page*/
	.register_wrapper{
		display: flex;
		gap:0px;
	}
	.left-registerbg{
		width: 100%;
		height: 100vh;
		text-align: right;
		align-content: center;
		padding: 0px;
	}
	.loginbutton_regpage{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.btn-register_regpage{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.right-registerform{
		width: 100%;
		height: 100vh;
		padding: 0px 20px;
	}
	.register_form{
		padding: 20px 0px;
	}
	.register_form h2{
		width: 100%;
		font-size: 36px;
		margin-bottom: 10px;
	}
	.col_2_register{
		display: block;
		margin-top: 0px;
		text-align: center;
	}
	.signup-btn_regpage{
	    width: auto;
	    margin-top: 10px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 20px 0px 20px;
	}
	/*Change Password Page*/
	.change_password{
		display: flex;
		gap:0px;
	}
	.left-change_passwordbg{
		width: 100%;
		height: 100vh;
	}
	.right-change_passwordform{
		width: 100%;
		height: auto;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		font-size: 30px;
	}
	.change_password_form form{
		position: relative;
		text-align: center;
	}
	/*Contact Page*/
	.contact{
		padding: 50px 20px;
		display: flex;
		gap: 20px;
	}
	.map_wrapper{
		width: 100%;
		margin-bottom: 0px;
	}
	.map_wrapper iframe{
		height: 450px;
	}
	.contact_form{
		width: 100%;
	}
	/*Privacy policy Page*/
	.privacy{
		padding: 50px 20px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px 20px;
	}
	/*blog page*/
	.blogpage{
		padding: 0px 30px 50px 30px !important;
	}
	.blog-card img{
		height: 350px;
	}
	.blogpage_wrap .row>*{
		margin-bottom: 50px !important;
	}
	.blog-body{
		padding: 40px;
	}
	.blog-body h3{
		height: auto;
	}
	/*blog-post page*/
	.blog_details_wrap{
		padding: 0px 30px 0px 30px !important;
	}
	.blog-search{
		width: auto;
		margin-top: 0px;
	}
	input[name="search"]{
		width: 70%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		padding: 40px;
	}
	.pagination{
		padding: 0px 20px !important;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px){
	.header{
		padding: 23px 0px 23px 0px !important;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px; 
	}
	.navbar-nav{
		gap:10px;
		align-items: center !important;
		padding-right: 20px;
	}
	.navbar-brand{
		margin-left: 10px !important;
	}
	.nav-link{
		color:#000 !important;
		font-size: 15px !important;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	div#navbarNav {
		background-color: transparent;
	}
	.bar{
		width: 30px;
		height: 2px;
		color: white;
		border: 1px solid white;
		margin: 5px 0px;
	} 
	.active{
		color: #E65D25;
	}
	.btn-login{
		padding: 11px 20px !important;
		background-color: #E65D25  !important;
		color: white !important;
	}
	.btn-login:hover{
		background-color: white;
		color: #E65D25;
	}
	.btn-user{
		color: black !important;
		padding-left: 0px;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.discover{
		padding: 50px 20px;
	}
	.discover input{
		width: 260px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.discover select{
		margin-bottom: 20px;
		margin-right: 20px;
		width: 260px;
	}
	.select2-container--default .select2-selection--single {
	    width: 100%;
	}
	.btn-search{
		height: 55px;
		width: 260px;
		margin-top: -5px !important;
	}
	.home_profession{
		padding: 100px 20px 50px 20px;
	}
	.home_profession h2{
		font-size: 30px;
	}
	.box-wrapper .col-md-3 {
	    flex: 0 0 20px;
	}
	.box-wrapper .row{
		justify-content: center;
	}
	.box{
		width: 155px;
		height: auto;
		margin-bottom: 20px;
	}
	.category{
		width: 100%;
	}
	.img-icon{
	    width: 50px;
	    height: 50px;
	    margin-top: 15px;
	    margin-bottom:10px ;
	}
	.directory{
		width: 100%;
		height: 100%;
		padding: 100px 20px ;
	}
	.directory h2{
		color: #E65D25;
		font-size: 30px;
		font-weight: 600;
	}
	.directory .smallp{
		font-size: 16px;
		font-weight: 400;
		color: #000000B2;
	}
	.directory .largep{
		margin: auto;
		font-size: 20px;
		font-weight: 400;
		line-height: 40px;
		width: 100%;
		color: black;
	}
	 .carousel-inner {
		padding: 50px 30px 10px 30px;
	}
	.slider{
	    padding: 0px 0px;
	}
	.carousel-inner .row{
		gap: 0px;
	}
	.carousel-inner {
		display: flex;
		gap:20px;
	}
	.carousel-item > div {
		flex: 1 0 33.3333%;
		padding: 15px;
	}
	.card {
		box-shadow: 5px 5px 5px 0px #0000004D;
		border: 1px solid #E0DCD099;
		border-radius: 16px;
	}
	.card-img-top {
		width: 100%;
		height: auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		object-fit: cover;
	}
	.badge{
	   	background-color: #E65D2566;
	   	font-size: 15px !important;
	   	font-weight: 400;
	   	color: black;
	   	white-space: wrap;
	   	line-height: 20px;
	   	text-align: left;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 5%;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		background-color: #E65D2566;
		border-radius: 50%;
		background-size: 50% 50%;
		height: 40px;
		width: 40px;
	}
	.carousel-control-next, .carousel-control-prev{
	    opacity: 1;
	}
	hr {
	    margin-top: 10px; 
	    margin-bottom: 10px;
	}
	.signup_content{
		padding: 100px 20px;
	}
	.signup_content h2{
		font-size: 30px;
	}
	.footer{
		padding: 100px 10px 69px 10px !important;
	}
	.first_col p{
		font-size: 18px;
	}
	.second_col{
		margin:0px auto;
	}
	.second_col h4{
		text-align: center;
	}
	.second_col li{
		text-align: center;
	}
	.second_col a{
		font-size: 18px;
	}
	.location p{
		font-size: 18px;
	}
	.phone, .mail, .location{
		gap:5px;
	}
	.phone p{
		font-size: 18px;
	}
	.mail p{
		font-size: 18px;
	}
	.social img{
		margin-right: 20px;
	}
	.copyright p{
		font-size: 18px;
	}
	.links{
		text-align: right;
	}
	.links a{
		font-size: 18px;
	}
	.footer_wrapper{
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	/*About Page*/
	.listings{
		padding: 20px 30px 0px 30px;
		background-color: #E0DCD099;
	}
	.breadcrumb{
		justify-content: space-between;
		display: flex;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px 30px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px 30px;
	}
	.listingspage input{
		width: 200px;
		margin: 0px 10px;
	}
	.listingspage select{
		margin: 0px 10px;
	}
	.btn-search{
		width: 150px;
		margin:20px 10px 0px 10px;
	}
	.btn-reset{
		width: 150px;
		margin:20px 10px 0px 10px;
	}
	.person_info_wrapper{
		padding: 50px 30px;
	}
	.main_info_wrapper{
		gap: 20px;
		margin-bottom: 45px;
		display: flex;
	}
	.info_wrapper{
		width: 49%;
		box-shadow: 5px 5px 5px 0px #00000040;
		display: flex;
	}
	.man_img{
		width: 50%;
		height: auto;
	}
	.person_info{
		width: 50%;
		padding: 10px;
	}
	.person_info .title{
		font-size: 26px;
	}
	.btn_load{
		width: 249.48px;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 20px;
		background-color: #F9F9F9;
		display: flex;
		justify-content: center;
		gap:20px;
	}
	.vacation_form{
		width:60%;
	}
	.vacation_title_wrapper h2{
		font-size: 30px !important;
	}
	.vacation_title_wrapper{
		display: flex;
		gap:15px;
		justify-content: space-between;
	}
	.vacation_title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.vacation_badge p{
		width: 100%;
		height: auto;
		margin-top: 7px;
		color: white;
		background-color: #6AC7B3;
		font-size: 16px;
		font-weight: 600;
		padding: 5px 16px !important;
		border-radius: 10px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form h3{
		margin-top: 20px;
		font-size: 32px;
	}
	.vacation_form hr{
		margin-top: 0px;
		height: 3px;
		width: 100%;
		color: #00000099;
	}
	.review_form{
		margin-top: 30px;
		width: 100%;
		padding: 50px 50px 50px 50px;
		background-color: #E0DCD099;
	}
	.review_form h4{
		font-size: 32px;
	}
	.review_form p{
		font-size: 20px;
	}
	.review_form img{
		margin-top: -40px;
	}
	.first_row{
		display: flex;
		margin-bottom: 15px;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		border: 1px solid white;
		border-radius: 10px;
		padding: 10px 20px !important;
	}
	.btn-submit{
		margin-top: 20px;
		font-size: 20px;
		background-color: white;
		padding: 14px 24px;
		border-radius: 10px;
	}
	.vacation_person_info{
		margin-left: 0px;
		width: 37%;
		padding: 20px;
		background-color: #E0DCD099;
		height: 270px;
	}
	.card_wrapper{
		display: block;
		gap:10px;
	}
	.image{
		width: 115px;
		height: 115px;
	}
	.man_info{
		align-self: center;
	}
	.man_info p{
		font-size: 24px;
	}
	.man_info hr{
		color: #000000;
		height: 1px;
		margin-top: -10px;
		width: 247px;
	}
	.user{
		margin-top: 10px;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 20px;
	}
	/*Country Page*/
	.country{
		padding: 0px 20px;
	}
	/*Profile Page*/
	.profile{
		padding: 50px 20px;
		display: flex;
		gap:20px;
		margin-top: 165px;
	}
	.profile form {
		display: flex;
		width: 100%;
		gap: 100px;
	}
	.myprofile{
		width: 30%;
		height: auto;
	}
	.mydetail{
		margin-top: 0px;
	}
	.personal h3{
		width: 380px;
	}
	.col_2{
		display: flex;
	}
	.business h3{
		width: 380px;
	}
	.col_2_social{
		display: flex;
	}
	.business_form label input[name="linkedin"]{
		width: 100%;
	}
	.btn-save{
		font-size: 20px;
		width: 220px;
	}
	.website{
		display: flex;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: autp;
	}
	.modal-content {
		padding: 30px;
		max-width: 700px;
	}
	.verifypopup, .req_verification{
		width: 220px;
		margin-top: 0px;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px 30px;
		gap:20px;
		display: flex;
	}
	.main_review_form{
		width:60%;
	}
	.review .review_user {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.user-info-wrapper{
	    display: flex;
	    gap:150px;
	    justify-content: space-between;
	}
	.title_wrapper{
		justify-content: space-between;
		display: flex;
		gap:15px;
	}
	.title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.review_badge p{
		width: auto;
		margin-right:0px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.review_person_info{
		width: 37%;
		padding: 20px;
		height: 400px;
		margin-top: 0px;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.review_man_info hr{
		width: 100%;
	}
	/*Login Page*/
	.login_wrapper{
		display: flex;
		gap: 0px;
	}
	.left-loginbg{
		width: 100%;
		height: 100vh;
		text-align: right;
		align-content: center;
		padding: 0px;
	}
	.loginbutton{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.btn-register{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.right-loginform{
		width: 100%;
		height: auto;
		align-content: center;
	}
	.login_form{
		padding: 50px 20px;
	}
	.login_form h2{
		width: 100%;
		font-size: 30px;
	}
	.col_2_login{
		display: flex;
		margin-top: 50px;
		text-align: center;
	}
	.col_2 a{
		align-content: center;
	}
	.resbtn-login{
		width: 191px;
		text-align: center;
	}
	.res_loginbtn{
		background-color: white !important;
	  	margin-top: 20px;
	  	text-align: center;
	}
	/*Register Page*/
	.register_wrapper{
		display: flex;
		gap:0px;
	}
	.left-registerbg{
		width: 100%;
		height: 100vh;
		text-align: right;
		align-content: center;
		padding: 0px;
	}
	.loginbutton_regpage{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.btn-register_regpage{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.right-registerform{
		width: 100%;
		height: 100vh;
		padding: 0px 20px;
	}
	.register_form{
		padding: 50px 0px;
	}
	.register_form h2{
		width: 100%;
		font-size: 36px;
		margin-bottom: 10px;
	}
	.col_2_register{
		display: flex;
		margin-top: 0px;
		text-align: center;
	}
	.signup-btn_regpage{
	    width: auto;
	    margin-top: 10px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 20px 0px 20px;
	}
	/*Change Password Page*/
	.change_password{
		display: flex;
		gap:0px;
	}
	.left-change_passwordbg{
		width: 100%;
		height: 100vh;
	}
	.right-change_passwordform{
		width: 100%;
		height: 100vh;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		width: 100%;
		font-size: 30px;
	}
	.change_password_form form{
		position: relative;
		text-align: center;
	}
	/*Change Password Page*/
	.contact{
		padding: 50px 20px;
		display: flex;
		gap: 20px;
	}
	.map_wrapper{
		width: 40%;
		margin-bottom: 0px;
	}
	.map_wrapper iframe{
			height: 450px;
	}
	.contact_form{
		width: 60%;
	}
	/*Privacy policy Page*/
	.privacy{
		padding: 50px 20px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px 20px;
	}
	/*blog page*/
	.blogpage{
		padding: 0px 30px 50px 30px !important;
	}
	.blog-card img{
		height: 250px;
	}
	.blogpage .row{
		--bs-gutter-x:1rem;
	}
	.blogpage_wrap .row>*{
		margin-bottom: 50px !important;
	}
	.blog-body{
		padding: 20px;
	}
	.blog-body h3{
		height: auto;
	}
	/*blog-post page*/
	.blog_details_wrap{
		padding: 0px 10px 0px 10px !important;
	}
	.blog_details_wrap .row {
	    --bs-gutter-x: 2rem;
	}
	.blog-search{
		width: 100%;
		margin-top: 20px;
	}
	input[name="search"]{
		width: 100%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		padding: 20px;
	}
	.pagination{
		padding: 0px 20px !important;
	}
} 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
	.header{
		padding: 23px 20px 23px 20px !important;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px; 
	}
	.navbar-nav{
		gap:10px;
		align-items: center !important;
		padding-right: 20px;
	}
	.navbar-brand{
		margin-left: 10px !important;
	}
	.nav-link{
		color:#000 !important;
		font-size: 15px !important;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	div#navbarNav {
		background-color: transparent;
	}
	.bar{
		width: 30px;
		height: 2px;
		color: white;
		border: 1px solid white;
		margin: 5px 0px;
	} 
	.active{
		color: #E65D25;
	}
	.btn-login{
		padding: 11px 20px !important;
		background-color: #E65D25  !important;
		color: white !important;
	}
	.btn-login:hover{
		background-color: white;
		color: #E65D25;
	}
	.btn-user{
		color: black !important;
		padding-left: 0px;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.discover{
		padding: 50px 20px;
	}
	.discover input{
		width: 260px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.discover select{
		margin-bottom: 20px;
		margin-right: 20px;
		width: 260px;
	}
	span.select2-selection.select2-selection--single.select2-selection--clearable{
	  	margin-top:-10px !important;
		margin-bottom: 0px !important;
	}
	.select2-container--default .select2-selection--single {
	    width: 100%;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top:5px !important;
		right: 10px !important;
	}
	.btn-search{
		height: 55px;
		width: 260px;
		margin-top: -12px !important;
	}
	.btn-reset{
		margin: 0px 10px !important;
	}
	button.btn.btn-lg.btn-search.btn-listing-search{
		margin-top: 0px !important;
	}
	.home_profession{
		padding: 100px 20px 50px 20px;
	}
	.home_profession h2{
		font-size: 30px;
	}
	.box-wrapper .col-md-3 {
	    flex: 0 0 20px;
	}
	.box-wrapper .row{
		justify-content: center;
	}
	.box{
		width: 155px;
		height: auto;
		margin-bottom: 20px;
	}
	.category{
		width: 100%;
	}
	.img-icon{
	    width: 50px;
	    height: 50px;
	    margin-top: 15px;
	    margin-bottom:10px ;
	}
	.directory{
		width: 100%;
		height: 100%;
		padding: 100px 20px ;
	}
	.directory h2{
		color: #E65D25;
		font-size: 30px;
		font-weight: 600;
	}
	.directory .smallp{
		font-size: 16px;
		font-weight: 400;
		color: #000000B2;
	}
	.directory .largep{
		margin: auto;
		font-size: 20px;
		font-weight: 400;
		line-height: 40px;
		width: 100%;
		color: black;
	}
	 .carousel-inner {
		padding: 50px 30px 10px 30px;
	}
	.slider{
	    padding: 0px 0px;
	}
	.carousel-inner .row{
		gap: 0px;
	}
	.carousel-inner {
		display: flex;
		gap:20px;
	}
	.carousel-item > div {
		flex: 1 0 33.3333%;
		padding: 15px;
	}
	.card {
		box-shadow: 5px 5px 5px 0px #0000004D;
		border: 1px solid #E0DCD099;
		border-radius: 16px;
	}
	.card-img-top {
		width: 100%;
		height: auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		object-fit: cover;
	}
	.badge{
	   	background-color: #E65D2566;
	   	font-size: 15px !important;
	   	font-weight: 400;
	   	color: black;
	   	white-space: wrap;
	   	line-height: 20px;
	   	text-align: left;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 5%;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		background-color: #E65D2566;
		border-radius: 50%;
		background-size: 50% 50%;
		height: 40px;
		width: 40px;
	}
	.carousel-control-next, .carousel-control-prev{
	    opacity: 1;
	}
	hr {
	    margin-top: 10px; 
	    margin-bottom: 10px;
	}
	.signup_content{
		padding: 100px 20px;
	}
	.signup_content h2{
		font-size: 30px;
	}
	.footer{
		padding: 100px 30px 69px 30px !important;
	}
	.first_col p{
		font-size: 18px;
	}
	.second_col{
		margin:0px auto;
	}
	.second_col h4{
		text-align: center;
	}
	.second_col li{
		text-align: center;
	}
	.second_col a{
		font-size: 18px;
	}
	.location p{
		font-size: 18px;
	}
	.phone, .mail, .location{
		gap:5px;
	}
	.phone p{
		font-size: 18px;
	}
	.mail p{
		font-size: 18px;
	}
	.envelope p{
		font-size: 18px;
	}
	.social img{
		margin-right: 20px;
	}
	.copyright p{
		font-size: 18px;
	}
	.links{
		text-align: right;
	}
	.links a{
		font-size: 18px;
	}
	.footer_wrapper{
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	.fa-map-marker, .footer-fb{
		padding: 10px 15px;
	}
	.fa-phone{
		padding: 10px 13px;
	}
	.fa-envelope-o, .footer-twit, .footer-google, .footer-wa{
		padding: 10px 12px;
	}
	/*About Page*/
	.listings{
		padding: 20px 30px 0px 30px;
		background-color: #E0DCD099;
	}
	.breadcrumb{
		justify-content: space-between;
		display: flex;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px 30px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px 30px;
	}
	.listingspage input{
		width: 200px;
		margin: 0px 10px;
	}
	.listingspage select{
		margin: 0px 10px;
	}
	.btn-search{
		width: 150px;
		margin:20px 10px 0px 10px;
	}
	.btn-reset{
		width: 150px;
		margin:20px 10px 0px 10px;
	}
	.person_info_wrapper{
		padding: 50px 30px;
	}
	.main_info_wrapper{
		gap: 20px;
		margin-bottom: 45px;
		display: flex;
	}
	.info_wrapper{
		width: 49%;
		box-shadow: 5px 5px 5px 0px #00000040;
		display: flex;
	}
	.man_img{
		width: 50%;
		height: auto;
	}
	.person_info{
		width: 50%;
		padding: 10px;
	}
	.person_info .title{
		font-size: 26px;
	}
	.btn_load{
		width: 249.48px;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 20px;
		background-color: #F9F9F9;
		display: flex;
		justify-content: center;
		gap:20px;
	}
	.vacation_form{
		width:60%;
	}
	.vacation_person_info{
		margin-top: 0px !important;
	}
	.vacation_title_wrapper h2{
		font-size: 30px !important;
	}
	.vacation_title_wrapper{
		display: flex;
		gap:15px;
		justify-content: space-between;
	}
	.vacation_title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.vacation_badge p{
		width: 100%;
		height: auto;
		margin-top: 7px;
		color: white;
		background-color: #6AC7B3;
		font-size: 16px;
		font-weight: 600;
		padding: 5px 16px !important;
		border-radius: 10px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form h3{
		margin-top: 20px;
		font-size: 32px;
	}
	.vacation_form hr{
		margin-top: 0px;
		height: 3px;
		width: 100%;
		color: #00000099;
	}
	.review_form{
		margin-top: 30px;
		width: 100%;
		padding: 50px 50px 50px 50px;
		background-color: #E0DCD099;
	}
	.review_form h4{
		font-size: 32px;
	}
	.review_form p{
		font-size: 20px;
	}
	.review_form img{
		margin-top: -40px;
	}
	.first_row{
		display: flex;
		margin-bottom: 15px;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		border: 1px solid white;
		border-radius: 10px;
		padding: 10px 20px !important;
	}
	.btn-submit{
		margin-top: 20px;
		font-size: 20px;
		background-color: white;
		padding: 14px 24px;
		border-radius: 10px;
	}
	.vacation_person_info{
		margin-left: 0px;
		width: 37%;
		padding: 20px;
		background-color: #E0DCD099;
		height: 270px;
	}
	.card_wrapper{
		display: block;
		gap:10px;
	}
	.image{
		width: 115px;
		height: 115px;
	}
	.man_info{
		align-self: center;
	}
	.man_info p{
		font-size: 24px;
	}
	.man_info hr{
		color: #000000;
		height: 1px;
		margin-top: -10px;
		width: 247px;
	}
	.user{
		margin-top: 10px;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 20px;
	}
	/*Country Page*/
	.country{
		padding: 0px 20px;
	}
	/*Profile Page*/
	.profile{
		padding: 50px 20px;
		display: flex;
		gap:20px;
		margin-top: 165px;
	}
	.profile form {
		display: flex;
		width: 100%;
		gap: 100px;
	}
	.myprofile{
		width: 30%;
		height: auto;
	}
	.mydetail{
		margin-top: 0px;
	}
	.personal h3{
		width: 380px;
	}
	.col_2{
		display: flex;
	}
	.business h3{
		width: 380px;
	}
	.col_2_social{
		display: flex;
	}
	.business_form label input[name="linkedin"]{
		width: 100%;
	}
	.btn-save{
		font-size: 20px;
		width: 220px;
	}
	.website{
		display: flex;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: autp;
	}
	.modal-content {
		padding: 30px;
		max-width: 700px;
	}
	.verifypopup, .req_verification{
		width: 220px;
		margin-top: 0px;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px 30px;
		gap:20px;
		display: flex;
	}
	.main_review_form{
		width:60%;
	}
	.review .review_user {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.user-info-wrapper{
	    display: flex;
	    gap:150px;
	    justify-content: space-between;
	}
	.title_wrapper{
		justify-content: space-between;
		display: flex;
		gap:15px;
	}
	.title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.review_badge p{
		width: auto;
		margin-right:0px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.review_person_info{
		width: 37%;
		padding: 20px;
		height: 400px;
		margin-top: 0px;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.review_man_info hr{
		width: 100%;
	}
	/*Login Page*/
	.login_wrapper{
		display: flex;
		gap: 0px;
	}
	.left-loginbg{
		width: 100%;
		height: 100vh;
		text-align: right;
		align-content: center;
		padding: 0px;
	}
	.loginbutton{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.btn-register{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.right-loginform{
		width: 100%;
		height: auto;
		align-content: center;
	}
	.login_form{
		padding: 50px 20px;
	}
	.login_form h2{
		width: 100%;
		font-size: 30px;
	}
	.col_2_login{
		display: flex;
		margin-top: 50px;
		text-align: center;
	}
	.col_2 a{
		align-content: center;
	}
	.resbtn-login{
		width: 191px;
		text-align: center;
	}
	.res_loginbtn{
		background-color: white !important;
	  	margin-top: 20px;
	  	text-align: center;
	}
	/*Register Page*/
	.register_wrapper{
		display: flex;
		gap:0px;
	}
	.left-registerbg{
		width: 100%;
		height: 100vh;
		text-align: right;
		align-content: center;
		padding: 0px;
	}
	.loginbutton_regpage{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.btn-register_regpage{
		border-radius: 10px 0px 0px 10px;
		width: 191px;
	}
	.right-registerform{
		width: 100%;
		height: 100vh;
		padding: 0px 20px;
	}
	.register_form{
		padding: 50px 0px;
	}
	.register_form h2{
		width: 100%;
		font-size: 36px;
		margin-bottom: 10px;
	}
	.col_2_register{
		display: flex;
		margin-top: 0px;
		text-align: center;
	}
	.signup-btn_regpage{
	    width: auto;
	    margin-top: 10px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 20px 0px 20px;
	}
	/*Change Password Page*/
	.change_password{
		display: flex;
		gap:0px;
	}
	.left-change_passwordbg{
		width: 100%;
		height: 100vh;
	}
	.right-change_passwordform{
		width: 100%;
		height: 100vh;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		width: 100%;
		font-size: 30px;
	}
	.change_password_form form{
		position: relative;
		text-align: center;
	}
	/*Change Password Page*/
	.contact{
		padding: 50px 20px;
		display: flex;
		gap: 20px;
	}
	.map_wrapper{
		width: 40%;
		margin-bottom: 0px;
	}
	.map_wrapper iframe{
			height: 450px;
	}
	.contact_form{
		width: 60%;
	}
	/*Privacy policy Page*/
	.privacy{
		padding: 50px 20px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px 20px;
	}
	/*blog page*/
	.blogpage{
		padding: 0px 30px 50px 30px !important;
	}
	.blog-card img{
		height: 250px !important;
	}
	.blogpage_wrap .row>*{
		margin-bottom: 50px !important;
	}
	.blog-body{
		padding: 20px;
	}
	.blog-body h3{
		height: 100px;
	}
	/*blog-post page*/
	.blog_details_wrap{
		padding: 0px 30px 0px 30px !important;
	}
	.blog_details_wrap .row {
	    --bs-gutter-x: 2rem;
	}
	.blog-search{
		width: 100%;
		margin-top: 20px;
	}
	input[name="search"]{
		width: 100%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		padding: 20px;
	}
	.pagination{
		padding: 0px 20px !important;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px){
	.header{
		padding: 23px 50px 23px 50px !important;
		position: fixed; !important;
		top:0px;
		background-color: white;
		z-index: 1100 !important;
	}
	.loginbtn{
		justify-content: right;
		display: flex;
		gap:30px;
	}
	.navbar-nav{
		gap:30px;
		align-items: center;
		padding-left: 0px;
	}
	.navbar-brand{
		margin-left: 0px !important;
	}
	.nav-link{
		color:#000;
		font-size: 18px !important;
	}
	.nav-link:hover{
		color:#E65D25 !important;
	}
	.active{
		color: #E65D25 !important;
	}
	.btn-login{
		padding: 15px 47px !important;
		background-color: #E65D25;
		color:white;
		font-family: "Reem Kufi Fun";
		font-size: 20px;
		border-radius: 0px;
	}
	.btn-login:hover{
		background-color: #E65D25;
		color:white;
	}
	.btn-user{
		color: black !important;
		padding-left: 0px;
	}
	.banner{
		width: 100%;		
		height: 100vh;
		background-image: url("../images/banner_bg.png");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
		align-content: center;
		margin-top: 165px;
	}
	.banner::before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #00000033;
	}
	.discover{
		text-align: center;
		position: relative;
	}
	.discover h2{
		color: white;
	}
	.discover p{
		padding: 30px 0px;
		color: white;
		font-size: 24px;
		font-weight: 500;
	}
	.discover input{
		margin-right: 20px;
		padding: 13px 29px;
		font-size: 18px;
		text-align: left;
		background-color: #E0DCD0;
		border: 2px solid #fff;
		color: #00000080;
		border-radius: 50px;
	}
	.discover select{
		margin-right: 20px;
		padding: 12px 29px;
		font-size: 18px;
		text-align: left;
		background-color: #E0DCD0;
		border: 2px solid #fff !important;
		color: #00000080;
		border-radius: 50px;
	}
	span.select2-selection.select2-selection--single.select2-selection--clearable{
	  	margin-top:-10px !important;
		margin-bottom: 0px !important;
	}
	button.btn.btn-lg.btn-search.btn-listing-search{
		margin-top: 15px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top:5px !important;
		right: 10px !important;
	}
	.btn-search{
		padding: 11px 30px;
		background-color: #E65D25;
		color: white;
		border-radius: 50px;
		height: auto;
		width: 150px;
		margin-bottom: 5px;
	}
	.btn-search:hover{
		background-color: #E65D25;
		color: white;
	}
	.home_profession{
		width: 100%;
		height: 100%;
		background-color: #E0DCD099;
		padding: 100px 50px 50px 50px;
		text-align: center;
	}
	.home_profession h2{
		color: #E65D25;
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 50px;
	}
	.box-wrapper .row {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: stretch; /* This makes all columns in a row the same height */
	}

	.box-wrapper .row > [class*="col-"] {
	    display: flex;
	    margin-bottom: 20px !important;
	}

	.box {
		width: 200px;
	    flex: 1 1 auto;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    height: 100%; 
	    word-break: break-word; 
	}
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}
	
	.category{
		width: 116px;
		background-color: #6AC7B3;
		padding:5px 8px;
		border-radius: 10px;
		color: white;
		font-size: 16px;
		font-weight: 600;
	}
	.img-icon{
	    width: 70px;
	    height: 70px;
	    background: #E65D2566;
	    border-radius: 50%;
	    margin-top: 0px;
	    margin-bottom:10px ;
	    margin-left: auto;
	    margin-right: auto;
	 	align-content: center;
	}
	.name{
		font-size: 20px;
		font-weight: 500;
		color: black;
	}
	.directory{
		width: 100%;
		height: 100%;
		padding: 100px 0px ;
	}
	.directory h2{
		color: #E65D25;
		font-size: 40px;
		font-weight: 600;
	}
	.directory .smallp{
		font-size: 16px;
		font-weight: 400;
		color: #000000B2;
	}
	.directory .largep{
		margin: auto;
		font-size: 20px;
		font-weight: 400;
		line-height: 40px;
		width: 1054px;
		color: black;
	}
	 .carousel-inner {
		padding: 50px 60px 10px 60px;
	}
	.slider{
	    padding: 0px 120px;
	}
	.carousel-inner {
		display: flex;
	}
	.carousel-item > div {
		flex: 1 0 33.3333%;
		padding: 15px;
	}
	.card {
		box-shadow: 5px 5px 5px 0px #0000004D;
		border: 1px solid #E0DCD099;
		border-radius: 16px;
	}
	.card-img-top {
		width: 100% !important;
		height: auto !important;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		object-fit: cover;
	}
	.badge{
	   	background-color: #E65D2566;
	   	font-size: 14px !important;
	   	font-weight: 400;
	   	color: black;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 5% !important;
		z-index: 1055 !important;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		background-color: #E65D2566;
		border-radius: 50%;
		background-size: 50% 50%;
		height: 40px !important;
		width: 40px !important;
	}
	.carousel-control-next, .carousel-control-prev{
	    opacity: 1;
	}
	hr {
	    margin-top: 10px; 
	    margin-bottom: 10px;
	}
	.signup{
		width: 100%;
		background-image: url("../images/green_bg.png");
		background-size: cover;
		background-position: center;
	}
	.signup_content{
		padding: 100px 0px;
	}
	.signup_content .smallp{
		color: white;
		font-size: 16px;
		font-weight: 600;
	}
	.signup_content h2{
		color: white;
		font-size: 40px;
		font-weight: 600;
	}
	.signup_content .largep{
		color: white;
		font-size: 20px;
		font-weight: 600;
	}
	.signup-btn{
		margin-top: 30px;
		background-color: white;
		color: #6AC7B3;
		padding: 15px 53px;
		font-size: 20px;
		font-weight: 600;
	}
	.signup-btn:hover{
		background-color: white;
		color: #6AC7B3;
	}
	.footer{
		padding: 100px 50px 69px 50px !important;
		background-color: #E0DCD099;
	}
	.first_col h4{
		margin: 20px 0px;
	}
	.first_col p{
		font-size: 20px;
		font-weight: 400;
	}
	.second_col{
		margin:0px auto;
	}
	.second_col h4{
		text-align: center;
	}
	.second_col li{
		list-style-type: none;
		text-align: center;
	}
	.second_col a{
		font-size: 24px;
		font-weight: 400;
		text-decoration: none;
	}
	.location{
		display: flex;
		gap:20px;
	}
	.location img{
		width: 53px;
		height: 51px;
	}
	.location p{
		font-size: 24px;
		font-weight: 400;
		margin-top: 7px;
	}
	.phone{
		display: flex;
		gap:20px;
	}
	.phone img{
		width: 53px;
		height: 51px;
	}
	.phone p{
		font-size: 24px;
		font-weight: 400;
		margin-top: 7px;
	}
	.mail{
		display: flex;
		gap:20px;
	}
	.mail img{
		width: 53px;
		height: 51px;
	}
	.mail p{
		font-size: 24px;
		font-weight: 400;
		margin-top: 7px;
	}
	.social img{
		margin-right: 20px;
	}
	.footer_hr{
		margin-top: 37px;
		margin-bottom: 20px;
	}
	.copyright p{
		font-size: 18px;
		font-weight: 400;
	}
	.footer_wrapper{
		display: flex;
		justify-content: space-between;
	}
	/*About Page*/
	.listings{
		padding: 20px 50px 0px 50px;
		background-color: #E0DCD099;
		margin-top: 165px;
	}
	.breadcrumb{
		justify-content: space-between;
		display: flex;
		margin-bottom: 0;
	}
	.breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.breadcrumb .right_p{
		align-self: center;
	}
	.about{
		padding: 50px;
	}
	/*Listing Page*/
	.listingspage{
		padding: 50px;
		background-color: #E0DCD099;
		margin-top: 165px;
	}
	.listingspage .breadcrumb{
		justify-content: space-between;
		display: flex;
	}
	.listingspage .breadcrumb .left_p{
		font-size: 36px;
		font-weight: 400;
	}
	.listingspage input{
		width: 200px;
		margin-right: 10px;
		padding: 13px 29px;
		font-size: 18px;
		text-align: left;
		background-color: #E0DCD0;
		border: 2px solid #fff;
		color: #00000080;
		border-radius: 50px;
	}
	.listingspage select{
		margin-right: 10px;
		padding: 12px 29px;
		font-size: 18px;
		text-align: left;
		background-color: #E0DCD0;
		border: 2px solid #fff;
		color: #00000080;
		border-radius: 50px;
	}
	.btn-search{
		width: 150px;
		padding: 11px 30px;
		background-color: #E65D25;
		color: white;
		border-radius: 50px;
		height: 60px;
		margin-top: 12px !important;
		margin-bottom: 25px;
		margin-right:10px;
	}
	.btn-search:hover{
		background-color: #E65D25;
		color: white;
	}
	.btn-reset{
		width: 150px;
		padding: 11px 30px;
		background-color: #E65D25;
		color: white;
		border-radius: 50px;
		height: 60px;
		width: 150px;
		margin-bottom: 25px;
	}
	.btn-reset:hover{
		background-color: #E65D25;
		color: white;
	}
	.person_info_wrapper{
		padding: 50px;
	}
	.person_info_wrapper .row{
		gap:30px !important;
	}
	.main_info_wrapper{
		gap: 30px !important;
		margin-bottom: 45px;
		display: flex;
	}
	.info_wrapper{
		width: 49% !important;
		box-shadow: 5px 5px 5px 0px #00000040;
		display: flex;
	}
	.man_img{
		width: 40%;
		height: 325px !important;
	}
	.person_info{
		width: 60%;
		padding: 32px 16.74px 22px 35.71px;
		position: relative;
	}
	.person_info .title{
		font-size: 32px;
		font-weight: 400;
		color: #E65D25;
		text-decoration: none;
	}
	.person_info .role, .designation, .phone{ 
		font-size: 24px;
		font-weight: 400;
		color: #000000CC;
	}
	.btn-send{
		font-size: 18px;
		font-weight: 400;
		color: #E65D25;
		border: 1px solid #E65D25;
		border-radius: 0px;
	}
	.btn-send:hover{
		color: #E65D25;
	}
	.loadmore{
		text-align: center;
	}
	.btn_load{
		width: 249.48px;
		color: white;
		background-color: #E65D25;
		font-size: 20px;
		font-weight: 600;
		padding: 15px 53px;
		border-radius: 10px;
	}
	.btn_load:hover{
		color: white;
	}
	/*Vacation-Homes Page*/
	.vacation{
		padding: 50px 50px !important;
		background-color: #F9F9F9;
		display: flex;
		justify-content: center;
		margin-top: 165px;
	}
	.vacation_form{
		width:60%;
	}
	.vacation_title_wrapper{
		display: flex;
		gap:15px;
	}
	.vacation_title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.vacation_badge p{
		width: 116px;
		height: auto;
		margin-top: 7px;
		color: white;
		background-color: #6AC7B3;
		font-size: 16px;
		font-weight: 600;
		padding: 5px 16px !important;
		border-radius: 10px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.vacation_form h3{
		margin-top: 20px;
		font-size: 32px;
	}
	.vacation_form hr{
		margin-top: 0px;
		height: 3px;
		width: 600px;
		color: #00000099;
	}
	.review_form{
		margin-top: 30px;
		width: 721.19px;
		padding: 50px 128.19px 50px 50px;
		background-color: #E0DCD099;
	}
	.review_form h4{
		font-size: 32px;
	}
	.review_form p{
		font-size: 20px;
	}
	.review_form img{
		margin-top: -40px;
	}
	.first_row{
		display: flex;
		margin-bottom: 15px;
	}
	.review_form textarea{
		width: 100%;
	}
	.review_form input, textarea{
		border: 1px solid white !important;
		border-radius: 10px;
		padding: 10px 20px !important;
	}
	.btn-submit{
		margin-top: 20px;
		font-size: 20px;
		background-color: white;
		padding: 14px 24px;
		border-radius: 10px;
	}
	.vacation_person_info{
		margin-left: 0px !important;
		width: 40%;
		padding: 27px 52px;
		background-color: #E0DCD099;
		height: 242px;
	}
	.facebook, .twitter, .linkedin{
		margin:0px 5px;
		padding: 5px 20px;
	}
	.card_wrapper{
		display: flex;
		gap:10px;
	}
	.image{
		width: 115px;
		height: 115px;
	}
	.man_info{
		align-self: center;
	}
	.man_info p{
		font-size: 24px;
	}
	.man_info hr{
		color: #000000;
		height: 1px;
		margin-top: -10px;
		width: 247px;
	}
	.user{
		margin-top: 10px;
	}
	/*Profession Page*/
	.profession{
		padding: 0px 50px;
	}
	/*Country Page*/
	.country{
		padding: 0px 50px;
	}
	
	/*Profile Page*/
	.profile{
		padding: 50px 50px;
		display: flex;
		gap:260px;
		margin-top: 165px;
	}
	.profile form {
		display: flex;
		width: 100%;
		gap: 260px;
	}
	.myprofile{
		width: 30%;
		height: auto;
	}
	.myprofile h3{
		text-align: center;
		color: white;
		background-color: #E65D2566;
		font-size: 30px;
		border-radius: 10px;
		padding: 7.5px 0px;
	}
	.photo, .changelogo{
		text-align: center;
	}
	.profilepage_form{
		display: flex !important;
	}
	.upload-form {
	    max-width: 100%;
	    margin: 50px auto;
    }
	.upload-container {
	    display: flex;
	    gap: 40px;
	    margin: 40px 0px;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.upload-box {
	    background: #D9D9D9;
	    width: 200px;
	    height: 200px;
	    position: relative;
	    overflow: hidden;
	    cursor: pointer;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50px;
	}	
	.upload-label{
    	font-size: 24px !important;
    }	
	.upload-box img.uploaded-img {
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	    display: block;
	}
   .upload-box img.icon {
   	    width: 65px;
	    height: 65px;
	}
	input[type="file"] {
	    display: none;
	}
    #upload-btn {
    	padding: 10px 20px;
	    background-color: #ffd500;
	    color: #000;
	    border: none;
	    border-radius: 4px;
	    cursor: pointer;
	    font-weight: bold;
	}
	#upload-status {
	    margin-top: 10px;
	    font-weight: bold;
	    text-align: center;
    }
   #upload-status span {
        display: flex;
       	align-items: center;
	    gap: 5px;
	    justify-content: center;
	}
	.mydetail{
		width: 70%;
		height: auto;
	}
	.personal h3{
		width: 380px;
		text-align: center;
		color: white;
		background-color: #E65D2566;
		font-size: 30px;
		border-radius: 10px;
		padding: 7.5px 0px;
	}
	.col_2{
		display: flex;
		gap:20px;
		margin: 20px 0px;
	}
	.inputphone, .inputmobile, .inputname, .inputemail{
		position: absolute;
		left: 30px;
		top:47px;
	}
	.personal_form input{
		border: 1px solid #E65D254D;
		border-radius: 10px;
		padding: 10px 0px 10px 70px;
		width: 100%;
		font-size: 20px;
	}
	.personal_form label{
		width: 100%;
		position: relative;
		font-size: 24px;
		font-weight: 400;
		color: #00000099;
	}
	.business h3{
		width: 380px;
		text-align: center;
		color: white;
		background-color: #E65D2566;
		font-size: 30px;
		border-radius: 10px;
		padding: 7.5px 0px;
		margin-top: 50px;
	}
	.business_form label{
		width: 100%;
		font-size: 24px;
		color: #00000099;
	}
	.business_form textarea{
		border-radius: 1px solid #E65D2566 !important;
	}
	.custom-select {
	  position: relative;
	  width: 100%;
	  user-select: none;
	}
	.select-selected {
	  border: 1px solid #E65D254D;
	  border-radius: 10px;
	  padding: 10px 0px 10px 30px;
	  width: 100%;
	  font-size: 20px;
	  color: #7a7979;
	}
	.select-items {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  right: 0;
	  background-color: white;
	  border: 1px solid #ccc;
	  border-top: none;
	  display: none;
	  z-index: 10;
	  font-size: 20px;
	  color: #999;
	}
	.select-items div {
	  padding: 10px;
	  cursor: pointer;
	}
	.select-items div:hover {
	  background-color: #E65D25;
	  color: white;
	}
	.select-items div.selected {
	  background-color: #E65D25;
	  color: white;
	}
	.business_form input, select{
		border: 1px solid #E65D254D;
		border-radius: 10px;
		padding: 10px 0px 10px 30px;
		width: 100%;
		font-size: 20px;
		color: #00000099;
	}
	.business_form textarea{
		width: 100%;
		padding:60px 30px;
		border: 1px solid #E65D254D !important;
		border-radius: 10px;
	}
	.col_2_social{
		display: flex;
		gap:20px;
		margin: 20px 0px;
	}
	.business_form label input[name="linkedin"]{
		width: 49%;
	}
	.btn-save{
		color: white;
		background-color: #E65D25;
		padding: 9px 42px;
		border-radius: 10px;
		font-size: 20px;
		width: 220px;
		margin-top: 20px;
	}
	.btn-save:hover{
		color: white;
	}
	.website{
		display: flex;
		gap:20px;
	}
	.business_form input[name="website"]{
		width: 650px;
	}
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		display: none;
		justify-content: center;
		align-items: center;
		z-index: 1000;
	}
	.modal-content {
		background: white;
		padding: 30px;
		border-radius: 8px;
		max-width: 700px;
		width: 90%;
		text-align: left;
		position: relative;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
	.modal-content a{
		color: #E65D25;
	}
	.modal-content ul{
		margin: 10px 0px;
	}
	.modal-content ul li{
		font-size: 22px;
		word-break: break-word;
	}
	.close-modal {
	 	position: absolute;
	  	top: 8px;
	  	right: 12px;
	  	font-size: 24px;
	  	background: none;
	  	border: none;
	  	color: #333;
	  	cursor: pointer;
	}
	.cancel_verification {
	  background-color: #ccc;
	  color: #333;
	  padding: 10px 20px;
	  border: none;
	  border-radius: 4px;
	  font-size: 20.sepx;
	  cursor: pointer;
	}
	.verifypopup, .req_verification{
		color: white;
		background-color: #E65D25 !important;
		padding: 9px 42px;
		border-radius: 10px;
		font-size: 20px;
		width: 220px;
		margin-top: 0px;
		border: none;
	}
	.req_verification{
		width: auto;
	}
	/*Review Page*/
	.review_wrapper{
		padding: 50px;
		gap:75px;
		display: flex;
		margin-top: 165px;
	}
	.main_review_form{
		width:60%;
	}
	.tabs {
	    display: flex;
	    border-bottom: 2px solid #ccc;
	    margin-bottom: 10px;
	}
	.tabs button {
		background: none;
		border: none;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 20px;
		color: #000;
		border-bottom: 2px solid transparent;
	}
	.tabs button.active {
		color: #E65D25;
		border-bottom: 2px solid #E65D25;
	}
	.tab-content {
		display: none;
	}
	.tab-content p{
	    font-size: 20px;
	}
	.tab-content.active {
		display: block;
	}
	.review {
		margin-top: 20px;
	}
	.review h4{
	    font-size: 20px;
	}
	.review .review_user {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.user-img{
		width: 50px;
		height: 50px;
		background: #ccc;
		border-radius: 50%;
		margin-right: 10px;
		padding: 7px;
	}
	.user-info-wrapper{
	    display: flex;
	    gap:450px;
	    justify-content: space-between;
	}
	.user-info {
		font-weight: bold;
	}
	.user-info p{
	    margin-bottom: 0px;
	}
	.stars {
		color: #000;
	}
	.title_wrapper{
		justify-content: space-between;
		display: flex;
		gap:15px;
	}
	.title_wrapper h2{
		font-size: 36px;
		font-weight: 400;
	}
	.review_badge p{
		width: auto;
		height: auto;
		margin-top: 7px;
		color: white;
		background-color: #6AC7B3;
		font-size: 16px;
		font-weight: 600;
		padding: 5px 16px !important;
		border-radius: 10px;
		margin-right: 50px;
	}
	.p_wrapper{
		display: flex;
		gap:20px;
		margin-top: 10px;
	}
	.p_wrapper img{
		width: 24px;
		height: 24px;
	}
	.p_wrapper p{
		font-size: 16px;
		font-weight: 400;
		color: #00000099;
		width: 550px;
	}
	.review_person_info{
		margin-left: 0px;
		width: 40%;
		padding: 27px 52px;
		background-color: #E0DCD099;
		height: 330px;
	}
	.verified p{
		position: absolute;
		right: 20px;
		top:30px;
	}
	.card_wrapper{
		display: flex;
		gap:10px;
	}
	.review_image{
		width: 115px;
		height: 115px;
		
	}
	.review_image img{
		width: 100%;
		height: 100%;
	}
	.review_man_info{
		align-self: center;
	}
	.review_man_info p{
		font-size: 24px;
	}
	.review_man_info hr{
		color: #000000;
		height: 1px;
		margin-top: -10px;
		width: 247px;
	}
	.review_user{
		margin-top: 10px;
	}
	/*Login Page*/
	.login_wrapper{
		display: flex;
		gap:80px;
		margin-top: 165px;
	}
	.left-loginbg{
		width: 40%;
		height: 100vh;
		background-image: url("../images/login-bg.png");
		background-size: cover;
		text-align: right;
		align-content: center;
	}
	.loginbutton{
		background-color: white;
		border-radius: 10px 0px 0px 10px;
		padding: 13px 58px;
		font-size: 24px;
		width: 191px;
	}
	.btn-register{
		color: white;
		background-color: transparent;
		border: 1px solid white;
		border-radius: 10px 0px 0px 10px;
		padding: 13px 58px;
		font-size: 24px;
		margin-top: 20px;
		width: 191px;
	}
	.btn-register:hover{
		color: white;
	}
	.right-loginform{
		width: 60%;
		height: 100vh;
	}
	.login_form{
		padding: 150px 90px 237px 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.login_form h2{
		width: 100%;
		color: #E65D25;
		font-size: 64px;
		text-align: center;
		margin-bottom: 50px;
	}
	.login_form form{
		position: relative;
	}
	.login_form::placeholder {
	  	color: black;
	}
	.login_form input{
		font-size: 20px;
		border:none;
		border-bottom: 1px solid #000000CC;
		width: 100%;
		padding: 10px 40px !important;
		margin-bottom: 30px;
	}
	form .mail{
		position: absolute;
		left:3px;
		top:14px;
	}
	form .lock{
		position: absolute;
		left:3px;
		top:95x;
	}
	.login_form label{
		width: 100%;
	}
	.col_2_login{
		display: flex;
		margin-top: 50px;
		justify-content: space-between;
	}
	.col_2_login a{
		color:#E65D25;
		font-size: 24px;
		text-decoration: none;
	}
	/*Register Page*/
	.register_wrapper{
		display: flex;
		gap:80px;
		margin-top: 165px;
	}
	.left-registerbg{
		width: 40%;
		height: 100vh;
		background-image: url("../images/login-bg.png");
		background-size: cover;
		text-align: right;
		align-content: center;
	}
	.loginbutton_regpage{
		color: white;
		background-color: transparent;
		border: 1px solid white;
		border-radius: 10px 0px 0px 10px;
		padding: 13px 58px;
		font-size: 24px;
		width: 191px;
	}
	.loginbutton_regpage:hover{
		color: white;
	}
	.btn-register_regpage{
		background-color: white;
		border-radius: 10px 0px 0px 10px;
		padding: 13px 58px;
		font-size: 24px;
		width: 191px;
		margin-top: 20px;
	}
	.right-registerform{
		width: 60%;
		height: 100vh;
		align-content: center;
	}
	.register_form{
		padding: 0px 90px 0px 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.register_form h2{
		width: 100%;
		color: #E65D25;
		font-size: 64px;
		text-align: center;
		margin-bottom: 50px;
	}
	.register_form form{
		position: relative;
	}
	.review_form::placeholder {
	  	color: black;
	}
	.review_form input{
		font-size: 20px;
		border:none;
		border-bottom: 1px solid #000000CC;
		width: 100%;
		padding: 10px 20px !important;
		margin-bottom: 30px;
	}
	.review_form form .user{
		position: absolute;
		left:3px;
		top:6px;
	}
	/*.review_form form .flag{
		position: absolute;
		left:3px;
		top:75px;
	}*/
	.review_form form .mail{
		position: absolute;
		left:3px;
		top:195px !important;
	}
	.review_form form .lock{
		position: absolute;
		left:3px;
		top:220px;
	}
	.review_form form .lock2{
		position: absolute;
		left:3px;
		top:290px;
	}
	.review_form label{
		width: 100%;
	}
	.col_2_register{
		display: flex;
		margin-top: 50px;
		justify-content: space-between;
	}
	.signup-btn_regpage{
	    background-color: #E65D25;
	    color: white;
	    border: none;
	    padding: 12px 37px; 
	    font-size: 20px;
	}
	/*Wishlist Page*/
	.wishlist{
		padding: 50px 50px 0px 50px;
	}
	.wishlist .row{
		gap:30px;
	}
	/*Change Password Page*/
	.change_password{
		display: flex;
		gap:80px;
	}
	.left-change_passwordbg{
		width: 100%;
		height: 100vh;
	}
	.right-change_passwordform{
		width: 100%;
		height: auto;
		align-content: center;
	}
	.change_password_form{
		padding: 100px 20px 100px 20px;
	}
	.change_password_form h2{
		font-size: 64px;
	}
	.change_password_form form{
		position: relative;
		text-align: left;
	}
	/*Contact Page*/
	.contact{
		padding: 50px;
		display: flex;
		gap: 50px;
	}
	.map_wrapper{
		width: 50%;
	}
	.map_wrapper iframe{
		width: 100%;
		height: 600px;
	}
	.contact_form{
		width: 50%;
		align-content: center;
	}
	.contact_form textarea{
		border: 1px solid gray !important;
	}
	/*Privacy policy Page*/
	.privacy{
		padding: 50px;
	}
	/*Terms and Conditions Page*/
	.terms_conditions{
		padding: 50px;
	}
	/*blog page*/
	.blogpage{
		margin-top: 165px;
		padding: 0px 50px 50px 50px !important;
	}
	.blogpage_wrap .row{
		--bs-gutter-x: 3rem;
	}
	.blog-card{
		border-radius: 10px;
		box-shadow: 5px 5px 15px #ccc;
	}
	.blog-card img{
		width:	100%;
		height: 350px;
		border-radius: 10px 10px 0px 0px;
	}
	.date{
		color:#E65D25;
	}
	.blog-body{
		padding: 30px;
	}
	.blog-body h3{
		height: 80px;
	}
	.blog-body p{
		font-size: 18px;
	}
	.blog-readmore{
		background: #E65D25 !important;
		color: white !important;
		padding: 11px 30px !important;
		font-size: 20px !important;
	}
	.blog-readmore:hover{
		border: 1px solid #E65D25 !important;
		background: #fff !important;
		color: #E65D25 !important;
		padding: 11px 30px !important;
		font-size: 20px !important;
	}
	/*blog-post page*/
	.blog_details{
		margin-top: 165px;
	}
	.blog_details h2{
		background-color: #E65D25;
		color: #fff;
		padding: 20px 50px;
	}
	.blog_details_wrap{
		padding: 50px !important;
		font-size: 18px;
	}
	.blog_details_wrap table, th, td{
		border: 1px solid !important;
		padding: 10px !important;
	}
	.blog_details_wrap img{
		border-radius: 10px !important;
	}
	.blog_details_wrap h3 {
		 color: #E65D25 !important;
	}
	.blog-search{
		width: auto;
		background-color: #E65D25;
		color: #fff;
		margin-top: 0px;
	}
	.blog_details h2{
		background-color: #fff;
		color: #000;
		padding: 0px;
		text-transform: uppercase;
		word-spacing: 7px;
		font-weight: bold;
	}
	.blog_details_wrap .row{
		--bs-gutter-x: 5rem;
	}
	.blog-search{
		background-color: #E65D25;
		color: #fff;
		border: 1px solid #E65D25;
		padding: 10px 39px;
	}
	.blog_details_wrap table, th, td{
		border: 1px solid;
		padding: 10px;
	}
	.blog_details_wrap table, th, td{
		border: 1px solid;
		padding: 10px;
	}
	input[name="search"]{
		width: 70%;
		padding: 10px 0px;
	}
	.search_wrap, .recent_post_wrap, .categories_wrap, .tags_wrap{
		width: 100%;
		padding: 40px;
		box-shadow: 5px 5px 15px #ccc;
	}
	.recent_post_wrap h4, .categories_wrap h4, .tags_wrap h4{
		font-weight: bold;
		font-size: 30px;
	}
	.recent_post_wrap a, .categories_wrap a{
		text-decoration: none;
		color: #000;
	}
	.tags_wrap a{
		background: #E65D25;
		color: white;
		border: 1px solid #fff;
		text-decoration: none;
		display: inline-flex;
		gap: 5px !important;
		padding: 5px;
	}
	.page-link{
		color: #000 !important;
	}
	.page-link:hover{
		color: #E65D25 !important;
	}
	.page-link:focus{
		color: #E65D25 !important;
	}
}  