a.home_link {
    display: none;
}


* {
  margin: 0px;
  font-family: "YouTube Sans","Roboto",sans-serif;
}

body {
  background-color: #f6f7f8;
}

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

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




.d-flex{
  width: 100%;
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 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;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  max-width: 1200px;
  margin: 30px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.main-text-inner {
 /* width: 80vw;
 padding: 15px; */
}

.span1 {
  color: #dd0303;
  font-family: inherit
}
.main-text-con {
  width: 100%;
  background-color: #f6f7f8;

}

.main-deadtext {
  font-weight: normal;
  padding: 15px 0;
  color: #0086bf;
}

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

p,
.main-infotext {
max-width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #606060;
  padding: 5px 0px 10px 0px;
}
ul li, ol li {
  font-size: 14px;
  line-height: 1.5;
  color: #606060;
  padding: 5px 0px 10px 0px;
}
a{
  color: #0086bf;
  overflow-wrap: break-word;
  text-decoration: underline;

}
.main-infotext strong{
  overflow-wrap: break-word;

}
/* main text section start */


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


  .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) {


  .main-deadtext {
    font-size: 21px;
    padding: 5px 0px 10px 0px;
  }
  p,
  .main-infotext{
max-width: 70vw;;
  }

}
/* responsive end  */
