/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
	.textbox1, .textbox2, .textbox3, .textbox4 {
    font-size: 1em;
}
	.slide_content {
    top: 130px;
}

}

@media only screen and (max-width : 1200px) {

.topmenu li {
    padding: 15px 5px;
}
.topmenu ul li > a {
    padding: 15px 5px;
}
.btn_request {
	display: none;
}

	.slide_content {
    top: 150px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.owl-carousel .owl-item img {
	width: auto;
    height: 100vh;
}
section.slider {
    margin-top: 0;
}
.topmenu ul li > a {
    padding: 15px 0;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.golf {
    margin-top: 65px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
	.slide_content {
    top: 10%;
}

}



/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media (min-width: 570px) and (max-width: 768px) {


}

@media (min-width: 768px) and (max-width: 1200px) {


}

