.breadcrumbs{
	padding: 10px;
	background: #fff;
	font-size: 14px;
}

.list-style-related-qna:before{
	content: "\01F517";
    display: grid;
    place-items: center;
    background: #eef3f6;
    border-radius: 10%;
    color: #666;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
	left: 20px;
	}
@media (max-width: 768px) {
	.list-style-related-qna:before {
    left: 5px;
}
}
.list-style-related-qna {
	display: block;
    background: #ffffff;
    color: #666;
    font-weight: 700;
    margin-top: 5px;
	position: relative;
    padding: 10px 10px 10px 4em !important;
}
@media (max-width: 768px) {
.list-style-related-qna {
    padding: 10px 10px 10px 2.8em !important;
	display: flex;
    align-items: center;
}
}
.list-style-related-qna a {
    text-decoration: none;
}
body {
  /* Set "my-sec-counter" to 0 */
  counter-reset: mcq-number ph-example ph-exercise faq-number readmore abcd;
}
.gb-container-92f83d52{
counter-reset: ph-example;
}

/*mcq-option*/

/* Physics Prob*/
.phy-prob-example {
    position: relative;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 1rem 1rem 1rem 4rem !important;
}
p.phy-prob-example {
    position: relative;
    margin: 0 0 2px;
    overflow: hidden;
    padding: 1rem 1rem 1rem 4.5rem !important;
}
p.phy-prob-example::before {
	counter-increment: ph-example;
    content: "\0023 " counter(ph-example) "";
    font-weight: bold;
    background: #44c7bfcc;
    color: #fff;
    padding: 0.88rem 1rem;
    margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: grid;
    place-items: center;
}
.exercise-question {
	font-size: 15px;;
    position: relative;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 1rem 1rem 1rem 4.5rem !important;
}
.exercise-question:before{
	counter-increment: ph-exercise;
    content: "Q: " counter(ph-exercise) "";
    font-weight: bold;
    background: #ff7342b3;
    color: #fff;
    margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: grid;
	width: 65px;
    align-content: space-around;
    justify-content: center;
}

p.think-about {
	font-size: 15px;;
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 1rem 1rem 1rem 4rem !important;
}
.think-about:before {
	content: "\003f";
    background: #ffda9cb0;
    margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: grid;
    place-items: center;
	font-size: 40px;
	color: #36a8df;
    padding: 0px 5px;
}
/*   note box */

p.notebox {
    padding: 1rem 1rem 1rem 1rem !important;
	border-radius: 4px;
	background: #fffaeb;
	font-size: 16px;
}
.uagb-question {
	position: relative;
    overflow: hidden;
    padding: 8px 0px 8px 2.5em !important;
	    font-size: 18px;
}
.uagb-question::before{
	counter-increment: faq-number;
    content: "" counter(faq-number) " ";
	background: var(--global-color-13);
    margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: grid;
    place-items: center;
	padding: 0px 12px;
}
/*
.uagb-question::after{
    content: "\002B";
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: grid;
    place-items: center;
}
*/
.list-style-diamond li{
	position: relative;
    padding: 5px 10px 5px 2em !important;
	list-style: none;
	margin-left: -10px;

}
.list-style-diamond li:before {
	content: "\002756";
    display: grid;
    place-items: center;
    background: #eef3f6;
    border-radius: 50%;
    color: #666;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    left: 0;
    top: 8px;
    font-size: 14px;

}
li>ol, li>ul {
    margin-bottom: 0 !important;
    margin-left: 1em !important;
}
ol {
	counter-reset: list-count option-mcqs;
}

