.single-feature-item {
    text-align: center;
    /* margin-bottom: 30px; */
    transition: all 0.5s ease 0s;
}

.single-feature-thumb img {
    width: 35%;
}

.single-feature-content h4 {
    font-size: 22px;
    margin: 10px 0px 0px;
    color: #000;
}

.consulting-feature-section .single-feature-content p {
    font-size: 13px;
    margin: 13px 0px 0px;
}

.single-feature-item {
    text-align: center;
    /* margin-bottom: 30px; */
    transition: all 0.5s ease 0s;
    border: 1px solid #f0f0f0;
    padding: 10px 0;
    border-radius: 9px;
    background: #f0f0f0;
}

.services-carousel-single-item {
    padding: 5px;
}

.services-carousel-single-item {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(32, 46, 60, 0.06) 0px 0px 12px 0px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e5e5e5;
}

.services-carousel-thumb img {
    height: 150px;
}

.services-carousel-thumb img {
    width: 100%;
    border-radius: 10px;
}

.services-carousel-icon i, .services-carousel-icon img {
    text-align: center;
    /* line-height: 70px; */
    color: red;
    font-size: 35px;
    background: rgb(255, 255, 255);
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 19px;
}

.services-carousel-single-item {
    padding: inherit;
}

.services-content-section {
    padding: 10px 20px 0px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.services-content-title h4 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
}

section {
    padding: 50px 0px;
}

.cs {
    background-color: #f0f0f0;
    color: rgb(255, 255, 255);
}

.why_choose_box {
    background: rgb(255 255 255);
    padding: 1rem;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 13%;
    margin-bottom: 0;
}

.why_choose_box h4 {
    color: rgb(0 0 0);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    line-height: 20px;
}

.why_h4 {
    text-align: center;
    font-size: 38px;
    padding-top: 2rem;
    margin-bottom: 29px;
}

.why_choose_box img {
    width: 3rem;
    display: block;
    margin: 0px auto 1rem;
    /* padding-top: 2rem; */
    /* filter: invert(4); */
}

.number {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #fcac20;
    border-radius: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invisible1 img {
    margin-bottom: 25px;
    margin-top: 25px;
}

.invisible1 {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 10px;
}

.number p {
    font-size: 21px;
    color: white;
    font-weight: 600;
    margin: 0px;
}

.dreamits-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

img.feature-advantage__icon--lp {
    width: 100px;
    height: 100px;
}

.feature-advantage__block--lp {
    display: flex;
    justify-content: center;
}

h4.feature-advantage__name--lp {
    text-align: center;
    font-size: 18px;
    margin-top: 21px;
}

p.feature-advantage__desc--lp {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}

.feature-advantage__mbbb--lp {
    border: 1px solid rgb(235, 235, 235);
    padding: 14px 9px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    background: rgb(255, 255, 255);
    margin-bottom: 12px;
    border-radius: 10px;
}

.main-title {
    position: relative;
    margin-bottom: 40px;
}

.main-title img {
    position: absolute;
    bottom: -20px;
}

.main-title h2 {
    /* font-size: 28px; */
    font-weight: 500;
    text-align: center;
    color: #000;
}

.light-bg {
    background: rgb(249, 249, 249);
}

.icon-sec img{
    width: 80px;
    margin-bottom: 15px;
}
.icon-sec p{
    font-size: 20px;
    font-weight: 500;
}
.cta-sec {
    background: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.input-group-prepend {
    width: 74px;
}
.red {
    color: #F00;
}
.input-group-prepend .red{
    margin-left:3px
}
.box_inner ul {
    height: 328px;
    overflow-y: scroll;
}
input:focus~.quote__tooltip {
    width: 200px;
    top: 0;
    font-size: 10px;
    padding: 10px;
    color: #fff;
    z-index: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-120%) translateX(-50%);
    text-align: left;
    opacity: 1;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,
    -webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,
    -webkit-transform .5s ease;
    position: absolute;
    background-color: #333;
    left: 50%;
}
.quote__tooltip {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    transform: translateX(-50%);
}


.quote__tooltip:after {
    content: '';
    position: absolute;
    left: 9px;
    bottom: -5px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #323232;
    transform: rotate(45deg);
}
input:focus {
    outline: 0;
    border: 1px solid #3498db;
    box-shadow: inset 0 0 3px #3498db !important;
}
input::placeholder {
    font-size: 10px
}
.car-logo{
    background-color: #000;
}

.element.element-1 {
    display: flex !important;
    justify-content: center;
    /* display: block; */
    position: relative;
    border: 1px solid #2a2a2a;
    padding: 15px;
}
.slick-initialized .slick-slide {
    display: block;
    margin: 0 10px;
}

.element.element-1 img {
    height: 75px;
}
.s-imgs img{
    height: 250px;
    object-fit: cover
}

.facilitieslist ul li i {
    font-size: 25px;
    color: #f7951d;
}
.service-head h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
  }
  
  table, th, td {
    border: solid 1px #e4e4e4;
    padding: 10px;
  }
  
  table {
      border-collapse:collapse;
      caption-side:bottom;
  }
  
  caption {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
  }

  td{
    color: #787878;
  }

  .fa-check{
    color:green
  }

  .fa-times{
    color:red
  }

  table tr td:first-child{
    width: 350px !important;
    text-align: left;
    
  }
  table tr td{
    width: 100px;
    text-align: center;
  }
  span.steps {
    background: #fcac20;
    color: #fff;
    padding: 5px 19px;
    font-size: 11px !important;
    border-radius: 100px;
    text-transform: uppercase;
    margin-right: 15px;
    border: 1px solid #ffffff;
}

