.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color1:#FFFFFF;
  color:#313030;
}
.box
{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
	background-color: white;
	margin-bottom: 20px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	width:100%;
}


.recordButton
{
	padding: 6px 12px;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-bottom:15px
}
.uploadbutton
{
	padding: 6px 12px;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
    background-color: #73AD21;
    border-color: #73AD21;
    margin-bottom:15px
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.hrline
{
	border: 0;
    border-top: 1px solid #eee;
    padding: 0;
    margin-bottom1: 15px;
}
    
.helpfultext
{
	text-decoration: none;
	color: #007ee5;
	font-size: 14px;
	margin: 0 5px 0 4px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	white-space: nowrap;
}
.pronkey
{
	color: #0d3fac;
}
.mainTitle
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.playsectionInLI
{
	white-space: nowrap;
}
.showdesc1
{
	font-size:16px;
	margin-bottom:16px;
	line-height: 1.8;
}
.showdesc2
{
	margin-bottom:25px;
	color: #0d3fac;
	color:#0a09bd;
	line-height: 1.8;
	
}
.playbuttonCircle {
    fill: white;
    stroke: #1a73e8;
    stroke-dasharray: 56.55;
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
}

.playbuttonTriangle {
    fill: #1a73e8;
    stroke: 'none';
}

.playbuttoninDescrip
{
	border-radius: 5px;    
	background-color: azure;    
	border: 1px solid #007ee5;
	margin-bottom:5px;
	margin-top:5px;
}



.keytable
{
	padding-bottom:5px;
	font-family:sans-serif;
}


.whitebox
{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
   // margin-right: auto;
   // margin-left: auto;
    width: 100%;
    font-family: sans-serif;
  
}

.whiteboxResult
{
	max-width:728px;
}

.h2Sectiontitle
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	border-bottom: #eee solid 1px;
	padding-bottom: 5px;
	margin-top:0px;
}

.titlecountry
{
	color: #206a23;
}

.titlename
{
	color1: #206a23;
	color:rgb(7,97,204);
}
.mainPhonetic
{
	font-size:25px;
	margin: 14px 14px 14px 0px;
	color: #0d3fac;
}
.listitems
{
    font-weight: normal;
    font-family: sans-serif;
    font-size: 16px;
    color:#1f1f1f;
}

