
:root{
  --black:#000000;
  --white:#ffffff;
  --gray:#9e9e9e;
  --borderGray:#ced4da;
  --bgLightGreen:#f3fbf3;
  --baseColor:#113335;
  --secondaryColor:#6cc072;
}

/**** start common css ****/
a, .my-btn, button, .btn {
    text-decoration: none;
    outline: none;
}
a:hover, a:active, a:focus, .my-btn:hover, .my-btn:active, .my-btn:focus, button:hover, button:active, button:focus, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
input:focus, textarea:focus, .form-check-input:focus, .form-control:focus {
    box-shadow: none;
}
.noRadius {
    border-radius: 0;
}
.noBGColor {
    background: transparent;
}
.bgLightGreen{background: var(--bgLightGreen);}
.bgBase{background: var(--baseColor);}
.sectionSpace {padding: 70px 0; position: relative;}
.pageTitleSpace{padding: 16px 16px 70px; position: relative;}
.middleTopGap{margin-top: 50px; position: relative;}

/* mainHeading */
.mainHeading {font-size: 64px; color: var(--baseColor); margin: 0; font-weight: 600; text-transform: capitalize;}
.mainHeading span{display: block; font-size: 24px; color: var(--baseColor); padding-top: 6px; font-weight: 500; text-transform: none; line-height: 35px;}
/* detailMainHeading*/
.detailMainHeading{font-size: 48px; color: var(--baseColor); font-weight: 600; text-transform: capitalize; line-height: 60px; width: 670px; margin: 0 auto; text-align: center;}
.detailMainHeading span{display: block; font-size: 16px; color: var(--gray); padding-top: 15px; font-weight: 500; text-transform: none; line-height: 21px;}
.detailMainHeading span b{color: var(--baseColor); font-weight: 500;}
.detailMainHeading span b .indicateCicle{background: var(--secondaryColor); margin: 0 3px 0 6px; width: 5px; height: 5px; border-radius: 50%; display: inline-block; position: relative; top: -3px;}
.detailMainHeading span:first-child{color: var(--secondaryColor); letter-spacing: .8px; font-size: 14px;}
/* secondHeading */
.secondHeading{font-size: 24px; color: var(--baseColor); margin: 0; font-weight: 600; text-transform: capitalize;}

.bgBase .secondHeading{color: var(--white);}
.container {width: 100%;}
p {
    font-family: "Poppins", sans-serif;
}
/**** end common css ****/



/****** start of middleContent *****/
.middleContent{position: relative; width: 100%;}