.why-sec-mover img {
    width: 68px;
    margin-right: 20px;
}

.d-flex.align-items-center.why-sec-mover {
    border: 1px solid #dbdbdb;
    margin: 10px 0;
}

.font-semibold.text-14 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.text-12.text-gray-light {
    font-size: 14px;
    color: #888;
}

/*teasers*/
.teaser {
	position: relative;
	overflow: visible;
}

.teaser[class*="_bg_color"], .teaser[class*="with_"] {
	padding: 36px 55px;
}

@media (max-width: 500px) {
	.teaser[class*="_bg_color"], .teaser[class*="with_"] {
		padding: 16px 20px;
	}
}

.teaser [class*="_bg_color"] {
	width: 2em;
	height: 2em;
	text-align: center;
	vertical-align: bottom;
}

.teaser [class*="_bg_color"] + h4 {
	margin-top: 24px;
}

.teaser [class*="_bg_color"] i {
	line-height: 2em;
}

.teaser h2 {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 33px;
	position: relative;
	padding-bottom: 10px;
}

.teaser h2:after {
	content: '';
	position: absolute;
	width: 50px;
	margin-left: -25px;
	height: 1px;
	background-color: rgba(204, 204, 204, 0.2);
	bottom: -12px;
	left: 50%;
}

.teaser.thin-teaser {
	line-height: 1.5;
}

.teaser h3 {
	margin-bottom: 16px;
	font-size: 24px;
}

.teaser h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 15px;
}

.teaser .media-left {
	padding-right: 30px;
}

@media (max-width: 500px) {
	.teaser .media-left {
		padding-right: 20px;
	}
}

