a.home_link {
    display: none;
}


* {
  margin: 0px;
}

body {
  background-color: #f6f7f8;
}

a {
  text-decoration: none;
  color: black;
}

input:focus, 
select:focus, 
textarea:focus, 
form:focus, 
button:focus {
  outline: 0;
}

img,
video,
iframe,
audio {
  display: block;
}


/* header start */
.head-top-lang-prof-outer {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.head-top-lang-prof-cont {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  padding: 20px 30px 20px 30px;
}

/* logo container start  */
.au2logo {
  width: 200px;
  height: 42px;
}
/* logo container end  */

/* language menu container start  */
.lang-prof-own-cont {
  display: flex;
  padding: 1px 1px 1px 1px;
  align-items: center;
}
/* language icon box start */
.lang-icon-box {
  width: 25px;
  height: 25px;
  margin: 3px 30px 3px 0px;
  position: relative;
  /* Yash Task : S3 */
  /*display: none;*/
  /* Yash Task : S3 */
}

.lang-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;

}

.lang-drop-down-box {
	position: absolute;
	Z-index: 1;
	top: 45px;
	right: 0px;
	width: 160px;
	padding: 3px 0px 3px 0px;
	background-color: white;
	border: 0.9px solid rgb(197, 197, 197);
	display: none;
}

.lang-drop-down-box:focus {
  outline: 0px;
}

.show-lang-drop-down-box {
  display: block;
}

.lang-drop-down-cone-box {
  position: relative;
}

.lang-dorp-down-cone {
  position: absolute;
  z-index: -1;
	top: -11px;
	right: 7px;
	width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255);
	border-left: 0.9px solid rgb(189, 189, 189);
	border-top: 0.9px solid rgb(189, 189, 189);
	transform: rotate(45deg);
}

.lang-selectitem {
  display: flex;
  padding: 5px 10px 5px 10px;
}

.lang-selectitem:hover {
  background-color:  rgb(238, 238, 238);
}

.lang-select-icon {
  width: 25px;
  height: 25px;
  padding: 0px 10px 0px 5px;
}

.lang-select-text {
  font-size: 15px;
  color: #7c7c7c;
	padding: 3px 5px 3px 5px;
}
/* language icon box end */

/* profile icon box start */
.profile-icon-box {
  width: 35px;
  height: 35px;
  position: relative;
  /* Yash Task : S3 */
  display: none;
  /* Yash Task : S3 */
}

.profile-icon {
  width: 100%;
  height: 100%;
  /* Yash:Task.no 659 */
  border-radius: 50%;
  /* *************** */
  cursor: pointer;
}

.profile-drop-down-box {
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 0px;
	width: 200px;
	padding: 3px 0px 3px 0px;
	background-color: white;
	border: 0.9px solid rgb(219, 219, 219);
	display: none;
}

.profile-drop-down-box:focus {
  outline: 0px;
}

.show-profile-drop-down-box {
  display: block;
}

.profile-drop-down-cone-box {
  position: relative;
}

.profile-dorp-down-cone {
  position: absolute;
  z-index: -1;
	top: -11px;
	right: 9px;
	width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255);
	border-left: 0.9px solid rgb(189, 189, 189);
	border-top: 0.9px solid rgb(189, 189, 189);
	transform: rotate(45deg);
}

.profile-selectitem {
  display: flex;
  padding: 5px 10px 5px 10px;
}

.profile-selectitem:hover {
  background-color:  rgb(238, 238, 238);
}

.profile-select-icon {
	width: 15px;
	height: 15px;
	padding: 5px 10px 5px 5px;
}

.profile-select-text {
  font-size: 15px;
  color: #7c7c7c;
	padding: 3px 5px 3px 5px;
}
/* profile icon box end */

/* language menu container end  */

/* header end   */


/* main text section start */
.main-text-outer {
  display: flex;
  justify-content: center;
}

.main-text-inner {
  width: 1100px;
  padding: 35px 30px 35px 30px;
}

.main-text-con {
  background-color: white;
  padding: 20px 30px 20px 30px;
}
.center{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:80px;
}
.main-deadtext {
  font-size: 44px;
  font-weight: 500;
  padding: 5px 0px 15px 0px;
  color: #6b6b6b;
  text-align: center;
}

.main-subtext {
  font-size: 16px;
  font-weight: normal;
  color: #6b6b6b;
  padding: 15px 0px 5px 0px;
}

.main-infotext {
  font-size: 14px;
  line-height: 1.5;
  color: #8d8d8d;
  padding: 5px 0px 10px 0px;
}
ul li, ol li {
  font-size: 14px;
  line-height: 1.5;
  color: #8d8d8d;
  padding: 5px 0px 10px 0px;
}
.main-infotext a{
  color:blue;
  text-decoration: underline;
}
/* main text section start */


/* responsive start */
@media (max-width: 750px) {

  .head-top-lang-prof-cont {
    flex-direction: column;
  }

  .main-text-inner {
    width: 90vw;
    padding: 35px 30px 35px 30px;
}

  .au2logo-con-hori {
    order: 2;
    display: flex;
    justify-content: center;
  }

  .lang-prof-con-hori {
    display: flex;
    justify-content: flex-end;
  }

  .lang-icon-box {
    width: 22px;
    height: 22px;
    margin: 3px 19px 3px 0px;
  }

  .lang-drop-down-box {
    width: 133px;
  }

  .lang-dorp-down-cone {
    top: -10px;
    right: 6px;
    width: 11px;
    height: 11px;
  }

  .lang-selectitem {
    padding: 6px 10px 6px 10px;
  }

  .lang-select-icon {
    width: 22px;
    height: 22px;
    padding: 0px 8px 0px 5px;
  }

  .lang-select-text {
    font-size: 14px;
  }

  .profile-icon-box {
    width: 30px;
    height: 30px;
    position: relative;
  }

  .profile-drop-down-box {
    width: 160px;
  }

  .profile-dorp-down-cone {
    top: -9px;
    right: 8px;
    width: 11px;
    height: 11px;
  }

  .profile-selectitem {
    padding: 6px 10px 6px 10px;
  }

  .profile-select-icon {
    width: 13px;
    height: 13px;
    padding: 5px 7px 5px 5px;
  }

  .profile-select-text {
    font-size: 14px;
  }

}

@media (max-width: 520px) {

  .head-top-lang-prof-cont {
    padding: 12px 15px 20px 15px;
  }

  .au2logo {
    width: 175px;
    height: 36px;
    padding-top: 5px;
  }


  
  .main-text-inner {
    padding: 20px 15px 30px 15px;
  }

  .main-deadtext {
    font-size: 21px;
    padding: 5px 0px 10px 0px;
  }

}
/* responsive end  */