/* mainCategory */
.mainCategoryDiv{padding-bottom: 110px;}
.mainCategory{position: relative; width: 100%; height: 600px; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 10px;}
.mainCategory .mainCatDetail{position: absolute; width: calc(100% - 144px); left: 72px; bottom: -40px; background: var(--white); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 10px; padding: 22px;}
.mainCategory .mainCatDetail h5{font-size: 15px; color: var(--secondaryColor); font-weight: 500; margin: 0;}
.mainCategory .mainCatDetail h3{font-size: 24px; color: var(--baseColor); font-weight: 500; margin: 0;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.mainCategory .mainCatDetail h3 a{color: var(--baseColor);}
.mainCategory .mainCatDetail .catTimeShare{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.mainCategory .mainCatDetail .catTimeShare p{font-size: 11px; color: var(--gray); margin: 0;}
.mainCategory .mainCatDetail .catTimeShare p span{color: var(--baseColor); margin: 0 0 0 5px;}
.mainCategory .mainCatDetail .catTimeShare p span .indicateCicle{background: var(--baseColor); margin: 0 6px 0 3px; width: 5px; height: 5px; border-radius: 50%; display: inline-block; position: relative; top: -1px;}
.mainCategory .mainCatDetail .catTimeShare ul{display: flex; align-items: center; margin: 0;}
.mainCategory .mainCatDetail .catTimeShare ul li:not(:last-child){margin-right: 5px;}
.mainCategory .mainCatDetail .catTimeShare ul li a{color: var(--baseColor);}
.mainCategory .mainCatDetail .catTimeShare ul li a:not(:last-child){margin-right: 2px;}
.mainCategory .mainCatDetail .catTimeShare ul li a i{font-size: 12px;}
.mainCategory .mainCatDetail > *:not(:last-child){margin-bottom: 12px;}
/* subCategory */
.subCategory{position: relative; width: 100%; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); grid-gap: 24px;}
.subCategory .subCategoryCard{display: flex; flex-direction: column;}
.subCategory .subCategoryCard figure{margin: 0; width: 100%; border-radius: 10px; overflow: hidden;}
.subCategory .subCategoryCard figure img{width: 100%;}
.subCategory .subCategoryCard h5{font-size: 16px; color: var(--secondaryColor); font-weight: 500; margin: 0;}
.subCategory .subCategoryCard h3{font-size: 20px; color: var(--baseColor); font-weight: 500; margin: 0;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.subCategory .subCategoryCard h3 a{color: var(--baseColor);}
.subCategory .subCategoryCard > *:not(:last-child){margin-bottom: 10px;}

/* storyTabs */
.storyTabs{display: flex; margin: 35px 0 0 0; flex-wrap: wrap;}
.storyTabs li{font-size: 16px; color: var(--baseColor); font-weight: 500; border-radius: 10px; padding: 16px 34px; cursor: pointer; border: 1px solid var(--baseColor); width: 162px; display: flex; align-items: center; justify-content: center; text-align: center; transition: ease all .5s; -webkit-transition: ease all .5s;}
.storyTabs li:not(:last-child){margin-right: 16px;}
.storyTabs li.active, .storyTabs li:hover{background: var(--baseColor); color: var(--white);}

/* storiesRow */
.storiesRow{position: relative; width: 100%; display: flex;}
.storiesRow:not(:last-child){border-bottom: 1px solid var(--borderGray); padding-bottom: 24px; margin-bottom: 24px;}
.storiesRow figure{margin: 0; border-radius: 10px; overflow: hidden; width: 106px;}
.storiesRow .storiesRowContent{flex: 1; padding-left: 16px; display: flex; flex-direction: column;}
.storiesRow .storiesRowContent h5{font-size: 16px; color: var(--secondaryColor); font-weight: normal; margin: 0;}
.storiesRow .storiesRowContent h3{font-size: 24px; color: var(--baseColor); font-weight: 600; margin: 6px 0 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.storiesRow .storiesRowContent h3 a{color: var(--baseColor);}
/* mainStory */
.mainStory{position: relative; width: 100%; height: 536px; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 10px; overflow: hidden;}
.mainStory:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(0deg, rgba(0,0,0,0.6), transparent); z-index: 1; transition: ease all .5s; -webkit-transition: ease all .5s;}
.mainStory .mainStoryDetail{position: absolute; width: 100%; left: 0; bottom: 0; padding: 24px; z-index: 2;}
.mainStory .mainStoryDetail h5{font-size: 16px; color: var(--white); font-weight: normal; margin: 0;}
.mainStory .mainStoryDetail h3{font-size: 24px; color: var(--white); font-weight: 600; margin: 16px 0 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.mainStory .mainStoryDetail h3 a{color: var(--white);}

/* mostPopular */
.mostPopular.swiper{padding: 0 0 40px 0;}
.mostPopular figure{position: relative; margin: 0; border-radius: 10px; overflow: hidden;}
.mostPopular figure img{width: 100%;}
.mostPopular .mostPopularDetail{position: absolute; width: calc(100% - 114px); left: 57px; bottom: -30px; background: var(--white); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 10px; padding: 16px; opacity: 0; transition: ease all .5s; -webkit-transition: ease all .5s;}
.mostPopular .mostPopularDetail h5{font-size: 12px; color: var(--secondaryColor); font-weight: 500; margin: 0;}
.mostPopular .mostPopularDetail h3{font-size: 16px; color: var(--baseColor); font-weight: 500; margin: 0;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 24px;}
.mostPopular .mostPopularDetail h3 a{color: var(--baseColor);}
.mostPopular .mostPopularDetail .catTimeShare{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.mostPopular .mostPopularDetail .catTimeShare p{font-size: 11px; color: var(--gray); margin: 0;}
.mostPopular .mostPopularDetail .catTimeShare p span{color: var(--baseColor); margin: 0 0 0 5px;}
.mostPopular .mostPopularDetail .catTimeShare p span .indicateCicle{background: var(--baseColor); margin: 0 6px 0 3px; width: 3px; height: 3px; border-radius: 50%; display: inline-block; position: relative; top: -1px;}
.mostPopular .mostPopularDetail .catTimeShare ul{display: flex; align-items: center; margin: 0;}
.mostPopular .mostPopularDetail .catTimeShare ul li:not(:last-child){margin-right: 5px;}
.mostPopular .mostPopularDetail .catTimeShare ul li a{color: var(--baseColor);}
.mostPopular .mostPopularDetail .catTimeShare ul li a:not(:last-child){margin-right: -1px;}
.mostPopular .mostPopularDetail .catTimeShare ul li a i{font-size: 11px;}
.mostPopular .mostPopularDetail > *:not(:last-child){margin-bottom: 12px;}
.mostPopular .swiper-slide.swiper-slide-active .mostPopularDetail{opacity: 1;}

/* storyForUMain */
.storyForUMain{position: relative; width: 100%; margin-top: 50px;}
.storyForUMain .storyForURow{display: flex; align-items: center;}
.storyForUMain .storyForURow:not(:last-child){border-bottom: 1px solid var(--borderGray); padding-bottom: 24px; margin-bottom: 24px;}
.storyForUMain .storyForURow figure{margin: 0; position: relative; left: 0; top: 0; width: 350px;}
.storyForUMain .storyForURow figure img{display: block; margin: 0 auto;}
.storyForUMain .storyForURow .storyForUContent{flex: 1; padding-left: 24px;}
.storyForUMain .storyForURow .storyForUContent h5{font-size: 14px; color: var(--secondaryColor); font-weight: 500; margin: 0;}
.storyForUMain .storyForURow .storyForUContent h3{font-size: 16px; color: var(--baseColor); font-weight: 600; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 24px;}
.storyForUMain .storyForURow .storyForUContent h3 a{color: var(--baseColor);}
.storyForUMain .storyForURow .storyForUContent h6{font-size: 14px; color: var(--baseColor); font-weight: normal; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 20px;}
.storyForUMain .storyForURow .storyForUContent h6:after{content: "read more."; color: var(--baseColor); font-size: 14px; font-weight: 700; cursor: pointer;}
.storyForUMain .storyForURow .storyForUContent .catTimeShare{display: flex; align-items: center; justify-content: space-between;}
.storyForUMain .storyForURow .storyForUContent .catTimeShare p{font-size: 12px; color: var(--black); margin: 0; font-weight: 500;}
.storyForUMain .storyForURow .storyForUContent .catTimeShare p span{color: var(--gray);}
.storyForUMain .storyForURow .storyForUContent > *:not(:last-child){margin-bottom: 10px;}

/* shareLinks */
.shareLinks{position: relative; width: 100%; margin-top: 50px; display: flex; align-items: center;}
.shareLinks li:not(:last-child){margin-right: 10px;}
.shareLinks li a{display: flex; align-items: center; justify-content: center; text-align: center; width: 24px; height: 24px; border-radius: 50%; background: var(--baseColor); color: var(--white);}
.shareLinks li a i{font-size: 10px;}
.shareLinks li a.facebook{background: #3b5999;}
.shareLinks li a.facebook i{font-size: 18px; align-self: end;}
.shareLinks li a.twitter{background: #55acee;}
.shareLinks li a.linkedin{background: #4875b4;}
.shareLinks li a.whatsapp{background: #6bc071;}
.shareLinks li a.mail{background: var(--baseColor);}

/************************** blog-detail page css start **************************/

/* imageBrief */
.imageBrief{font-size: 18px; color: var(--baseColor); line-height: 30px; margin-bottom: 0;}
.imageBrief:not(:last-child){margin-bottom: 16px;}
.imageBrief .largeWord{float: left; font-size: 166px; color: var(--baseColor); background-color: #ffffff; font-weight: 600; line-height: .8; margin: 0px 18px 0 0;}

/* featureOfImage */
.featureOfImage{display: flex; flex-wrap: wrap;}
.featureOfImage .featureContent{flex: 1; display: flex; flex-direction: column;}
.featureOfImage .featureContent > *{margin-bottom: 0; color: var(--baseColor);}
.featureOfImage .featureContent h6{font-size: 16px; font-weight: 500;}
.featureOfImage .featureContent h3{font-size: 24px; font-weight: 700; margin-top: 10px;}
.featureOfImage .featureContent p{font-size: 18px; margin-top: 16px; line-height: 1.6}
.featureOfImage .featureContent ul{display: flex; flex-direction: column; margin-top: 16px;}
.featureOfImage .featureContent ul li{display: flex; align-items: baseline; font-size: 18px; color: var(--baseColor); font-weight: 500;}
.featureOfImage .featureContent ul li:not(:last-child){margin-bottom: 16px;}
.featureOfImage .featureContent ul li i{font-size: 16px; width: 40px;}
.featureOfImage .featureImg{width: 420px;}
.featureOfImage .featureImg figure{margin: 0;}

/* descrOfImage */
.descrOfImage .minusMrgn{margin-top: -265px;}
.descrOfImage p{font-size: 18px; color: var(--baseColor); line-height: 1.6; margin-bottom: 0;}
.descrOfImage p + p{margin-top: 16px;}
.descrOfImage h5{font-size: 18px; color: var(--baseColor); line-height: 1.6; font-weight: 600; margin-bottom: 16px;}
.descrOfImage p + h5{margin-top: 70px;}
.descrOfImage ol{padding-left: 30px; margin-bottom: 0;}
.descrOfImage ol:not(:last-child){margin-bottom: 24px;}
.descrOfImage ol li + li{margin-top: 24px;}
.descrOfImage ol li::marker{font-weight: 600; color: var(--baseColor);}
.descrOfImage ol li p{margin-left: -16px;}
.descrOfImage p + ol{margin-top: 35px;}
.descrOfImage article{background: var(--bgLightGreen); padding: 16px 24px; border-left: 6px solid var(--secondaryColor); display: flex; flex-direction: column;}
.descrOfImage article span{font-size: 14px; color: var(--baseColor); font-weight: 600; text-transform: uppercase;}
.descrOfImage article p{font-size: 14px; line-height: 1.5; margin-top: 6px;}
.descrOfImage .tagsBtns{position: relative; width: 100%; border-width: 1px 0; border-style: solid; border-color: var(--borderGray); margin-top: 24px; padding: 24px 0; display: flex; align-items: center;}
.descrOfImage .tagsBtns span{font-size: 12px; color: var(--baseColor); text-transform: uppercase; display: flex; align-items: center;}
.descrOfImage .tagsBtns span i{font-size: 15px; color: var(--secondaryColor); margin-right: 10px;}
.descrOfImage .tagsBtns a{border: none; background: var(--baseColor); color: var(--bgLightGreen); font-size: 14px; padding: 12px 16px; text-transform: capitalize; border-radius: 10px; text-align: center; transition: ease all .5s; -webkit-transition: ease all .5s;}
.descrOfImage .tagsBtns > *{margin-right: 24px;}
.descrOfImage .tagsBtns a:hover{background: var(--secondaryColor);}
.descrOfImage .moveBlogBtns{position: relative; width: 100%; margin-top: 24px; display: flex; justify-content: space-between;}
.descrOfImage .moveBlogBtns p{width: 300px; display: flex; flex-direction: column; margin: 0;}
.descrOfImage .moveBlogBtns p span{font-size: 12px; color: var(--gray);}
.descrOfImage .moveBlogBtns p a{font-size: 14px; color: var(--baseColor); line-height: 1.5; padding-top: 8px; font-weight: 600; transition: ease all .5s; -webkit-transition: ease all .5s;}
.descrOfImage .moveBlogBtns p a:hover{color: var(--secondaryColor);}

/* shareLinksBlog */
.shareLinksBlog{display: flex; flex-direction: column; align-items: center; width: 6rem; position: sticky; left: 40px; top: 80px;}
.shareLinksBlog .secondHeading{font-size: 18px; font-weight: normal; text-transform: uppercase;}
.shareLinksBlog .shareLinks{flex-direction: column; margin-top: 24px;}
.shareLinksBlog .shareLinks li:not(:last-child){margin: 0 0 16px 0;}

/************************** blog-detail page css end **************************/


/***********???????????**************** start media css *********?????????******************************/
@media (max-width: 1199px) {
	/**** start common css ****/
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
	/**** end common css ****/
	
	/* .subCategory */
	.subCategory{grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); grid-gap: 18px;}
	
	/* mostPopular */
	.mainCategory{height: 555px;}
	.mostPopular .mostPopularDetail{width: calc(100% - 60px); left: 30px;}
	
	/************************** blog-detail page css start **************************/
	
	/* featureOfImage */
	.featureOfImage .featureImg{width: 320px;}
	
	/* descrOfImage */
	.descrOfImage .moveBlogBtns p{width: 250px;}
	
	/************************** blog-detail page css end **************************/
}

@media (max-width: 1023px) {
	/**** start common css ****/
	/* detailMainHeading*/
	.detailMainHeading{font-size: 40px; line-height: 55px;}
	/**** end common css ****/
	
	/* .mainCategoryDiv */
	.mainCategory{height: 600px;}
	.mainCategoryDiv{padding-bottom: 70px;}
	.mainCategory{margin-bottom: 70px;}
	
	/* storiesRow */
	.storiesRow figure{width: 90px;}
	.storiesRow .storiesRowContent{padding-left: 12px;}
	.storiesRow .storiesRowContent h5{font-size: 14px;}
	.storiesRow .storiesRowContent h3{font-size: 18px;}
	/* .mainStory */
	.mainStory{height: 480px;}
	.mainStory .mainStoryDetail h3{font-size: 20px;}
	
	/* mostPopular */
	.mostPopular .mostPopularDetail{width: calc(100% - 30px); left: 15px;}
	
	/* storyForUMain */
	.storyForUMain .storyForURow figure{width: 200px;}
	.storyForUMain .storyForURow .storyForUContent{padding-left: 18px;}
	
	/************************** blog-detail page css start **************************/

	/* featureOfImage */
	.featureOfImage .featureContent p{font-size: 16px; line-height: 1.5;}
	.featureOfImage .featureContent ul li:not(:last-child){margin-bottom: 12px;}
	
	/* shareLinksBlog */
	.shareLinksBlog{left: 5px; width: 4rem;}
	.shareLinksBlog .secondHeading{font-size: 16px;}
	
	/* descrOfImage */
	.descrOfImage p{font-size: 16px;}
	.descrOfImage h5{margin-bottom: 10px;}
	.descrOfImage p + h5{margin-top: 40px;}
	.descrOfImage .tagsBtns a{padding: 10px 14px;}
	.descrOfImage .moveBlogBtns p a{font-size: 13px;}
	
	/************************** blog-detail page css end **************************/
}

@media (max-width: 767px) {
	/**** start common css ****/
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
	.sectionSpace{padding: 50px 0;}
	.middleTopGap{margin-top: 30px;}
	.pageTitleSpace{padding: 16px 0 40px;}
	.mainHeading{font-size: 40px;}
	.mainHeading span{font-size: 16px; line-height: 24px;}
	/* detailMainHeading*/
	.detailMainHeading{font-size: 30px; line-height: 40px; width: 100%;}
	.detailMainHeading span{font-size: 14px; padding-top: 8px;}
	.secondHeading{font-size: 20px;}
	/**** end common css ****/
	
	/* .mainCategoryDiv */
	.mainCategoryDiv{padding-bottom: 50px;}
	.mainCategory{margin-bottom: 50px; height: 370px;}
	.mainCategory .mainCatDetail{width: calc(100% - 20px); left: 10px; bottom: -25px; padding: 16px;}
	.mainCategory .mainCatDetail h5{font-size: 14px;}
	.mainCategory .mainCatDetail h3{font-size: 18px;}
	.mainCategory .mainCatDetail .catTimeShare p{font-size: 12px;}
	.mainCategory .mainCatDetail .catTimeShare ul{margin: 5px 0 0 0; width: 100%;}
	.mainCategory .mainCatDetail .catTimeShare ul li a i{font-size: 14px;}
	.mainCategory .mainCatDetail > *:not(:last-child){margin-bottom: 8px;}
	.subCategory .subCategoryCard h3{font-size: 18px;}
	
	/* .storyTabs */
	.storyTabs{margin: 25px 0 0 0;}
	.storyTabs li{width: calc(50% - 11px); margin-bottom: 10px;}
	.storyTabs li:not(:last-child){margin-right: 10px;}
	
	/* .storiesRow */
	.storiesRow:not(:last-child){padding-bottom: 20px; margin-bottom: 20px;}
	.storiesRow figure{width: 80px;}
	.storiesRow .storiesRowContent{padding-left: 10px;}
	.storiesRow .storiesRowContent h5{font-size: 14px;}
	.storiesRow .storiesRowContent h3{font-size: 18px;}
	
	/* .mainStory */
	.mainStory{height: 300px; margin-top: 35px;}
	.mainStory .mainStoryDetail{padding: 16px;}
	.mainStory .mainStoryDetail h5{font-size: 14px;}
	.mainStory .mainStoryDetail h3{font-size: 18px; margin: 10px 0 0 0; line-height: 26px;}
	
	/* mostPopular */
	.mostPopular .mostPopularDetail{width: calc(100% - 20px); left: 10px; bottom: -36px; padding: 10px 16px;}
	.mostPopular .mostPopularDetail h3{font-size: 14px; line-height: 20px;}
	.mostPopular .mostPopularDetail > *:not(:last-child){margin-bottom: 8px;}
	.mostPopular .mostPopularDetail .catTimeShare p{font-size: 12px;}
	.mostPopular .mostPopularDetail .catTimeShare ul{width: 100%; margin: 5px 0 0 0;}
	.mostPopular .mostPopularDetail .catTimeShare ul li a i{font-size: 12px;}
	
	/* .storyForUMain */
	.storyForUMain{margin-top: 30px;}
	.storyForUMain .storyForURow{flex-wrap: wrap;}
	.storyForUMain .storyForURow figure{width: 100%;}
	.storyForUMain .storyForURow figure img{width: 100%;}
	.storyForUMain .storyForURow .storyForUContent{padding: 16px 0 0 0;}
	
	/* .shareLinks */
	.shareLinks{margin-top: 30px;}
	
	/************************** blog-detail page css start **************************/

	/* imageBrief */
	.imageBrief{font-size: 15px; line-height: 24px; text-align: justify;}
	.imageBrief .largeWord{font-size: 70px;}
	
	/* featureOfImage */
	.featureOfImage .featureContent h6{font-size: 14px;}
	.featureOfImage .featureContent h3{font-size: 22px;}
	.featureOfImage .featureContent p{font-size: 16px; margin-top: 14px;}
	.featureOfImage .featureContent ul li{font-size: 16px;}
	.featureOfImage .featureContent ul li:not(:last-child){margin-bottom: 14px;}
	.featureOfImage .featureContent ul li i{font-size: 14px; width: 35px;}
	.featureOfImage .featureImg{width: 100%; margin-top: 20px;}
	
	/* descrOfImage */
	.descrOfImage .minusMrgn{padding-left: 5rem;}
	.descrOfImage p{font-size: 14px;}
	.descrOfImage h5{font-size: 16px; margin-bottom: 10px;}
	.descrOfImage p + h5{margin-top: 35px;}
	.descrOfImage p + ol{margin-top: 24px;}
	.descrOfImage article{padding: 12px 16px; border-left: 4px solid var(--secondaryColor);}
	.descrOfImage article span{font-size: 13px;}
	.descrOfImage article p{font-size: 13px; line-height: 1.4;}
	.descrOfImage .tagsBtns{padding: 16px 0; flex-wrap: wrap;}
	.descrOfImage .tagsBtns > *{margin-right: 10px;}
	.descrOfImage .tagsBtns span{flex: none; width: 100%; margin: 0 0 10px 0;}
	.descrOfImage .tagsBtns a{width: calc(50% - 20px); margin-bottom: 10px; font-size: 12px; padding: 10px 8px; border-radius: 6px;}
	.descrOfImage .moveBlogBtns p{width: 45%;}
	.descrOfImage .moveBlogBtns p span{font-size: 11px;}
	.descrOfImage .moveBlogBtns p a{font-size: 11px; line-height: 1.3; padding-top: 6px;}
	
	/* shareLinksBlog */
	.shareLinksBlog{width: 4rem; left: 0;}
	.shareLinksBlog .secondHeading{font-size: 16px;}
	
	/************************** blog-detail page css end **************************/
}

.upldImg {
    margin-bottom: 17px
}

.upldImg .form-label {
   margin-bottom: 19px
}

.upldImg .input-group .input-group-btn {
   z-index: 0
}

.upldImg .input-group .input-group-btn .btn {
   padding: 9px 15px;
   background-color: #6cc072;
   color: #fff;
   font-size: 14px;
   font-weight: normal
}

.upldImg .input-group .input-group-btn .btn.custom-file-uploader {
   position: relative
}

.upldImg .input-group input {
   font-size: 14px;
   font-weight: normal;
   background: transparent;
   border: none;
   box-shadow: none;
   color: #113335
}

.upldImg .input-group input::placeholder {
   color: #113335;
   opacity: 1
}

.upldImg .input-group input[type=file] {
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   width: 228px;
   height: 100%;
   opacity: 0;
   cursor: pointer
}

.upldImg small {
   font-size: 12px;
   display: block;
   margin-top: 10px;
   color: #113335;
   font-weight: normal
}