.teaser.counter-teaser {
	/* min-width: 230px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.teaser.counter-teaser .media-left {
	padding-right: 25px;
}

.teaser .media-body h3 {
	margin-bottom: 20px;
	font-size: 28px;
}

.teaser .media-body h4 {
	margin-bottom: 18px;
}

@media (max-width: 500px) {
	.teaser h2, .teaser h3, .teaser h4 {
		font-size: 1.4em;
	}

	.teaser h2 span, .teaser h3 span, .teaser h4 span {
		font-size: 1.2em;
	}
}

.teaser h3.counter,
.teaser h3.counter-wrap {
	font-size: 56px;
	font-weight: 700;
	margin: 0 0 5px;
}

@media (max-width: 1199px) {
	.teaser h3.counter,
  .teaser h3.counter-wrap {
		font-size: 50px;
	}
}

.teaser .theme_button {
	margin: 22px 0 0;
}

.section_padding_bottom_0 .teaser {
	margin-bottom: 0;
}

.teaser_icon {
	display: inline-block;
	line-height: 0.8;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.teaser_icon i {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.teaser_icon[class*='label-'] {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.3em;
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color: #fff;
}

.teaser_icon + p {
	margin-top: 15px;
}

.teaser:hover .teaser_icon {
	-webkit-animation: scaleDisappear 0.5s;
	animation: scaleDisappear 0.5s;
}

.teaser_icon.border_icon {
	width: 2.6em;
	height: 2.6em;
	border: 1px solid rgba(52, 52, 52, 0.2);
}

.teaser_icon.border_icon.size_big {
	width: 2.3em;
	height: 2.3em;
}

.teaser_icon.border_icon.size_big i {
	line-height: 2.3;
}

.teaser_icon.border_icon i {
	line-height: 2.5em;
	display: block;
	margin: 0;
}

.main_bg_color .teaser_icon.border_icon {
	border-color: rgba(245, 245, 245, 0.2);
}

.teaser_icon.border_icon.highlight {
	border-color: #1d3052;
}

.teaser_icon.border_icon.highlight2 {
	border-color: #f69323;
}

a.teaser-link {
	color: #868686;
}

a.teaser-link .media-body span {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a.teaser-link:hover {
	color: #868686;
}

a.teaser-link:hover .grey {
	color: #f69323;
}

a.teaser-link:hover .teaser_icon {
	background-color: #f69323;
	border-color: #f69323;
}

a.teaser-link:hover .teaser_icon i {
	color: #ffffff;
}

@media (min-width: 1200px) {
	.borders-angle {
		position: relative;
	}

	.borders-angle:before, .borders-angle:after {
		content: '';
		position: absolute;
		width: 1px;
		top: -30px;
		bottom: 28px;
		left: -1px;
		background-color: rgba(35, 35, 35, 0.1);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	.borders-angle:after {
		left: auto;
		right: -5px;
	}
}

.size_big img {
	width: 66px;
}

.size_normal {
	font-size: 40px;
}

.size_small {
	font-size: 32px;
}
.text-left {
    text-align: left;
}
.astrologer_city_wise {
    box-shadow: 0 0 4px 1px #ccc;
    border-radius: 8px;
}
.city_wise_link {
    background: #293D4B;
    padding: 8px 10px;
    border-radius: 8px 8px 0 0;
    font-size: 11px;
    color: #ffffff;
    height: 45px;
    line-height: 28px;
    font-weight: 600;
}
.sprite_sign {
    display: inline-flex;
    background: url(../images2/footer_link_icon.webp) no-repeat;
}

.link_consult_astrologer {
    width: 35px;
    height: 28px;
    background-position: 0 2px!important;
    margin-top: 0;
    float: left;
}
.category_link {
    height: 250px;
    margin: 0;
    padding: 0 0 10px 10px;
    list-style: none;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    max-height: 250px;
    overflow-y: scroll;
}
.link_category_arrow{
    width: 26px;
    height: 24px;
    background-position: -2px -80px!important;

    float: left;
}
.category_link div {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
    display: block;
    color: #555;
    text-decoration: none;
}

.link_indian_city{
    width: 35px;
    height: 28px;
    background-position: -45px 0!important;
    margin-top: 0;
    float: left;
}
.link_international{
    width: 30px;
    height: 28px;
    background-position: 0 -42px!important;
    margin-top: 0;
    float: left;
}
.category_image_find_best_Astrologer {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 5px;
}
.swiper-button-lock {
display:inline-flex !important;
}

.cta-h4 span{
    font-size:45px; 
    color: red
}
.why-section{
    padding: 30px 0;
}