.wraper {
    width:100%;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
		display:none
    }
    .form-search{
        width: 100%;
    }
    .heading-block-shadow{
        display: none;
    }
    .heading-block-box{
        margin-bottom: 30px;
    }
    .title-search, .title-search2{
        font-size: 30px;
    }
    .title-search2{
        font-size: 15px;
    }
    .tour-info h3{
        font-size: 14px;
    }
    .block-search{
        padding: 50px 0;
    }
    .logo-md{
        display: block;
        text-align: center;
    }
    .logo-md img{
        height: 40px;
        width: auto;
        margin: 0 auto;
    }
    .header{
        padding: 10px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #e1e1e1;
    }
    .sticky + .content {
        padding-top: 91px;
    }
	.copyright{
		text-align: center;
		margin-bottom: 15px
	}
    .copyright-box .social-top{
		text-align: center
	}
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:1230px;
    }
}
@media (min-width:1200px) {
    .container {
        width:1230px;
    }
    
}
