@media screen and (max-width:1366px)

{
    .slider_main_container::after
    {
        height: 80px;
        background: url(../images/slider_bottom_bg.png) center center no-repeat;
        background-size: 1366px 100%;
    }
        footer
    {
        background-size: 1366px 100%;
    }
}

@media screen and (max-width:1200px)

{
    .top_header_logo_area
    {
        width: 200px;
    }

    .top_header_menu_and_contact_area
{
	width: calc(100% - 205px);	
}
.nav-menu a {
	padding: 10px 10px;

}
}

@media screen and (max-width:1100px)
{

}

@media screen and (max-width:1050px)

{

}



@media screen and (max-width:992px)

{
.top_contact .left
{
    text-align: center;
}
.top_contact .right
{
    text-align: center;
}
.top_contact .left p {
    font-size: 14px;
}
.top_contact .right p {
    font-size: 14px;
}
.top_header_menu_area
{
    display: none;
}
.top_header_logo_area
{
    width: 100%;
    text-align: center;
}
.top_header_menu_and_contact_area
{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.top_header_logo_area img {
    max-width: 200px;
}
#intro .text_area h3
{
	font-size:25px;
}
#intro .text_area h2
{
	font-size:30px;
}
#intro .text_area p
{
	font-size:18px;
}
#intro .img_area img {
    height: 450px;
}
.welcome_img_box1 img {
    height: 180px;
}
.rooms_section_heading h2
{
	font-size: 25px;
}
.rooms_section_heading p {
    font-size: 15px;
}
.extra_service_heading h2
{
	font-size: 25px;
}
.extra_service_heading p
{
    font-size: 15px;
}
.page_main_heading h2
{
	font-size: 25px;
}
.booking_box1
{
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% / 2 - 24px);
	margin: 10px 10px;
}
.submit_area
{
    width: calc(100% - 24px);
}
.welcome_section {
    padding: 40px 0;
}
.subpage_header h2 {
    font-size: 25px;
}
.about_section2 h2 {
    font-size: 40px;
}
.about_section2 h3 {
    font-size: 25px;
}
.about_section3_top_mission_text_area h2 {
    font-size: 22px;
}
.service_right_team_main_heading 
{
    font-size: 25px;
}

}

@media screen and (max-width:850px)

{

}

@media screen and (max-width:768px)

{
    .welcome_text_area h2
{
	font-size: 30px;
}
.view_but
{
	font-size: 17px;
}
.about_section1_right
{
    margin-top: 25px;
}
}


@media screen and (max-width:600px)

{
}



@media screen and (max-width:576px)

{
    .service_box1
    {
        text-align: center;
    }
    .service_box1_text_area
    {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}


@media screen and (max-width:480px)

{
    .booking_box1
{
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% / 1);
	margin: 10px 0;
}
}

@media screen and (max-width:400px)

{

}