@media only screen and (max-width: 1319px) {
	.top_header_texts_left {
		font-size: 14px;
		font-weight: 500;
	}
	.top_header_texts_left b {
		font-weight: 500;
		font-size: 22px;
	}
	.header_main_right_area .curency_btn.start_planing {
		font-size: 11px;
	}
	.header_main_right_area .curency_btn.not_sure {
		font-size: 11px;
	}
	.search-box {
		max-width: 420px;
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 1260px) {
	.navbar .header__logo {
		width: 160px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.offcanvas-title .header__logo {
		display: block;
		width: 140px;
	}
}

@media only screen and (max-width: 480px) {
.header_top_main_section .container {
    padding: 0;
}
.top_header_main {
    display: block;
}
.top_header_main .top_left_side_bxs {
    display: block;
    align-items: center;
    width: 100%;
}
.search-box {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.top_header_right_area {
    display: none;
}
.header_top_main_section {
    padding: 6px 0px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    z-index: 999;
}

.comunity_icon {
    width: 60px;
    height: 60px;
}
.comunity_icon ._icon_inner {
    width: 60px;
    height: 60px;
    top: 0px;
    font-size: 20px;
}

.navbar .header__logo {
    width: 118px;
    text-transform: uppercase;
    text-decoration: none;
}
.header_main_right_area .curency_btn.not_sure {
    font-size: 11px;
    display: none;
}
.header_main_right_area .curency_btn {
    width: 100% !important;
}
.header_main_right_area {
    width: 32%;
}
.navbar .container {
    padding: 0px;
}
.top_header_texts_left {
    font-size: 13px;
    text-align: center;
}
/*--banner-css-start--*/
.myBanner {
    width: 100%;
    height: 480px;
    position: relative;
}
.banner img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.banner-text .banner_sub_title {
    font-size: 16px;
}
.banner-text .main_banner_heading {
    font-size: 32px;
    margin-bottom: 20px;
}
.banner-text .banner_cntnt_bxs {
    font-size: 14px;
}


}