.list-style-tick li{
	position: relative;
    padding: 5px 10px 5px 1.5em !important;
	list-style: none;

    
}
.list-style-tick li:before {
	content: "\002714";
    display: grid;
    place-items: center;
    background: #eef3f6;
    border-radius: 50%;
    font-weight: bold;
    color: #666;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    left: 0;
    top: 8px;
    font-size: 14px;
	margin-left: -15px;
}
.list-style-number li {
	position: relative;
    padding: 5px 10px 5px 1em !important;
	list-style: none;
}
.list-style-number li::before {
	counter-increment: list-count;
    content: "" counter(list-count) " ";
    display: grid;
    background: #eef3f6;
    border-radius: 50%;
    font-weight: bold;
    color: #666;
    position: absolute;
    width: 27px;
    height: 27px;
    line-height: 24px;
    text-align: center;
    left: 0;
    top: 6px;
    font-size: 17px;
    margin-left: -15px;
}
.list-style-number-2 li {
	position: relative;
    padding: 5px 10px 5px 1em !important;
	list-style: none;
}
.list-style-number-2 li::before {
	counter-increment: list-count;
    content: "" counter(list-count, upper-roman) " ";
    display: grid;
    background: #eef3f6;
    border-radius: 50%;
    font-weight: bold;
    color: #666;
    position: absolute;
    width: 27px;
    height: 27px;
    line-height: 24px;
    text-align: center;
    left: 0;
    top: 6px;
    font-size: 15px;
    margin-left: -15px;
}
.list-style-table li{
	position: relative;
    padding: 5px 10px 5px 1.5em !important;
	list-style: none;
}
.list-style-table li:before {
	content: "\27A4";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: grid;
    place-items: center;
}
.readmore-links li {
	position: relative;
    padding: 10px 0px 10px 1.5em !important;
    list-style: none;
    border-bottom: 2px solid white;
    background: #ebf1f8;
	font-size: 15px;
}
.readmore-links li::before {

	content: "\01F517";
    display: grid;
    place-items: center;
    background: #f9f9f9;
    font-weight: bold;
    color: #666;
    position: absolute;
    width: 3.4em;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 14px;
    margin-left: -33px;
}
.list-style-abc li {
	position: relative;
    padding: 5px 0px 5px 1.5em !important;
    list-style: none;
    border-bottom: 2px solid white;
}
.list-style-abc li::before {
	counter-increment: abcd;
    content: "[" counter(abcd, upper-alpha) "]";
    display: grid;
    place-items: center;
    font-weight: bold;
    position: absolute;
    width: 3.4em;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 14px;
    margin-left: -33px;
	color: #a34bfa;
}
.mcq-ans {
    color: #000;
    background-color: #000;
    display: block;
    font-weight: bold;
    position: relative;
    overflow: hidden;
	padding: 8px;
		margin-bottom: 0;
}
.mcq-ans:hover {
    color: #000;
    background-color: #c0ebff;
    display: block;
}
.mcq-questions-numbers {
    padding: 5px 6px;
  background-color: #ff684f;
  margin-right: 5px;
  color: #fff;
  border-radius: 2px;
  line-height: 1.8em;
  font-size: 15px;

}
.mcq-options {
    padding: 10px;
    background-color: #1ac2da;
    margin-right: 5px;
    color: #fff;
}
.mcq-answer {
    padding: 10px;
    background-color: #8193ff;
    margin-right: 5px;
    color: #fff;
}
p.mcq-questions-style {
   padding: 10px 10px;
  margin-bottom: 10px;
  border-left: 7px solid #f2624a;
}
p.mcq-options-style {
    padding: 5px 0 5px 0 !important;
    margin-bottom: 10px !important;
	line-height: 1.8em!important;
}
.additional-info {
    background: #39c66f;
    padding: 0px 5px;
    color: white;
    border-radius: 2.5px;
    font-size: 15px;
    margin-right: 5px;
    text-transform: uppercase;
    display: inline-block;
}
/*
.additional-info {
		background-image: url('data:image/svg+xml,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="white" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2.033 16.01c.564-1.789 1.632-3.932 1.821-4.474.273-.787-.211-1.136-1.74.209l-.34-.64c1.744-1.897 5.335-2.326 4.113.613-.763 1.835-1.309 3.074-1.621 4.03-.455 1.393.694.828 1.819-.211.153.25.203.331.356.619-2.498 2.378-5.271 2.588-4.408-.146zm4.742-8.169c-.532.453-1.32.443-1.761-.022-.441-.465-.367-1.208.164-1.661.532-.453 1.32-.442 1.761.022.439.466.367 1.209-.164 1.661z"/></svg>');
	    background-position-x: 5px;
    background-position-y: 4px;
	background-repeat: no-repeat;
    background-color: #39c66f;
    padding: 2px 6px 4px 25px;
    color: white;
    border-radius: 3px;
	font-size: 15px;
}
*/
.box {
	border: 2px solid #45d9e7
}
.notebox {
    
}