.audiosectionheading
{
	color:#1f1f1f;
	margin-top:0px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.li-audiosection
{
	list-style-type:none;
	line-height: 2.5; 
}

.line-height-info
{
	line-height:30px;
}
.td-legend
{
	font-weight: bold;
	padding-right:10px;
	white-space: nowrap;
}
.additonal_info
{
	color:#027307;
	margin-bottom:25px;
	margin-top:25px;
	line-height:1.5;
}

@media only screen and (max-width: 500px)
{
	.li-audiosection
	{
		line-height: 1.7; 
	}
}

@media only screen and (min-width:500px) and (max-width: 950px)
{
	.whiteboxResult
	{
		max-width:500px;
		width:500px;
	}
}

@media only screen and (max-width: 768px) 
{
	.ul-audiosection
	{
		padding:0;
		margin:0;
	}
	
}

@media only screen and (max-width: 500px) 
{
	.li-audiosection
	{
		//border-bottom: 1px dotted gray;
		padding-bottom: 15px;
	}
	.playsectionInLI
	{
		display:block;
	}
}




svg[Attributes Style] {
    height: 24px;
    stroke-width: 2;
    width: 24px;
}
.lLine {
    animation: leftLine 1.5s linear infinite;
    stroke: #1a73e8;
    stroke-dasharray: 16;
}
.mLine {
    animation: middleLine 1.5s linear infinite;
    stroke: #1a73e8;
    stroke-dasharray: 16;
}
.rLine {
    animation: rightLine 1.5s linear infinite;
    stroke: #1a73e8;
    stroke-dasharray: 16;
}


@keyframes rightLine{
  to {
    stroke-dashoffset: 100;
  }
}

@keyframes middleLine{
  to {
    stroke-dashoffset: 50;
  }
}

@keyframes middleLine{
  to {
    stroke-dashoffset: 75;
  }
}

@keyframes leftLine{
  to {
    stroke-dashoffset: 50;
  }
}

.pushfooter{
  min-height: 100%;
  margin-bottom: -0px;
}

.footerheight{
    height: 100px;
}

.thisIsComplete {
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 0 0;
    
}
.leagueOfShadows {
    webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    background-color: #C3D9EA;
    margin: 10px 0 0 0;
    text-align: center;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.myForm-Label {
    font-weight: 100;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #555;
    font-size: 14px;
}
.myBtn {
    background: #007ee5;
    color: #fff;
    border: 1px solid #007ee5;
    margin-top: 10px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.meta {
    padding: 5px 16px;
    border-top: #eee solid 1px;
    margin: 4px -14px 0;
    }
    
   myForm-formGroup {
    text-align: left;
    width: 100%;
}

.myForm-Label {
    font-weight: 100;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #555;
    Family name: Calibri;
    font-size 14px;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }
    
   .myForm-Btn {
    text-align: right;
}

.form-group {
    margin-bottom: 15px;
}

.marginized {
    margin-right: -30px;
    margin-top: -10px;
}

.myCloseComments {
    float: right;
    padding: 1px 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    color: #999999;
    font-size: 16px;
    padding-right: 25px;
    padding-top: 15px;
} 

.form-control {
    /* display: block; */
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.relativeDIV {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  margin-bottom: 1em;
  position: relative;
  border: 2px solid #73AD21;
  
  
}

.absoluteDIV
{
	position: absolute;
	top: 0px;
  	left: 15px;
}


.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.fadein {
    opacity: 1;
}

.recordbtn
{
	padding: 10px 11px 7px 11px;
	background-color:#FF0000;
	border-radius: 50%;
	color:#FFFFFF;
}
 @keyframes glowing {
        0% {
          background-color: #FF0000;
          box-shadow: 0 0 5px #AA0000;
        }
        50% {
          background-color: #ef6e6e;
          box-shadow: 0 0 20px #ef6e6e;
        }
        100% {
          background-color: #FF0000;
          box-shadow: 0 0 5px #FF0000;
        }
      }
 .recordbtn {
        animation: glowing 1300ms infinite;
      }
.simpleButton
{
	font-size:.875rem;
	font-weight:500;
	min-width: 5.5rem;
	border-radius:.25rem;
	background-color:#FFFFFF;
	border-color:#666666;
	color:#0b57d0;
	font-size: 17px;
}      
.stopbuttonstyle
{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #FF0000;
  fill: none;
}

.checkmark__check {
  transform-origin: 50% 50%;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;;
  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.modal-dialog
{
	background-color:#FFFFFF;
	width: auto;
    margin: 10px;
    padding: 30px;
    font-family: 'Calibri', Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    inset: 50% -50% -1% 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    position: fixed;
}
.close
{
	color: rgb(77, 77, 77);
    float: right;
    background-color: transparent;
    border: 0;
    font-size: 21px;
}

.mainPlayButton
{
	cursor: pointer;
    border-radius: 10px;
    border: 1px solid #0688f3;
    height: 35px;
    background-color1: #48ceff;
    background-color:#1a73e8;
    color:#FFFFFF;
}


html, body {
  height: 100%;
  margin: 0;
  background-color:#efefef;
}


.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item-left {
  background-color1: #f1f1f1;
  flex: 50%;
}

.flex-item-right {
  background-color1: dodgerblue;
  flex: 50%;
}
@media only screen and (max-width: 900px)  
{
	.flex-container {
  	display: flex;
  	flex-direction: column;
	}
}
.youtubethumbnail
{
	position: relative;
  	justify-content: center;
  	align-items: center;
  	display: flex;
}

.youtubethumbnail .youtubethumbnail_playbtn {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	border: none;
  	cursor: pointer;
  	border-radius: 5px;
  	text-align: center;
  	border-bottom-right-radius: 100px;
  	border-top-right-radius: 100px;
  	border-bottom-left-radius: 100px;
  	border-top-left-radius: 100px;
  	width: 25%;
}

.quizindexbodybox
{
	padding: 30px;
	padding-top:0px;
}

.quizquestion
{
	color: #ffffff;font-size:80%;
	font-weight:normal;
	line-height:0px;
}
.quizquestionname
{
	color:#fefb0a;
	font-weight:600;
}

.radoptoptions
{
	display:inline-block;
}

.radiocontainer {
  display1: block;
  position: relative;
  padding-left: 25px;
  padding-right1: 50px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size:100%;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radiocontainer input:checked ~ .radiomark {
  background-color: #1b751f;
}

.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.radiocontainer:hover input ~ .radiomark {
  background-color: #ccc;
}

.radiocontainer input:checked ~ .radiomark:after {
  display: block;
}

/* When the radio button is checked, add a green background */
.radiocontainer input:checked ~ .radiomark {
  background-color: #1b751f;
}

.radiocontainer .radiomark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.showVideo
{
	display: inline;
}



@media only screen and (max-width: 375px)
{
	.radoptoptions
	{
		display: block;
    	padding-bottom: 10px;
    	width: 130px;
        text-align: left;
        white-space: nowrap;
	}
	
	.radiocontainer {
	  padding-left: 30px;
  }

  
	.radiomark
	{
		top: 0px;
	}
	
	.radiocontainer {
  		display: inline;
	}
}


@media only screen and (min-width: 320px) and (max-width: 479px)
{
	.quizindexbodybox
	{
		padding: 15px;
		line-height: normal;
	}
	.quizquestion
	{
		line-height:0px;
	}
	
	.radoptoptions
	{
		display: block;
        padding-bottom: 10px;
        width: 130px;
        text-align: left;
        white-space: nowrap;
	}

	.radiocontainer {
	  padding-left: 30px;
  }
	.radiomark
	{
		top: 0px;
	}
	
	.radiocontainer {
  		display: inline;
	}	
	
}

@media only screen and (max-width: 850px) 
{
	.radoptoptions
	{
		display: block;
        padding-bottom: 10px;
        width: 130px;
        text-align: left;
        white-space: nowrap;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{

	.radoptoptions
	{
		display: block;
        padding-bottom: 10px;
        width: 130px;
        text-align: left;
        white-space: nowrap;
	}

	.radiomark
	{
		top: 0px;
	}

	.radiocontainer {
  		display: inline;
	}	
}

@media only screen and (min-width: 650px) and (max-width: 991px)
{
	.hidevideo
	{
		display:none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
 .hidevideo
	{
		display:none;
	} 
} 

@media only screen and (min-width: 1551px) and (max-width:1575px)
{
	.hidevideo
	{
		display:none;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  .hidevideo
	{
		display:none;
	}
 
}

.click-here-to-learn-button-field 
{
	border-style: solid;
  	border-bottom-right-radius: 50px;
  	border-top-right-radius: 50px;
  	border-bottom-left-radius: 50px;
  	border-top-left-radius: 50px;
  	border-color: red;
  	background-color: #ffffff;
  	color: #000;
	padding: 20px;
	font-size: 16px;
	border-color: #05744a;
	border-width: 3px;
	cursor: pointer;
}


.quizanswerarea
{
	padding-top:10px; 
	font-size:16px; 
	color:#000000; 
	font-weight1:normal;
	display: none;
	font-size1:80%;
}

.imgtextalign
{
	vertical-align:middle;
}

.speakericonsize
{
	width: 20px;
	padding-right: 25px;
	padding-left:0px;
	font-size:16px;
}


.gmqhYi {
    margin: 0px 16px 10px;
    border-width: 0px;
    height: 2px;
    width1: 100%;
    background-color: rgb(58, 60, 62);
}

.trendingnames {
    color: rgb(32, 34, 36);
    font-family: "BBC Reith Sans", BBCReithSans-fallback, sans-serif;
    font-weight: 800;
    font-size1: 15px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.75px;
    margin: 16px;
    text-align: center;
}

.trendingthumbnail
{
	box-shadow: 10px 10px 5px #8d8888;
	margin: 10px;
}

.test
{
	height: auto;
    max-width: 600px;
    width: 100vw;
    aspect-ratio: 16 / 9;
}

@media only screen and (max-width:430px)
{
	.trendingthumbnail
	{
		width:100%;
		margin:0px;
		margin-bottom:15px;
		box-shadow: none;
	}
}

.rColumnsAds
{
	position: fixed;
	 top1: 250px;

}
.R300x600
	{
		display:none;
	}
	
	
.L200x534
{
	display:none;
}
.R200x534
{
		display:none;
}
.R320x400
{
	display:none;
}
.L160x600
{
	display:none;
}
.extraL200x534
{
	display:none;
}
.firsthorizontalad
{
	display:none;
}

@media only screen and (min-width:800px)
{
	.R300x6001
	{
		display:block;
		padding-left:10px;
	}
	.rColumnsAds1
	{
		width:300px;
	}
}

@media only screen and (min-width:1000px)
{
	.L200x534
	{
		display:block;
		padding-right:10px;
	}
	.leftrow
	{
		width:200px;
	}
}

@media only screen and (min-width:660px) and (max-width:999px) 
{
	.L160x600
	{
		display:block;
		padding-right:10px;
	}
	.leftrow
	{
		width:160px;
	}
}
@media only screen and  (min-width:320px) and (max-width:660px)
{
	.firsthorizontalad
	{
		display:block;
	}
	.whiteboxResult
	{
		;max-width:500px;
	}
}

@media only screen and (min-width: 800px)   and (max-width: 991px) 
{
	.hide
	{
		display1:none;
	}
}

@media only screen and (max-width: 600px) {
  .example {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) 
{
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)  and (max-width: 799px) 
{
  .example {background: lightblue;}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 800px)   and (max-width: 991px) 
{
  .example {background: gray;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
  .example {background: orange;}
  
} 



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width:1599px) {
  .example {background: yellow;}
 
}


@media only screen and (min-width: 1600px) {
  .example {background: black;}
 
}



.overlay5 {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

