@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');

h1, h2, h3 ,h4, h5, h6 {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #121212;
  letter-spacing: -0.24px;
}
ul {
  padding: 0;
}
ul li { 
  list-style: none;
}
.bloglistigArea {
  width: 100%;
  padding: 60px 0 60px;
}
a {
  transition: all ease 0.5s;
}

/* .pac-container{
  z-index: 100000 !important;
}
::ng-deep .pac-container {
  z-index: 1000000 !important;
} */
 .ipsType_pageTitle {
    border: 0;
    border-bottom: 1px solid #57AAE8;
    margin-bottom: 25px !important;
    font-weight: 600;
    font-size: 20px;
}
.bloglistigArea .slick-arrow {
  position: absolute;
  top: -70px;
  right: 15px;
  width: 44px;
  height: 44px;
  border: 0;
  background: linear-gradient(180deg, #B157F1 0%, #1897DC 100%);
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloglistigArea .slick-arrow.slick-prev {
  right: 80px;
}
.bloglistigArea .slick-next.slick-arrow {

}
.blogslide .slick-track {
  margin: 0 -15px;
  
}
.blogslide .slide_item {
  padding: 0 15px;
}
.blogslide .slick-current .card.card_item {
  padding: 0px 0px 30px;
  border-radius: 20px;
  background: #FFF;
  /* box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.15); */
  box-shadow: inherit;
  margin-bottom: 0;
}

.featured_news .card.card_item {
  padding: 0px 0px 30px;
  border-radius: 20px;
  background: #FFF;
  /* box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.15); */
  margin-bottom: 0;
}
.featured_news .slide_item {
  margin-bottom: 30px;
}

.heading h2 {
  color: #121212;
  font-size: 38px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.heading h2 span {
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.question_itemBox .subjectJobBox {
    margin: unset !important;
}
.innerBlogContect.job_type_data {
    padding: unset !important;
}
.bloglistigArea .heading h2 {
  margin-bottom: 0px;
}
.featuredNews {
  padding-top: 30px;
}
.card_item {
  border: 0;
}
.card_item .card_image {
  position: relative;
  background: #F6F9FE;
}
.card_item .card_image img {
  border-radius: 20px;
  height: 205px;
  object-fit: contain;
}
/* .card_item .card_image::before {
  content: "";
  width: 100%;
  height: 100%; 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
  border-radius: 20px;
} */
.card_item .card-title {
  color: #121212;
  font-size: 20px;
  font-family: Gilroy;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}
.card_item .card-body {
  padding: 24px 0 0;
}
.card_item .card-body p {
  color: #121212;
  font-size: 16px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.16px;
  opacity: 0.800000011920929;
}

.blogslide .card_item .card-body p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.learnMore {
  color: #121212;
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
}
a.learnMore img {
  margin-left: 5px;
}

/* side Bar */
.right_cardBox {
  padding-top: 40px;
}
.right_cardBox:first-child {
  padding-top: 0;
}
.right_cardBox h3 {
  color: #121212;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.right_cardBox .card p {
  color: #121212;
  font-size: 16px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.800000011920929;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right_cardBox .card {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 12px;
}
.right_cardBox .sm_image img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0px 0px 12px;
}

.right_cardBox h4 {
  font-size: 24px;
  letter-spacing: -0.26px;
}
.right_cardBox .card:last-child {
  margin-bottom: 0;
}

/* featuredNews */
.featuredNews .card.card_item {
  margin-bottom: 50px;
}
.featuredNews .card.card_item:last-child {
  margin-bottom: 0;
}
.featuredNews .card_item img {
  border-radius: 14px;
}
.featuredNews .card_item .kind {
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-size: 16px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.featuredNews .card_item span {
  color: #121212;
  font-size: 16px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: 10px;
  text-align: right;
}
.featuredNews .card_item h3 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.34px;
}
.featuredNews .card_item p {
  color: #121212;
  font-size: 18px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.18px;
}


/* getblogStorieArea */
.getblogStorieArea {
  padding: 30px 0 30px;
  width: 100%;
  background-image: linear-gradient(#BDABDA, #A2C1E0);
 
}
.getblogStorieArea .getContant {
  /* padding-left: 60px; */
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.getblogStorieArea .storie_head {
  width: 60%;
}
.getblogStorieArea .rightForm_subscribe {
  width: 40%;
}
.rightForm_subscribe form.email_subscribe .form-group {
  display: flex;
}
.getblogStorieArea .categoryContentData.categoryDataNew {
  margin-top: 0;
}
.getblogStorieArea .getContant h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 0;
  /* max-width: 507px;  
  text-align: center; */
}

.getblogStorieArea .getContant .form-group .form-control {
  width: 100%;
  padding: 16px 23px;
  border-radius: 10px;
  border: 1px solid rgba(18, 18, 18, 0.6);
  background: #D9D9D9;
  color: rgba(18, 18, 18, 0.6);
  font-size: 18px;
  font-family: Quicksand;
  margin-right: 0;
  /* border-radius: 10px 0px 0px 10px; */
}
.getblogStorieArea .getContant .form-group .btn.subscribeBtn {
  margin-left: 10px !important;
  margin-top: 0px;
  padding: 16px 20px;
  height: 61px;
}

.subscribeBtn {
  padding: 18px 18px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: #408CE5;
  text-transform: uppercase;
}

.subscribeBtn.submitReview {
  width: 100%;
  margin-top: 15px;
  padding: 15px 18px;
}


/* listing */
/* blogDetailArea */
.bloglistigArea.blogDetailArea .heading h2 {
  margin-bottom: 18px;
}
.blogDetailArea .adminTag li {
  display: inline-block;
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 400;
  line-height: normal;
  padding-right: 19px;
}
.blogDetailArea .adminTag li span {
  opacity: 0.5;
  margin-right: 25px;
}
.blogDetailArea .adminTag li:last-child {
  padding-right: 0;
}
.blogDetailArea .adminTag li:last-child span {
  margin-right: 0;
}

.contantDetails p {
  color: #121212;
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-bottom: 30px;
}
.contantDetails  h3 {
  color: #121212;
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.rightSideBar form {
  position: relative;
  margin-bottom: 35px;
}
.rightSideBar .form-control {
  padding: 19px 15px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.80);
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 300;
}
.searchBtn {
  font-size: 22px;
  color: #fff;
  width: 52px;
  height: 49px;
  background: linear-gradient(180deg, #A287F3 0%, #53ABE7 100%);
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest_article.rightSideBar h3 {
  font-size: 24px;
}
.latest_article .article_card .date {
  margin-bottom: 15px;
  color: #408CE5;
  font-size: 14px;
  font-family: Quicksand;
  font-weight: 500;
  line-height: 16px;
  display: block;
}
.latest_article .article_card h5 {
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: normal;
}
.latest_article .right_cardBox .card.article_card p {
  font-size: 14px;
  -webkit-line-clamp: 4;
}

.subscribeBox {
  padding: 20px 20px 5px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.10);
}
.subscribeBox .form-control {
  background-color: transparent;
  font-size: 18px;
  padding: 14px 15px;
}
.subscribeBox .searchBtn {
  width: 41px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribeBox .subscribeBtn {
  padding: 19px 40px;
  width: 100%;
  color: #FFF;  
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #408CE5;
  margin-left: 0;
}
.rightSideBar .subscribeBox form {
  position: relative;
  margin-bottom: 20px;
}

/* previousNext_Article */
.previousNext_Article .tagContent {
    max-width: 365px;
}
.previousNext_Article .tagContent.right {
  margin-left: auto;
}
.previousNext_Article .tagContent h3 {
  margin: 0 0 20px;
  color: #121212;
  font-size: 22px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: normal;
}
.previousNext_Article .tagContent .tagList {
  margin-bottom: 40px;
}
.previousNext_Article .tagContent .tagList li {
  display: inline-block; 
  margin-right: 18px;
}
.previousNext_Article .tagContent .tagList li:last-child {
  margin-right: 0;
}
.previousNext_Article .tagContent .tagList li a {
  padding: 7px 18px 6px;
  color: #000;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  font-family: Gilroy;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.40);
}
.previousNext_Article .tagContent .previous {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #121212;
  font-size: 22px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: normal;
  opacity: 0.699999988079071;
}
.previousNext_Article .tagContent .previous i {
  font-size: 15px;
  margin-right: 6px;
}
.previousNext_Article .tagContent.right {
  text-align: right;
}
.previousNext_Article .tagContent.right .previous {
  justify-content: flex-end;
}
.previousNext_Article .tagContent.right .previous i {
  margin-right: 0;
  margin-left: 6px;
}

/* socilal_icon */
.socilal_icon {
  display: flex;
  justify-content: flex-end;
}
.socilal_icon li {
  display: inline-block;
  margin-right: 20px;
}
.socilal_icon li:last-child {
  margin-right: 0;
}
.socilal_icon li a {
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #1559C2;
}
.socilal_icon li a.twitter {
  background: #1EA9E9;
}
.socilal_icon li a.whatsapp {
  background: #43CE13;
}
.socilal_icon li a.email {
  background: #5A83F7;
}
/* .career_location_dropdown_itemBox {
    background-color: #fffefe;
    margin-top: 6px;
    padding-left: 8px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 5px;
} */
/* adminBox */
.adminBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 45px;
}
.adminBox .user {
  margin-right: 40px;
  padding: 12px;
  display: inline-block;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  background: rgba(60, 140, 229, 0.20000000298023224);
}
.adminBox .user img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

/* articleListBox */
.articleListBox {
  margin-top: 40px;
}
.articleListBox .card_item h4 {
  color: #121212;
  font-size: 22px;
  font-family: Gilroy;
  /* font-weight: 500; */
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.articleListBox .card_item h4 a {
  color: #121212;
}
.articleListBox .card_item .date {
  color: #121212;
  font-size: 14px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: normal;
}

/* btnGroup */
.btnGroup {
  display: flex;

}
.btnGroup .prevBtn {
  padding: 8px 11px 7px;
  color: #121212;
  font-size: 14px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.80);
  opacity: 0.800000011920929;
}
.btnGroup .prevBtn img {
  margin-right: 5px;
}
.btnGroup .prevBtn.nextBtn {
  margin-left: 7px;
}
.btnGroup .prevBtn.nextBtn img {
  margin-right: 0;
  margin-left: 5px;
}

/* leaveReplyBox */
.leaveReplyBox {
  padding: 20px 0 0;
}
.leaveReplyBox h4 {
  color: #121212;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 15px;
}
.upload-area {
 height: 145px;
}
.leaveReplyBox .form-group .form-control {
  padding: 11px 25px;
  color: #121212;
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  border-radius: 0;
  border-radius: 5px;
}
.leaveReplyBox .form-group textarea.form-control {
  height: 369px;
  resize: none;
}
#review.form-control {
  height: 100px !important;
}
.rate {
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.explore-rating.explore-content {
    margin-left: 16px;
}
.rate .star {
  display: flex;
}
.rate h5 {
  margin-bottom: 15px;
  color: #121212;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.800000011920929;
  margin-bottom: 0;
}
.rate .star li {
  margin-right: 15px;
}

.uploadFile .sub { width: 100%; position: relative; cursor: pointer; }
.uploadFile .sub input.file[type=file] { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; z-index: 999; cursor: pointer; }
.uploadFile .sub span { 
  padding: 10px;  
  height: 146px; 
  width: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: none; 
  border: 1px solid rgba(0, 0, 0, 0.30);
  color: #121212; 
  background: none; 
  border-radius: 5px; 
  font-size: 14px; 
  font-family: Gilroy; 
  font-weight: 400; 
  text-align: center; 
  position: relative; 
  z-index: 1; 
  opacity: 0.800000011920929;
}
.btn.subscribeBtn.submitBtn {
  margin-top: 30px;
  padding: 15px 28px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb li {
  color: #000;
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 600;
  line-height: normal;
}
.breadcrumb-item.active {
  color: #000;
}
.breadcrumb li a {
  color: #408CE5;
}
.breadcrumb li a:hover {
  color: #000;
}

/* landmarkContantBox */
.landmarkContantBox {

}
.landmarkContantBox .listTag li {
  margin-right: 30px;
}

.landmarkContantBox .heading h2 {
  margin-bottom: 20px;
  font-size: 38px;
}
/* video_modal */
.video_modal .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video_modal .modal-dialog {  
  margin-top: 40px;
}
.video_modal .video-responsive iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.video_modal .modal-body  {
  padding: 0;
}
.video_modal .modal-header {
  padding: 0;
}
.video_modal .modal-content .btn-close {
  background: linear-gradient(180deg, #B157F1 0%, #1897DC 100%);
  opacity: 1;
  text-shadow: none;
  color: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 5;
  right: -18px;
  top: -18px;
  border-radius: 50%;
  outline: none;
}
.video_modal .modal-content .btn-close span {
  font-size: 33px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.view_all_photo a {
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.view_all_photo a:hover {
  background: linear-gradient(to right, #338CE0 0%, #7E6EEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landmarkContantBox .heading p {
  color: #121212;
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.18px;
} 
.listTag {
  display: flex;
  flex-wrap: wrap;
}
.listTag li {
  display: flex;
  margin-right: 50px;
  align-items: center;
}
.listTag li span {
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
.listTag li i {
  font-size: 14px;
  margin-right: 5px;
  color: #393838;
}
.listTag li:last-child {
  margin-right: 0;
}
.listTag li a {
  line-height: 1;
}
.listTag li a img {
  width: 16px;
  margin-right: 3px;
}
.listTag.ratingList li span {
  opacity: 1;
  color: #fff;
}

/* landmarksthumbBox */
.landmarksthumbBox {
  max-width: 925px;
  position: relative;
}
.bloglistigArea .landmarksthumbBox .slick-arrow {
  top: 0;
  right: -20px;
  bottom: 0;  
  margin: auto; 
}

.editPenBox {
  width: 32px;
  height: 32px;
  background: linear-gradient(180deg, #B157F1 0%, #1897DC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 5px;
}

.heading.mb-4 {
  display: flex;
}

.editPenBox .editPenIcon {
  color: #fff;
  font-size: 16px;
}

.bloglistigArea .landmarksthumbBox .slick-arrow i {
  font-size: 24px;
}
.bloglistigArea .landmarksthumbBox .slick-arrow.slick-prev {
  left: -20px;
  right: auto;
}
.landmarksthumbBox .thumbImg img {
  width: 100%;
  border-radius: 8px;
  /* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); */
}
.landmarksthumbBox .slider-banner-image img {
  border-radius: 14px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.banner-slider .slider.slider-for, .sub_landm {
  padding-right: 26px;
}
.banner-slider .slider-for .slick-slide img {
  width: 100%;
  border-radius: 10px;
  height: 308px;
  object-fit: cover;
}
.banner-slider .slider-for img {
  width: 100%;
}
.landmarksthumbBox .slider-nav.thumb-image {
  margin-top: 30px;
}
.landmarksthumbBox .slider-nav.thumb-image .slick-track {
  margin: 0 -15px;
}
.landmarksthumbBox .slider-nav.thumb-image .thumbnail-image {
  padding: 0 15px;
}

.landmarksthumbBox .slider-nav {
  margin-top: 30px;
}
.landmarksthumbBox .slider-nav	.item-slick {
		max-width: 240px;
		margin-right: 15px;
		outline: none!important;
		cursor: pointer;
}
.landmarksthumbBox .slider-nav	.item-slick	img{
    max-width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.detailsView {
  margin-top: 30px;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailsView li h5 {
  font-size: 18px;
  font-family: Gilroy;
}
.detailsView li h5 a {
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detailsView li a img {
  width: 18px;
}
.searchBlog.discount_search_blog .bottom_text .coupon_card a {
  font-weight: 600;
}

.view_btn {
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, #A089F3 , #57AAE8);
  border-radius: 50px;
  color: #fff;
}
.view_btn:hover {
  background-image: linear-gradient(to right, #57AAE8 , #A089F3);
  color: #fff;
}

.sub_landm {
  margin-top: 15px;
  justify-content: space-between;
  display: block !important;
}
.sub_landm span {
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
  display: block;
  margin-bottom: 6px;
}

.video_modal .modal-dialog {
  padding: 0 20px;
}
.explore_list i {
  color: #348ce0;
  margin-right: 3px;
}

.right_cardBox.near_ByCard {
  padding-top: 30px;
}
.right_cardBox.near_ByCard h3 {
  margin-bottom: 20px;
}
.near_ByCard .sm_image {
  width: 120px;
}
.near_ByCard .subCard_box {
  width: calc(100% - 140px);
}
.near_ByCard .subCard_box p {
  color: #212121;
  font-weight: 600;
  opacity: 1;
  font-family: Gilroy;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.price_listing .origanal_price {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-decoration: line-through !important;
  vertical-align: middle !important;
  color: #707174 !important;
}

.price_listing .offer_price {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #348ce0 !important;
  vertical-align: middle !important;
}
.price_listing .off_pfice {
  background-color: #d7f0c6;
  color: #348ce0;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 8px;
  vertical-align: middle;
  border-radius: 30px;
  text-transform: uppercase;
}

/* tabsContantArea */
.tabsContantArea {
  padding: 25px 0 0;
  max-width: 1070px;
}
.tabsContantArea .nav-tabs {
  border: 0;
  /* background: #F6F9FE;
  padding: 15px 10px 0; */
  border-bottom: 1px solid #57AAE8;
  margin-bottom: 25px !important;
}
.tabsContantArea .tab-content {
  padding: 20px 40px 0 0;
}
.tabsContantArea li.nav-item {
  margin-right: 30px;
  margin-bottom: 0;
  flex-basis: inherit;
  flex-grow: inherit;
}
.tabsContantArea li.nav-item:last-child {
  margin-right: 0;
}
.tabsContantArea .nav-tabs .nav-item .nav-link {
  padding: 0px 0px !important;
  border: 0;
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.18px;
  background: transparent;
  border-radius: 8px;
  border-bottom: 4px solid transparent;
  padding-bottom: 5px !important;
}
.tabsContantArea .nav-tabs .nav-item .nav-link.active {
  border-image: linear-gradient(261deg, #A089F3 0%, #57AAE8 100%) 0 0 1;
  color: #57AAE8;
  /* background: linear-gradient(261deg, #A089F3 0%, #57AAE8 100%); */
  font-weight: 700;


}
.tabsContantArea .tab-content h4 {
  margin-bottom: 20px;
  color: #121212;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: normal;
}
.tabsContantArea .tab-content h2 {
  margin-bottom: 20px !important;
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-bottom: 3px solid #57AAE8;
  padding: 0 0 10px;
  font-weight: 700 !important;
}
.tabsContantArea .subText_box {
  border-bottom: 1px solid #57AAE8;
  margin-bottom: 20px;
}
.tabsContantArea .tab-content p {
  margin-bottom: 20px;
  color: #121212;
  font-size: 18px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-top: 0;
  /* word-break: break-all; */
}
.tabsContantArea .tab-content p strong {
  font-family: Gilroy;
  font-weight: 700;
}
.tabsContantArea .tab-content .reaturText {
  padding-left: 15px;
  display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tabsContantArea .tab-content .reaturText li {
  width: 33.33%;
  margin-bottom: 4px;
  position: relative;
  padding-left: 22px;
  color: rgba(18, 18, 18, 0.50);
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.tabsContantArea .reaturText2 {
  width: 33.33%;
  margin-bottom: 4px;
  position: relative;
  padding-left: 22px;
  color: rgba(18, 18, 18, 0.50);
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.tabsContantArea .tab-content .reaturText.carrerlist li {
  width: 100% !important;
}
.tabsContantArea .tab-content .reaturText li:before {
  content: "";  
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #A0A0A0;
  position: absolute;
  top: 6px;
  left: 0;
}
.tabsContantArea .tab-content .reaturText li.active {
  background: linear-gradient(to right, #A089F3 0%, #57AAE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tabsContantArea .tab-content .reaturText li.active:before{
  background: linear-gradient(180deg, #A089F3 0%, #57AAE8 100%);

}

/* galleryBox */
.galleryBox .gallery_item {
  margin-bottom: 30px;
}
.galleryBox .gallery_item img {
  width: 100%;
  position: relative;
  height: 205px;
  object-fit: cover;
  border-radius: 20px;
}

#baguetteBox-overlay {
  z-index: 999999999;
}
.galleryBox .lightbox {
  position: relative;
  display: block;
}
.galleryBox .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  transition: 0.4s;
  border-radius: 20px;
}
.galleryBox .lightbox:hover:after,
.galleryBox .lightbox:hover:before {
    opacity: 1;
}


.seeList {
  padding-left: 10px;
  margin-bottom: 26px;
}
.seeList li {
  position: relative;
  padding-left: 15px;
  color: #121212;
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.seeList li:before {
  content: "";
  width: 8.187px;
  height: 8.187px;
  background: linear-gradient(180deg, #A089F3 0%, #57AAE8 100%);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
}

.commentPart {
  max-width: 100%;
  margin-top: 52px !important;
}
.commentBox {
  justify-content: space-between;
  align-items: center;
}

/* commentView */
.commentView {
  margin-top: 10px;
}
.commentView .user {
   width: 35px;
   height: 35px;
   border-radius: 100%;
   margin-right: 10px;
}
.commentView .user img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.commentView .text {
  width: calc(100% - 47px);
}
.commentView .text h6 {
  font-size: 16px;
  font-weight: 400;
}
.tabsContantArea .tab-content .commentView p {
  font-size: 16px;
}

.starList.listTag {
  margin-top: 5px;
  margin-bottom: 8px;
}
.starList.listTag li {
  margin-right: 2px;
}
.starList.listTag li span {
  font-weight: 600;
  opacity: 1;
}
/* reviewPart */
.reviewPart .ratingBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
}
.reviewPart .ratingBox .sub {
  width: 214px;
}
.reviewPart .ratingBox .star {
  margin-right: 8px;
}
.reviewPart .ratingBox .star img {
  width: 17px;
}
.reviewPart .ratingBox .rateT {
  position: relative;
  top: 2px;
  display: inline-block;
  min-width: 12px;
}

.shortBy {
  margin-left: 10px;
  padding: 4px 10px 6px;
  color: #6C6C6C;
  font-size: 16px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-image: linear-gradient(#e6e2fb, #d7e7f9);
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.addComment {
  margin-top: 60px;
  padding: 26px 0;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #A089F3, #57AAE8);
  border-left: 0;
  border-right: 0;
}
.addComment textarea{
  padding: 10px 22px;
  width: 100%;
  height: 102px;
  color: #979797;
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  border-radius: 10px;
  border: 1px solid #121212;
  opacity: 0.6000000238418579;
  background: #D9D9D9;
  resize: none;
}

/* popular_BlogPart */
.popular_BlogPart {
  padding: 60px 0 30px;
}
.popular_BlogPart .item {
  display: flex;
  flex-wrap: wrap;
}
 .list_item {
  width: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
}
.popularList_item {
  width: 100%;
}
 .popularList_item h4, .right_cardBox.near_ByCard .bgHead {
  padding: 17px 0;
  color: #FFF;
  font-size: 22px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: 1.1;
  background-image: linear-gradient(to right, #A089F3 , #57AAE8);
  text-align: center;
  border-radius: 5px 5px 0 0;
}
 .popularList_item .subText {
  padding: 15px 40px 30px
}

.right_cardBox.near_ByCard .bgHead {
  text-align: left;
  padding: 17px 15px;
}

 .popularList_item .subText .sub {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
 .popularList_item .subText .sub:last-child {
  margin-bottom: 0;
}
 .popularList_item .subText span.image {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  margin-right: 16px;
}
 .popularList_item .subText span.image img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
 .popularList_item .subText .text {
  width: calc(100% - 86px);
}
 .popularList_item .subText .text h5 {
  margin-bottom: 16px;
  color: #000;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: normal;
}
 .popularList_item .subText .text .listTag {
  margin: 0;
}

.rightSideBar .popularList_item .subText {
  padding: 15px 15px 30px;
}
/* .popularList_item h4 {
  padding: 17px 0;
  color: #FFF;
  font-size: 22px;
} */

/* Search Page */
/* selectOrder */
.selectOrder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.selectOrder .breadcrumb {
  margin-bottom: 15px;
}

.selectBox .formSelect {
  width: 220px;
  padding: 10px 40px 10px 20px;
  color: #121212;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #bebdbd;
  appearance: none;
  background: url(../../assets/images/arrow_down1.png) 96% center no-repeat;
  background-size: 18px !important;
}

.orderSelectBox {
  width: calc(100% - 332px);
  justify-content: space-between;
}
/* order_searchBox */
.order_searchBox .search_input {
  width: 270px;
  padding: 10px 28px 10px 30px;
  color: #121212;
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #bebdbd;
}
.order_searchBox {
  position: relative;
}
.filter_search_cross_icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #8b93f0;
  cursor: pointer;
}
.order_searchBox .filter_search_icon {
  font-size: 22px;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #8b93f0;
  cursor: pointer;
}

.filter_search_cross_icon i.fa.fa-circle-xmark {
  font-size: 16px;
}

/* leftSideBar */
.leftSideBar .accordion .accordion-item {
  border-radius: 0;
  border: 0;
}
.leftSideBar .accordion-item .accordion-header .accordion-button {
  /* padding: 12px 15px;
  color: #121212;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px; */
    padding: 12px 0px;
    color: #121212;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-radius: 0;
    background: #FFF;
    box-shadow: inherit;
    margin-bottom: 0px;
    border-bottom: 1px solid #bebdbd;

  
}
.leftSideBar .accordion-item .accordion-header .accordion-button span{
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
/* .accordion-button::after {
  width: 26px;
  height: 26px;
  background: red;
} */
.leftSideBar .accordion-item .accordion-body {
  padding: 15px 0 15px;
}

.leftSideBar .form-group, .brondCheck .form-group {
  display: block;
  margin-bottom: 15px;
}

.leftSideBar .form-group input, .brondCheck .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.leftSideBar .form-group label, .brondCheck .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
}

.leftSideBar .form-group label:before, .brondCheck .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #408CE5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.leftSideBar .form-group input:checked + label:after, .brondCheck .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.leftSideBar .form-group input:checked + label:before, .brondCheck .form-group input:checked + label:before {
  background: #408CE5;
}

/* 
 input.new_category_CheckBox:checked + label:after, input.new_category_CheckBox:checked + label:after {
  top: 4px !important;
  left: 9px !important;
  width: 1px !important;
  height: 14px !important;
  border: 1px solid #fff !important;
  border-width: 1px !important;
  transform: rotate(90deg) !important;
} */


label.new_category_CheckBox:before, label.new_category_CheckBox:before {
  content: '-' !important;
  padding: 8px !important;
  background: #408CE5 !important;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 19.2px;
  height: 19.2px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.leftSideBar .accordion-button::after {
  /* background-image: url(../../assets/images/downArrowBg.png); */
  background-image: none;
}
.leftSideBar .accordion-button i {
  font-size: 22px;
  transition: all ease 0.5s;
  position: absolute;
  right: 0;

}
.leftSideBar .accordion-button img {
  position: absolute;
  right: 16px;
  width: 24px;
  transition: all ease 0.5s;
}

.leftSideBar .price-input {
  display: block !important;
  margin: 0px 0 0px !important;
}
.leftSideBar .price-input .field {
 height: 38px !important;
}
.leftSideBar .price-input .separator {
  font-size: 0;
  padding: 4px 0;
  width: 100%;
}
.leftSideBar .range_input_wrapper {
   padding: 0 0px 6px;
}
.leftSideBar .price-input .field span {
  width: 34px;
}

.accordion-button:not(.collapsed) img, .accordion-button:not(.collapsed) i {
  transform: var(--bs-accordion-btn-icon-transform);
}

.inner_accordion .accordion-item .accordion-header .accordion-button {
  background: transparent ;
  box-shadow: inherit;
  padding: 0 !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
  font-size: 29px !important;
  margin-left: 4px; 
  position: absolute;
  top: -7px;
  border-bottom: 0;
  width: auto;

}
.leftSideBar .inner_accordion .accordion-body {
  padding: 10px 0 0 22px;
}
.inner_accordion .accordion-header .accordion-button::after {
  background-image: none;
}

.radio_item {
  margin-bottom: 5px;
}
.radio_item [type="radio"]:checked, .radio_item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_item [type="radio"]:checked + label,
.radio_item [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio_item [type="radio"]:checked + label:before,
.radio_item [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #408CE5;
    border-radius: 100%;
    background: #fff;
}
.radio_item [type="radio"]:checked + label:after,
.radio_item [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #408CE5;
    position: absolute;
    top: 3.5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio_item [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio_item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.price_range .form-label .mile {
  width: 60px;
  border: 0;
  border-bottom: 2px solid #1E99E0;
  margin: 0 2px;
}
.price_range .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* filterBoxMbl */
.filterBoxMbl {
  width: 100%;
  display: none;
}
.filterBoxMbl .modal-footer {
  justify-content: start;
}
.shortFliter {
  padding: 14px 15px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
}
.shortFliter li a {
  font-size: 16px;
  font-family: Gilroy;
  font-weight: 600;
  color: #212121;
}
.brondCheck .form-group label {
  font-size: 15px;
  font-weight: 600;
}
.shortContent .modal-header, .fliterContent .modal-header {
  border-bottom: 1px solid #ddd;
}
.shortContent .modal-header h5 {
  margin: 0;
  font-size: 18px;
}

.fliterContent .modal-body {
  padding: 20px 22px 0;
}
.fliterContent .fliterTabBox  {
  display: block;
  /* flex-wrap: wrap; */
  width: 100%;
}
.fliterContent .fliterTabBox .nav-tabs {
  width: 40%;
  border-right: 1px solid #ddd;
    border-bottom: 0;
    padding-right: 6px;
}
.fliterContent .fliterTabBox .nav-tabs li {
  display: block; 
  width: 100%; 
  margin-bottom: 10px;
}

.fliterContent .fliterTabBox .nav-tabs li a {
  padding: 10px 10px;
  font-size: 14px;
  font-family: Gilroy;
  font-weight: 600;
  color: #212121;
}
.fliterContent .fliterTabBox .nav-tabs li a.active {
  border: 1px solid #eee;
  background: #f6f9fe;
}
.fliterContent .fliterTabBox .tab-content {
  width: 60%;
  padding: 0 0 0 20px;
}

.fliterContent .modal-footer {
  padding: 10px 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  background: #F6F9FE;
}
.fliterContent .foterBtn ul {
  margin: 0;
}
.fliterContent .foterBtn ul li {
  display: inline-block;
}
.foterBtn .btn {
  padding: 10px 26px;
  border: 1px solid #444;
  border-radius: 40px;
  display: inline-block;
  background: #fff;
}
a.filter_btn.btn {
  background: #408CE5;
  color: #fff;
  border: 1px solid transparent;
}
.foterBtn .btn:hover {
  background: #56a1f9 !important;
  border: 1px solid transparent;
  color: #fff;
}




.searchBlog .card_item {
  position: relative;
}
.searchBlog .card_item .card-body {
  padding: 20px 0 0 0px;
  max-width: 270px;
}
.searchBlog .card_item .card-body ul {
  margin: 10px 0 0;
}
.searchBlog .card_item .card-body ul li ul {
  border-bottom: 1px solid #57AAE8;
  padding: 0 0 3px;
  margin-bottom: 3px;
}
.searchBlog .card_item .card-body h4 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 20px;
}
.searchBlog .card_item .card-body ul li {
  color: #000;
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.12px;
}
.ratingList {
  position: absolute;
  right: 20px;
  top: 15px;
}

.ratingList span {
  width: 26px;
  height: 26px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  background: linear-gradient(180deg, #A089F3 0%, #57AAE8 100%);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.ratingList li {
  opacity: 1;
}

/* pagination */
/* .pagination {
    flex-wrap: wrap;
    margin: 0;
}
.pagination .page-item {
  margin-bottom: 10px;
}
.pagination .page-item .page-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid #408CE5;
  border-radius: 0;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pagination .page-item.active .page-link {
  border-radius: 4px;
  background: linear-gradient(180deg, #A089F3 0%, #57AAE8 100%);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin-right: 0;
}
.pagination .page-item:first-child .page-link {
  width: 34px;
  border: 1px solid #408CE5;
  border-radius: 5px 0 0 5px;
  margin-right: 5px;
 
}
.pagination .page-item:last-child .page-link {
  width: 34px;
  border: 1px solid #408CE5;
  border-radius: 0 5px 5px 0;
}
.pagination .page-item:nth-last-of-type(2) .page-link {
  border-right: 0;
} */


/* .set a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set a i{
  float: right;
  margin-top: 2px;
}
.set a.active{
  background-color:#3399cc;
  color: #fff;
}

.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
} */

.searchBlog.discount_search_blog
.bottom_text {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchBlog.discount_search_blog .card_item .card-body {
  padding: 20px 0 0 16px;
  max-width: 100%;
}

/* top-header */
.top-header {
  padding: 8px 0 4px;
  /* background: rgba(241, 241, 241); */
  background: #F6F9FE;
}
.top-header ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top-header ul li {
  margin-bottom: 5px;
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #121212;
  line-height: 1;
}
.top-header ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.top-header ul li a {
  color: #121212;
  font-size: 14px;
}

/* Home Page */
.banner_area {
  background: #F6F9FE;
  position: relative;
  padding: 20px 0 20px !important;
}
.banner_area:before {
  content: "";
  width: 52px;
  height: 72px;
  position: absolute;
  left: 30px;
  top: 22px;
  background: url(../../assets/images/lingBg-1.png) no-repeat;
  display: none;
}
.banner_area:after {
  content: "";
  width: 78px;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 22px;
  background: url(../../assets/images/lingBg-2.png) no-repeat;
  display: none;
}
.banner_area .heading h2 {
  font-size: 38px;
  line-height: 1.2;
  text-align: left;
  /* word-break: break-all; */
  text-align: center;
}
.heading h2 strong.college {
  position: relative;
  z-index: 1;
  padding: 4px 0;
  display: inline-block;
  color: #fff;
  /* font-weight: 700;
  font-family: Gilroy; */
}
.heading h2 strong.college svg {
  position: absolute;
  left: -10px;
  right: 0;
  z-index: -1;
  top: 0;
}

span.home_featured_item_delete {
  display: inline-block;
  padding: 0;
}
span.home_featured_item_delete a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    padding: 4px 8px 6px;
    background: #5bbdea;
    position: absolute;
    top: 4px;
    left: 4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 0 10px #0003;
    border-radius: 24px;
    margin: 0 !important;
}
span.home_featured_item_delete a i.bi.bi-trash {
  position: relative;
  top: 1px;
}

.banner_area p {
  margin-bottom: 25px;
  color: #121212;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.bnr_form {
  padding: 25px 26px;
  border-radius: 15px;
  border: 1px solid rgba(0 ,0 , 0, 0.20000000298023224);

}
.bnr_form .form-group {
  margin-bottom: 15px;
}
.bnr_form .form-group .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #888;
  border-radius: 0;
  padding: 10px 10px;
  color: #121212;
 
}
.bnr_form .form-group .form-control:focus {
  border-color: #408CE5;
}
.bnr_form .form-group .form-control::-webkit-input-placeholder {
  color: 121212;
  opacity: 0.6000000238418579;
}

.bnr_form .form-group .form-control:-ms-input-placeholder { 
  color: 121212;
  opacity: 0.6000000238418579;
}

.bnr_form .form-group .form-control::placeholder {
  color: 121212;
  opacity: 0.6000000238418579;
}

.bnr_form .form-group select.form-control {
  background: url(../../assets/images/custom-select2.png) 97% center no-repeat;
  appearance: none;
  opacity: 0.5;
  padding-left: 0px !important;
}

.search_btn {
  padding: 13px 29px;
  color: #FFF;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  background: #408CE5;
  border-radius: 40px;
  border: 0;
  line-height: 1;
  display: inline-block;
}

/* bnr_right_ext */
.bnr_right_ext .item {
  margin-bottom: 5px;
  /* margin-bottom: 25px; */
}
.bnr_right_ext .item {
  display: flex;
  flex-wrap: wrap;
  /* new addn */
  justify-content: center;
}
.bnr_right_ext .item .box {
   padding: 12px 10px 0;
  /*background: #DEF8FD;
  border-radius: 14px;
  width: 100%; */
  text-align: center;
}
.bnr_right_ext .item .box h3 {
  color: #08678F;
  font-size: 20px; 
  line-height: 24px;
  margin-bottom: 0;
  font-family: Gilroy;
    font-weight: 700;
}
.bnr_right_ext .item .box img{
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.bnr_right_ext .item .box .ican {
  margin-bottom: 10px;
  display: inline-block;
}
.bnr_right_ext .item .box .ican i {
  font-size: 36px;
  color: #08678F;
  
}
.bnr_right_ext .item:nth-of-type(2) .box {
  /* background: #EFECFF; */
}
.bnr_right_ext .item:nth-of-type(2) .box h3 {
  color: #562F95;
}
.bnr_right_ext .item:nth-of-type(2) .box .ican i {
  color: #562F95;
}
.bnr_right_ext .item:nth-of-type(3) .box {
  /* background: #E9F2FF; */
}
.bnr_right_ext .item:nth-of-type(3) .box h3 {
  color: #1C4980;
}
.bnr_right_ext .item:nth-of-type(3) .box .ican i {
  color: #1C4980;
}
.bnr_right_ext .item:nth-of-type(4) .box {
  /* background: #FFECD6; */
}
.bnr_right_ext .item:nth-of-type(4) .box h3 {
  color: #685200;
}
.bnr_right_ext .item:nth-of-type(4) .box .ican i {
  color: #685200;
}
.bnr_right_ext .item:nth-of-type(5) .box {
  /* background: #E6E4FE; */
}
.bnr_right_ext .item:nth-of-type(5) .box h3 {
  color: #562F95;
}
.bnr_right_ext .item:nth-of-type(5) .box .ican i {
  color: #562F95;
}
.bnr_right_ext .item:nth-of-type(6) .box {
  /* background: #FFF5DF; */
}
.bnr_right_ext .item:nth-of-type(6) .box h3 {
  color: #A74C02;
}

.bnr_right_ext .item:nth-of-type(6) .box .ican i {
  color: #A74C02;
}

.gx-70, .gx-70 {
  --bs-gutter-x: 140px;
}

.featured_area {
  padding: 50px 0 60px;
  width: 100%;
}
.listingBox {
  
  justify-content: space-between;
  align-items: center;
 
}
.Popular_list {
  border-radius: 50px;
  border: 1px solid #408CE5;
  padding: 9px 15px 9px 25px;
}
.listingBox .Popular_list a {
  color: #121212;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding: 13px 25px;
  border-radius: 40px;
}
.listingBox .Popular_list ul {
  border: 0;
  margin: 0;
}
.listingBox .Popular_list a:hover {
  border: 1px solid transparent;
  color: #408CE5;
}
.listingBox .Popular_list a.active {  
  background: #408CE5;
  color: #fff;  
}
.listingBox .Popular_list .nav-justified .nav-item {
  flex-basis: inherit;
    flex-grow: inherit;
}
.listingBox .Popular_list a.active:hover {
  /* background: linear-gradient(180deg, #57AAE8 0%, #A089F3 100%); */
  color: #fff;
}

.featured_area .searchBlog .card_item .card-body ul {
  border-top: 1px solid #000;
  padding: 5px 0 0;
}
.featured_area .searchBlog .card_item .card_image img {
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  box-shadow: inherit;
  border-radius: 10px;
}
.featured_area .searchBlog .card_item .card-body ul li ul {
  border: 0;
  margin-top: 0;
  padding: 0;
}
.searchBlog .card_item .card-body ul li img {
  display: inline-block;
  margin-right: 4px;
}
.popularbox .slick-next.slick-arrow, .article_slider .slick-arrow.slick-next {
  right: -50px;
}

.article_slider .slick-list {
  padding-bottom: 30px;
  padding-top: 30px;
}

.popularbox {
  
}
#listing-content, #ex2-content {
  position: relative;
}
.featured_area .tab-content>.tab-pane, .our_latest_area .tab-content>.tab-pane {
  display: block;
  position: absolute;
  visibility: hidden;
  width: 100%;
  top: 0;
}
.featured_area .tab-content>.tab-pane.active, .our_latest_area .tab-content>.tab-pane.active {
  display: block;
  position: relative;
  visibility: visible;
  z-index: 2;
}

.slick-arrow {  
  width: 44px;
  height: 44px;
  border: 0;
  background: linear-gradient(180deg, #B157F1 0%, #1897DC 100%);
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.popularbox .slick-arrow, .article_slider .slick-arrow {
  position: absolute;
  top: 110px;
  right: 15px;
  
}
.popularbox .slick-arrow.slick-prev, .article_slider .slick-arrow.slick-prev {
  left: -60px;
}
.popularbox .slick-next.slick-arrow, .article_slider .slick-arrow.slick-next {
  right: -60px;
}
.featured_area .searchBlog .card_item {
  margin-bottom: 0;
}

.featured_area .slick-slider, .parent_say_area .slick-slider {
  margin:0 -15px;
  width: 100%;
}
.featuredSlide .slick-slide, .parent_say_area .slick-slide {
  padding-right:15px;
  padding-left:15px;
}

.featuredSlide .slick-track {
  /* margin: 0 -20px; */
  padding: 30px 0;
}
/* .featuredSlide .slide_item {
  padding: 0 20px;
} */
.hart_icon {
  position: absolute;
  left: 15px;
  top: 15px;
}
.hart_icon a { 
  font-size: 18px;
  color: #6cbbe8;
 }
 .featuredSlide .slick-current .card.card_item {
  padding: 0px 0px 30px;
  border-radius: 20px;
  background: #FFF;
  /* box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.15); */
  box-shadow: inherit;
}
.searchBlog.featuredSlide .card_item .card-body h4 {
  color: #121212;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.24px;
}
 

.our_latest_area {
  width: 100%;
  padding: 30px 0 40px;
} 

.articles_tabPart .nav-tabs {
  border: 0;
  margin: 0 !important;
 }
 .articles_tabPart li.nav-item {
  margin-right: 12px;
  margin-bottom: 10px;
}
.articles_tabPart li.nav-item {
  margin-right: 20px;
}
.articles_tabPart li.nav-item:last-child {
  margin-right: 0;
}
.articles_tabPart .nav-tabs .nav-item .nav-link {
  padding: 13px 22px 12px;
  border: 0;
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.18px;
  /* background: linear-gradient(180deg, #B157F1 0%, #1897DC 100%); */
  background: linear-gradient(180deg, rgba(177,87,241, 0.20000000298023224 ) 0%, rgba(24,151,220,0.20000000298023224 ) 100%);
  border-radius: 50px;
  border: 1px solid #eee;
}
.articles_tabPart .nav-tabs .nav-item:first-child .nav-link {
  padding: 13px 34px 12px;
}
.articles_tabPart .nav-tabs .nav-item .nav-link.active {  
  background: #408CE5;
  color: #fff;

}
.articles_tabPart .nav-justified .nav-item {
  flex-basis: inherit;
    flex-grow: inherit;
}

.articles_tabPart .near_ByCard .sm_image {
  width: 240px;
}
.articles_tabPart .near_ByCard .subCard_box {
  width: calc(100% - 242px);
}
.articles_tabPart .near_ByCard .subCard_box h4{
  color: #121212;
  font-family: Gilroy;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
}
.articles_tabPart .near_ByCard .subCard_box p {
  color: #121212;
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}
.articles_tabPart .near_ByCard .subCard_box .read {
  display: block;
  color: #1717FF;
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.articles_tabPart .near_ByCard .subCard_box .sub {
  padding: 27px 15px 22px 20px;
}
.educationBtn {
  padding: 9px 20px;
  color: #FFF;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background: #408CE5;
  border-radius: 40px;
  position: absolute;
  top: 20px;
  left: 35px;
}
.btnGroup2 {
  margin-top: 50px;
  text-align: center;
}
.educationBtn.nullBtn {
  top: auto;
  bottom: 20px;
  right: 15px;
  left: auto;
}
.sm_image {
  position: relative;
}
.orangeBtn {
  background: #FE5D37;
}
.pinkBtn {
  background: #E885BB;
}
.educationBtn:hover {
  background: #62a6f5 !important;
  color: #fff;
} 

/* parent_say_area */
.parent_say_area {
  width: 100%;
  padding: 40px 0 50px !important;
}
.parent_say_area .heading h2 {
  margin-bottom: 75px;
}

/* testimonial_item */
.testimonial_item {
  transition: all ease 0.5s;
}
.testimonialSlide {
  padding-bottom: 30px;
}
.testimonial_item .subText {
  padding: 0px 27px 0px;
  margin: 0 0 0px;
  position: relative;
  border-radius: 22px;
  background: #fff;
  transition: all ease 0.5s;
}
/* .testimonial_item:hover .subText {
background: linear-gradient(180deg, #7573ED 0%, #388FE4 100%);
box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.15);

} */

/* .testimonialSlide .slick-current .subText {
  background: linear-gradient(180deg, #7573ED 0%, #388FE4 100%);
  box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.15);
} */

.testimonial_item .subText p {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
/* .testimonial_item:hover .subText p {
  color: #fff;
} */
 /* .testimonialSlide .slick-current .subText P {
  color: #fff;
} */

.shapesBg {
  display: none;
  position: absolute;
  bottom: -28px;
  left: 28px;
}
/* .testimonial_item:hover .shapesBg {
  display: block;
} */
 /* .testimonialSlide .slick-current .shapesBg {
  display: block;
} */

.userBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 27px;
}
.userBox .user {
  width: 78px;
  height: 78px;
  margin-right: 15px;
  border-radius: 100%;
}
.userBox .user img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.userBox .text {
  width: calc(100% - 93px);
}
.userBox .text h4 {
  color: #121212;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  line-height: 1;
} 
.userBox .text span {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.800000011920929;
}

/* qualified_Area */
.qualified_Area {
  width: 100%;
  /* background: #F6F9FE; */
  padding: 0;
  position: relative;
  z-index: 1;
}
.qualified_Area:before {
  display: none;
  content: "";
  width: 283px;
  height: 234px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/images/qualifiedBg.png) no-repeat;
  z-index: -1;
  background-size: 100%;
}
.qualified_Area:after {
  display: none;
  content: "";
  width: 132px;
  height: 142px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../assets/images/qualifiedBg_right.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.qualified_Area .container {
  padding: 0;
}

.qualified_Area .itemBox {
  max-width: 1040px;  
  display: grid;
  /*flex-wrap: wrap;
  justify-content: space-around; */
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin: 0 auto;
}
.qualified_Area .itemBox .item {
  /* width: calc(33.33% - 30px); */
  width: 100%;
}
.qualified_Area .itemBox .item .box {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #9166F0 0%, #1E99E0 100%);
  border-radius: 100%;
  border: 9px solid #D9D9D9;
}

.qualified_Area .itemBox .item .box strong {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.1;
}
.qualified_Area .itemBox .item .box span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px !important;
  font-weight: 700;
  line-height: normal;
  max-width: 120px;
}


#mainFooter {
  position: relative;
  z-index: 999;
  margin-bottom: 86px;
}

.loginContentrea {
  padding: 0px 0;
  background: #fff;
}
.loginContentrea .itemBox {
  background: transparent;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}
.loginContentrea .itemBox .image {
  width: 44%;  
  background-size: cover;
  background-repeat: no-repeat;

  padding: 0px 40px;
  display: flex;
  align-items: center;
  /* background-image: linear-gradient(#BDABDA, #A2C1E0); */
}
.loginContentrea .itemBox .image img {
  width: 100%;
}
.loginContentrea .itemBox .image .overlay {
  background: rgba(64, 191, 236, 0.6);
  width: 100%;
  height: 100%;
}
.iconLogin {
  max-width: 280px;
  margin: 0 auto;
}
.iconLogin li {
  margin: 0 0 12px;
}
.iconLogin li a {
  padding: 10px 20px;
  background: #507cc0;  
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}
.iconLogin li a.facbook img {
  width: 15px;
}
.iconLogin li a img {
  margin-right: 5px;
}
.iconLogin li a.twitter {
  background: #64ccf1;
}
.iconLogin li a.twitter img {
  width: 26px;
}
.iconLogin li a.google {
  background: #df4930;
}
.iconLogin li a.google img {
  width: 22px;
}
.iconLogin li a:hover {
  opacity: 0.7;
}
.loginContentrea .itemBox .rightForm {
  width: 56%;
  padding: 0px 40px;
}
span.orText {
  margin: 0 0 10px;
  font-size: 16px;
  color: #666;
  display: block;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
span.orText strong {
background: #fff;
padding: 2px 6px;
font-weight: 600;
}
span.orText:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.loginContentrea p {
  margin-bottom: 2px;
}
.loginForm .form-group {
  width: 100%;
  margin: 0 0 15px;
}
.loginForm .form-group label {
  margin: 0 0 7px;
  font-size: 16px;
  color: #273C66;
  line-height: 1;
  display: block;
  font-weight: normal;
}
.loginForm .form-group .form-control {
  padding: 10px 15px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  border: 1px solid #d7cccc;
  border-radius: 5px;
}
.loginForm a.forgotPass {
  margin: 10px 0;
  font-size: 16px;
  color: #4778F0;
  display: block;
  text-align: center;
}

.registeruserForm.form_action .row {
  padding-top: 4px;
}
.loginForm .registeruserForm .form-group {
  margin: 0 0 8px;
}
.loginForm .registeruserForm .form-group .form-control {
  padding: 7px 15px;
  width: 100%;
  height: 40px;
}
.registeruserForm .p-3.border-top.mt-2 {
  padding: 0 !important;
  border: 0 !important;
}

.Btn.logBtn {
  margin: 0 auto 12px;
  padding: 9px 20px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  border: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #9166F1 0%, #1E99E0 100%);
  border-radius: 40px;
  font-family: Gilroy;
  font-weight: 700;
 
}
.loginForm .Btn.logBtn {
  display: flex;
  justify-content: center;
}
.accountText {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.accountText a {
  color: #1473E6;
}

.educationBtn {
  padding: 9px 20px;
  color: #FFF;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background: #408CE5;
  border-radius: 40px;
  position: absolute;
  top: 20px;
  left: 35px;
}

.applyBtnBox {
  background: #F6F9FE;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #b1a8a8;
  border-radius: 5px;
}

.applyBtnBox .btn {
  padding: 12px 24px;
  color: #FFF;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  background: #408CE5;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.applyBtnBox .btn.clearBtn {
  background: #fff;
  color: #408CE5;
  border: 1px solid #408CE5;
  margin-right: 20px;
}
.fliterContent .modal-footer .applyBtnBox {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.fliterContent .modal-footer .foterBtn {
  width: 100%;
}

.blogDetailPost .blogPostTop {
  padding-bottom: 40px !important;
}

.blogDetailPost .banner-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogDetailPost .banner-slider .slider-for2 {
  width: calc(76% - 20px);
}
.blogDetailPost .banner-slider .slider-nav2 {
  width: calc(24% - 20px);
  margin: 0;
}
.blogDetailPost.landmarksthumbBox .slider-nav2 .item-slick {
  margin-right: 0;
  margin-bottom: 14px;
  background: #f6f9fe;
}

.blogDetailPost.landmarksthumbBox .slider-nav2 .item-slick img {
  height: 100px;
  object-fit: contain;
  width: 100%;
  border-radius: 10px;
}

.blogDetailPost .banner-slider .slider-for2 .slick-slide img {
  width: 100%;
  border-radius: 10px;
  height: 375px;
  object-fit: contain;
}
.blogDetailPost .banner-slider .slider-for2 .slick-slide {
      background: #F6F9FE;
    border-radius: 10px;
}

/* .blogDetailPost .slick-list.draggable {
  height: auto !important;
} */

.imperdietCard .card_item h3 {
  margin-bottom: 20px;
}
.listText li {
  padding-left: 20px;
  position: relative;
    color: #121212;
    font-size: 18px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
      letter-spacing: -0.18px;
}
.listText li:last-child {
  margin-bottom: 0;
}
.listText li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  background: #121212;
}

.imperdietCard .dataTables_wrapper {
  overflow-x: auto;
}
/* .imperdietCard div#example_paginate {
  display: none;
} */
div.dataTables_wrapper div.dataTables_paginate a.paginate_button {
  padding: 0 12px;
}

.imperdietCard  .table.dataTable {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}
.imperdietCard  div#DataTables_Table_0_length {
  float: left;
}
.imperdietCard  div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.35em;
  float: left;
}
.imperdietCard div.dataTables_wrapper div.dataTables_paginate {
  float: right;
}
table.dataTable thead>tr>th.sorting {
  font-size: 16px;
  font-weight: 600;
}

.tableContentPart {
  padding: 22px 0 0;
  position: relative;
}
.tableContentPart table th {
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  /* width: 275px; */
}
.tableContentPart table th, .tableContentPart table td {
  padding: 5px 10px !important;
}
.tableContentPart table th:last-child, .tableContentPart table td:last-child {
  text-align: right;
}
.tableContentPart table td {
  vertical-align: middle;
  font-size: 16px;
  color: #121212;
  /* width: 275px; */
}
.tableContentPart table td .view_btn {
  font-size: 16px;
  width: 168px;
}
.star_listTD {
  display: flex;
  flex-wrap: wrap;
  width: 130px;
}
a.star {
  color: #1a9bfc;
  margin-right: 4px;
}
.tableContentPart table td:first-child {
  font-weight: 600;
  width: auto;
}
.tableContentPart table th:first-child {
  width: auto;
}

.fullData {
  width: 250px;
}

.imperdietCard .card_item span.number {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #121212;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0 10px 0 0 !important;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -5px;
}

.loaderBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
} 
.loader-1 {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #1a9bfc;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
/* keyFrames */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fixed_sideBar {
  max-width: 300px;
  background: #fff;
}
.fixed_sideBar.fixed {
  position: fixed;
  top: 90px;
  z-index: 9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.leftSideBar .fixed_sideBar {
  width: 300px;
}

.landmarkArea .heading h2 {
    font-size: 38px;
}

.topText span i {
  font-size: 23px;
  margin-right: 6px;
}
.topText span i.fa-solid.fa-location-dot {
    font-size: 20px;
}

.reviews-box.banner_details .overall-reviews {
    padding: 0;
    margin-bottom: 0 !important;
    box-shadow: inherit;

}
.reviews-box.banner_details .ratingContent h4.avg_rating {
  font-size: 40px !important;
  width: 126px!important;
  padding: 10px 15px!important;
  /* margin-left:0 !important; */
  margin-bottom: 28px;
}
.social_share_icon .detailsView {
    margin-top: 0;
}
.share_btns {
  margin-top: -3px;
}
.social_share_icon .detailsView li span i {
 color: #6cbbe8;
}
.reviews-box.banner_details .ratingContent .star_rating  {
  margin-bottom: 0 !important;
}
.reviews-box.banner_details .ratingContent .star_rating i {
  font-size: 24px;
  color: #d5d5d5;
}
.detailsView li span {
  display: inline-flex !important;
  align-items: center;
}

#social-links .social-button {
  font-size: 20px;
  margin-right: 12px;
}
.share_btns i.fa-solid.fa-share-nodes {
    margin-right: 10px;
}

.detailsView .view_btn {
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
}
.detailsView .view_btn.contectBtn {
  padding: 13px 30px;
}
.view_btn.videoBtn {
  background-image: inherit;
  background: red;
}

/* toltip */
.toltip {
  position: relative;
}
.toltip a.view_btn {
  position: relative;
}
.toltip a.view_btn:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 16px solid #57AAE8;                
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.toltip:hover a.view_btn:before {
  display: block;
}
.toltipContentBox {
  display: none;
  width: 370px;
  padding: 15px 20px 5px;
  background: #fff;
  position: absolute;
  top: 150%;
  border-radius: 5px;
  right: auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.toltip:hover .toltipContentBox {
  display: block;
}
.toltipContentBox ul li {
  margin-bottom: 10px;
}

.tabsContantArea .tab-content p strong i {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.view_btn.emailContentBtn {
  border-radius: 5px;
}
.mailinfoBox p {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* #social-links ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
} */
#social-links .social-button i {
  font-size: 52px;
}
#social-links .social-button.facebook { color: #0866FF; }
#social-links .social-button.twitter { color: #00acee; }
#social-links .social-button.instagram { color: #d62976  ; }

.getCodeBtn.view_btn {
  width: 180px;
  line-height: 1.2;
  padding: 8px 30px;
  font-size: 20px;
}
.getCodeBtn2.view_btn {
  width: 180px;
  line-height: 1.2;
  padding: 8px 30px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
}
.videoBtn i {
  margin-right: 5px;
}

.add_modleFooterFixes {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: center;
  padding: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: -6px;
}

/* .ckeditor_html img {
  width: 100% !important;
  height: auto !important;
} */

.tab_menusticky.stickyhead .nav-tabs {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border: 0;
}
.tabsContantArea.stickyhead .nav-tabs .nav-item .nav-link {
  padding: 16px 15px;
}



/* New css serch box */
/* div#navbarSupportedContent ul li {
  position: relative;
} */
.dropdown_itemBox {

}
.dropdown_itemBox .search_item {
  width: calc(33.33% - 0px);
}


.dropdown-menu.dropdown_itemBox {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 20px 30px 60px;
  position: absolute !important;
  top: 100%;
  height: 320px;
  overflow: auto;
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}
.inputSearchBox {
  background: #F6F9FE;
  padding: 10px 9px;
  width: 190px;
  border: 1px solid #121212;
  border-radius: 30px;
}
.search_resultsBox .dropdown-toggle::after {
  display: none;
}

.dropdown_itemBox .search_item {
  border-right: 1px solid #ddd;
  padding-left: 20px;
}
.dropdown_itemBox .search_item:first-child {
  padding-left: 0;
}
.dropdown_itemBox .search_item:last-child {
  border-right: 0;
}
.dropdown_itemBox .search_item .list li {
  margin: 0 0 10px;
}
.dropdown_itemBox .search_item h2 {
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.dropdown_itemBox .search_item .list li a {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: Gilroy;
  font-weight: 600;
  color: #121212;
}
.dropdown_itemBox .search_item .list li a i {
  background: #DEF8FD;
  padding: 6px;
  color: #562F95;
  border-radius: 3px;
  margin-right: 10px;
}
.dropdown_itemBox .search_item .subText li {
  margin-bottom: 10px;
}
.dropdown_itemBox .search_item .subText .image {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
}
.dropdown_itemBox .search_item .subText .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.dropdown_itemBox .search_item .subText .sub {
  width: calc(100% - 60px);
}
.dropdown_itemBox .search_item .subText .sub h3 {
  font-size: 16px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
}
.dropdown_itemBox .search_item .subText .sub p {
  font-size: 14px;
  color: #121212;
  margin-bottom: 0;
}

span.input_error.sb_error {
  position: absolute;
}

.mailinfoBox .view_btn.emailContentBtn i {
  margin-right: 7px;
}
.mailinfoBox .view_btn.emailContentBtn {
  padding: 10px 9px;
  /* width: 116px; */
  font-size: 16px;
  text-align: center;
}
.mailinfoBox p:last-child  {
  margin-right: 0;
}

a.view_btn.emailContentBtn.star_rating_link {
  display: flex;
  align-items: center;
  width: 152px;
}
.view_btn.emailContentBtn.videoContentBtn {
  width: 94px;
  background: #f3be43;
}
.view_btn.emailContentBtn.messageContentBtn {
  width: 117px;
}
.emailContentBtn.star_rating_link .star_rating i {
  font-size: 14px;
  margin-right: 4px;
}
a.view_btn.emailContentBtn.star_rating_link strong span {
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.mailinfoBox .view_btn.emailContentBtn.websiteBtn {
  background: #1a9bfc;
}
.mailinfoBox .view_btn.emailContentBtn.emailBtn {
  background:#c52d2e;
}
.mailinfoBox .view_btn.emailContentBtn.contactBtn {
  background: #f2be42;
}

.categoryContentData {
  padding: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0px 30px;
}


/* New CSS */
.popularListBox {
  width: 100%;
}
.popularListBox .subBox {
  margin-bottom: 8px;
  padding: 0 5px;
}
.popularListBox .subBox .listTag {
  margin-bottom: 0;
}
.popularListBox .image {
  width: 135px;
  margin-right: 10px;
}
.popularListBox .image img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.popularListBox .text {
  padding: 5px 0;
  width: calc(100% - 145px);
}
.popularListBox .text h5 {
  font-size: 18px;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.popularListBox .listTag li span {
  font-size: 16px;
  font-weight: 700;
}


/* cardContentPart */
.cardContentPart {
  width: 100%;
  /* margin-top: 30px; */
  margin-top: 0;
}
.cardContentPart h3 {
  margin-bottom: 20px;
}
.cardContentPart .card_itemBox .card_item {
  margin-bottom: 25px;
}

.cardContentPart .card_itemBox .subText .image {
  background: #F6F9FE;
}
.cardContentPart .card_itemBox .subText .image img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}
.cardContentPart .card_itemBox .subText .text {
  padding: 10px 0 0;
}
.cardContentPart .card_itemBox .subText .text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.cardContentPart .card_itemBox .subText .text .price_listing .origanal_price {
  font-size: 17px;
  font-weight: 600;
  text-decoration: line-through;
  vertical-align: middle;
  color: #707174;
}
.cardContentPart .card_itemBox .subText .text .price_listing .offer_price {
  font-size: 17px;
  font-weight: 600;
  color: #348ce0;
  vertical-align: middle;
}

.gx-10 {
  --bs-gutter-x: 12px;
}

/* NEW CSS */

/* .slick-list.draggable {
  height: auto !important;
} */

.nav-item.dropdown.profile-dropdown a.nav-link.dropdown-toggle.profile_info_box_btn img {
  margin-right: 0;
}

.user_ProfileMenu ul.list-style-none img.rounded-circle {
  width: 60px;
  height: 60px;
}
.user_ProfileMenu ul.list-style-none h4 {
  font-size: 20px;
}

.dorpDownMenu {
  display: none;
  padding: 0px 5px;
  position: absolute;
  top: 90%;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.dorpDownMenu .bnr_right_ext.colum_categoryContent {
  max-width: 880px;
  margin: 0 auto;
}
.dorpDownMenu .bnr_right_ext .item .box {
  padding: 5px 5px;
}
.dorpDownMenu  .bnr_right_ext .item .box .ican {
  margin-bottom: 4px;
}
.navbar-expand-lg .navbar-nav li.nav-item:hover .dorpDownMenu {
  display: block;
}
.dorpDownMenu .bnr_right_ext .item .box .ican i {
  font-size: 22px;
}
.dorpDownMenu .bnr_right_ext .item .box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
/* .dorpDownMenu .categoryContentData {
 grid-template-columns: repeat(10, 1fr);
} */

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
} */

/* new 26*/

.banner_area .bnr_form.bannerForm_row {
  max-width: 1080px;
}
.bnr_form.bannerForm_row {
  padding: 0;
  border: 0;
  max-width: 900px;
  margin: auto;
}
.bnr_form.bannerForm_row .form-group {
  margin-bottom: 0;
}
.bnr_form.bannerForm_row .form-group .form-control {
  padding-left: 0;
  padding-right: 0;
}
/* .banner_content {
  padding-right: 50px;
} */
.categoryContentData.categoryDataNew {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px 30px;
  margin-top: 20px;
}
.categoryContentData.categoryDataNew .category_item span.image {
  margin-bottom: 5px;
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 100%;
}
.categoryContentData.categoryDataNew .category_item img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.right_cardBox.near_ByCard.new_near_ByCard {
  padding: 0;
}
.tabsContantArea .tab-content {
  padding: 0;
}

.main_contentPart {
  padding: 30px 0 0;
}
.tabsContantArea.homeTabContantPart {
  padding: 0 0 20px;
}

.popularContantArea {
  padding: 20px 0 30px;
}

.dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
  grid-template-columns: repeat(8, 1fr);
  padding: 10px 0;
  margin-top: 0;
}
.dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew .category_item span.image {
  width: 50px;
  height: 50px;
}

.right_categori_item.bnr_right_ext .categoryContentData.categoryDataNew {
  padding-top: 0;
  grid-template-columns: repeat(2, 1fr);
}
.right_categori_item.bnr_right_ext .categoryContentData.categoryDataNew .category_item span.image {
  width: 65px;
  height: 65px;
}
/* end new 26 */

.sideBarBtn {
}
.sideBarBtn .mailinfoBox {
  width: 100%;
}
.sideBarBtn .mailinfoBox p {
  width: 100%;
  margin-right: 0;
}
.sideBarBtn a.view_btn {
  width: 100% !important;
}
.sideBarBtn a.view_btn.emailContentBtn.star_rating_link {
  justify-content: center;
}
.landmarkArea .rightSideBar {
  margin-top: 40px;
}

/* acc__card */
.acc__card {
  position: relative;
}
.acc__title {  
  position: relative;
  display: block;
  width: 100%;
}
.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 12px;
  content: " ";
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  bottom: 0;
  margin: auto;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.acc__panel {
  display: none;
}

ul.list-group.acc li.list-group-item.acc__card {
  padding: 0;
}
ul.list-group.acc li.list-group-item.acc__card .acc__title {
  padding: 8px 15px;
  cursor: pointer;
}
ul.list-group.acc li.list-group-item.acc__card:hover .acc__title, ul.list-group.acc li.list-group-item.acc__card .acc__title.active {
  font-weight: 600;
}

ul.list-group.acc li.list-group-item.acc__card ul.list-group.acc__panel li.list-group-item a.list-group-item {
  border: 0;
}
ul.list-group.acc li.list-group-item.acc__card ul.list-group.acc__panel li.list-group-item {
  border: 0;
  padding: 0;
}

ul.list-group.acc li.list-group-item.acc__card ul.list-group.acc__panel {
  margin-top: 10px;
}

.blogDetailPost .banner-slider .slider-nav2 .slick-list.draggable {
  height: 340px !important;
}


/* forum page CSS */
.forumContentArea {
  width: 100%;
  padding: 40px 0;
}
.forumContentArea .itemBox {
 
}
.forumContentArea .itemBox .tabsContantArea {
  padding: 0;
}
.forumContentArea .itemBox .forumCard {
  display: flex;
  flex-wrap: wrap;  
  margin-bottom: 30px;
  color:#121212
}
.forumContentArea .itemBox .forumCard .user_icon {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  margin-right: 20px;
}
.forumContentArea .itemBox .forumCard .user_icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.forumContentArea .itemBox .forumCard .text {
  padding-right: 15px;
  /* width: 80%; */
  width: 100%;
}
.forumContentArea .breadcrumb {
  margin-bottom: 15px;
}
.forumContentArea .itemBox .forumCard .text h3 {
  font-size: 18px;
  color:  #338CE0;
}
.forumContentArea .itemBox .forumCard .text h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #121212;
}
.forumContentArea .itemBox .forumCard .text h4 a {
  color: #121212;
}
.forumContentArea .itemBox .forumCard .text p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #121212;
}

.forumContentArea .itemBox .forumCard .explore_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.forumContentArea .itemBox .forumCard .explore_list ul {
  display: flex;
  flex-wrap: wrap;
  color: #121212;
}
.forumContentArea .itemBox .forumCard .explore_list .dateList li { 
  margin-right: 15px;
}
.forumContentArea .itemBox .forumCard .explore_list .dateList li span strong {
  font-weight: 600;
  color: #121212;
}
.forumContentArea .itemBox .forumCard ul.detailsView {
  margin: 0;
}
.forumContentArea .itemBox .forumCard ul.detailsView li {
  margin-right: 15px;
} 
.forumContentArea .itemBox .forumCard ul.detailsView li:last-child {
  margin-right: 0;
}
.forumContentArea .itemBox .forumCard .rightuser {

}
.forumContentArea .itemBox .forumCard .rightuser .sm_image {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100%;  
  position: relative;
  z-index: 1;
}
.forumContentArea .itemBox .forumCard .rightuser .sm_image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.forumContentArea .itemBox .forumCard .rightuser .sm_image2 {
  margin-left: -12px;
  z-index: 2;
}
.forumContentArea .itemBox .forumCard .textCardBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 75px);
} 
.forumList {
  margin-top: 15px;
}
.forumList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.forumList li span {
  font-size: 16px;
}
.forumContentArea .itemBox .forumCard ul.detailsView li span {
  display: flex;
  align-items: center;
}
.forumContentArea .itemBox .forumCard ul.detailsView li span i {
  margin-right: 7px;
}
.forumList li strong {
  font-weight: 600;
  display: inline-block;
  background: #F6F9FE;
  padding: 2px 4px;
  border-radius: 4px;
  color: #121212;
}

/* forum_detailCard */
.forum_detailCard {
  width: 100%;
  padding: 10px;
  border: 1px solid #797676;
  border-radius: 10px;
  margin-bottom: 10px;
}
.forum_detailCard .posted_cardBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.forum_detailCard .posted_cardBox .left {
  padding-right: 20px;
}
.forum_detailCard .posted_cardBox .left span strong {
  font-weight: 600;
  color: #121212;
}
.forum_detailCard .posted_cardBox .left h4 {
  font-size: 20px;
  font-weight: 600;
}
.forum_detailCard .posted_cardBox .detailsView {
  margin-top: 0;
}
.forum_detailCard .posted_cardBox .detailsView li {
  margin-left: 12px;
}
.replyBtn {
  text-align: right;
}

.forumContentArea .itemBox .forumCard.child_forumCard {
  padding-left: 180px;
}
.forumContentArea .itemBox .forumCard.child_forumCard .child_itemBox {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* padding-right: 54px; */
}
.forumContentArea .itemBox .forumCard.child_forumCard:nth-of-type(2n + 1) {
  padding-left: 90px;
}

.forumContentArea .itemBox.forumDetailBox .forumCard .text {
  width: 100%;
}
.postedListBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.forumContentArea .itemBox .forumCard .postedListBox .explore_list ul {
  margin: 0;
  margin-right: 10px;
}
.forumContentArea .itemBox .forumCard .postedListBox .explore_list {
   width: calc(100% - 110px);
}

.forumContentArea .itemBox.forumDetailBox .forumCard.child_forumCard .child_itemBox {
  width: 100%;
}

span.badge-primary.badge-pill.topic_label.ml-4 {
  margin-left: 4px;
}

/* .searchBlog .card_item .card-body ul li .favorite_icon_list {
  border-top: 1px solid #57AAE8;
} */

.searchBlog .card_item .card-body ul li .favorite_icon_list .fa {
  font-size: 20px;
  color: #6cbbe8;
}

.ad_image_300X300 {
  position: relative;
  background: #F6F9FE;
}

/*  */
.school_CategoryBox .listingText {
  margin-bottom: 5px;
  display: block;
}
.school_CategoryBox .listingText strong {
  font-weight: 700;
}
.school_CategoryBox .listingText strong a {
  color: #000;
}
.school_CategoryBox .listingText strong a i {
  font-size: 18px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

/* membershipArea */
.membershipArea {
  width: 100%;
}
.membershipArea h2 {
 background-image: linear-gradient(to right, #fa2080, #1997f4);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;

}
.membershipArea .plan_item .card_item {
  width: 100%;
  padding: 30px 40px;
  box-shadow: 0 0 20px rgba(0, 0 ,0 , 0.1);
  text-align: center;
  border-radius: 10px;
}
.membershipArea .plan_item .card_item .card-body {
  padding: 0;
}
.membershipArea .plan_item h3 {
  text-align: center;
  background-image: linear-gradient(to right, #fa2080, #1997f4);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 font-size: 28px;
 margin-bottom: 14px;
 
 }
 .membershipArea .plan_item h4 {
  text-align: center;
 margin-bottom: 30px;
 }
 .membershipArea .plan_item {
  display: flex;
  flex-wrap: wrap;
}
 .membershipArea .plan_item p {
  margin-bottom: 10px;
  display: block;
 } 
 .membershipArea .plan_item .btn.getStartBtn {
  margin-bottom: 15px;
 }
 .membershipArea .plan_item .price_listing .origanal_price {
  font-size: 22px !important;
  font-weight: 600 !important;
 }
 .membershipArea .plan_item .price_listing .offer_price {
  font-size: 46px !important;
  font-weight: 700 !important;
  color: #121212 !important;
 }
 .membershipArea .plan_item .price_listing .off_pfice {
  color: #fff;
  background: linear-gradient(to right, #A089F3, #57AAE8);
}
.planList {
  text-align: left;
  margin-top: 40px;
  border-top: 1px solid #666;
  padding-top: 20px;
}
.planList ul {
  margin-bottom: 0;
}
.planList ul li {
  padding: 5px 0;
  font-size: 16px;
  display: flex;
}
.planList ul li strong {
  font-weight: 600;
  color: #121212;
  margin-right: 4px;
}
.planList ul li i {
  color: green;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.planList ul li i.fa-solid.fa-xmark {
  color: red;
}
.bestBox {
  width: 100%; 
  margin-top: -42px; 
  margin-bottom: 20px;
}
span.value.btn {
  padding: 5px 13px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
}


.search-details-description table.table tr td:first-child {
  width: 140px;
  padding: 10px 20px !important;
}
.search-details-description table.table td {
  word-break: break-all;
}

.main_heading {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.main_heading h2 {
  padding: 0 10px;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  /* background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  background-color: #fff;
}
.main_heading h2 span {
  display: inline-block;
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_heading h2:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #555;
  left: 0;
  top: 4px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.card_itemBox.colum_2card_itemBox {

} 
.card_itemBox.colum_2card_itemBox .subText.home_search_card {
  display: flex;
  flex-wrap: wrap;

}
.card_itemBox.colum_2card_itemBox .card_item {
  margin-bottom: 30px;
}
.card_itemBox.colum_2card_itemBox .subText.home_search_card .image {
  width: 135px;
  margin: 0;
}
.cardContentPart .card_itemBox.colum_2card_itemBox .subText .text {
  padding: 0px 0 0;
  width: 100%;
}
.card_itemBox.colum_2card_itemBox .subText.home_search_card .image img {
  width: 100%;
  height: 80px;
}
.card_itemBox.colum_2card_itemBox .subText.home_search_card p.p_distance {
  color: #b3aaaa !important;
  font-weight: 600;
  font-size: 14px;
}
.card_itemBox.colum_2card_itemBox .subText.home_search_card .rightTextCard {
  width: calc(100% - 135px);
  padding: 0px 12px 0;
}
.card_itemBox.colum_2card_itemBox span.coupon_card.mr-3 {
  margin-right: 0 !important;
}
.cardContentPart .card_itemBox.colum_2card_itemBox .subText .text h4, .cardContentPart .card_itemBox.colum_2card_itemBox .subText .text h5 {
  line-height: 1.2;
}

.card_itemBox.colum_2card_itemBox .card_item .bottom_text {
  margin-top: 5px !important;
}
.card_itemBox.colum_2card_itemBox .card_item ul {
  margin-bottom: 0;
}
.bnr_right_ext.colum_categoryContent .sub_item {
  margin-bottom: 10px;
}
.bnr_right_ext.colum_categoryContent .sub_item h2 {
  /* margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #999;
  padding-bottom: 15px; */
  
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 15px;
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 3px solid #57AAE8;
}
.bnr_right_ext.colum_categoryContent .item {
  display: block;
  text-align: left !important;
  margin-bottom: 10px;
 padding-left: 20px;
}
.bnr_right_ext.colum_categoryContent .item .box {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bnr_right_ext.colum_categoryContent .subText {
  width: calc(100% - 80px);
  padding-left: 15px;
  text-align: left;
}

/* cart page */
.cart_items.table {
  border-color: #bcbcbd;
}
.cart_items.table th {
  color: #333;
  font-weight: 600;
}
.cart_items.table td {
  vertical-align: middle;
  color: #121212;
}
.table.cart_items>:not(caption)>*>* {
  padding: 10px 8px !important;
}
.cart_items.table td:first-child, .cart_items.table th:first-child {
  padding-left: 0 !important;
  text-align: left;
}
.product-item a {
  display: flex;
  align-items: center;
  color: #121212;
}
.product-item .cart_img {
  width: 110px;
  display: inline-block;
}
.product-item .cart_img img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
}
.product-item .product-item-details {
  width: calc(100% - 110px);
  padding-left: 10px;
  text-align: left;
} 

.cart_items .cart_item_action .btn.cart_item_btn {
  font-size: 28px;
  padding: 4px 6px;
  line-height: normal;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_items th.item_head {
  min-width: 220px;
}
.cart_items th.module_head {
  min-width: 127px;
}
.cart_items th.qty_head {
  min-width: 145px;
}
.cart_items th.price_head {
  min-width: 70px;
}
.cart_items th.total_head {
  min-width: 57px;
}
.cart_items th.action_head {
  min-width: 80px;
}


.cartSummaryBox .table {
  border: 0;
  border-bottom: 1px solid #bcbcbd;
}

.cartSummaryBox .border_bottom {
  border: 0;
  border-bottom: 1px solid #bcbcbd;
}

.cartSummaryBox .table tr th, .cartSummaryBox .table tr td  {
  border: 0;
  padding: 5px 8px !important;
  color: #121212;
}
.cartSummaryBox .table tr:last-child th, .cartSummaryBox .table tr:last-child td  {
  padding-bottom: 20px !important;
}
.cartSummaryBox .table tr td {
  text-align: right;
  width: 200px;
}
.cartSummaryBox  .table span {
  padding: 0 !important;
}

.cartSummaryBox ul li .btn {
  width: 100%;
}
a.action.continue.btn {
  margin-right: 15px;
  background: #e1dfdf;
  color: #121212;
}
.cartSummaryBox h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #bcbcbd;
  padding-bottom: 20px;
}

.addressFeild {
  margin-top: 30px;
}
.addressFeild h3 {
  margin-bottom: 20px;
}
.addressFeild .form-group {
  margin-bottom: 20px;
}
.addressFeild .form-group label {
  display: block;
  font-weight: 600;
}

/* basket_cart_items */
.basket_cart_items {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0 20px;
}
.basket_cart_items .subitem {
 
}

.basket_cart_items .subitem h3 { 
  font-size: 16px;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 10px 15px;
  margin-bottom: 15px;

}
.basket_cart_items .subitem:first-child h3 {
  padding-left: 0;
}
.basket_cart_items .subitem .text {
  padding: 24px 10px 0;
}
.basket_cart_items .cart_item_action .btn.cart_item_btn {
  font-size: 28px;
  padding: 4px 6px;
  line-height: normal;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basketleft {
  width: 400px;
}
.priceCol, .moduleCol, .totalCol {
  width: 100px;
}
.qtyCol {
  width: 150px;
}
.cart_actions {
  margin: 20px 0 0;
}
.cartSummaryBox ul li {
  margin-top: 12px;
}
.btn.paypalBtn {
  background: #e1dfdf !important;
}
.btn.paypalBtn img {
  width: 80px;
}
.discount_field label {
  font-weight: 600;
  margin-bottom: 5px;
}
.discount_field .input-text {
  padding: 8px 10px;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #bcbcbd;
}
.discount_field .discountBtn {
  background: #e1dfdf !important;
  color: #121212 !important;
}
/* End cart */
.featuredNews .card.card_item ul.tagList.mb-2 {
  margin-bottom: 10px !important;
}

.datelist_group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.datelist_group .list-group-item {
  margin:  0 8px 10px 0;
  border: 1px solid rgba(0, 0, 0, .4) !important;
  border-radius: 5px;
  padding: 6px 10px;
}
.datelist_group .list-group-item i {
  margin-right: 8px;
}

#sidebar_ads {
  margin-bottom: 20px;
}
#sidebar_ads a {
  display: block;
  background: #F6F9FE;
}
#sidebar_ads a img.img-fluid {
  height: 200px;
  object-fit: contain;
  width: 100%;
}

.noHead {
  min-width: 45px !important;
}
.nameHead {
  min-width: 175px !important;
}
.qaHead {
  min-width: 95px !important;
}
.qaAnswerHead {
  min-width: 135px !important;
}
.solutionHead {
  min-width: 145px !important;
}

.my_profile_inputs {
  margin-bottom: 16px;
  border-bottom: 1px solid #999;
  padding-bottom: 22px;
}

.form-group .order_searchBox .search_input {
  width: 100%;
}

/* .headercart svg {
  margin-right: 5px;
} */

#main-wrapper[data-layout=vertical][data-header-position=fixed] .page-wrapper.loginPage_Wrapper {
  min-height: inherit !important;
  padding-bottom: 30px;
}

.variationBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.variationBox .subText {
  display: inline-block;
  width: 180px;
}
.variationBox .addedRightText {
  width: calc(100% - 180px);
  padding-left: 12px;
}
.portfolio_quantity .dataTable tr th {
  position: relative;
}
.portfolio_quantity .dataTable tr th, .portfolio_quantity .dataTable td {
  padding: 10px 30px 10px 10px !important;
}
.portfolio_quantity .datatable_sorting_icon {
  margin-top: -29px !important;
  text-align: right !important;
  margin-left: 0px !important;
  position: absolute;
  right: 8px;
}
.portfolio_quantity .table-responsive .dataTables_wrapper .dataTables_length select {
  margin: 0 6px;
}
.portfolio_quantity .table-responsive .dataTables_wrapper .dataTables_filter input {
  margin-left: 5px;
}
.portfolio_quantity .dataTables_filter label {
  font-size: 16px;
}
.captchaBox {
  margin-right: 20px;
}

.footer_categoryContent .categoryContentData.categoryDataNew {
  padding: 0;
  margin: 0;
}
.tagList {
  margin-bottom: 10px !important;
}
.tabsContantArea .tab-content .ckeditor_html h2 {
  margin-bottom: 20px;
  color: #121212;
  font-size: 18px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-top: 0;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  border: 0;
  padding: 0;
}

.accordion .order_searchBox .search_input {
  width: 100% !important;
}

.user_filter_input.contactInput {
  margin-right: 15px;
  width: 180px;
}
.dataTables_length.ContactDataTables {
  margin-bottom: 0;
  margin-top: 0;
}
.contactSearch input#search {
  margin-bottom: 0;
  margin-top: 23px;
}
.contactSearch input#search {
  margin-right: 15px;
  width: 150px;
}
.dataTables_length.ContactDataTables select#page_limit {
  width: 100px;
}

.fun_placesArea2 .subText .Visit_list li {
    width: 20% !important;
}

.fun_placesArea2 .subText .Visit_list li a {
    text-decoration: none !important;
    margin-bottom: 8px !important;
    position: relative !important;
    color: rgba(18, 18, 18, 0.50) !important;
    font-size: 18px !important;
    font-family: Quicksand !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: -0.18px !important;
}

.fun_placesArea2 .subText .Visit_list {
    margin-bottom: 20px !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.fun_placesArea2 .subText {
    margin: 0 0 30px !important;
    width: 100% !important;
}
.popularJobList_item h4 {
    margin-bottom: 20px;
}
.popularJobListBox .subBox {
    width: 100%;
    border-radius: 10px;
    padding: 15px 15px 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
    box-shadow: 0 4px 30px rgba(30, 10, 58, .1);
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.popularJobListBox .subBox:last-child {
  border-bottom: 0;
}
.popularJobListBox .image {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.popularJobListBox .image img {
    width: 100%;
    object-fit: contain;
}
.popularJobListBox .left {
    width: calc(100% - 60px);
}

.popularJobListBox .left .text h4 {
    font-size: 18px;
    color: #121212;
    margin-bottom: 6px;
}

.popularJobListBox .left .text {
    width: calc(100% - 0px);
    padding-left: 15px;
}
.popularJobListBox .left .text h4 a {
    color: #121212;
}

a.apply_job_application1.view_btn.emailContentBtn.messageContentBtn {
    width: auto !important;
    text-align: center;
}
a.apply_job_application.view_btn.emailContentBtn.messageContentBtn {
    width: auto !important;
}
.tabsContantArea .tab-content .reaturText.job_apply_li li {
  text-align: left;
  padding: 0 0px;
}

ul.reaturText.job_apply_li {
    padding-left: 0px !important;
}

.job_application_user_details {
    border-top: 4px solid #ccc !important;
}

.tabsContantArea .tab-content .reaturText.job_apply_li li:before {
    content: none !important;
}

.tabsContantArea .tab-content .commentPart h2 {
    border: 0;
    background: linear-gradient(to right, #121212 0%, #121212 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* RESPONSIVE sTART */
@media (min-width: 768px){
  .bloglistigArea .carousel-inner {
      display: flex;
  }
  .bloglistigArea  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
    backface-visibility: visible;
}
}

@media (max-width: 1400px){
  .banner_area:before {
    width: 30px;
    height: 44px;
    left: 17px;
    top: 22px;
    background-size: 100%;
  }
  .banner_area:after {
    width: 40px;
    height: 23px;
    right: 20px;
    top: 22px;
    background-size: 100%;
  }

  .popularbox .slick-arrow, .article_slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -40px;
    margin: 0 auto;
    left: 0;
    right: 0;

  }

  .orderSelectBox {
    width: calc(100% - 310px);
  }
  /* .order_searchBox .search_input {
    width: 200px;
  }
  .order_searchBox .search_input {
    width: 200px;
  } */

  .search_homeresultsBox .dropdown_itemBox .search_item {
    max-width: 665px;
  }

  .categoryContentData.categoryDataNew {
    gap: 0px 10px;
  }

  .navbar.customized .nav-link {
    margin: 0.5em 1em;
  }

}

@media (max-width: 1365px){

  .container, .container-lg, .container-md, .container-sm {
      padding: 0 40px;
  }

  .mailinfoBox .view_btn.emailContentBtn {
    padding: 10px 8px;
  }
  a.view_btn.emailContentBtn.star_rating_link {
    width: 125px;
}
a.view_btn.emailContentBtn.star_rating_link strong span {
 font-size: 16px;
}
.emailContentBtn.star_rating_link .star_rating i {
  margin-right: 3px;
}
.emailContentBtn.star_rating_link .star_rating i {
  font-size: 13px;
}
.mailinfoBox .view_btn.emailContentBtn {
  padding: 10px 8px;
  /* width: 116px; */
  font-size: 15px;
}
.view_btn.emailContentBtn.videoContentBtn {
  width: 90px;
}
.view_btn.emailContentBtn.messageContentBtn {
  width: 114px;
}
.dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
  grid-template-columns: repeat(7, 1fr);
}

.order_searchBox .search_input {
  width: 240px;
}

.blogDetailPost .banner-slider .slider-for2 .slick-slide img {
  height: 290px; 
}
.bloglistigArea.landmarkArea .heading.mb-4 {
  margin-bottom: 15px !important;
}
.breadcrumb {
  margin-bottom: 20px;
}
/* .card_itemBox.colum_2card_itemBox .subText.home_search_card .image {
  width: 190px;
} */
.card_itemBox.colum_2card_itemBox .subText.home_search_card .rightTextCard {
  /* width: calc(100% - 190px); */
  padding: 0px 10px 0;
}

}

@media (max-width: 1279px){
  .popular_BlogPart .list_item .subText {
    padding: 15px 27px 30px;
  }
  .banner_area:before, .banner_area:after {
    display: none;
  }

  .heading h2 strong.college svg {
    left: -10px;
    width: 107%;
  }
  .gx-70, .gx-70 {
    --bs-gutter-x: 110px;
  }
  .featured_area {
    padding: 50px 0 0px;
  }
  .qualified_Area:before {
    width: 210px;
    height: 174px;
  }


  /* header */
 
  .pe-4 {
    padding-right: 1rem!important;
  }
  .headBtn, .secondaryBtn {
    margin: 0.3em;
  }
  .headBtn.withShadow, .secondaryBtn {
    width: 125px;
  }
  /* header */

  .gx-70, .gx-70 {
    --bs-gutter-x: 20px;
  }

  .fixed_sideBar {
    max-width: 270px;
  }
  .subscribeBox {
    padding: 28px 16px;
  }

  a.view_btn.emailContentBtn.star_rating_link {
    width: 120px;
  }
  a.view_btn.emailContentBtn.star_rating_link strong span {
  font-size: 16px;
  }
  .emailContentBtn.star_rating_link .star_rating i {
    font-size: 12px;
  }
  .view_btn.emailContentBtn.videoContentBtn {
    width: 82px;
  }
  .view_btn.emailContentBtn.messageContentBtn {
    width: 105px;
  }

  .categoryContentData {
    grid-template-columns: repeat(7, 1fr);
  }

  .qualified_Area .itemBox {
    grid-template-columns: repeat(3, 1fr);
  }
  


  .order_searchBox .search_input {
    width: 200px;
  }
  .order_searchBox .search_input {
    width: 200px;
  }

  .blogDetailPost .banner-slider .slider-for2 .slick-slide img {
    height: 330px;
  }
  #social-links .social-button i {
    font-size: 42px;
  }


} 

@media (max-width: 1199px){

  .heading h2 {
    font-size: 32px;
  }

  .featuredNews .card_item h3 {
    font-size: 32px;
  }
  .card_item .card-title {
    font-size: 22px;
  }
  .getblogStorieArea .getContant h2 {
    /* font-size: 44px; */
  }
  /* .getblogStorieArea {
    padding: 100px 0;
  } */

  .rightSideBar .form-control {
    font-size: 18px;
  }
 
  
  .contantDetails h3 {
    font-size: 30px;
  }

  .tabsContantArea .nav-tabs .nav-item {
    flex-basis: inherit;
  }
  .tabsContantArea {
    padding: 40px 0 0;
  }

  
  .popular_BlogPart .list_item .subText {
    padding: 15px 20px 30px;
  }
  .popular_BlogPart .list_item h4 {
    font-size: 22px;
  }

  .banner_area {
    padding: 20px 0 80px;
  }
  .banner_area .heading h2 {
    font-size: 32px;
  }
  .searchBlog.featuredSlide .card_item .card-body h4 {
    font-size: 22px;
  }

  .our_latest_area {
    padding: 60px 0 40px;
  }
  .parent_say_area .heading h2 {
    margin-bottom: 60px;
  }

  .parent_say_area {
    padding: 40px 0 100px;
  }
  .testimonial_item .subText {
    padding: 0px 27px 30px;
  }
  .userBox .text h4 {
    font-size: 24px;
  }

  .qualified_Area .itemBox .item .box strong {
    font-size: 52px;
  }
  
  .qualified_Area .itemBox .item .box {
    width: 170px;
    height: 170px;
  }

  .contantDetails p img {
    width: 100% !important;
    height: auto !important;
  }

  .landmarkContantBox .topText .mt-4 {
    margin-top: 15px !important;
  }
  .social_share_icon .detailsView li {
    margin-bottom: 0;
  }
  .reviews-box.banner_details .ratingContent h4.avg_rating {
    font-size: 32px !important;
    width: 106px!important;
    margin-bottom: 14px;
  }

  .detailsView .view_btn {
    padding: 8px 22px;
    font-size: 20px;
  }
  .reviews-box.banner_details .ratingContent .star_rating i {
    font-size: 16px;
  }

  .fixed_sideBar {
    max-width: 215px;
  }
  .card_start_rating {
    margin-right: 0px;
  }
  .listTag li i {
    font-size: 12px;
  }
  .popularList_item h4 {
    padding: 17px 10px;
    font-size: 19px;
  }
  .popularList_item .subText .text h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .popularList_item .subText span.image {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right: 12px;
  }

  .featured_news .slide_item.col-lg-4 {
    width: 50%;
  }

  .right_cardBox .blog_page_category {
    font-size: 24px;
  }

  .landmarkArea .heading h2 {
    font-size: 32px;
  }
  .details_page_tab .mailinfoBox {
    justify-content: flex-start !important;
  }

  .categoryContentData {
    grid-template-columns: repeat(6, 1fr);
  }

  /* .tableContentPart table th {
    width: 275px;
  }  
  .tableContentPart table td {
    width: 275px;
  }
  .tableContentPart table td:last-child {
    width: 220px !important;
  }
  */

  .dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(6, 1fr);
  }

  .selectBox .formSelect {
    margin-bottom: 10px;
  }

  .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(6, 1fr);
  }

  /* .blogDetailPost .banner-slider .slider-for2 .slick-slide img {
    height: 274px;
  } */
  .blogDetailPost .banner-slider .slider-for2 {
    width: calc(76% - 10px);
  }
  /* .blogDetailPost.landmarksthumbBox .slider-nav2 .item-slick img {
    height: 110px;
  } */

  .forumContentArea .itemBox .forumCard.child_forumCard:nth-of-type(2n + 1) {
    padding-left: 50px;
  }
  .forumContentArea .itemBox .forumCard.child_forumCard {
    padding-left: 120px;
  }

  /* .product-item .product-item-details {
    width: calc(100% - 80px);
  }
  .product-item .cart_img {
    width: 80px;
  } */

  #social-links .social-button i {
    font-size: 42px;
  }

  .variationBox .addedRightText {
    width: calc(100% - 150px);  
  }
  .variationBox .subText {
    width: 150px;
  }

  .Contact_queriesBox {
    flex-wrap: wrap;
  }
  .Contact_queriesList {
    width: 100%;
    margin-bottom: 20px;
  }
  .user_filter_input.contactInput {
    margin-right: 15px;
    width: 160px;
}

}
@media (max-width: 1023px){

}
@media (max-width: 991px){

  .container, .container-lg, .container-md, .container-sm {
    padding: 0 30px;
  }

  .navbar.customized .navbar-nav li.nav-item a.secondaryBtn {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    display: flex;
    margin-left: 0;
  }
  .navbar.customized .navbar-nav li.nav-item a.secondaryBtn img {
    display: block;
    margin: 0 6px 0 0;
  }

  .heading h2 {
    font-size: 30px;
  }

  .bloglistigArea {
    padding: 60px 0 60px;
  }
  .card_item .card-title {
    color: #121212;
    font-size: 20px;
  }
  .getblogStorieArea .getContant h2 {
    font-size: 40px;
  }
  .getblogStorieArea .form-group {
    /* flex-wrap: wrap; */
  }
  .getblogStorieArea .getContant .form-group .form-control {
    margin-bottom: 0px;
    width: 100%;
  }
  .getblogStorieArea .storie_head {
    width: 100%;
    margin-bottom: 20px;
}
.getblogStorieArea .rightForm_subscribe {
  width: 75%;
}

  .featuredNews .card_item h3 {
    font-size: 28px;
  }
  .featuredNews .card_item p {
    font-size: 16px;
    line-height: 24px;
  }
  /* .getblogStorieArea {
    padding: 80px 0;
  } */

  .rightSideBar form {
    position: relative;
    margin-bottom: 30px;
  }
  .latest_article {
    margin-top: 30px;
  }
  .leaveReplyBox .form-group textarea.form-control {
    height: 269px;
  }
  .adminBox {
    padding-top: 30px;
  }

  .sub_landm span {
    font-size: 16px;
  }
  .tabsContantArea .nav-tabs .nav-item .nav-link {
    padding: 19px 15px;
    font-size: 16px;
  }
  .tabsContantArea li.nav-item {
    margin-bottom: 10px;
  }
  .rightSideBar .popularList_item h4 {
    font-size: 18px;
  }
  .rightSideBar .popularList_item .subText .text h5 {
    font-size: 16px;
  }
  .popularList_item .subText span.image {
    width: 58px;
    height: 58px;
  }
  .tabsContantArea .tab-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .tabsContantArea .tab-content h4 {
    font-size: 22px;
  }
  .tabsContantArea .reviewPart {
    margin-top: 20px;
  }
  .tabsContantArea .tab-content .reaturText li {
    font-size: 16px;
  }
  .seeList li {
    font-size: 16px;
  }
  .tabsContantArea .tab-content p strong {
    font-size: 22px;
  }

  .popular_BlogPart {
    padding: 60px 0 0px;
  }
  .popular_BlogPart .item {
    margin-bottom: 30px;
  }
  .tabsContantArea .tab-content {
    padding: 30px 0px 0 0;
  }
  /* .selectBox .formSelect {
    font-size: 20px;
  } */

  .landmarkContantBox .topText {
    /* order: -1; */
    padding-bottom: 20px;
    margin-top: 20px;
  }

  /* .bnr_right_ext {
    margin-top: 40px;
  } */

  .banner_content p {
    margin-bottom: 35px;
    font-size: 16px;
  }
  .banner_area {
    padding: 20px 0 60px;
  }
  .listingBox .Popular_list a{ 
    font-size: 16px; 
  }
  .articles_tabPart .near_ByCard .subCard_box p {
    font-size: 16px;
  }

  .featured_area {
    padding: 50px 0 0px;
  }
  .testimonial_item .subText p {
    font-size: 16px;
  }
  .userBox .text h4 {
    font-size: 22px;
  }
  .userBox .text span {    
    font-size: 16px;
  }
  .qualified_Area:before {
    width: 180px;
    height: 150px;
  }
  .qualified_Area .itemBox .item .box strong {
    font-size: 44px;
  }
  .qualified_Area .itemBox .item .box span {
    font-size: 17px;
  }
  .parent_say_area {
    padding: 40px 0 80px;
  }
  .qualified_Area .itemBox .item {
    width: calc(25% - 20px);
  }
  .qualified_Area .itemBox .item .box {
    width: 155px;
    height: 155px;
  }
  .banner_area .heading h2 {
    font-size: 30px;
  }
  .heading h2 strong.college svg {
    top: -4px;
  }

  .loginContentrea {
    padding: 60px 0;
  }
  .accountText {
    font-size: 14px;
  }

  .detailsView {
    margin-bottom: 0;
  }
  /* .detailsView li:last-child {
    width: 100%;
} */
  .detailsView li {
    margin-bottom: 20px;
  }

  /* .toltipContentBox {
     right: -148px;
  } */

  .tab_menusticky.stickyhead .nav-tabs .nav-item {
    margin-bottom: 10px;
  }

  .right_cardBox .blog_page_category {
    font-size: 22px;
  }

  .landmarkArea .heading h2 {
    font-size: 28px;
  }

  .card_item .card_image img {
    height: 180px;
  }

  .selectBox .formSelect {
    width: 210px;
    margin-bottom: 10px;
  }
  .orderSelectBox {
    width: calc(100% - 258px);
  }
  .order_searchBox .search_input {
    width: 200px;
  }

  .categoryContentData {
    grid-template-columns: repeat(5, 1fr);
    gap: 0px 10px;
  }

  .getblogStorieArea .getContant {
    padding: 0 0px;
    /* order: -1; */
    margin-bottom: 0px;
}
.qualified_Area .itemBox .item {
  width: 100%;
}

.categoryContentData.categoryDataNew {
  padding: 20px 0 0;
}
.dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
  grid-template-columns: repeat(4, 1fr);
}
.dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew .category_item span.image {
  width: 50px;
  height: 50px;
}
.dorpDownMenu .bnr_right_ext .item .box h3 {
  font-size: 16px;
}
.bnr_right_ext.colum_categoryContent .sub_item h2 {
 font-size: 20px;
}

.past_MockBox li {
  margin-bottom: 10px;
}

.categoryContentData.categoryDataNew {
   grid-template-columns: repeat(4, 1fr);
}

.blogDetailPost .banner-slider .slider-for2 .slick-slide img {
  height: 450px;
}

.btn.subscribeBtn.listingBtn {
  padding: 13px 25px !important;
}

.forumContentArea .itemBox .forumCard.child_forumCard {
  padding-left: 45px;
}
.forumContentArea .itemBox .forumCard.child_forumCard:nth-of-type(2n + 1) {
  padding-left: 0px;
}

/* .button_group a.btn {
  font-size: 20px;
} */

.membershipArea .plan_item .price_listing .offer_price {
  font-size: 40px !important;
}
.membershipArea .plan_item .card_item {
  padding: 30px 20px;
}

.main_heading {
  margin-bottom: 0px;
}

.card_itemBox.colum_2card_itemBox .subText.home_search_card .rightTextCard {
  /* width: calc(100% - 200px); */
  padding: 0 12px;
}
/* .card_itemBox.colum_2card_itemBox .subText.home_search_card .image {
  width: 200px;
} */
.main_heading h2 {
  font-size: 36px;
}

.colum_categoryContent .categoryContentData.categoryDataNew .category_item span.image, .right_categori_item.bnr_right_ext .categoryContentData.categoryDataNew .category_item span.image {
  width: 50px;
  height: 50px;
}
.bnr_right_ext.colum_categoryContent .subText {
  width: calc(100% - 65px);
  padding-left: 10px;
}
.bnr_right_ext .item .box h3 {
  font-size: 18px;
}
.bnr_right_ext.colum_categoryContent .item {
   padding-left: 0;
}

.mobile_full {
  max-width: 700px;
}
.product-item .cart_img {
  width: 85px;
}


.tabsContantArea .school_head {
  min-width: 200px;
}
.tabsContantArea  .places_head, .tabsContantArea  .year_head {
  min-width: 80px;
}
.tabsContantArea .description_head {
  min-width: 200px;
}

.tabsContantArea .table>:not(caption)>*>* {
  padding: 10px 15px !important;
}
.search-details-description table.table tr td:first-child {
  padding: 10px 15px !important;
}

.categoryContentData.categoryDataNew .category_item span.image {
  width: 62px;
  height: 62px;
}
.navbar.customized .nav-link {
  margin: 0.5em 15px;
}

.loginPage_Wrapper .loginContentrea {
  padding: 0;
}
.loginContentrea .itemBox .image {
  width: 40%;
  padding: 0px 15px;
}
.loginContentrea .itemBox .rightForm {
  width: 60%;
  padding: 0px 15px;
}

.portfolio_quantity .tabsContantArea .quantityBox li.nav-item {
  margin-right: 10px;
}
.portfolio_quantity .btn {
  padding: 12px 10px;
  font-size: 14px;
}
.tabsContantArea.portfolio_quantity .quantityBox  li.nav-item {
  margin-right: 8px;
}


.bloglistigArea {
  padding: 24px 0 30px !important;
}
.bloglistigArea .pagination {
  margin: 20px 0 0px;
}
.featured_news .slide_item {
  margin-bottom: 24px;
}
.card_item .card-title {
  font-size: 18px;
}
.page-item .page-link {
  padding: 6px 10px;
}
.tabsContantArea .tab-content .ckeditor_html h2 {
  font-size: 16px;
}
.bloglistigArea .slick-arrow {
  top: -57px;
  width: 38px;
  height: 38px;
}
.rightSideBar .form-control {
  font-size: 16px;
}
.searchBtn.btn {
  padding: 12px 13px;
  width: 44px;
  height: 44px;
  right: 10px;
}
button.btn.searchBtn {
  margin-top: 7px !important;
}
.rightSideBar .form-control {
  padding: 15px 10px;
}
.right_cardBox h3 {
  font-size: 20px;
}
.subscribeBox .subscribeBtn {
  padding: 19px 14px;
}
.dorpDownMenu {
  top: 76%;
  width: 92%;
}

a.apply_job_application.view_btn.emailContentBtn.messageContentBtn {
   padding: 10px 15px;
}

.tabsContantArea .tab-content .reaturText li {
    width: 50%;
  }



}
@media (max-width: 767px){

  h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
  }

  .container, .container-lg, .container-md, .container-sm {
    padding: 0 20px;
  }

  .bnr_right_ext.colum_categoryContent .sub_item h2 {
    font-size: 18px;
  }

  .bloglistigArea {
    padding: 30px 0 60px;
  }
  /* .getblogStorieArea {
    padding: 60px 0 30px;
  } */
  .getblogStorieArea .getContant h2 {
    font-size: 22px;
    margin-bottom: 10px;
  } 
  .getblogStorieArea .getContant .form-group .form-control {
    padding: 10px 16px;
  }
  .getblogStorieArea .rightForm_subscribe {
    width: 100%;
  }
  .subscribe_form_btn {
    padding: 16px 18px!important;
  }
  .heading h2 {
    font-size: 26px;
  }
  .right_cardBox h3 {
    font-size: 22px;
  }
  .blogslide .slick-track {
    margin: 0;
    padding: 20px 0 0;
  }
  .bloglistigArea .heading h2 {
    margin-bottom: 10px !important;
  }
  .right_cardBox .card p {
    font-size: 14px;
    line-height: 20px;
  }
  a.learnMore {
    font-size: 14px;
  }
  .btn {
    font-size: 15px;
  }
  .right_cardBox h3 {
    margin-bottom: 15px;
  }

  .featuredNews .card_item img {
    border-radius: 14px;
    width: 100%;
  }
  .featuredNews .card_item .ps-0 { 
    padding-left: 15px!important;
 }
 .right_cardBox .categori_img img {
  width: 100%;
 }


 .blogDetailArea .adminTag li {
  font-size: 16px;
 }
 .contantDetails h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .contantDetails p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .previousNext_Article .tagContent .tagList li a {
    font-size: 16px;
  }
  .previousNext_Article .tagContent .previous {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .previousNext_Article .tagContent.right {
    text-align: right;
    padding-top: 20px;
  }
  .adminBox .user {
    margin-right: 30px;
    width: 116px;
    height: 116px;
  }
  .articleListBox .card_item h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .leaveReplyBox .form-group textarea.form-control {
    height: 190px;
  } 
  .leaveReplyBox .form-group .form-control {
    padding: 16px 20px;
    font-size: 16px;
  }
  .form_action .row {
    padding-top: 10px;
}
  .rate {
    width: 50%;
  }
  .rate h5 {
    font-size: 18px;
  }
  .previousNext_Article .tagContent h3 {
    font-size: 20px;
  }
  .leaveReplyBox {
    padding: 20px 0 20px;
  }
  .blogDetailArea .adminTag li {
    padding-right: 14px;
  }
  .blogDetailArea .adminTag li span {
    margin-right: 0px;
  }

  .breadcrumb li {
    font-size: 16px;
  }
  .landmarkContantBox .heading p {
    font-size: 16px;
    line-height: 20px;
  }
  .tabsContantArea {
    padding: 20px 0 0;
  }
  .tabsContantArea .tab-content .reaturText li {
    width: 50%;
  }

  .bloglistigArea .landmarksthumbBox .slick-arrow.slick-prev {
    left: -10px;
  }
  .bloglistigArea .landmarksthumbBox .slick-arrow {
    right: -10px;
  }
  .listTag li {
    margin-right: 30px;
    margin-bottom: 5px;  }
  .popular_BlogPart .item:last-child {
    margin-bottom: 0;
  }
  /* .selectBox .formSelect {
    font-size: 18px;
  } */

  .detailsView li {
    margin-right: 20px;
  }
  .detailsView .socilal_icon li {
    margin-right: 7px;
  }
  .socilal_icon li a {
    width: 32px;
    height: 32px;
  }

  .popular_BlogPart {
    padding: 40px 0 0px;
  }

  /* .qualified_Area {
    padding: 75px 0 30px;
  } 
  .qualified_Area .itemBox .item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  } */
  .getblogStorieArea .getContant {
    padding: 0 20px;
  }
  .testimonial_item .subText {
    padding: 0px 20px 30px;
  }
  .articles_tabPart li.nav-item {
    margin-right: 12px;
  }
  .articles_tabPart .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .btnGroup2 {
    margin-top: 30px;
  }
  .parent_say_area .heading h2 {
    margin-bottom: 40px;
  }

  .banner_area {
    padding: 20px 0 50px;
  }
  .our_latest_area {
    padding: 40px 0 40px;
  }
  .parent_say_area {
    padding: 20px 0 60px !important;
  }

  .articles_tabPart .near_ByCard .subCard_box .sub {
    padding: 27px 15px 22px 12px;
  }

  .qualified_Area .itemBox .item .box {
    margin: auto;
  }
  .filterBoxMbl {
    display: block;
    margin: 0 0 20px;
  }
 
  .leftSideBar.leftSidemobileView, .slecctBox_MobileView {
    display: none;
  }

  .formSelect2 {
    border: 0;
    font-weight: 600;
    color: #212121;
  }
  .shortFliter li .selectBox {
    margin: 0;
  }

  .loginContentrea .itemBox .image {
    width: 100%;
    display: none;
  }
  .loginContentrea .itemBox .rightForm {
    width: 100%;
    padding-top: 0;
  }

  /* .blogDetailPost .banner-slider .slider-for {
    width: calc(72% - 20px);
}
  .blogDetailPost .banner-slider .slider-nav {
    width: calc(28% - 0px);
  } */

  .listText li {
   font-size: 16px;
  }
  .detailsView li a img {
    width: 16px;
  }
  .detailsView .socilal_icon li img {
    width: 16px;
  }
  .detailsView .socilal_icon li .facebook img {
    width: 12px;
  }
  .featuredNews .card_item h3 {
    font-size: 26px;
  }
  .popularList_item .subText {
    padding: 15px 20px 30px;
}

.fixed_sideBar, .fixed_sideBar.fixed {
  position: static !important;
  max-width: inherit;
}

.tab_menusticky.stickyhead {
  padding: 0;
  position: static;
  z-index: 9999;
  top: 11px;
  background: #fff;
  box-shadow: inherit;
  width: 100%;
  left: 0;
  margin: 0;
  right: 0;
  border-radius: 0;
}

.card_item .card-title {
  font-size: 16px;
}
.bnr_right_ext {
  margin-top: 10px;
}

.landmarkArea .heading h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.landmarkContantBox .topText .mobile_full {
  max-width: 100%;
}
.blogDetailPost .banner-slider .slider-nav2 {
  display: none;
}
ul.tagList li {
  margin-right: 5px;
}

.popularbox.featuredSlide .slick-arrow, .article_slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.popularbox.featuredSlide .slick-arrow {
  top: -180px;
}
.popularbox.featuredSlide .slick-arrow.slick-prev {
  left: 6px;
  right: auto;
}
.popularbox.featuredSlide .slick-next.slick-arrow {
  right: 6px;
  left: auto;
}
.article_slider .slick-arrow.slick-prev {
  left: 6px;
  right: auto;
}
.article_slider .slick-arrow.slick-next {
  right: 6px;
  left: auto;
}

.card_item .card_image img {
  height: 170px;
}

.orderSelectBox {
  width: auto;
}

.categoryContentData {
  grid-template-columns: repeat(4, 1fr);
}

.social_share_icon .detailsView li span {
    text-align: center;
    display: inline-block;
}
.social_share_icon .detailsView li span i {
  display: block;
  /* margin: auto;
  margin: 0 auto 2px; */
}

.order_searchBox .search_input {
  width: 230px;
}
.search-details-description h2 {
  margin-bottom: 20px;
}

.landmarksthumbBox .slider-nav {
    display: none;
}

  .landmarkContantBox .topText {
    padding-bottom: 5px;
  }

  .tab_menusticky.stickyhead .nav-tabs {
   margin-top: 20px;
   border-bottom: 1px solid #57AAE8;
  }
  .tabsContantArea .nav-tabs {
    margin-bottom: 20px !important;
 }
 .tab_menusticky.stickyhead .nav-tabs {
   margin-bottom: 20px !important;
   margin-top: 16px !important;
 }

  .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(4, 1fr);
  }

  .dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 10px;
  }

  .btn.subscribeBtn.listingBtn {
    margin-left: 0;
  }

  .blogDetailPost .banner-slider .slider-for2 .slick-slide img {
    height: 351px;
  }

  .qualified_Area .itemBox .item .box strong {
     font-size: 26px !important;
  }
  .qualified_Area .itemBox .item .box span {
    font-size: 16px !important;
  }

  .forumContentArea .itemBox .forumCard .text {
    padding-right: 0;
  }
  .secondaryBtn {
     font-size: 15px;
  }

  .banner_area p {
    margin-bottom: 15px;
  }
 
  .main_heading h2 {
    padding: 0 10px;
    font-size: 28px;
  }

  .card_itemBox.colum_2card_itemBox .subText.home_search_card .image {
    width: 100%
  }
  .card_itemBox.colum_2card_itemBox .subText.home_search_card .rightTextCard {
    width: 100%;
    padding:0;
  }

  .card_itemBox.colum_2card_itemBox.blog_colum_cardBox .subText.home_search_card .image {
    width: 135px;
  }
  .card_itemBox.colum_2card_itemBox.blog_colum_cardBox .subText.home_search_card .rightTextCard {
    width: calc(100% - 135px);
    padding: 0 0 0 12px;
  }
  .card_itemBox.colum_2card_itemBox.blog_colum_cardBox .card_item {
    width: 100%;
  }
  .card_itemBox.colum_2card_itemBox.blog_colum_cardBox .subText.home_search_card {
    margin-bottom: 0;
  }
  .card_itemBox.colum_2card_itemBox.blog_colum_cardBox .popularListBox .subBox {
    width: 100%;
  }
  .cardContentPart .card_itemBox.colum_2card_itemBox.blog_colum_cardBox .subText .text {
    padding: 0;
  }


  .price_listing .origanal_price {
    font-size: 16px !important;
  }

  .cardContentPart .card_itemBox.colum_2card_itemBox .subText .text {
    padding: 10px 0px 0;
    width: 100%;
}
.price_listing {
  margin-top: 0;
}


  /* cart */
  /* .product-item .cart_img {
    display: none;
  } */
  .basket_cart_items {
    flex-wrap: wrap;
  }
  .product-item .product-item-details {
    width: 100%;
  }
  .basketleft {
    width: 100%;
  }
  .priceCol, .moduleCol, .totalCol, .qtyCol {
    width: 100%;
  }
  .basket_cart_items .subitem h3 {
    display: block !important;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .basket_cart_items .subitem {
    display: flex;
    margin-bottom: 20px;
  }
  .basket_cart_items .subitem .text {
    padding: 0px 10px 0;
  }
  .basket_cart_items .subitem .text p {
    margin-bottom: 0;
  }
  .basket_cart_items .subitem:last-child {
    margin-bottom: 0;
  }
  a.action.continue.btn {
    margin-bottom: 10px;
  }
  .featuredNews .card_item .blog_long_text {
    padding-top: 15px;
  }

  .toltipContentBox {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    top: 115%;
  }
  ul.tagList {
    max-width: 100%;
    position: relative;
  }
  .toltip {
    position: static;
}
  .mobile_full ul.tagList {
    max-width: 100%;
  }

  .mobile_full {
    max-width: 350px;
  }
  .categoryContentData.categoryDataNew {
    padding: 10px 0 0;
  }

  .cart_items th.item_head {
    min-width: 260px;
  }
  .product-item .cart_img {
    width: 78px;
  }

  .datelist_group .list-group-item {
    font-size: 12px;
  }

  .cardContentPart .card_itemBox .subText .text h4 {
    font-size: 16px;
  }

  a.view_btn.emailContentBtn.star_rating_link {
    width: 130px;
  }
  .view_btn.emailContentBtn.videoContentBtn {
    width: 90px;
  }
  .mailinfoBox .view_btn.emailContentBtn {
    padding: 7px 8px;
  }
  .tabsContantArea .tab-content p {
    margin-bottom: 15px;
  }

  .categoryContentData.categoryDataNew .category_item span.image {
    width: 40px;
    height: 40px;
  }
  .bnr_right_ext .item .box {
    padding: 5px 5px;
  }
  .getblogStorieArea .getContant .form-group .btn.subscribeBtn {
      padding: 10px 8px;
      height: 48px;
  }
  .getblogStorieArea .storie_head {
    margin-bottom: 10px;
  }
  .getblogStorieArea {
    padding: 30px 0 20px;
  }

  .dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew .category_item span.image {
    width: 40px;
    height: 40px;
  }
  .categoryContentData.categoryDataNew {
    gap: 0px 5px;
  }
  .bnr_right_ext .item .box h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .bnr_right_ext.colum_categoryContent .item {
    margin-bottom: 8px;
  }
  .colum_categoryContent .categoryContentData.categoryDataNew .category_item span.image, .right_categori_item.bnr_right_ext .categoryContentData.categoryDataNew .category_item span.image {
    width: 40px;
    height: 40px;
  }
  .banner_area {
    padding: 20px 0 10px !important;
  }
  .bnr_right_ext.colum_categoryContent .sub_item h2 {
    margin-bottom: 15px;
  }
  .bnr_right_ext.colum_categoryContent .subText {
    width: calc(100% - 40px);
    padding-left: 7px;
  }

  .price_listing {
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
}

.homeinputBox {
  display: flex;
  flex-wrap: wrap;
}
input.inputSearchBox.homeSearchBox {
  max-width: 100% !important;
  width: calc(100% - 124px) !important;
}

.variationBox .subText {
  width: 120px;
}
.variationBox .addedRightText {
  width: calc(100% - 120px);
}
#sidebar_ads {
  margin-bottom: 10px;
}
.landmarkArea .rightSideBar {
  margin-top: 20px;
}
.tabsContantArea li.nav-item {
  margin-right: 15px;
}
.tabsContantArea .nav-tabs .nav-item .nav-link {
  font-size: 15px;
}
.cardContentPart {
  margin-top: 15px;
}
.subscribeBox .subscribeBtn {
  padding: 16px 40px;
}
.tabsContantArea .tab-content {
  padding: 20px 0px 0 0;
}
.tabsContantArea .tab-content .reaturText {
   margin-bottom: 20px;
}
.tabsContantArea .tab-content h2 {
  margin-bottom: 15px;
}
.fun_placesArea h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.fun_placesArea .subText h3 {
  font-size: 20px;
}







.forumContentArea {
  padding: 30px 0;
}
.getblogStorieArea .getContant .form-group .form-control {
  font-size: 16px;
}
.btn {
  font-size: 14px;
}

.portfolio_quantity table.dataTable thead>tr>th.sorting {
  font-size: 14px;
}
.bloglistigArea.landmarkArea .block-form-review.px-4 {
  padding: 0 !important;
}
.heading.mt-3 {
  margin-top: 0 !important;
}

.card_item .card-body {
  padding: 20px 0 0;
}
.featured_news .card.card_item {
  padding: 0px 0px 20px;
}
.rightSideBar .form-control {
  padding: 14px 15px;
  font-size: 15px;
}
.searchBtn.btn {
  padding: 9px 10px;
}
.searchBtn {
  width: 40px;
  height: 40px;
}
button.btn.searchBtn {
  margin-top: 5px !important;
}
.card {
  margin-bottom: 20px;
}
.bnr_right_ext .item .box h3 {
  margin: 0 !important;
}
.btn {
  font-size: 15px;
}

.ratingContent h4.avg_rating {
  width: 110px !important;
  padding: 10px 20px !important;
  font-size: 32px !important;
}
.star_rating i {
  font-size: 24px;
}
.leaveReplyBox h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.commentView.data-table-rows {
  padding: 20px 0 6px;
}
.bloglistigArea .slick-arrow {
  top: -39px;
  width: 35px;
  height: 35px;
  right: 0;
}
.bloglistigArea .slick-arrow {
  font-size: 17px;
}
.bloglistigArea .slick-arrow.slick-prev {
  right: 42px;
}
.featuredNews {
  padding-top: 20px;
}
.user_ProfileMenu .userFile {
  padding: 16px 0 !important;
}
.searchBlog .card_item .card-body h4 {
  font-size: 18px;
}

.tabsContantArea .tab-content .reaturText.job_apply_li li {
  width: 100%;
  text-align: left;
}





}
@media (max-width: 575px){

  .navbar.customized .navbar-nav {
    justify-content: space-between;
  }

  .tabsContantArea .tab-content .reaturText li {
    width: 100%;
  }
  
  .selectBox .formSelect {
    width: 240px;
  }
  .articles_tabPart .near_ByCard .sm_image {
    width: 100%;
  }
  .articles_tabPart .near_ByCard .sm_image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .articles_tabPart .near_ByCard .subCard_box {
    width: 100%;
  }
  .articles_tabPart li.nav-item {
    margin-bottom: 10px;
  }
  .articles_tabPart .near_ByCard .subCard_box h4 {
    font-size: 24px;
  }
  .btnGroup2 {
    margin-top: 20px;
  }
  .articles_tabPart .near_ByCard .subCard_box .sub {
    padding: 27px 20px 22px 20px;
  }
  .banner_area .heading h2 {
    font-size: 24px;
  }
  /* .bnr_right_ext .item {
    width: 50%;
  } */
  .Popular_list {
    padding: 9px 10px 9px 10px;
  }
  .listingBox .Popular_list a {
   padding: 13px 18px;
  }
  .bnr_right_ext .item .box h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .bnr_right_ext .item .box span.box_number {
    font-size: 18px;
    line-height: 1;
  }
  .heading h2 strong.college svg {
    top: -7px;
  }
  .accountText {
    font-size: 14px;
  }

  .detailsView .view_btn.contectBtn {
    padding: 9px 30px;
  }

  .featured_news .slide_item.col-lg-4 {
    width: 50%;
  }

  .orderSelectBox {
    margin-top: 10px;
    width: 100%;
    display: block !important;
  }
  .order_searchBox .search_input {
      width: 100%;
  }

  .categoryContentData {
    grid-template-columns: repeat(3, 1fr);
  }
  .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(3, 1fr);
  }

  .qualified_Area .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }

  .dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(3, 1fr);
  }

  .blogDetailPost .banner-slider .slider-for2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .blogDetailPost .banner-slider .slider-nav2 {
    width: 100%;
  }
  .blogDetailPost.landmarksthumbBox .slider-nav2 .item-slick {
    margin-right: 14px;
    margin-bottom: 0;
  }
  .blogDetailPost .banner-slider .slider-for2 .slick-slide img {
    height: 185px;
  }
  .blogDetailPost .slick-list {
    height: auto !important;
  }

  .blogDetailPost.landmarksthumbBox .slider-nav2 .item-slick img {
    height: 115px;
  }

  .blogDetailPost .banner-slider .slider-nav2 .slick-list.draggable {
    height: auto !important;
  }

  /* forumContentArea */

  .forumContentArea .itemBox .forumCard .text {
    padding-right: 0;
    width: 100%;
  }

  .forumContentArea .itemBox .forumCard .textCardBox {
    width: calc(100% - 40px);
}
.forumContentArea .itemBox .forumCard .postedListBox .explore_list {
  width: 100%;
}
.forumContentArea .itemBox .forumCard.child_forumCard {
  padding-left: 36px;
}
.forumContentArea .itemBox .forumCard .user_icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.cart_items th.item_head {
  min-width: 180px;
}

.popularListBox .text h5 {
  font-size: 16px;
}
.popularList_item h4 {
  padding: 15px 10px;
}
/* .blogslide .slide_item {
  padding: 0;
} */

}

@media (max-width: 479px){

  h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
  }

  

  .contantDetails h3 {
    font-size: 24px;
  }
  .ratingBox {
    flex-wrap: wrap;
  }
  .rate {
    width: 100%;
  }
  .leaveReplyBox .form-group textarea.form-control {
    height: 140px;
  }
  .subscribeBox {
    padding: 15px 15px 10px;
  }
  .previousNext_Article .tagContent .tagList li a {
    padding: 7px 14px 6px;
  }
  .previousNext_Article .tagContent .tagList li {
    margin-right: 10px;
  } 
  .previousNext_Article .tagContent .previous {
    font-size: 18px;
  }

  .popular_BlogPart .list_item h4 {
    font-size: 20px;
  }
  .sub_landm span {
    font-size: 14px;
  }
  .qualified_Area .itemBox .item .box span {
    font-size: 16px;
  }
  .qualified_Area .itemBox .item .box strong {
    font-size: 38px;
  }

  .selectBox {
    width: 100%;
    margin-top: 15px;
  }
  .selectBox .formSelect {
    width: 100%;
  }

  .loginContentrea .itemBox .rightForm {
    width: 100%;
    padding: 40px 20px;
  }

  .detailsView li {
    margin-right: 0;
    /* width: 50%; */
    width: auto;

  }
  .detailsView li:last-child {
    width: auto;
}
  /* .detailsView li:last-child {
    width: 100%;
  } */
  .socilal_icon {
    justify-content: flex-start;
  }
  .detailsView .socilal_icon li {
    margin-right: 15px;
    width: auto;
  }
  .detailsView .socilal_icon li img {
    width: 16px;
  }
  .detailsView .socilal_icon li .facebook img {
    width: 12px;
  }
  .getblogStorieArea .getContant .form-group .form-control {
    width: 100%;
  }
  .imperdietCard div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 20px;
    width: 100%;
  }
  .imperdietCard div#DataTables_Table_0_length {
    float: left;
    margin-bottom: 10px;
  }

  .reviews-box.banner_details .ratingContent h4.avg_rating {
    font-size: 26px !important;
    width: 80px!important;
  }
  .reviews-box.banner_details .ratingContent .star_rating i {
    font-size: 12px;
  }  
  .tagList li a {
    padding: 6px 8px;
    font-size: 12px;
  }

  .card_item .card_image img {
    height: 130px;
  }
  .featured_news .slide_item.col-lg-4 {
    width: 100%;
  }

  .categoryContentData {
    grid-template-columns: repeat(2, 1fr);
  }
  .cardContentPart .card_itemBox .subText .image img {
    height: 80px;
  }

  .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(3, 1fr);
  }
  .dorpDownMenu .bnr_right_ext .categoryContentData.categoryDataNew {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .breadcrumb {
    margin-bottom: 12px;
  } */
  .heading h2 {
    font-size: 24px;
  }
  .cardContentPart .card_itemBox .card_item {
    margin-bottom: 15px;
  }
  .tabsContantArea {
    padding: 10px 0 0;
  }
  .featuredNews .card_item h3 {
    font-size: 18px;
  }
  .imperdietCard .card_item span.number {
    top: 0;
  }
  .imperdietCard .card_item h3 {
    margin-bottom: 15px;
  }
  .social_share_icon .detailsView li {
    margin-bottom: 0;
  }
  .cardContentPart.mt-4 {
    margin-top: 15px !important;
  }
  .blogDetailPost.landmarksthumbBox .slider-nav2 .item-slick img {
    height: 85px;
  }
  .listTag {
    margin-bottom: 0;
  }

.loginPage_Wrapper .loginContentrea .itemBox .rightForm {
  padding: 0;
}

input.inputSearchBox.homeSearchBox {
  max-width: 100% !important;
  width: calc(100% - 100px) !important;
}

.tabsContantArea.portfolio_quantity .tab-content {
  padding-top: 0;
}
.portfolio_quantity .dataTables_length {
  margin-bottom: 10px;
}
.portfolio_quantity .dataTables_filter {
  margin-bottom: 6px;
  width: 100%;
}

.search_card_item span.editPenBox {
  top: 30%;
}

}

@media (max-width: 440px){
.captchaBox {
  width: 100%;
  margin-right: 0;
  display: flex  ;
  justify-content: flex-end;
}
}

@media (max-width: 374px){
  .qualified_Area .itemBox .item .box {
    width: 132px;
    height: 132px;
  }
  .getblogStorieArea .getContant h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
  /* .qualified_Area .itemBox .item {
    margin-bottom: 20px;
  } */
  .qualified_Area .itemBox {
    gap: 20px 10px;
  }
  .qualified_Area .itemBox .item .box span {
    font-size: 16px !important;
  }
  .qualified_Area .itemBox .item .box strong {
    font-size: 30px !important;
  }
  .qualified_Area .itemBox .item .box strong {
    font-size: 32px;
  }
  .qualified_Area .itemBox .item .box span {
    font-size: 13px;
  }
  .qualified_Area:before {
    width: 160px;
    height: 135px;
  }  

  .Popular_list {
    padding: 7px 10px 7px 7px
  }
  .listingBox .Popular_list a {
    
  }
  .listingBox .Popular_list a {
    padding: 12px 15px;
    font-size: 14px;
  }

  .topText span i {
    font-size: 20px;
  }
  #social-links .social-button {
    font-size: 18px;
    margin-right: 8px;
}

.tagList li a {
  padding: 6px 8px;
   margin-right: 2px;
}

.mobile_full {
  max-width: 244px;
}

input.inputSearchBox.homeSearchBox {
  max-width: 100% !important;
  width: calc(100% - 89px) !important;
}
.bnr_right_ext .item .box h3 {
  font-size: 15px;
}
.jobCardList .right span.posted {
  margin-right: 10px;
}
.featuredview .social_share_icon {
    margin-left: 8px;
}


}



/* START  question page CSS */

#navbarSupportedContent .dropdown-toggle:after {
  display: none;
}

/* questionContentArea */
.questionContentArea {
  width: 100%;
  padding: 40px 0;
}
.question_itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.question_itemBox .subjectBox.subjectBox2 {
  width: calc(50% - 20px);
}

.question_itemBox .subjectBox {
  width: 100%;
  margin: 0 0 40px;
}

.questionContentArea h2 {
  margin-bottom: 40px;
  font-size: 34px;
  color: #121212;
}
.question_itemBox .subjectBox .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.question_itemBox .subjectBox .item .sub {
  padding: 20px 15px;
  width: 177px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #999;
  margin-right: 20px;
  text-align: center;
  border-radius: 6px;
}
.question_itemBox .subjectBox .item .sub img {
  width: 50px;
  margin: 0 auto 15px;
}
.question_itemBox .subjectBox .item .sub h3 {
  font-size: 22px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}
.question_itemBox .subjectBox .item .subList {
  padding: 20px 0 0;
  width: calc(100% - 197px);

}
.question_itemBox .subjectBox .item .subList ul.question_list {
  display: flex;
  flex-wrap: wrap;
}
.question_itemBox .subjectBox .item .subList ul.question_list li {
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  border-bottom: 0;
}
.question_itemBox .subjectBox .item .subList ul.question_list li a {
  font-size: 16px;
  color: #121212;
  line-height: 1.3;
}
.question_itemBox .subjectBox .item .subList ul.question_list li a:hover {
  color: #1a9bfc;
  text-decoration: underline;
}
.question_itemBox .subjectBox .item .subList ul.question_list li:before {
  content: "";
  height: 100%;
  border-right: 1px solid #585858;
  position: absolute;
  right: -1px;
}

/* new formt */
.question_itemBox .subjectBox .item.itemSub .sub {
  padding: 0;
  box-shadow: inherit;
  display: flex;
  align-items: flex-start;
  border: 0;
  width: 100%;
  text-align: left;
}
.question_itemBox .subjectBox .item.itemSub .sub span.icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 100%;
  border: 0;
  margin-right: 30px;
}
.question_itemBox .subjectBox .item.itemSub .sub span.icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.question_itemBox .subjectBox .item.itemSub .sub h3 {
  font-size: 20px;
}
.question_itemBox .subjectBox .item.itemSub .past_MockBox li a {
  padding: 0;
  border: 0;
  background: transparent;
  color: #67757c;
}
.question_itemBox .subjectBox .item.itemSub .past_MockBox {
  justify-content: flex-start;
}
.question_itemBox .subjectBox .item.itemSub .past_MockBox li {
  margin-right: 20px;
}
.question_itemBox .subjectBox .item.itemSub .past_MockBox li a:hover {
  color: #000;
  /* text-decoration: underline; */
}

.price_listing {
  margin-top: 10px;
}
.card_item .card-body h4 {
  margin-bottom: 10px;
}
.question_itemBox .subjectBox .item.itemSub .subList {
  width: 100%;
}

/* paage 2 */
.past_PapersPart h2 {
  text-align: center !important;
}
.past_PapersPart .Papers_itemBox {

}
.papers_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.papers_list .leftText {
  /* width: calc(75% - 40px); */
  width: 100%;
}
.papers_list h3, .topicQuestions .rightText h3 {
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.papers_list h3 i {
  margin-right: 6px;
}
.topicQuestions {
  display: flex;
  flex-wrap: wrap;
}
.topicQuestions .left {
  width: 50%;
}
.topicQuestions .left .topicText li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #121212;
  margin-bottom: 8px;
  position: relative;
}
.topicQuestions .left .topicText li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #121212;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.topicQuestions .rightText .sampleBtn {
  margin-right: 10px;
}
.topicQuestions .rightText ul li {
  margin-bottom: 10px;
}
.subNow {
  display: flex;
  flex-wrap: wrap;
}
.subNow .sub ul {
  margin-bottom: 6px;
}
.subNow .sub ul li {
  display: inline-block;
}
.subNow .sub ul li a {
  font-size: 18px;
  color: #121212;
}
.subscribeBtn {
  padding: 12px 30px;
  background: #1a9bfc;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-radius: 8px;
  margin-left: 20px;
}
.subscribeBtn:hover {
  background: #1a9bfc;
  color: #fff;
}

.plannerBox {
  padding: 40px 30px;
  width: 100%;
  background: #F6F9FE;
}
.plannerBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plannerBox ul li {
  text-align: center;
  width: calc(25% - 20px);
}
.plannerBox ul li strong {
  font-size: 22px;
  color: #121212;
  font-family: Gilroy;
  font-weight: 700;
  display: block;
}
.plannerBox ul li span {
  display: block;
  font-size: 16px;
  color: #121212;
}

.papers_list .question_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: #121212;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
.papers_list .question_list li .number {
  margin-right: 30px;
}
.papers_list .question_list li span.text {
  margin-right: 70px;
}
.papers_list .question_list li .downBtn {
  margin-right: 30px;
  display: inline-block;
}
.solutionBtn {
  padding: 10px 15px;
  background: #1a9bfc;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  display: inline-block;
}
.solutionBtn i {
  margin-right: 4px;
}
.papers_list .question_list li .solutionBtn i, .papers_list .question_list li .downBtn i {
  margin-right: 6px;
}

.papers_list .question_list li .bookText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.bookText strong {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
  margin-right: 80px;
}
.bookText strong i {
  margin-right: 6px;
  font-size: 16px;
}
.bookNowBtn {
  padding: 10px 20px;
  font-size: 16px;
  color: #121212;
  background: #F6F9FE;
  border: 1px solid #121212;
  border-radius: 6px;
  display: inline-block;
}
.bookNowBtn:hover {
  color: #121212;
  background: #F6F9FE;
}
.answerBtn {
  padding: 10px 20px;
  font-size: 16px;
  color: #121212;
  background: #F6F9FE;
  border: 1px solid #121212;
  border-radius: 6px;
  display: inline-block;
}
.answerBtn i {
  color: red;
  margin-right: 6px;
}

.rightSidebar {
  width: calc(25% - 0px);
}
.rightSidebar h4 {
  padding: 22px 0;
  color: #FFF;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: 1.1;
  background-image: linear-gradient(to right, #A089F3 , #57AAE8);
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.rightSidebar ul {
  margin-top: 20px;
}
.rightSidebar ul li {
  padding: 8px 5px;
  /* border-bottom: 1px solid #ddd; */
}
.rightSidebar ul li a {
  font-size: 16px;
  color: #121212;
}

/*  */
.question_quizPart {

}
.question_quizPart .quiz_paper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.quizBox {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.quizBox p {
  font-size: 16px;
  color: #121212;
}

/* pagination */
.pagination {
  margin: 30px 0 20px;
  width: 100%;
  text-align: center;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.pagination ul li {
  margin: 0 5px 10px;
}
.pagination ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid #1a9bfc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #45b0f9;
  font-weight: 600;  
}
.pagination ul li.active a {
  background: #45b0f9;
  color: #fff;
}
.nextBtn.bookNowBtn {
  border: 0;
  background: linear-gradient(to right, #A089F3 , #57AAE8);
  color: #fff;
}

.button_group {
  justify-content: right;
  display: flex;
  flex-wrap: wrap;
}
.button_group a.btn {
  font-size: 16px;
}
.btn {
  padding: 12px 20px;
  background: linear-gradient(to right, #A089F3 , #57AAE8);
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid transparent;
}
.btn:hover {
  background: linear-gradient(to right, #57AAE8 , #A089F3);
  color: #fff;
}
.btn.testBtn {
  margin-right: 10px;
}
.btn.cancelBtn {
  background: #F6F9FE;
  color: #121212;
  border: 1px solid #121212;
}

.question_quizPart .subText {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.question_quizPart .subText span.solveText {
  font-size: 16px;
  color: #121212;
  display: block;
  margin-bottom: 0;
  margin-right: 10px;
}
.question_quizPart .subText .tagText {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.question_quizPart .subText .tagText .bookNowBtn {
  margin-right: 15px;
}
.question_quizPart .subText .tagText .bookNowBtn:last-child {
  margin-right: 0;
}
.question_quizPart .subText .tagText .tagBox {
  margin-right: 10px;
}
.question_quizPart .quiz_paper .quizNumber.solutionBtn {
  margin-right: 20px;
}



.quiz_tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.quiz_tagList li {
  padding: 0 10px;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
}
.quiz_tagList li a {
  font-size: 16px;
  color: #121212;
  line-height: 1.3;
}
.quiz_tagList li a:hover {
  color: #1a9bfc;
  text-decoration: underline;
}
.quiz_tagList li:before {
  content: "";
  height: 100%;
  border-right: 1px solid #585858;
  position: absolute;
  right: -1px;
}.quiz_tagList li:last-child:before {
  display: none;
}


/* tabsContantArea */
.papers_list .leftText .tabsContantArea {
  padding: 0 0 0;
  max-width: 1070px;
}
.papers_list .leftText .tabsContantArea .nav-tabs {
  border: 0;
  justify-content: flex-start;
  background: #f6f9fe;
  box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.2);
  padding: 0;
}
.papers_list .leftText .tabsContantArea .tab-content {
  padding: 30px 0px 0 0;
}
.papers_list .leftText .tabsContantArea li.nav-item {
  margin-right: 10px;
  margin-bottom: 0;
  flex-basis: inherit;
  flex-grow: inherit;
}
.papers_list .leftText .tabsContantArea li.nav-item:last-child {
  margin-right: 0;
}
.papers_list .leftText .tabsContantArea .nav-tabs .nav-item .nav-link {
  padding: 14px 30px !important;
  border: 0;
  color: #121212;
  font-size: 22px;
  font-family: Gilroy;
  font-weight: 600;
  line-height: 1.2;
  /* letter-spacing: -0.18px; */
  background: #f6f9fe;
  border-radius: 8px;
  /* border: 1px solid #eee; */
}
.papers_list .leftText .tabsContantArea .nav-tabs .nav-item .nav-link.active {
  border-radius: 8px;
  background: linear-gradient(261deg, #A089F3 0%, #57AAE8 100%);
  color: #fff;
}
.past_MockBox {
  display: flex;
  flex-wrap: wrap;
}
.past_MockBox li {
  margin-right: 10px;
  margin-bottom: 8px;
}
.past_MockBox li a {
  padding: 8px 15px;
  background: #F6F9FE;
  display: inline-block;
  border-radius: 6px;
  color: #121212;
  border: 1px solid #121212;
}
.past_MockBox li a:hover{
  text-decoration: none;
  color: #121212;
}
.past_MockBox li:before {
  display: none;
}

/* .checkbox_itemBox */
.checkbox_itemBox {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 20px;
}
.checkbox_itemBox .form-group {
  display: block;
  margin-bottom: 20px;
  margin-right: 30px;
}

.checkbox_itemBox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_itemBox .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #121212;
}
.checkbox_itemBox .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.checkbox_itemBox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* END checkbox_itemBox */

/* radio_buttonBox */
.radio_buttonBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.radio_buttonBox .form-group {
  /* margin: 1rem 0; */
  padding: 0 30px;
  margin-bottom: 5px;
}

.radio_buttonBox .form-group input[type="radio"] {
  display: none;
}

.radio_buttonBox .form-group label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #121212;
}

.radio_buttonBox .form-group label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #0079bf;
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.radio_buttonBox .form-group label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0079bf;
  border: 2px solid #0079bf;
  border-radius: 50%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.radio_buttonBox .form-group input[type="radio"]:checked + label::before {
  border-color: #0079bf;
}

.radio_buttonBox .form-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
/* END radio_buttonBox */

/* new css  */
.competionBox .form-group label {
  font-size: 20px;
  color: #121212;
  margin-bottom: 10px;
}
.competionBox .form-group .form-control {
  padding: 12px 20px;
  border: 1px solid #ddd;
  color: #121212;
}

.dateText {
  font-size: 18px;
}
.dateText strong {
  font-weight: 600;
  color: #121212;
}

.descriptionBox h4 {
  font-weight: 500;
  font-size: 20px;
}
.entrieBox .entrieNo {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0px;
  /* border: 1px solid #eee;
  border-radius: 5px;
  margin-right: 10px;
  box-shadow: 0 20px 30px rgba(0, 0 ,0 , 0.2); */
}
.entrieBox .entrieNo h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.entrieBox .entrieNo .number {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  
}
.entrieBox .entrieNo .view_btn {
  width: 100%;
  margin-bottom: 14px;
  text-align: center;
  padding: 10px 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.entrieBox .view_btn {
  width: 100%;
  margin-bottom: 14px;
  text-align: center;
  padding: 16px 30px;
  font-size: 22px;
  border-radius: 0px;
}
.view_btn.submit_ResponseBtn {
  background: #1a9bfc;
}
 
.descriptionBox .descrptList li {
  padding: 0 12px;
}
.descriptionBox .descrptList li:first-child {
  padding-left: 0;
}
.blogDetailPost.competitionBox .blogPostTop {
  padding-bottom: 0 !important;
}
.competitionBox .tableContentPart table th:first-child {
  width: 200px;
}

.entrieBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-end; */
  /* max-width: 240px; */
  /* margin-left: auto; */
}
.entrieBox2 {
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.entrieBox2 .itemNo {
  width: calc(33.33% - 0px);
}


.tableContentPart.tableContentPartCom  table th, .tableContentPart.tableContentPartCom  table td  {
 padding: 10px 10px;
}
.tableContentPart.tableContentPartCom table th:first-child {
  width: 185px;
  text-align: left;
}
.tableContentPart.tableContentPartCom table td:first-child {
  font-weight: 400;
  text-align: left;
}
.tableContentPart.tableContentPartCom  table th:last-child, .tableContentPart.tableContentPartCom  table td:last-child  {
  width: 185px;
  padding-right: 0;
}
.tableContentPart.tableContentPartCom table td p {
  margin-bottom: 3px;
}
.tableContentPart.tableContentPartCom .likeTable  {
  width: 125px;
  text-align: center;
}
.tableContentPartCom .likeTable .star_listTD {
  justify-content: center;
  list-style: none;
}
.tableContentPartCom .likeTable .star_listTD li {
  list-style: none;
}
.tableContentPartCom .likeTable .star_listTD li a.star {
  font-size: 28px;
}
.tableContentPartCom .likeTable .star_listTD li span {
  display: block;
}
.tableContentPart.tableContentPartCom table td .view_btn {
  font-size: 16px;
  width: 150px;
}

.mailinfoBox p a i {
  color: #fff;
}

input.inputSearchBox.homeSearchBox {
  background: #F6F9FE;
  padding: 10px 9px;
  width:100%;
  border: 1px solid #121212;
  border-radius: 10px;
  margin-right: 6px;
  max-width: 555px;
}

.search_homeresultsBox {
  text-align: left;
}
span.school_name {
  cursor: pointer;
}

.select2-container .select2-selection--single .select2-selection__clear {
  font-size: 16px !important;
  color: #888888 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: auto !important;
}

/* 01/06/2024 */
.search_card_item {
  position: relative;
}
.search_card_item .card.card_item {
  overflow: hidden;
}
span.featured_item {
  display: inline-block;
  padding: 6px 20px 8px;
  background: #5bbdea;
  position: absolute;
  top: 20px;
  left: -34px;
  transform: rotate(-37deg);
  text-align: center;
  width: 190px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

span.homecategorypage.featured_item {
  display: inline-block;
  padding: 4px 20px 4px;
  background: #5bbdea;
  position: absolute;
  top: 6px;
  left: -56px;
  transform: rotate(-43deg);
  text-align: center;
  width: 188px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
span.featured_item span {
  position: relative;
  left: -10px;
}

.search_card_item span.editPenBox {
  position: absolute;
  right: 13px;
  top: 41%;
}
.quizBox.multiple_question_bpx {
    background-color: #d0cce7;
}

.landmarkContantBox .cardContentPart h2 {
  margin-bottom: 20px !important;
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-bottom: 3px solid #57AAE8;
  padding: 0 0 10px;
  font-weight: 700 !important;
}

.homeinputBox {
  position: relative;
}
.search_homeresultsBox .dropdown_itemBox .search_item {
  position: absolute;
    background: #f6f9fe;
    width: 100%;
    max-width: 675px;
    margin: 0 auto;
    margin-left: auto;
    left: 0;
    right: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 0px 10px 10px;
    text-align: left;
    padding: 20px 20px;
}

.search_homeresultsBox .dropdown_itemBox .search_item .subText li {
  margin-bottom: 15px;
}

.search_homeresultsBox .dropdown_itemBox .search_item .subText .sub h3 {
  color: #403f3f;
  transition: all ease 0.5s;
}
.search_homeresultsBox .dropdown_itemBox .search_item .subText .sub h3:hover {
  color: #767272;
}

.btn.subscribeBtn.listingBtn {
  color: #fff !important;
  background: #50bd7b !important;
  border-color: #50bd7b !important;
  padding: 13px 20px 13px 20px;
  margin: 0;
  width: 100%;
}
.btn.subscribeBtn.listingBtn:hover {
  background: linear-gradient(to right, #57AAE8, #A089F3);
}

.header_cartItem {
  display: none;
}

.papers_list2 .leftText {
  width: calc(75% - 40px) !important;
}

/* cart action btn */

.cart_item_action {
  display: flex;
  align-items: center;
}
.cart_item_action .btn.cart_item_btn {
  font-size: 34px;
  padding: 4px 6px;
  line-height: 21px;
}
.cart_item_action .d-inline.countNumber {
  width: 45px;
  text-align: center;
  font-size: 18px;
  display: inline-block !important;
}

/* cart action btn */

/* week_daysBox */
.week_daysBox {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 6px;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin-bottom: 5px !important;

}
.week_daysBox li {
  margin: 0 3px;
}
.week_daysBox li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid transparent;
 
}
.week_daysBox li span.active {
  background: #F6F9FE;
  border: 1px solid #408CE5;
  font-weight: 600;
}
.searchBlog .card_item .card-body ul li.ageText span, .searchBlog .card_item .card-body ul li.ageText p {
    background: #F6F9FE;
    border: 1px solid #408CE5;
    font-weight: 600;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 6px;
    color: #000;
    font-size: 12px;
    opacity: 1;
}

.btn.subscribeBtn.listingBtn {
  text-transform: capitalize;
}

.home_search_card {
  overflow: hidden;
  position: relative;
  display: block;
}
span.home_featured_item {
  display: inline-block;
  padding: 4px 20px 6px;
  background: #5bbdea;
  position: absolute;
  top: 9px;
  left: -44px;
  transform: rotate(-37deg);
  text-align: center;
  width: 180px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
span.home_featured_item_edit {
  display: inline-block;
  padding: 4px 8px 6px;
  background: #5bbdea;
  position: absolute;
  top: 4px;
  left: 214px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 0 10px #0003;
  border-radius: 24px;
}
span.home_featured_item span {
  position: relative;
  left: -10px;
}

.bgimgae_height {
  width: 100%;
  background: #F6F9FE;
border-radius: 10px;
}

.bgimgae_height img {
  display: block;
    height: 205px;
    object-fit: contain;
    margin: auto;
}

.tabsContantArea.category_type_data {
  max-width: unset !important;
}

.membership_form hr {
  color: #67757c;
  margin-bottom: 0px;
  margin-top: 0px;
}

.membership_form a.btn_remove {
  float: right;
}

.membership_form span.serial_no {
  font-weight: 700;
  color: #504f4f;
  font-size: 16px;
}

a.ml-4.view_btn.emailContentBtn {
  margin-left: 10px;
}

.papers_list .subquestions {
  margin-left: 30px;
}

.categoryContentData.categoryDataNewFooter {
  grid-template-columns: repeat(4, 1fr);
}

.searchBlog .card_item .card-body ul li .listing_page_custom_ul_li {
  border-bottom: unset !important;
  margin-top: -2px !important;
}

.swal-footer {
  text-align: center !important;
}

.swal-button {
  padding: 10px 24px !important;
  font-size: 18px !important;
  color: #fff !important;
  display: inline-block !important;
  background-image: linear-gradient(to right, #A089F3, #57AAE8) !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

a.forumCard.unread .text h3 {
  font-size: 24px !important;
  color: #666a6e !important;
  font-weight: 800 !important;
}

a.forumCard.unread .text p {
  font-weight: 800 !important;
  color: #666a6e !important;
}

.cartSummary p strong {
  font-family: Gilroy;
  font-weight: 700;
}

.cartSummary p {
  margin-bottom: 20px;
  color: #121212;
  font-size: 18px;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: -0.18px;
}

.current_plan.btn {
  background: linear-gradient(to right, #bb7adb, #cd8b47);
}

.tableContentPart table td .view_btn.query_book_trial_btn {
  width: 192px !important;
}

.searchtableBox.tableContentPart table td .view_btn {
  width: auto !important;
  padding: 8px 13px;
}
.searchtableBox.tableContentPart table td:nth-last-child(2) {
  text-align: center;
}

.priceHead {
  min-width: 270px;
}
.actionHead {
  min-width: 300px;
}

.forum_reply_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}

.variation_btn {
  padding: 10px 12px !important;
  margin-left: 10px;
}

.paper_pagination .page-item .page-link {
  margin-right: 0px !important;
}

.btn.info_tooltip {
  padding: 4px 4px;
  font-size: 20px;
  border-radius: 25px;
}

.card-body li {
  outline: 0;
  list-style-type: none;
}

._years_collection .form-group label:before, .brondCheck .form-group label:before {
  background-color: unset;
  border: unset;
  box-shadow: unset;
}

.form-group.form-group-2.set a:hover {
  color: var(--bs-accordion-color);
}

.form-group.form-group-2.set a {
  color: var(--bs-accordion-color);
}

.form-group.form-group-2.set a.active {
  font-weight: 700;
  margin-left: 8px;
}
.tableContentPart table td:nth-last-child(2) {
  text-align: left;
 }

 .btn.subscribeBtn.add_to_cart_full_btn {
  text-transform: capitalize;
}

.btn.subscribeBtn.add_to_cart_full_btn {
  color: #fff !important;
  background: #50bd7b !important;
  border-color: #50bd7b !important;
  padding: 13px 20px 13px 20px;
  margin: 0;
  width: 100%;
}

.papers_list table.table tr th:last-child, .papers_list table.table tr td:last-child {
  text-align: right;
  width: 188px;
  max-width: 188px !important;
  padding-right: 0 !important;
}
.solvedPapersList th.qaHead, .solvedPapersList th.qaAnswerHead {
  width: 160px;
}
.solvedPapersList .table>:not(caption)>*>* {
  padding: 10px 15px !important;
}
.solvedPapersList th.noHead {
  width: 65px;
}

/* cart */
.newCartBox .cart_item span.cart_img {
  width: 110px;
  display: inline-block;
  margin-right: 15px;
}
.newCartBox .cart_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-item-details h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.newCartBox .cart_item span.cart_img img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
}
.newCartBox .cart_item a {
  color: #000;
}
.newCartBox .cart_item  .priceBox {
  text-align: right;

}
.newCartBox .cart_item .priceBox strong {
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.newCartBox .cart_item .priceBox .origanal_price strong {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-decoration: line-through !important;
  vertical-align: middle !important;
  color: #707174 !important;
}

.newCartBox .qtyBox ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: center;
}
.newCartBox .qtyBox ul li {
  margin-right: 30px;
}
.newCartBox .qtyBox ul li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.newCartBox .qtyBox ul li select.form-control {
  width: 50px;
  padding: 5px 8px;
}


.cartSummaryBox th.marks {
  min-width: 150px;
}
.right_cardBox .list_item {
  width: 100%;
  box-shadow: inherit;
  border-radius: 0;
}
.right_cardBox .popularListBox .image {
  width: 100px;
}
.right_cardBox .popularListBox .text {
  width: calc(100% - 110px);
}
.right_cardBox .card_start_rating {
  margin-right: 1px;
}
.jobCardList .left .text h4 a {
    color: #121212;
}

.jobCardList .left .text h4 {
    font-size: 18px;
    color: #121212;
    margin-bottom: 6px;
}


@media (min-width: 992px) {
  .card_itemBox.colum_2card_itemBox .card_item.col-lg-4 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media (min-width: 1199px) {
  .card_itemBox.colum_2card_itemBox .card_item.col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333% !important;
  }
}


/* Responsive */
@media (max-width: 1440px){
  .questionContentArea h2 {
    font-size: 30px;
  }
  .banner_area .container {
    padding-left: 20px;
  }
  th.childHead {
    min-width: 580px !important;
  }
}

@media (max-width: 1365px){
  th.childHead {
    min-width: 520px !important;
  }
}
@media (max-width: 1279){

}

/* Responsive */
@media (max-width: 1199px){
  .papers_list .leftText {
    width: 100%;
  }
  .question_itemBox .subjectBox .item .sub {
    width: 150px;
  }
  .question_itemBox .subjectBox .item .subList {
    width: calc(100% - 170px);
  }
  .papers_list2 .leftText {
    width: calc(75% - 40px) !important;
  }
  .papers_list .question_list li span.text {
    margin-right: 40px;
  }
  .rightSidebar h4 {
    padding: 18px 0;
    font-size: 22px;
  }

  .entrieBox .view_btn {
    padding: 16px 15px;
    font-size: 20px;
  }
  .entrieBox .entrieNo .view_btn {
    padding: 10px 20px;
    font-size: 20px;
    height: 62px;
  }
  .popularListBox .text {
    width: calc(100% - 118px);
  }
  .popularListBox .image {
    width: 108px;
  }
  .right_categori_item.bnr_right_ext .categoryContentData.categoryDataNew {
    gap: 0px 3px;
  }

  .navbar.customized .nav-link {
    margin: 0.5em 3px;
  }
  .pe-4 {
    padding-right: 6px !important;
  }

  input.inputSearchBox.homeSearchBox {
     max-width: 470px;
  }
  .search_homeresultsBox .dropdown_itemBox .search_item {
   max-width: 595px;
   margin-top: 45px;
  }

  .btn.subscribeBtn.listingBtn {
    padding: 13px 10px 13px 10px;
  }

  th.childHead {
    min-width: 375px !important;
  }

}

@media (max-width: 991px){

  .ckeditor_html p strong {
    font-size: 15px !important;
}

.ckeditor_html p {
    margin-bottom: 15px !important;
}
  .question_itemBox .subjectBox {
    width: 100%;
    margin: 0 0 40px;
  }
  .rightSidebar {
    width: calc(30% - 0px);
  }
  .rightSidebar h4 {
    font-size: 20px;
  }
  .papers_list .leftText {
    width: calc(100% - 0px);
  }
  .papers_list2 .leftText {
    width: calc(70% - 30px) !important;
  }
  .listLeft {
    margin-bottom: 10px;
  }

  .entrieBox .view_btn {
    padding: 16px 6px;
    font-size: 18px;
  }
  .entrieBox .entrieNo .view_btn {
    padding: 10px 14px;
    font-size: 18px;
    height: 59px;
  }

  .header_cartItem {
    display: inline-block;
  }
  .header_cartItem  svg { 
    stroke: #8b93f0;
  }

  input.inputSearchBox.homeSearchBox {
    max-width: 310px;
  }
  .search_homeresultsBox .dropdown_itemBox .search_item {
    max-width: 435px;
    margin-top: 45px;
  }
  .sideBarBtn .mailinfoBox p {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.col-md-10.headList {
  width: 73%;
}
.col-md-2.rightlistBtn {
  width: 27%;
}

.navbar.customized .nav-link {
  margin: 0.5em 10px;
}
.headercart span {
  position: absolute;
  top: -4px;
  right: -3px;
}
th.childHead {
  min-width: 240px !important;
}
.tableContentPart.tableContentPartCom table td .view_btn {
  font-size: 15px;
  width: 130px;
  padding: 10px 12px;
}
th.detailHead {
  min-width: 150px !important;
}
.tableContentPart {
  padding: 10px 0 0;
}
.cartMobile {display: none;}
.editPenBox {
  width: 36px;
  height: 36px;
  margin-left: 5px;
}
.editPenBox .editPenIcon {
  font-size: 16px;
}
th.ratingHead {
  min-width: 110px;
}

.question_itemBox .subjectBox .item.itemSub .sub span.icon {
  width: 70px;
  height: 70px;
}

}

@media (max-width: 767px){

  .ckeditor_html p strong {
    font-size: 15px !important;
}

.ckeditor_html p {
    margin-bottom: 15px !important;
}

  .questionContentArea h2 {
    font-size: 22px;
  }
  .papers_list h3, .topicQuestions .rightText h3 {
    font-size: 20px;
  }
  .papers_list ul li span.text, .papers_list ul li .number {
    margin-bottom: 10px;
  }
  .papers_list ul li .downBtn {
    margin-right: 15px;
  }
  .papers_list ul li .solutionBtn {
    padding: 10px 14px;
  }
  .papers_list .leftText {
    width: 100%;
  }
  .papers_list2 .leftText {
    width: 100% !important;
  }
  .rightSidebar {
    width: 100%;
    margin-top: 20px;
  }
  .bookText strong {
    margin-bottom: 10px;
  }

  /* .button_group a.btn {
    font-size: 22px;
  } */

  .papers_list .question_list li .number {
    margin-right: 10px;
  }
  .papers_list .question_list li {
    font-size: 14px;
    padding: 0 5px;
  }
  .papers_list .question_list li .downBtn {
    margin-right: 20px;
  }
  .papers_list .question_list li .solutionBtn {
    padding: 10px 17px;
  }
  .bookText strong {
    font-size: 14px;
  }
  .question_itemBox .subjectBox .item .sub img {
    width: 42px;
    margin: 0 auto 10px;
  }
  .pagination ul li a {
    width: 30px;
    height: 30px;
  }
  .pagination ul li:first-child a, .pagination ul li:last-child a {
    width: 44px;
    height: 30px;
  }
  .question_quizPart .subText {
    margin: 0 0 10px;
  }

  .question_itemBox .subjectBox .item .sub h3 {
    font-size: 18px;
  }
  .questionContentArea h2 {
    margin-bottom: 30px;
  }
  .question_itemBox .subjectBox .item .sub {
    width: 145px;
  }

  .featured_news .slide_item {
    margin-bottom: 10px;
  }

  .bloglistigArea {
    padding: 25px 0 15px !important;
  }
  .quizBox {
    padding: 10px 20px;
  }
  .breadcrumb {
    margin-bottom: 20px;
}
  .checkbox_itemBox {
    margin-bottom: 0px;
    margin-top: 5px;
}
.checkbox_itemBox .form-group {
  margin-bottom: 10px;
}
.quizBox {
  margin-bottom: 15px;
}
.pagination {
  margin: 15px 0 15px;
}

.right_cardBox h3 {
  margin-top: 10px !important;
}

.question_itemBox .subjectBox .item .subList  {
  width: calc(100% - 165px);
}
.question_itemBox .subjectBox {
  margin: 0 0 20px !important;
  border-bottom: 1px solid #999;
}
.question_itemBox .subjectBox:last-child {
  border-bottom: 0;
  margin: 0 0 0px !important;
}

.bnr_right_image {
  margin-top: 30px;
}

.sideBarBtn .mailinfoBox p {
  width: calc(33.33% - 20px);
}
.col-md-2.rightlistBtn, .col-md-10.headList {
  width: 100%;
}
.col-md-2.rightlistBtn .claimBox {
  float: right;
}
.btn.subscribeBtn.listingBtn {
  width: auto;
  padding: 0 !important;
  background: transparent !important;
  color: #408CE5 !important;
  border: 0;
  text-transform: capitalize;
  font-size: 13px;
}

.questionContentArea div.mt-4 {
  margin-top: 0 !important;
} 
.questionContentArea {
  padding: 30px 0;
}
.questionContentArea .subscribeBtn {
  margin-top: 10px !important;
}
.papers_list .leftText .tabsContantArea .nav-tabs .nav-item .nav-link {
  padding: 12px 22px !important;
  font-size: 18px;
}
.papers_list .leftText .tabsContantArea .tab-content {
  padding: 20px 0px 0 0;
}
.pagination {
  margin-bottom: 0px !important;
}

.table>:not(caption)>*>* {
  padding: 10px 8px !important;
}

.papers_list .leftText .tabsContantArea .nav-tabs {
  justify-content: space-between;
}
.papers_list .leftText .tabsContantArea li.nav-item {
  margin-right: 0;
  width: calc(33.33% - 10px);
}
.bnr_right_ext.colum_categoryContent .sub_item {
  margin-bottom: 25px;
}

th.rankHead {
  min-width: 80px !important;
}
.editPenBox {
  width: 28px;
  height: 28px;
  margin-left: 5px;
}
.editPenBox .editPenIcon {
  font-size: 13px;
}
.tabsContantArea .table>:not(caption)>*>* {
  padding: 10px 8px !important;
}
.tableContentPart table td .view_btn {
  font-size: 16px;
  width: 123px;
  padding: 12px 8px;
}
.tableContentPart table td {
  font-size: 14px;
}
th.nameHead2 {
  min-width: 136px !important;
}
.tableContentPart table th:first-child, .tableContentPart table td:first-child {
  padding-left: 0 !important;
}
.datatable_sorting_icon {
  position: relative;
  right: -9px;
}

.priceHead {
  min-width: 155px;
}

}
@media (max-width: 575px){
  .question_itemBox .subjectBox .item .subList {
    padding: 20px 0 0;
  }
  .bookText strong {
    margin-right: 30px;
  }

  .question_quizPart .subText span.solveText {
    margin-bottom: 5px;
    width: 100%;
  }
  .entrieBox2 .itemNo {
    width: calc(50% - 0px);
  }

  input.inputSearchBox.homeSearchBox {
    max-width: 295px;
  }

  .past_MockBox {
    justify-content: center;
  }

  .papers_list .leftText .tabsContantArea li.nav-item {
    width: calc(50% - 10px);
    margin-right: 0;
  } 
  .question_itemBox .subjectBox .item .subList {
    width: 100%;
  }
  .question_itemBox .subjectBox .item .leftBox {
    width: 100%;
  }
  .question_itemBox .subjectBox .item .sub {
    margin: 0 auto !important;
  }

  .page-link {
    padding: 4px 11px;
    font-size: 14px;
  }
  .pagination ul li {
    margin: 0 2px 10px;
}

.ckeditor_html p strong {
  font-size: 15px !important;
}

.ckeditor_html p {
  margin-bottom: 15px !important;
}
  
}
@media (max-width: 479px){
  
  .bookText strong {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  input.inputSearchBox.homeSearchBox {
     max-width: 215px;
     height: 43px;
  }
  .search_homeresultsBox .view_btn {
    padding: 8px 18px;
  }
  .banner_area .heading h2 {
    font-size: 32px;
  }

  .sideBarBtn .mailinfoBox p {
    width: calc(50% - 20px);
  }
  span.home_featured_item {
     font-size: 13px;
  }

  .question_quizPart .quiz_paper .quizNumber.solutionBtn {
    margin-right: 2px;
  }
  .solutionBtn {
    padding: 10px 10px;
    font-size: 14px;
  }
 
  .question_quizPart .quiz_paper {
    align-items: flex-start;
}
.bookNowBtn {
  padding: 7px 10px;
  font-size: 14px;
}
/* .button_group a.btn {
  font-size: 18px;
} */

.question_itemBox .subjectBox .item .sub {
  width: 110px;
  padding: 12px 15px;
  margin-right: 15px;
}
.question_itemBox .subjectBox .item .subList {
  width: calc(100% - 0px);
}

.ckeditor_html p strong {
  font-size: 15px !important;
}

.ckeditor_html p {
  margin-bottom: 15px !important;
}
  
}

@media (max-width: 374px){

  .ckeditor_html p strong {
    font-size: 15px !important;
  }

  .ckeditor_html p {
      margin-bottom: 15px !important;
  }

  .entrieBox2 .itemNo {
    width: 100%;
  }

  input.inputSearchBox.homeSearchBox {
    max-width: 170px;
  }
  .search_homeresultsBox .view_btn {
    padding: 8px 12px;
  }
  .page-link {
    padding: 2px 9px;
    font-size: 12px;
  }

}

/* End  question page CSS  */

/* job List css */
.jobCardList {
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
  box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobCardList .left {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.jobCardList .left .image {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.jobCardList .left .image img {
  width: 100%;
  object-fit: contain;
}
.jobCardList .left .text {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.jobCardList .left .text h2 {
  font-size: 18px !important;
  color: #121212 !important;
  margin-bottom: 6px !important;
}
.jobCardList .left .text h2 a {
  color: #121212;
}
.job_desc {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.job_desc li {
  margin-right: 25px;
  position: relative;
  margin-bottom: 7px;
  
}
.compnyName {
  font-size: 16px;
  font-weight: 600;
  color: #474d6a;
}
.compnyName a {
  color: #474d6a;
}
.job_desc li .ellipsis, .posted {
  font-size: 14px;
  color: #474d6a;
}
.job_desc li i {
  margin-right: 8px;
  color: #474d6a;
  font-size: 16px;
}
.job_desc li:last-child {
  margin-right: 0;
}
.jobCardList .right {
 
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-top: 0;
}
.jobCardList .right p {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.jobCardList .right p span.featured {
  display: inline-block;
  padding: 4px 14px 4px;
  background: #5bbdea;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.jobCardList .right p span.featured.active {
    background: #409ec9;
}
.featuredview {
    display: flex;
    align-items: center;
}
.jobCardList .right .featuredview p {
    position: relative;
    margin: 0;
}
.featuredview .social_share_icon {
  margin-left: 15px;
}

span.posted {
  margin-bottom: 8px;
}
.jobCardList .right span.posted {
  margin-bottom: 0;
      text-align: right;
    margin-top: 4px;
}
.jobCardList .right .detailsView {
  justify-content: center;
      margin: 0;
}
.jobCardList .right  .social_share_icon .detailsView li span i {
  margin-right: 10px;
}
.adJobCardList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*jobCardDetail_list  */
.jobCardDetail_list {
  width: 100%;
  /* border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
  box-shadow: 0 14px 40px rgba(30, 10, 58, .1); */
}
.cardDetailBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jobCardDetail_list .left {
  width: calc(100% - 130px);
}
.jobCardDetail_list .job_desc li .ellipsis {
  font-size: 15px;
}
.jobCardDetail_list .job_desc li .ellipsis a {
  color: #474d6a;
  word-break: break-all;
}
.jobCardDetail_list .subText h2 {
  font-size: 24px;
  color: #121212;
  margin-bottom: 6px;
  font-weight: 600;
}
.select2-container--open .select2-dropdown--below {
    margin-top: -15px !important;
}
.ratingBox {
  margin-left: 20px;
  color: #474d6a;
}
.ratingBox i {
  color: #fdaa29;
  
}
.rateNo {
  font-weight: 600;
}
.rateNo, .ratingBox i {
  margin-right: 5px;
}

.jobCardDetail_list .image {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-left: auto;
  position: relative;
  top: 0;
  right: 0;
}
.jobCardDetail_list .image img {
  width: 100%;
  object-fit: contain;
}
.jobCardDetail_list .right {
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-end;
  position: relative;
  /* padding-top: 69px; */
  width: 125px;
}
.joblike a {
  color: #57aae8;
  font-size: 14px;
  font-weight: 600;
}

.send_job {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.jobPosted {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.postedBy {
  display: flex;
  flex-wrap: wrap;
}
.postedBy li {
  padding-right: 10px;
  font-size: 15px;
  color: #000;
}
.postedBy li label {
  color: #474d6a;
  padding-right: 2px;
}
.apply_button_container .btn {
  margin-left: 10px;
  border-radius: 40px;
  font-weight: 600;
}
.apply_button_container .btn.saveBtn {
  border: 1px solid #57aae8;
  background: #fff;
  color: #57aae8;
}

.jobCardDetail_list .detailsView {
  justify-content: flex-end;
  margin-bottom: 0;
}
.jobCardDetail_list .detailsView li {
  margin-right: 25px;
}
.jobCardDetail_list .detailsView li i {
  font-size: 23px;
  margin-right: 6px;
}
.stylesjhcv {
  text-align: right;
}


.PostedCard h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.PostedCard .post_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.PostedCard .post_item:last-child {
  margin-bottom: 0;
}
.PostedCard .post_item .image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.PostedCard .post_item .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.PostedCard .post_item .subText {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.PostedCard .post_item .subText h3 {
  font-weight: 600;
  font-size: 20px;
}

.postedView {
  padding: 20px 10px 10px;
  display: flex; 
  flex-wrap: wrap;
  box-shadow: 0 0 18px rgba(0, 0 ,0 , 0.2); 
  border-radius: 10px;
  justify-content: center;
}
.postedView li {
  padding: 0 10px;
  text-align: center;
  padding: 0 4px;
  text-align: center;
  width: 33.33%;
}
.postedView li strong {
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}
.postedView li p {
  font-size: 13px;
}

@media (max-width: 1199px){
  /* .jobCardDetail_list .left {
    width: 60%;
  } */
}

@media (max-width: 991px){
  .jobCardList .left {
    width: 100%;
  }
  .jobCardList .right {
    padding-top: 0;
    width: 100%;
    text-align: right;
  }
  .jobCardList .right p {
    margin-bottom: 15px;
    position: relative;
  }

  .jobCardList .right .detailsView {
    justify-content: flex-end;
  }
  .tabsContantArea .reaturText2 {
    width: 100%;
    display: inline-block;
    padding-left: 8px;
  }

  /* .jobCardDetail_list .left {
    width: 100%;
  }
  .jobCardDetail_list .right {
    display: flex;
     width: 100%;
  } */

  .popularJobListBox .left .text h4 {
    font-size: 15px;
  }
  .compnyName {
    font-size: 14px;
    line-height: 1;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
  }
  .jobCardDetail_list .subText h2 {
    font-size: 22px;
  }
  
  .search-details-description img {
    width: 200px;
  }
  .jobCardList .right {
    flex-direction: inherit;
    justify-content: space-between;
  }
  .jobCardList .right .social_share_icon.mt-2 {
    margin: 0 !important;
  }
  .jobCardList .right span.posted {
    margin-bottom: 0;
    order: -1;
  }


}
@media (max-width: 991px){
.PostedCard {
  margin-top: 30px;
}
}

@media (max-width: 767px){
  .qaHead {
    min-width: 123px !important;
  }
  .qaAnswerHead {
    min-width: 160px !important;
  }
  .jobCardDetail_list .left {
    width: calc(100% - 110px);
}
  .jobCardDetail_list .right {
    display: flex;
     width: 103px
  }
  
}


/* Career new Page CSS 06-03-25 */
/* new page css */
.membersArea {
  padding: 40px 0;
}
.membersArea .content {
  padding: 40px 0 0;
}
.sm_heading h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.membersArea .image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
}
.gx-40 {
  --bs-gutter-x: 40px;
}

/* course_learningArea */
.course_learningArea {
  padding: 40px 0;
  width: 100%;
  background: #F6F9FE;
}
.course_learningArea .coursesBox {

}
.onlineCourse {
  padding: 40px 0 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #A2C1E0;
  border-radius: 20px;
}
.onlineCourse .text {
  max-width: 292px;
  padding: 0 0 40px 30px;
}
.onlineCourse .text h3 {
  margin: 0 0 30px;
}
.course_learningArea .coursesBox .course_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.course_learningArea .coursesBox .course_item:last-child {
  margin-bottom: 0;
}
.course_learningArea .coursesBox .course_item .image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.course_learningArea .coursesBox .course_item .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.course_learningArea .coursesBox .course_item .subText {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.course_learningArea .coursesBox .course_item .subText h3 {
  font-size: 20px;
}

/* stop_PortalArea */
.stop_PortalArea {
  padding: 40px 0;
}
.stop_PortalArea .heading {
  text-align: center;
}
.stop_PortalArea .bnr_form.bannerForm_row {
  max-width: 100%;
  margin: 0 auto;
}
.stop_PortalArea .bnr_form.bannerForm_row .row {
  justify-content: center;
}

/* upEventArea */
.upEventArea {
  width: 100%;
}

.upEventArea .searchBlog .card_item .card-body ul li ul {
  border: 0;
}
.upEventArea .heading h2 {
  margin-bottom: 30px;
}
.enrollBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #57AAE8;
  padding-top: 10px;
  margin-top: 10px;
}
.enrollBox .left {
  display: flex;
  align-items: center;
}
.enrollBox .left .user {
  width: 32px;
  height: 32px;
  border-radius: 100%;

}
.enrollBox .left .user img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.enrollBox .left .sub {
  width: calc(100% - 32px);
  padding-left: 10px;
}
.enrollBox .left .sub h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.enrollBox .btn.nowBtn {
  padding: 8px 9px;
  font-size: 14px;
  font-weight: 600;
}

/* joinStudentArea */
.joinStudentArea {
  width: 100%;
  margin: 80px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.community-area{min-height: 280px;}
.community-person1 {
	left: 4%;
	top: 46%
}

.community-person2 {
	left: 15%;
	top: 22%;
}
.community-person2 img, .community-person5 img, .community-person9 img, .community-person14 img {
  width: 72px;
  height: 72px;
}
.community-person3 {
	left: 24%;
	top: 45%;
}
.community-person4 {
	left: 29%;
	top: 5px;
}

.community-person5 {
	left: 34%;
	top: 40%;
}
.community-person6 {
	left: 39%;
	top: 15px;
}

.community-person7 {
	left: 41%;
	bottom: 0;
}
.community-person8 {
	right: 49%;
	top: 20%;
}
.community-person9 {
	right: 42.50%;
	bottom: 22%;
}
.community-person10 {
	right: 38%;
	top: 0;
}
.community-person11 {
	right: 33%;
	bottom: 12%;
}
.community-person12 {
	right: 28%;
	top: 15%;
}
.community-person13 {
	right: 24%;
	bottom: 15%;
}
.community-person14 {
	right: 15%;
	top: 40px;
}
.community-person15 {
	right: 9%;
	bottom: 20%;
}
.community-person16 {
	right: 2%;
	top: 30%;
}

.community-person1 img, .community-person3 img, .community-person7 img, .community-person10 img {
  width: 60px;
  height: 60px;
}
.community-person4 img, .community-person7 img, .community-person8 img, .community-person11 img, .community-person13 img {
  width: 96px;
  height: 96px;
}
.community-person6 img, .community-person12 img {
  width: 84px;
  height: 84px;
}

.community-shape-circle1 {
	background: #30d64f;
	width: 36px;
	height: 36px;
	right: 6%;
	top: 13%;
}
.community-shape-circle2 {
	background-color: rgb(85, 97, 248);
	width: 18px;
	height: 18px;
	right: 20%;
	bottom: 5%;
}
.community-shape-circle3 {
	background-color: rgb(248, 127, 85);
	width: 30px;
	height: 30px;
	right: 40%;
	bottom: -70px;
}
.community-shape-circle4 {
	background-color: rgb(248, 85, 132);
	width: 12px;
	height: 12px;
	right: 40%;
	top: 32%;
}
.community-shape-circle5 {
	background-color: rgb(248, 215, 85);
	width: 60px;
	height: 60px;
	left: 52%;
	top: -70px;
}
.community-shape-circle6 {
	background-color: rgb(185, 85, 248);
	width: 18px;
	height: 18px;
	left: 30%;
	bottom: 0;
}
.community-shape-circle7 {
	background-color: rgb(248, 85, 132);
	width: 24px;
	height: 24px;
	left: 24%;
	top: -50px;
}

/* ourClientArea */
.ourClientArea {
  background: #F6F9FE;
  padding: 40px 0;
}
/* contentBox */
.contentBox {
  padding: 80px 0 30px;
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count_item span, .count_item sub {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.count_item sub {
  line-height: 1;
  position: relative;
  top: -2px;
}
.count_item p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}
.count_item .count {
  margin-bottom: 10px;
}

/* ourClientArea */
.ourClientArea .heading h2  {
  margin-bottom: 60px;

}
.ourClientArea .clientLogoSlider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clienLogo img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.clienLogo:hover img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.ourClientArea .clientLogoSlider .slick-arrow {
  position: absolute;
  top: -98px;
  right: 0;
}
.ourClientArea .clientLogoSlider .slick-arrow.slick-next {
  right: 55px;
}
.clienLogo {
  text-align: center;
  padding: 0 10px;
}
.clienLogo img {
  margin: 0 auto;
  max-width: 130px;
}

.popularbox.inner_popularbox .slick-next.slick-arrow {
  right: -17px;
  
}
.popularbox.inner_popularbox .slick-arrow.slick-prev {
  right: 35px;
  left: auto;
}
.popularbox.inner_popularbox .slick-arrow {
  top: -115px;
  right: 0;
}



/* Career Category Page2 */
/* job_tabsContantArea */
.job_tabsContantArea {
  width: 100%;
  max-width: 100%;
}
.job_tabsContantArea  .jobDetail {
  background: #F6F9FE;
  padding: 20px 15px;
}
.tabsContantArea.job_tabsContantArea .nav-tabs {
  margin-bottom: 0 !important;
}
.job_tabsContantArea .jobDetail .itemBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.job_tabsContantArea .jobDetail .itemBox .item {
  width: 33.33%;
  padding: 0 15px;
}
.job_tabsContantArea .jobDetail h3 {
  margin-bottom: 30px;
}
.job_tabsContantArea .jobDetail .itemBox .item ul li {
  color: #121212;
  margin-bottom: 8px;
}
.job_tabsContantArea .jobDetail .itemBox .item ul li span {
  font-weight: 600;
}

/* inner_BlogPart */
.inner_BlogPart .popular_BlogPart {
  padding-top: 0;
}

.innerBlogContect.category_type_data {
  padding: 40px 0 0;
}

.modal.show {
  z-index: 999999;
}
.modal-backdrop.fade.show {
  z-index: 99999;
}
.lg-backdrop.in {
  z-index: 999999;
}
.lg-next, .lg-prev, .lg-toolbar {
  z-index: 9999999;
}
.lg-outer.lg-visible {
  z-index: 999999;
}

@media (min-width: 992px) {
  .searchDiv, .milesDiv {
    width: 13%;
  }
  .addressDiv {
    width: 24%;
  }
}
.commentView.data-table-rows {
  border-bottom: 0;
  padding: 16px 0 0px;
}

.dataTableContentBox .dataTables_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dataTableContentBox .dataTables_users label {
  display: flex;
  align-items: center;  
  margin-bottom: 10px;
}
.dataTableContentBox .dataTables_users label select.form-control {
  margin-left: 10px;
  margin-right: 10px;
}
.dataTableContentBox .dataTables_length {
  margin-right: 10px;
  margin-top: 7px;
}
.dataTableContentBox .dataTables_filter .order_searchBox input.search_input {
  height: 40px;
}
.dataTableContentBox .dataTables_filter {
   margin-bottom: 15px;
}

.ticketsTable .editPenBox {
  margin-left: 0px;
}
.ticketsTable.table>:not(caption)>*>* {
  padding: 10px 10px !important;
}
.ticketHead {
  min-width: 560px;
  width: 560px;
}
.tickets_actionHead {
  min-width: 100px;
  width: 100px;
}
.availableHead, .amountHead {
  width: 140px;
  min-width: 140px;
}

.question_quizPart .fixed_sideBar a.btn.subscribeBtn, .question_quizPart .fixed_sideBar .nextBtn.bookNowBtn {
  margin-left: 0;
  width: 100%;
  text-align: center;
}
.question_quizPart .rightSidebar h4 {
  padding: 13px 0;
  font-size: 18px;
}



@media (max-width: 1440px) {
  .ticketHead {
    min-width: 500px;
    width: 500px;
  }
}

@media (max-width: 1279px) {
  .ticketHead {
    min-width: 450px;
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .ticketHead {
    min-width: 315px;
    width: 315px;
  }
}

@media (max-width: 991px) {
  .ticketHead {
    min-width: 290px;
    width: 290px;
  }

}

@media (max-width: 767px) {
  .ticketHead {
    min-width: 220px;
    width: 220px;
  }
  .availableHead, .amountHead {
    width: 120px;
    min-width: 120px;
  }
  .tickets_actionHead {
    min-width: 90px;
    width: 90px;
}
}

.custom-accordion {
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  max-width: 100%;
  margin: 20px 0 0;
}

.custom-accordion .accordion-item {
  border-bottom: 1px solid #ccc;
}

.custom-accordion .accordion-header {
  background-color: #F6F9FE;
  padding: 15px 35px 15px 0;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  /* color: #121212; */
  font-size: 22px;
      background: linear-gradient(to right, #7E6EEB 0%, #338CE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  background-color: #F6F9FE;

}

.custom-accordion .accordion-header::after {
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 30px;
    color: #121212;
    line-height: 21px;
    font-family: "Font Awesome 6 Free";
    background: linear-gradient(to right, #121212 0%, #121212 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease all 0.5s;
}

.custom-accordion .accordion-header.active::after {
  content: "\f106";
}

.custom-accordion .accordion-body {
  display: none;
  padding: 0;
  background: #fff;
}



.summaryCardBox {
       width: 100%;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 6px 16px rgba(30, 10, 58, .1);
    box-shadow: 0 6px 16px rgba(30, 10, 58, .1);
    position: relative;
}
.summaryCardBox ul.itemCard {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.summaryCardBox ul.itemCard li {
    margin-right: 20px;
    margin-bottom: 7px;
}
.summaryCardBox ul.itemCard li strong {
    font-weight: 600;
    margin-right: 4px;
}
.summaryCardBox ul.itemCard li span {
    font-size: 14px;
    color: #474d6a;
}
.block-form-review .review-title {
    font-weight: 600;
}
.block-form-review .form-group textarea {
  margin-bottom: 20px;
}


.search-details-description h2 {
    margin-top: 30px;
}
.search-details-description h2:first-child {
    margin-top: 0;
}
.correctBox .detailsCheckbox {
  margin:0 25px 0 0;
}
.correctBox .detailsCheckbox label {
  font-size: 24px;
  font-weight: 600;
}
.correctBox .detailsCheckbox label b {
   font-weight: 600;
}
.correctBox {
    margin: 20px 0 0;
}

.summaryexperienceBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.summaryexperienceBox .sub h3 {
  font-size: 20px;
  font-weight: 600;
}
.summaryexperienceBox .sub h4 {
 font-size: 18px;
  font-weight: 600;
  color: #474d6a;
}
.summaryexperienceBox .sub.rightText {
  text-align: right;
}


@media (max-width: 767px) {
  .correctBox .detailsCheckbox label {
      font-size: 20px;
  }
  .summaryexperienceBox .sub h3 {
  font-size: 18px;
}
.summaryexperienceBox .sub h4 {
 font-size: 16px;
}
}
@media (max-width: 479px) {
  .subBtn {
      width: 100%; 
       margin: 20px 0 0;   
  }
}



