/* tabs section css start here */

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}
.p-lg {
    font-size: 20px;
}
.p-md{
    font-size: 18px;
}
.p-sm {
    font-size: 16px;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.section-px {
    padding: 45px 20px;
}
.section-px h2 {
    font-size: 30px;
    line-height: 1.4;
}

.glncs #tabit {
    background: #fff;
    margin-bottom: 24px;
}
#tabit .tabs {
	display: flex;
    align-items: center;
}
#tabit .tabs-wrapper {
    padding: 32px 0;
}
#tabit .tab-hw .site-wrapper {
    width: 100%;
}
#tabit .descr .icon-txt i {
    font-size: 32px;
}
#tabit .tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    flex: 0 0 60%;
	max-width: 60%;
}
#tabit .tabs > ul li {
	display: block;
}
#tabit .tabs > ul li a,
#tabit .tabs > ul li a:visited {
	display: flex;
	text-decoration: none;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
}
#tabit .tabs > ul li a:hover,
#tabit .tabs > ul li a:focus,
#tabit .tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}
#tabit .tabs > ul li a {
    color: #333;
}
#tabit .tabs > ul li a.active i, #tabit .tabs > ul li a.active h4 {
    color: #00bbcf;
}
#tabit .tabs section {
    flex: 0 0 40%;
	max-width: 40%;
	padding: 1rem;
	display: none;
}

#tabit .tabs section > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.2s, transform 0.2s;
}

#tabit .tabs section > *:nth-child(1) {
	transition-delay: 0.2s;
}

#tabit .tabs section.active {
	display: block;
}

#tabit .tabs section.active-content > * {
	opacity: 1;
	transform: translateY(0);
}
#tabit .tabs section img {
	width: 100%;
	height: 540px;
	object-fit: contain;
}
#tabit .descr .des-txt p {
	font-size: 14px;
	color: #605e5e;
}
#tabit .descr .des-txt h4 {
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 8px;
	font-weight: 600;
}
#tabit .descr .icon-txt i {
	font-size: 18px;
	color: #777;
}
#tabit .descr {
	display: flex;
	column-gap: 16px;
	align-items: center;
	border-bottom: 1px dashed #999;
	padding: 0 0 20px;
}
#tabit .tabs > ul li:last-child a.tab-link .descr {
    border-bottom: 0;
}
#tabit .row.flex.btns {
	justify-content: center;
	column-gap: 20px;
	row-gap: 16px;
	/* margin-left: 60px; */
}
#tabit .lft a img, #tabit .rght a img {
	width: 165px;
}
#tabit .row.flex.btns {
   margin-top: 54px;
}
.lrn-btn {
	width: 100%;
	text-align: center;
}
.lrn-btn .lrn-color {
	background: #0b89b3;
	color: #fff;
	padding: 12px 48px;
	border-radius: 7px;
	font-size: 15px;
}

/* tabs section css end here */

/* responsiveness start here */

@media only screen and (max-width: 767.99px) {
	.section-px h2 {
		font-size: 24px;
	}
    #bnnr .hero-ar h1 {
        font-size: 32px;
    }
    #bnnr .hero-ar p {
        font-size: 16px;
    }
    #tabit .tabs section, #tabit .tabs > ul {
      flex: 0 0 100%;
      max-width: 100%;
    }
    #tabit .tabs { 
    flex-direction: column;
    row-gap: 2px;
    }
	#grds .grd-all img {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 480.99px) {
#tabit .descr .des-txt h4 {
    font-size: 14px;
}
.section-px h2 {
    font-size: 22px;
}
#tabit .tabs section img {
    height: auto;
}
#tabit .tabs-wrapper {
    padding: 20px 0;
}
}

/* responsiveness end here */