/*Medium Screen*/

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
/* CHANGING BREAKPOINT OF BOOTSTRAP 3 NAVIGATION BAR*/
@media (max-width: 999px) {

}
@media all and (max-width: 960px) and (min-width: 640px) {
	#header .container {
		min-height: 120px;
	}
	#header .col-md-6 {
		width: 50%;
		float: left;
	}
	#header .header_brand IMG {
		height: 100px;
		padding-top: 10px;
	}
	#header .header_phone IMG {
		height: 85px;
	}
    #apropos {
        padding-bottom: 20px;
		padding-top: 30px;
        min-height: 245px;
    }
    #apropos .wel_header {
        padding-top: 20px;
    }
    #apropos .wel_header h2 {
		font-size: 30px;
	}
    #apropos .wel_header p {
		font-size: 16px;
	}
    #contact .msg_title h5 {
        font-size: 30px;
    }
    #contact .custom-btn {
        padding: 11px 98px;
        font-size: 13px;
    }
    #footer {
        min-height: 80px;
    }
    #footer .copyright p,
    #footer .copyright p span a {
        font-size: 11px;
        text-align: center;
    }
    #footer .copyright {
        padding-top: 30px;
    }
}
@media all and (max-width: 767px) {
	#header .container {
		min-height: 100px;
	}
	#header .col-md-6 {
		width: 50%;
		float: left;
	}
	#header .header_brand IMG {
		height: 85px;
		padding-top: 10px;
	}
	#header .header_phone IMG {
		height: 70px;
	}
    .wel_header {
        padding-bottom: 0px;
    }
    #apropos {
        padding-bottom: 20px;
		padding-top: 10px;
        min-height: 120px;
    }
    #apropos .wel_header {
        padding-top: 20px;
    }
    #apropos .wel_header h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    #apropos .wel_header p {
        font-size: 14px;
    }
	#apropos .centre-vhu-agree {
	max-width: 70%;
	margin-top: 20px;
	}
	#process .process_header h2 {
		font-size: 25px;
	}
	#faq .faq_header h2 {
		font-size: 25px;
	}
    #contact .msg_title h5 {
        font-size: 25px;
    }
    #contact .custom-btn {
        padding: 11px 98px;
        font-size: 20px;
    }
    #footer {
        min-height: 50px;
    }
    #footer .copyright p,
    #footer .copyright p span a {
        font-size: 11px;
        text-align: center;
    }
    #footer .copyright {
        padding-top: 18px;
    }
}

@media all and (max-width: 640px){
	#header .container {
		min-height: 90px;
	}
	#header .col-md-6 {
		width: 50%;
		float: left;
	}
	#header .header_brand IMG {
		height: 70px;
		padding-top: 10px;
	}
	#header .header_phone IMG {
		height: 50px;
	}
}

@media all and (max-width: 480px) {

	#header .container {
		min-height: 50px;
	}
	#header .col-md-6 {
		width: 50%;
		float: left;
	}
	#header .header_brand IMG {
		height: 70px;
		padding-top: 0px;
	}
	#header .header_phone IMG {
		height: 47px;
	}

    #apropos {
        padding-bottom: 20px;
        min-height: 150px;
    }
    #apropos .wel_header {
        padding-top: 20px;
    }
    #apropos .wel_header h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    #apropos .wel_header p {
        font-size: 16px;
    }
    div#project {
        padding: 30px 0px;
    }
	#process .process_header h2 {
		font-size: 20px;
	}
	#faq .faq_header h2 {
		font-size: 20px;
	}
    #contact .msg_title h5 {
        font-size: 22px;
    }
    #contact .custom-btn {
        padding: 11px 98px;
        font-size: 17px;
    }
    #footer {
        min-height: 50px;
    }
    #footer .copyright p,
    #footer .copyright p span a,
    #footer .designer p,
    #footer .designer a {
        font-size: 11px;
        text-align: center;
    }
    #footer .copyright,
    #footer .designer {
        padding-top: 18px;
    }
}
@media all and (max-width: 320px) {
    #apropos {
        min-height: 185px;
    }
    #apropos .wel_header {
        padding-top: 20px;
    }
    #apropos .wel_header h2 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    #apropos .wel_header p {
        font-size: 12px;
    }
    #contact .msg_title h5 {
        font-size: 14px;
    }
    #contact .custom-btn {
        padding: 11px 98px;
        font-size: 10px;
    }
    #footer {
        min-height: 80px;
    }
    #footer .copyright p,
    #footer .copyright p span a {
        font-size: 11px;
        text-align: center;
    }
    #footer .copyright {
        padding-top: 18px;
    }
}

