
/* CSS Document */
html {
	scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

a:focus {
	outline: none;
}

:focus {
	outline: none;
}

.page-header {
    padding: 15px 0;
}
.congratulations h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
}
.congratulations p {
    font-size: 14px;
}
.congratulations {
    background: #f19446;
    color: #fff;
    padding: 20px 0;
}
.p-social-icons li a i {
    color: #fff;
    font-size: 18px;
}

.p-social-icons ul {
    display: flex;
    justify-content: center;
}
.p-social-icons ul li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}


/* footer section css */
.main-p-sec {
    background: #f1f0ee;
    padding: 15px 0;
}
h3.pf-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-footer p {
    font-size: 13px;
    color: #2f2f2f;
}
h3.pf-title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-terms {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0;
    margin-top: 15px;
}
.term-img {
    text-align: right;
}
/* certificate css */
.certificate-wrap {
    width: 100%;
    background: #fbfaf8;
    border: 1px solid #000;
    padding: 0;
    margin: 15px 0 30px;
}
.verified {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.verified span {
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
}
.certificate-body {
    padding: 35px 0;
}
p.caption {
    font-size: 14px;
    font-weight: 500;
    color: #b1b1b1;
}
p.cname-text {
    font-size: 34px;
    font-weight: 700;
    padding: 15px 0;
}
p.cname-text1 {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
}
.cerificate-footer ul {
    display: flex;
    align-items: center;
}
.cerificate-footer ul li {
    display: inline-block;
    line-height: normal;
    text-align: left;
    font-size: 13px;
    width: 28%;
}
.cerificate-footer ul li.fr-li {
    width: 100px !important;
}
.cer-rgt {
    background: #fff;
    position: relative;
    z-index: 2;
    text-align: right;
    padding: 80px 50px;
    right: 12px;
}
.cerlft {
    padding: 80px 100px 80px 50px;
}
.cerificate-footer {
    padding-top: 100px;
}
.cer-rgt::after {
    content: "";
    width: 130px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: -63px;
    transform: skew(-10deg, 0deg);
    top: 0;
    z-index: -1;
    bottom: 0;
    border-left: 6px solid #f3f2f0;
}
.logo-sign {
    padding: 25px 0;
}
.sign-test {
    font-size: 14px;
    font-weight: 600;
}
.logo-sign p {
    font-size: 12px;
}


/* courses page css */

.course-detail-title {
    background: #f0f3f8;
    padding: 30px 0;
}
.course-profile {
    display: flex;
    justify-content: right;
    align-items: center;
}
.profile-detail {
    padding-right: 15px;
    text-align: right;
}
.profile-detail h2 {
    font-size: 14px;
    font-weight: 600;
}
.profile-detail p {
    font-size: 13px;
}
.course-d-wgdt {
    display: flex;
    justify-content: space-between;
	align-items:center;
}
.course-d-wgdt h2 {
    color: #002344;
    font-weight: 600;
    font-size: 24px;
}
.course-list {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px 20px 30px 20px;
    margin-top: 30px;
}
.hey {
    font-size: 14px;
    padding-bottom: 15px;
}
.clist {
    border-right: 1px solid #eee;
}
.clist.clist-rgt {
    border: none;
    padding-left: 30px;
}
.clist li {
    line-height: normal;
    padding: 8px 0;
}
.clist li span.c-names {
    width: 50%;
    display: inline-block;
    font-weight: 600;
}


/* Accordion styles */

ul.accordion-list {
    margin-top: 25px;
    padding: 0;
}
 ul.accordion-list li {
	 position: relative;
	 display: block;
	 width: 100%;
	 height: auto;
	 background-color: #fff;
	 padding: 15px;
	 margin: 0 auto 20px auto;
	 border: 1px solid #eee;
	 border-radius: 5px;
	 cursor: pointer;
     text-align:left;
}
 ul.accordion-list li.active h3:after {
	 transform: rotate(180deg);
}
 ul.accordion-list li h3 {
	 font-weight: 600;
	 position: relative;
	 display: block;
	 width: 100%;
	 height: auto;
	 padding: 0 0 0 0;
	 margin: 0;
	 font-size: 15px;
	 letter-spacing: 0.01em;
	 cursor: pointer;
}
/* ul.accordion-list li h3:after {
	content: "\f107";
    text-align: center;
    transition: all 0.35s;
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
	position: absolute;
	top: 0;
	color: #fcc110;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	color: #444;
}*/
 ul.accordion-list li div.answer {
	 position: relative;
	 display: block;
	 width: 100%;
	 height: auto;
	 margin: 0;
	 padding: 0;
	 cursor: pointer;
}
ul.accordion-list li div.answer p {
	 position: relative;
	 display: block;
	 font-weight: 300;
	 padding: 10px 0 0 0;
	 cursor: pointer;
	 line-height: 150%;
	 margin: 0;
	 font-size: 14px;
}
 ul.accordion-list li i {
    color: #00b60a;
    padding-right:5px;
}


@media (max-width: 767px) {
	
.course-name .heading02 {
    font-size: 20px;
}
.clist.clist-rgt {
    padding-left: 15px;
}
.clist.clist-rgt {
    padding-left: 15px;
    padding-top: 15px;
}
.clist {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.clist li {
    display: flex;
}
.course-accordiant input:checked ~ .tab-content {
    font-size: 14px;
}
}
.devider {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin-bottom:1.5rem;
}
.ShowError {
    border: 2px solid #dc3545 !important;
}
