@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {


    .navbar-toggle {
        margin-top: 12px;
    }

    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }

    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }

    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
    }

    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }

    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
        display: none;
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .property img {
        width: 80%;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .navbar-brand {
        float: none;

    }

    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }

    .btn, .form-control {
        margin-bottom: 10px;
    }



}


@media (max-width: 480px) {

    .header-frontend .navbar {
        min-height: 60px;
    }

    .navbar-toggle {
        margin-right: -10px;
    }

    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #f77b6f !important;
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width:320px) {


}





			.header-con {
				display: flex;
				justify-content: space-between;
				align-items: center;
				height: 60px;
				border-bottom: 1px solid #ddd;
			}
			
			.header-frontend .navbar-nav>li>a {
				padding-bottom: 6px;
				padding-top: 5px;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				margin-left: 2px;
				line-height: 30px;
				color: #1b1b1b;
				-webkit-transition: all .3s ease;
				-moz-transition: all .3s ease;
				-ms-transition: all .3s ease;
				-o-transition: all .3s ease;
				transition: all .3s ease;
			}
			
			.header-frontend .nav li a,
			.header-frontend .nav li.active ul.dropdown-menu li a {
				font-size: 14px;
				font-weight: 300;
				background: none;
			}
			
			.header-frontend .nav li a:hover,
			.header-frontend .nav li a:focus,
			.header-frontend .nav li.active a,
			.header-frontend .nav li.active a:hover,
			.header-frontend .nav li a.dropdown-toggle:hover,
			.header-frontend .nav li a.dropdown-toggle:focus,
			.header-frontend .nav li.active ul.dropdown-menu li a:hover,
			.header-frontend .nav li.active ul.dropdown-menu li.active a {
				color: #00aef3;
				font-weight: 700;
				background-color: #fff;
				-webkit-transition: all .3s ease;
				-moz-transition: all .3s ease;
				-ms-transition: all .3s ease;
				-o-transition: all .3s ease;
				transition: all .3s ease;
			}
			
			.header-frontend .nav li.active a:after {
				content: "";
				width: 100%;
				height: 3px;
				position: absolute;
				background-color: #00aef3;
				top: 100%;
				right: 0%;
				transition: all .5s ease;
			}
			
			.anliTopCon {
				width: 100%;
				height: 350px;
				background-image: linear-gradient(to right, #3b62a6, #7997cd);
				display: flex;
				margin-top: 60px;
			}
			
			.anliTopCon_left {
				width: 62%;
				padding-left: 17%;
			}
			
			.anliTopCon_left_big {
				font-size: 45px;
				font-weight: 700;
				color: #fff;
				margin-top: 10%;
			}
			
			.anliTopCon_left_small {
				font-size: 25px;
				color: #fff;
				margin-top: 6%;
			}
			
			.anliTopCon_right {
				width: 38%;
				display: flex;
				align-items: center;
			}
			
			.anliTopCon_right img {
				width: 300px;
				-webkit-box-reflect: below 6px -webkit-linear-gradient(transparent, transparent 92%, rgba(0, 0, 0, 0.3));
				margin-bottom: 4%;
			}
			
			.tiyanCon {
				display: flex;
				margin-top: 10%;
			}
			
			.yellDiv_left {
				margin-left: -20px;
			}
			
			.yellDiv {
				background: #fff;
				padding: 10px 30px;
				clip-path: polygon(60% 0%, 0% 100%, 40% 100%, 100% 0%)!important;
			}
			
			.yellDiv_right {
				margin-left: -20px;
			}
			
			.testBtn {
				clip-path: polygon(20% 0%, 0% 100%, 80% 100%, 100% 0%);
				background-color: #fff!important;
				font-size: 15px!important;
				font-weight: 700!important;
				cursor: pointer;
				color: #3c63a7;
			}
			
			.testBtn:hover,
			.testBtn:focus {
				font-size: 15px!important;
				font-weight: 700!important;
				color: #3c63a7;
				transform: scale(1.1);
			}
			
			.whitebjCon {
				width: 100%;
				background-color: #fff;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #000;
				padding: 2% 15%;
			}
			
			.greybjCon {
				width: 100%;
				background-color: #ededed;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #000;
				padding: 2% 15%;
			}
			
			.anliDivTitle {
				font-size: 30px;
				font-weight: 700;
				margin-bottom: 10%;
			}
			
			.anliDivLeft {
				width: 52%;
			}
			
			.anliImg img {
				width: 350px;
				border-radius: 10px;
			}
			
			.footer {
				background: #262626;
				color: #fff;
				padding: 50px 0;
				margin-top: 50px;
				display: inline-block;
				width: 100%;
				font-weight: 300;
			}
			
			.dian1 {
				display: inline-block;
				width: 18px;
				height: 18px;
				background-color: #3c63a7;
				border-radius: 50%;
			}
			
			.dian2 {
				display: inline-block;
				width: 15px;
				height: 15px;
				background-color: rgba(233, 126, 51, 80%);
				border-radius: 50%;
				margin-left: -8px;
				margin-bottom: -2px;
				margin-right: 10px;
			}
		