# Contact us
**Source**: https://study.anu.edu.au/contact-us
**Parent**: https://study.anu.edu.au/apply/international-applications/assessment
iFrameResize({ warningTimeout: 0 }, '#future-student-enquiry');
## **Contact Us**
.divider {
display: flex;
}
.divider::before,
.divider::after {
content: "";
flex: 1;
}
.line {
align-items: center;
margin: 1em -1em;
}
.line::before,
.line::after {
height: 2px;
margin: 0 1em;
background: #be830e;
}
### **Phone**
Monday to Friday, 9am to 5pm
**Within Australia:** [1800 620 032](callto:1800620032)\
**Outside Australia:** [+61 2 6125 7257](callto:+61261257257)
### **Email**
[future.student@anu.edu.au](mailto:future.student@anu.edu.au)
### **Campus tour**
[Come join us on a tour »](https://study.anu.edu.au/node/2701)
/\*make banner 600px\*/
@media screen and (max-width: 991px) and (min-width: 577px) {
#contact-iframe-box iframe {
height:900px;
}
}
@media screen and (max-width: 576px) {
#contact-iframe-box iframe {
height:500px;
}
}
@media screen and (min-width: 1770px){
.webform-progress-tracker .progress-title {
font-size: 16px !important;
}
}
@media screen and (max-width: 1699px){
.webform-progress-tracker .progress-title {
font-size: 1vw !important;
}
}
.webform-progress-tracker .progress-text {
word-wrap: break-word !important;
}
/\* contact iframe \*/
#contact-iframe-box iframe {
border-radius: 0 !important;
}
.banner-overlay {
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 15.65%, rgba(0, 0, 0, 0.64) 99.33%);
}
/\*Banner text style change\*/
#acbb-campaign-block-banner .container .row h1{
margin-bottom:20px;
}
#acbb-campaign-block-banner .container .row h2 {
font-size:27px;
}
/\*button hover icon change\*/
a.anu-btn img:last-child {
display: none !important;
}
a.anu-btn:hover img:last-child {
display: inline-block !important;
}
a.anu-btn:hover img:first-child {
display: none !important;
}
@media screen and (max-width: 992px) {
.placeholder-img {
display:none;
}
}
/\*bounce animation\*/
.hover-gelatine:hover >img {
animation: gelatine;
animation-duration:1.2s;
}
@keyframes gelatine {
from, to { transform: scale(1, 1); }
25% { transform: scale(0.9, 1.1); }
50% { transform: scale(1.1, 0.9); }
75% { transform: scale(0.95, 1.05); }
}
var iframe=document.getElementById("future-student-enquiry");function sendDataToIframe(){var e={pageReferrer:document.referrer,pageUrl:window.location.href};iframe.contentWindow.postMessage(e,"\*")}iframe.onload=function(){sendDataToIframe()};