.australia_page_title {
  font-size: var(--sizeTitle);
  text-align: center;
  padding: 3rem 1rem;
}
.australia_page_wrapper {
  /* background: orangered; */
  display: flex;
  justify-content: space-between;
  /* align-items: start; */
  /* gap: .5rem; */
}

/* LEFT SIDE  */
.australia_page_left_form{
  margin-top: 1rem;
  background: #d8d8d8;
  padding: .2rem;
  border: 1.5px solid rgb(196, 196, 196);
  border-radius: .3rem;
}
.australia_page_left_form_inp_wrapper input{
  padding: .3rem;
  border: 1.5px solid #cccbcb;
  border-radius: .2rem;
  width: 100%;
}
.australia_page_left_form_submit_btn{
  width: 100%;
  border-radius: .2rem;
  border: none;
  background: green;
  color: white;
  padding: .3rem;
  margin-top: .5rem;
}
.australia_page_left_content{
  position: fixed;
  z-index: 1;
}
.australia_page_left_quick_btn_wrapper {
  /* position: fixed; */
  /* left: 1rem; */
  background: #e6e4e375;
  backdrop-filter: blur(8px);
  border-radius: 0.5rem;
  padding: 0.5rem;
  /* z-index: 998; */
  /* z-index: 1; */
  border: 1px solid rgb(197, 197, 197);
}
.australia_page_left_title {
  padding: 0.2rem 0;
  font-weight: 500;
}
.australia_page_left {
  /* background: rgb(201, 190, 186); */
  width: 380px;
  padding: 0 0.5rem;
  display: none;
}
.australia_page_left .left_btn {
  /* background: white; */
  /* background: #ebe9e791; */
  backdrop-filter: blur(8px);
  border-radius: 0.2rem;
  padding: 0.3rem 0.8rem;
  margin-bottom: 0.2rem;
  transition: 0.4s;
}
.australia_page_left .left_btn:hover {
  background: rgb(255, 255, 255);
}
.australia_page_left .left_btn:active {
  background: #b4b4b4;
}

/* RIGH SIDE */
.australia_page_right {
  background: white;
  width: 100%;
  /* padding: 0 .5rem; */
  padding: 0 1rem;

  padding-bottom: 7rem;
  border-radius: 0.5rem;
}
.australia_page_right_title {
  font-size: 22px;
  font-weight: 600;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
}
.overview {
  padding-bottom: 2rem;
}
.why_choose {
  padding-bottom: 2rem;
}
.why_choose_card {
  /* background: rgb(221, 210, 228); */
  /* border-bottom: 1.5px solid #e6e6e6; */
  box-shadow: 0 2px 8px rgb(224, 224, 224);
  padding: 1rem .5rem;
  margin-left: 1rem;
  border-radius: .5rem;
}
.why_choose_subTitle {
  font-weight: 600;
  font-size: 16px;
}

.top_universities_card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* justify-content: space-evenly; */
  /* position: relative; */
  margin-bottom: 1rem;
  box-shadow: 0 1.4px 8px 0.3px rgb(197, 197, 197);
  width: 100%;
}
.top_universities_card_img {
  width: 230px;
  position: relative;
  height: 160px;
}
.top_universities_card_img img {
  /* width: 100%;
  height: 100%; */
  width: 230px;
  height: 160px;
  border-radius: 0.5rem;
  object-fit: cover;
}
.top_universities_card_btn_call_expert {
  /* position: absolute;
    bottom: .5rem;
    right: .5rem;
    z-index: 2; */
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  background: green;
  color: white;
  transition: 0.4s;
  border: none;
}
.top_universities_card_btn_call_expert:hover {
  background: rgb(12, 139, 12);
}
.top_universities_card_btn_call_expert:active {
  background: white;
}
.top_universities_card_img_star {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  color: white;
}
.top_universities_card_right_name {
  font-weight: 500;
}
.top_universities_card_right_location {
  color: gray;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.1rem 0;
}
.top_universities_card_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top_universities_card_right_location_img {
  width: 12px;
}
.top_universities {
  padding-bottom: 2.5rem;
}
/* contact button  */
.top_universities_contact_button{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-top: 1rem;
    gap: 1rem;
    /* background: orange; */
    width: 100%;
}
.top_universities_contact_button img{
    width: 26px;
    margin-top: .4rem;
}
.overview_para_wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column-reverse;
}
.overview_para {
  width: 100%;
}
.australia_page_right_overview_img {
  width: 270px;
  height: 250px;
}
.australia_page_right_overview_img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.why_choose_subPara {
  padding-left: 2rem;
}

/* cost of study  */
.cost_of_study {
  padding-bottom: 2.5rem;
}
.tuition_fees_title,
.living_expenses_title {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  font-size: 16px;
  font-weight: 600;
}
/* .cost_of_study_tuition_fees_ul, .cost_of_study_living_expenses_ul{
    padding-left: 2.5rem;
} */
.visa_requirements{
    padding-bottom: 2.5rem;
}
/* .visa_requirements_ol, .visa_requirements_ul{
    padding-left: 2.5rem;
} */
.visa_requirements_ol_li {
  font-size: 16px;
  font-weight: 600;
  padding-top: 0.5rem;
}
.required_documents{
    background: #e0e8eb;
    padding: 1rem .5rem;
    border-radius: .5rem;

}
.required_documents_wrapper_ul {
  padding-left: 2.5rem;
}
