    .card-col{
		margin-bottom: 44px;
	}
	.card:not(.blog){
		padding: 24px 16px;
		background: #FFFFFF;
		border-radius: 10px;
		position: relative;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
		border: 0;
		height: 100%;
	}
	.card:not(.blog):before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background-image: var(--lgr-prime);
		z-index: -1;
	}
	.card-image {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 14px;
	}
	.card-image img{
		border-radius: 10px;
	}
	.service-slider .card-image {
		width: 104px;
		height: 104px;
		margin: 0 auto;
		margin-bottom: 34px;
		border: 2px solid rgba(255, 255, 255, 0.25);
		border-radius: 100px;
	}
	.service-analys .card-image {
		width: 104px;
		height: 104px;
		margin: 0 auto;
		margin-bottom: 24px;
		border-radius: 100px;
	}
	.service-analys .card-image img{
		width: 100%;
		border-radius: 50% !important;
	}
/* 	.service-slider .card-image img {
		width: 64px !important;
		border-radius: 0px;
	} */
	.card-txt {
		text-align: center;
	}
	.card-txt h6{
		color: #2E2E2E;
		font-size: 18px;
		font-weight: 600;
		position: relative;
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	.card-txt h6:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 114px;
		height: 1px;
		margin: 0 auto;
		background: var(--prime);
	}
	.card-txt ul{
		padding-left: 0;
		display: flex;
		justify-content: center;
		    margin-bottom: 8px;
	}
	.card-txt ul li{
		font-size: 16px;
		font-weight: 400;
		color: #2E2E2E;
		margin-right: 8px;
		padding-right: 8px;
		border-right: 1px solid #2E2E2E;
		display: inline-block;
	}
	.card-txt ul li:last-child{
		margin-right: 0px;
		padding-right: 0px;
		border-right: 0;
	}
	.card-txt span{
		font-size: 16px;
		font-weight: 400;
		color: #2E2E2E;
		display: block;
		    margin-bottom: 10px;
	}
	.card-txt a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.card-txt a img{
		display: inline-block !important;
		vertical-align: middle;
		width: 35px !important;
		height: auto !important;
	}
	.card-txt a span{
		text-decoration: underline;
		font-size: 16px;
		font-weight: 600;
		color: var(--prime);
		margin-right: 14px;
		margin-bottom: 0px;
	}
	.h3{
		font-size: 50px;
		font-weight: 400;
		color: #2E2E2E;
		margin: 0;
		position: relative;
		display: inline-block;
	}
	.h3:before{
		content: '';
		position: absolute;
		right: -140px;
		top: 51%;
		width: 116px;
		height: 2px;
		background: var(--sec);
	}
	.h3:after{
		content: '';
		position: absolute;
		right: -64px;
		top: 49%;
		width: 40px;
		height: 4px;
		background: var(--prime);
		border-radius: 10px;
	}
	.h3 span{
		color: var(--prime);
		font-weight: 600;
	}
	a.book-btn {
		background-image: var(--lgr-prime);
		padding: 12px 24px;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		display: inline-block;
		text-decoration: none;
		position: relative;
		text-align: center;
	}
	.comon-padd{
		padding: 80px 0px;
	}
	h4{
		font-size: 32px;
		color: var(--prime);
		font-weight: 600;
		margin-bottom: 14px;
	}
	p{
		line-height: 1.63;
	}
	
	.contact_form{
		padding: 44px 44px 5px;
		background: #FFFFFF;
		border-radius: 10px;
		position: relative;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
	}
	.form-control, .contact_form input, .contact_form select, textarea, select.form-select {
		border: 1px solid rgba(237, 84, 29, 0.8);
		border-radius: 10px;
		padding: 11px 14px;
		font-weight: 400;
		font-size: 14px;
		color: #2E2E2E;
		width: 100%;
	}
	textarea{
		height: 80px;
	}
	.contact_form div.halfs , .carrer-form div.halfs{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.carrer-form label{
		text-align: left;
	}
	input[type=submit]{
		background-image: var(--lgr-prime);
		padding: 12px 20px;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 600;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		border: 0;
		width: 100%;
	}
	.contact_txt{
		max-width: 410px;
		margin-left: auto;
	}
	a.mailbox{
		padding: 14px 14px;
		background: #FFFFFF;
		border-radius: 10px;
		position: relative;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
		display: inline-block;
		color: #2E2E2E;
		font-size: 16px;
		text-decoration: none;
		margin-top: 12px;
	}
	a.mailbox img{
		width: 71px;
		margin-right: 25px;
		display: inline-block;
	}
	.footer{
		padding: 167px 0px 33px;
		background: #3B2A29;
	}
	.contact-sec{
		position: relative;
	}
	.contact-sec .row {
		max-width: 1210px;
		margin: 0 auto;
	}
	.contact-sec .container, .footer .container {
		position: relative;
	}
	.contact-sec:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: -180px;
		width: 100%;
		height: 937px;
		background: url('../images/contact-bg.webp') no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}
	h5{
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 14px;
	}
	.footer h5{
		color: #2E2E2E;
	}
	.footer-links a{
		font-size: 16px;
		color: #FFFFFF;
		font-weight: 400;
		text-decoration: none;
		margin-right: 22px;
		margin-bottom: 10px;
		display: inline-block;
	}
	.contact-info a img{
		width: 24px;
		margin-right: 14px;
		display: inline-block;
	}
	.contact-info a{
		font-size: 16px;
		color: #FFFFFF;
		font-weight: 400;
		text-decoration: none;
		display: inline-block;
	}
	.footer p{
		font-size: 16px;
		color: #FFFFFF;
		font-weight: 400;
		margin: 0;
	}
	.footer p a{
		color: #FFFFFF;
	}
	.footer-social {
		margin-top: 28px;
		justify-content: flex-end;
	}
	.footer-social li{
		margin-right: 24px;
		display: inline-block;
	}
	.footer-social li:last-child{
		margin-right: 0px;
	}
	.footer-social li a{
		background: #FFFFFF;
		width: 44px;
		height: 44px;
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-social li a img{
		width: 21px;
	}
	
	footer hr{
		background-color: rgba(255, 255, 255, 0.7);
		margin: 25px 0px;
	}
	.about-sec {
		padding-top: 40px;
	}
	.about-sec h3{
		margin-bottom: 24px;
	}
	.about-txt{
		max-width: 695px;
		padding-bottom: 80px;
	}
	.about-txt p strong{
		color: var(--prime);
	}
	.about-image{
		position: relative;
		top: 2px;
	}
	.about-bgimage {
		position: absolute;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.social-follow{
		padding: 10px 10px;
		background: #FFFFFF;
		border-radius: 10px;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
		display: inline-block;
		margin-top: 24px;
	}
	.social-follow li{
		display: inline-block;
		vertical-align: middle;
		margin-right: 19px;
	}
	.social-follow li:last-child{
		margin-right: 0px;
	}
	.social-follow li a{
		font-size: 16px;
		color: #2E2E2E;
		text-decoration: none;
	}
	.social-follow li img{
		width: 34px;
	}
	img{
		display: block;
	}
	.service-slider .card{
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.15);
		backdrop-filter: blur(7px);
	}
	.service-slider .card:before{
		background-image: none;
		backdrop-filter: blur(7px);
	}
	.service-slider .card-txt h6 , .service-slider .card-txt span{
		color: #FFFFFF;
	}
	.service-slider .card-txt ul li {
		color: #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	.service-slider .card-txt ul li:last-child {
		border-right: 0;
	}
	.service-slider .owl-nav.disabled, .learnastro-slider .owl-nav.disabled {
		display: block !important;
	}
	.service-slider button.owl-prev , .learnastro-slider button.owl-prev{
		content: "";
		position: absolute;
		left: -30px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 20px;
		background: url(../images/arrow-left.svg) no-repeat !important;
		background-size: cover !important;
	}
	.service-slider button.owl-next, .learnastro-slider button.owl-next {
		content: "";
		position: absolute;
		right: -30px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 20px;
		background: url("../images/arrow-right.svg") no-repeat !important;
		background-size: cover !important;
	}
	.service-slider .owl-nav span, .learnastro-slider .owl-nav span {
		display: none;
	}
	.experience_txt img{
		width: 84px;
		margin-right: 34px;
	}
	.experience_txt h3 strong{
		font-size: 50px;
		font-weight: 600;
		background: -webkit-linear-gradient(var(--prime), var(--sec));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	span.spanclass{
		padding-left: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	.experience_txt h3 span.spanclass span{
		color: #2E2E2E;
		font-size: 20px;
		font-weight: 500;
		display: block;
	}
	.bank-details{
		padding: 44px 44px;
		background: #FFFFFF;
		border-radius: 10px;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
		position: relative;
	}
	.bank-details:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 36%;
		height: 100%;
		background: url(../images/detail-bg-left.webp) no-repeat !important;
		background-size: contain !important;
		background-position: left;
	}
	.bank-details:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 400px;
		height: 100%;
		background: url(../images/detail-bg-right.webp) no-repeat !important;
		background-size: contain !important;
		background-position: right;
	}
	.bank-details h5{
		font-weight: 500;
		margin-bottom: 20px;
	}
	h6{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 14px;
	}
	.bank-details span.line{
		background: #747474;
		width: 213px;
		height: 4px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.bank-details span{
		color: var(--prime);
		font-size: 18px;
		font-weight: 700;
		display: block;
		margin-bottom: 10px;
	}
	.bank-details h5 a{
		color: var(--prime);
		font-weight: 700;
		text-decoration: none;
	}
	.bank-inn{
		position: relative;
		z-index: 9;
		max-width: 734px;
		margin: 0 auto;
		text-align: center;
	}


	.carrer-form {
		padding: 44px 44px;
		background: #FFFFFF;
		border-radius: 10px;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
		position: relative;
		margin-bottom: 34px;
	}
	.carrer-form input[type=submit] {
		width: auto;
	}
	
	.check-label {
		display: block;
		position: relative;
		padding-left: 40px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-weight: 500 !important;
	}
	.check-label input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	.check-label .checkmark {
		position: absolute;
		top: -1px;
		left: 0;
		height: 28px;
		width: 28px;
		background-color: #fff;
		border: 2px solid #828282;
		border-radius: 2px;
	}
	.check-label .checkmark:after {
		content: "";
		position: absolute;
		display: none;
		left: 10px;
		top: 5px;
		width: 6px;
		height: 10px;
		border: solid #2E2E2E;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.check-label input:checked ~ .checkmark:after {
		display: block;
	}
	/* Radio Css */
	.radio-lable {
		display: block;
		position: relative;
		padding-left: 36px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-right: 15px;
		font-weight: 500 !important;
		color: rgba(0, 0, 0, 0.9) !important; 
	}
	.radio-lable input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}
	.radio-lable .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 22px;
		width: 22px;
		background-color: #FFFFFF;
		border: 2px solid #828282;
	}
	.radio-lable input:checked ~ .checkmark {
		border: 2px solid var(--prime);
	}
	.radio-lable input:checked ~ .checkmark:after {
		display: block;
	}
	.radio-lable .checkmark:after {
		content: "";
		position: absolute;
		display: none;
		left: 7px;
		top: 3px;
		width: 5px;
		height: 10px;
		border: solid var(--prime);
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.formborder{
	    border: 1px solid rgba(237, 84, 29, 0.8);
		border-radius: 10px;
		padding: 24px 24px;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 14px;
	}
	.form-amt{
		text-align: center;
	}
	.form-amt p{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.form-amt span{
		color: var(--prime);
		font-size: 20px;
		font-weight: 600;
	}
	.form-group > label{
		margin-bottom: 5px;
	}
	.module_box{
		background: rgba(237, 84, 29, 0.08);
		border-radius: 10px;
		max-width: 542px;
	}
	.module_darkbox{
		background: var(--prime);
		border-radius: 10px 10px 0 0;
		padding: 28px 38px;
	}
	.module_darkbox h4{
		color: #FFFFFF;
		font-size: 40px;
		font-weight: 600;
		text-align: center;
		margin: 0;
	}
	.module_lightbox{
		padding: 45px 70px;
	}
	.module_lightbox ul{
		margin: 0;
		padding: 0;
	}
	.module_lightbox ul li {
		display: flex;
		margin-bottom: 25px;
	}
	.module_lightbox ul li:last-child {
		margin-bottom: 0;
	}
	.module_lightbox ul li img{
		width: 30px;
	}
	.module_lightbox ul li p{
		font-size: 16px;
		line-height: 25px;
		color: #2E2E2E;
		padding-left: 24px;
		margin: 0;
	}
	.module_lightbox ul li p strong{
		font-size: 20px;
		font-weight: 600;
		display: block;
	}
	.module_txt{
		padding-left: 20px;
	}
	.module_txt h3{
		font-size: 48px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.module_txt ul {
		margin-bottom: 24px;
		padding: 0;
	}
	.module_txt ul li {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 14px;
		display: block;
		padding-left: 44px;
		position: relative;
	}
	.module_txt ul li:after{
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		width: 24px;
		height: 24px;
		background: url(../images/arrow-right1.svg) no-repeat;
	}
	.row-reverse {
		flex-direction: row-reverse;
	}
	.row-reverse .module_box{
		margin-left: auto;
	}
	.row-reverse .module_txt {
		padding-left: 0px;
	}
	.videobox {
		margin-bottom: 30px;
		position: relative;
	}
	.videobox img {
		border-radius: 12px;
	}
	a.video_btn {
		width: 84px;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 auto;
	}
	.accordion-item {
		border: 0;
		margin-bottom: 20px;
		border-radius: 10px;
		background-color: rgba(237, 84, 29, 0.15);
	}
	.accordion-button{
		background:transparent !important;
		padding: 20px;
		font-size: 18px;
		font-weight: 500;
	}
	.accordion-button:not(.collapsed) {
		color: #2E2E2E;
		box-shadow: none;
		font-weight: 600;
	}
	.accordion-body {
		padding-top: 0;
	}
	.accordion-button::after {
		background: url(../images/plus.svg) no-repeat;
		width: 28px;
		height: 28px;
		background-size: cover;
	}
	.accordion-button:not(.collapsed)::after {
		background: url(../images/minus.svg) no-repeat;
		width: 28px;
		height: 28px;
		background-size: cover;
		transform: inherit;
	}
	.accordion-button:focus{
		box-shadow: none;
	}
	.learnastro-slider .card {
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.15);
		backdrop-filter: blur(7px);
		border: 1px solid rgba(255, 255, 255, 0.15);
		padding: 24px;
	}
	.learnastro-slider .card:before, .media-slider .card:before{
		display: none;
	}

	.learnastro-slider .card-txt , .media-slider .card-txt {
		text-align: left;
	}
	.learnastro-slider .card-txt p img{
		width: 18px;
		margin-top: 3px;
	}
	.learnastro-slider .card-txt h6, .learnastro-slider .card-txt span {
		color: #FFFFFF;
	}
	.learnastro-slider .card-txt span {
		padding-left: 8px;
		margin: 0;
	}
	.learnastro-slider .card-txt p {
		color: #FFFFFF;
		display: flex;
		align-items: flex-start;
	}
	.learnastro-slider .card-txt h6:before , .media-slider .card-txt h6:before {
		display: none;
	}
	.media-slider .card-txt h6 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.media-slider .card-txt a {
		justify-content: inherit;
	}
	.card-btmtxt{
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid rgba(255, 255, 255, 0.6);
		padding-top: 15px;
	}
	.learnastro-slider .card-txt ul li {
		color: #FFFFFF;
		border-color: #FFFFFF;
	}
	.outline-btn{	
		border: 1px solid #FFFFFF;
		border-radius: 10px;
		padding: 8px 10px;
		color: #FFFFFF;
		font-size: 16px;	
		text-decoration: none;
		display: flex;
		gap: 8px;
	}
	.card-btmtxt .outline-btn img{	
		width: 8px !important;
	}
	.learnastro-slider .card-txt ul {
		margin-bottom: 0px;
	}
	.learnastro-slider .card-txt a span{
		color: #FFFFFF;
		font-weight: 500;
		text-decoration: none;
		padding-left: 0;
/* 		padding-right: 8px; */
	}
	.media-slider .card {
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
		margin: 10px 10px;
		padding: 22px;
		position: relative;
	}
	.media-slider .card > a {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		top: 0;
	}
	.card-txt h6 span {
		font-weight: 400;
		    width: 165px;
		text-align: right;
	}
		.blogs-slider .owl-nav.disabled ,
	.media-slider .owl-nav.disabled , .social-slider .owl-nav.disabled {
		display: block !important;
	}
	.blogs-slider button.owl-prev,
	.media-slider button.owl-prev, .social-slider button.owl-prev {
		content: "";
		position: absolute;
		left: -30px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 20px;
		background: url(../images/arrow_orange_left.svg) no-repeat !important;
		background-size: cover !important;
	}
		.blogs-slider button.owl-next ,
	.media-slider button.owl-next , .social-slider button.owl-next{
		content: "";
		position: absolute;
		right: -30px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 20px;
		background: url("../images/arrow_orange_right.svg") no-repeat !important;
		background-size: cover !important;
	}
	.blogs-slider .owl-nav span ,
	.media-slider .owl-nav span , .social-slider .owl-nav span{
		display: none;
	}
	.socialcard .card-txt{
		display: flex;
		text-align: left;
		justify-content: space-between;
		align-items: flex-start;
	}
	.socialcard .card-txt h6:before{
		display: none;
	}
	.socialcard .card-txt h6 span{
		margin: 0;
		margin-top: 3px;
	}
	.socialsnaps-sec{
		position: relative;
	}
	.socialsnaps-sec:before{
		content: "";
		position: absolute;
		left: 0;
		top: 98px;
		width: 100%;
		height: 865px;
		background: url(../images/cloud-bg.webp) no-repeat;
		background-size: cover !important;
		z-index: -1;
	}
	.blogs-sec{
		position: relative;
	}
	.blogs-sec:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -192px;
		width: 100%;
		height: 100%;
		background: url("../images/cloud.webp") no-repeat;
		background-size: cover !important;
		background-position: left center;
	}
	.learnastro-sec{
		padding-top: 190px;
		padding-bottom: 50px;
	}
	.mb-30 {
		margin-bottom: 30px;
	}
	.mb-40 {
		margin-bottom: 40px;
	}
	.category-sec .card {
		padding: 17px 17px;
	}
	.category-sec .card:before, .category-sec .card-txt h6:before {
		display: none;
	}
	.category-sec .card-image img {
		height: 200px;
		object-fit: cover;
	}
	.category-sec .card-txt {
		text-align: left;
	}
	.category-sec .card-txt h6 {
		color: var(--prime);
		margin: 0;
	}
	header.stick {
		background: #FFFFFF;
	}
	.faq-sec{
		padding: 60px 0 0;
	}
	.footer-links {
		max-width: 90%;
	}
	.media-sec .owl-carousel .owl-item img{ 
		height: 180px;
		object-fit: cover;
	}
	.video-link > img {
		height: 85vh;
		object-fit: cover;
	}
	.karmacorrect-sec {
		padding-bottom: 30px;
	}
	.blog-content ul{
		padding: 15px 0 10px;
		padding-left: 15px;
	}
	.blog-content ul li{
		margin-bottom: 10px;
	}
	.blog-content iframe{
		margin-bottom: 10px;
		display: block;
	}
	.blog-content table {
		margin-bottom: 15px;
	}
header nav ul li.active a {
	color: #ed521c !important;
}
.pt .pt-5 {
	padding-top: 0 !important;
}


  
@media (min-width: 1400px) {
	.container {
		max-width: 1348px;
	}
	
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1282px;
    }
}
	@media (max-width: 1439px) {
		header.homepage .container {
			max-width: 95% !important;
			padding: 14px 25px!important;
		}
		.wrapperbanner-image img{
			max-height:535px !important;
		}
	}
	@media (max-width: 1365px) {
		.container {
			max-width: 95%;
		}
		header.homepage .container {
			padding: 14px 25px!important;
		}
	}
	@media (max-width: 1179px) {
	.contact_form {
		padding: 40px 30px 5px;
	}
	.module_darkbox {
		padding: 25px 25px;
	}
	.module_darkbox h4 {
		font-size: 28px;
	}
	.module_lightbox {
		padding: 40px 30px;
	}
	.module_txt h3 {
    font-size: 38px;
	}
	.module_txt ul li {
    font-size: 18px;
	}
	.module_lightbox ul li p strong {
    font-size: 18px;
	}
	}
	@media (max-width: 1079px) {
		.footer-social {
			justify-content: flex-start;
		}
		.footer-links {
			max-width: 100%;
		}
		.footer-links a {
			margin-right: 13px;
		}
	}
	@media (max-width: 991px) {
		.banner .bannerimg {
			height: 595px;
		}

		.home-about .row {
			flex-direction: column-reverse;
		}
		.home-about .about-txt {
			max-width: 100%;
			margin-left: auto;
			padding-bottom: 20px;
		}
		.h3 {
			font-size: 40px;
		}
		.about-sec h3 {
			margin-bottom: 15px;
		}
		.comon-padd {
			padding: 50px 0px;
		}
		.mb-40 {
			margin-bottom: 25px;
		}
		a.book-btn {
			padding: 12px 15px;
			font-size: 15px;
		}
		a.mailbox img {
		width: 40px;
		margin-right: 15px;
		}
		.video-link > img {
		height: 350px;
		}
		.add-on {
			flex-wrap: wrap;
		}
		.add-on.gap-2 {
			gap: 1.5rem !important;
		}
		
	}
@media (max-width: 767px) {
	.wrapperbanner-left>img {
		max-width: 365px !important;
	}
	.wrapperbanner-left {
        max-width: 100% !important;
    }
	.wrapperbanner-image {
		max-width: 400px !important;
		margin: 0 auto;
	}
	.wrapperbanner-image img {
		max-height: 375px !important;
	}
	.banner .bannerimg {
		height: 800px !important;
		max-height: 100% !important;
	}
	.media-sec .owl-carousel .owl-item img {
    height: 300px;
	}
	 .h3  {
		margin-bottom: 15px;
	}
	.text-end  {
		text-align: left !important;
	}
	.blogs-sec:before {
		background-position: center center;
	}
	.contact_form {
		margin-bottom: 30px;
	}
	.contact_txt, .home-about .about-txt {
		max-width: 100% !important;
	}
	.footer {
		padding: 30px 0px;
	}
	    .h3 {
        font-size: 30px;
    }
	.banner .wrapperbanner .container {
		flex-wrap: wrap;
	}
	.media-slider button.owl-next, .social-slider button.owl-next , .service-slider button.owl-next, .learnastro-slider button.owl-next {
		right: -20px;
	}
	.media-slider button.owl-prev, .social-slider button.owl-prev, .service-slider button.owl-prev, .learnastro-slider button.owl-prev {
		left: -20px;
	}
	.comon-padd {
        padding: 30px 0px;
    }
	.faq-sec {
		padding: 30px 0 0;
	}
	.service-sec .mb-5, .learnastro-sec .mb-5, .contact-sec .mb-5 {
		margin-bottom: 25px !important;
	}
	.service-slider .card-image {
		margin-bottom: 20px;
	}
	.card {
		padding: 20px 18px;
	}
	footer hr {
     margin: 10px 0px;
	}
	.footer-links {
		margin-bottom: 10px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.accordion-button {
		font-size: 16px;
	}
	.about-image {
		max-width: 300px;
		margin: 0 auto;
	}
	.social-follow li img {
		width: 26px;
	}
	.hero {
		padding: 50px 0 !important;
	}
	.contact-sec {
		padding-top: 20px !important;
	}
	.h3:before, .h3:after { display: none; }
	.priceform   {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	.fs-5 {
		font-size: 18px !important;
	}
	.module_box {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.module_darkbox {
        padding: 20px 20px;
    }
	.module_darkbox h4 {
        font-size: 24px;
    }
	.module_lightbox {
        padding: 30px 30px;
    }
	.module_txt {
    padding-left: 0;
}
.module_txt h3 {
        font-size: 32px;
    }
	.video-link > img {
    height: 300px;
	}
.video-link span img {
    width: 100%;
}


.wrapperbanner-image img{
	position: relative;
/*     left: 24px; */
    bottom: 1px;
}
.service-analys .mb-5 {
    margin-bottom: 1rem !important;
}
.contact-sec .col-md-6{
	padding: 0;
}
}
@media (max-width: 575px) {
	.wrapperbanner-left>img {
        max-width: 300px !important;
    }
	
	    .wrapperbanner-left h1 {
        font-size: 22px;
        line-height: 30px;
    }
	.add-on {
        flex-wrap: wrap;
        width: 100% !important;
        text-align: center;
        flex-direction: column;
    }
	.text-class {
		text-align: center;
	}
	.best-price {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.best-price > div{ 
		width: 100%;
	}
}
@media (max-width: 479px) {
	.wrapperbanner-left p {
		padding-bottom: 0;
	}
	header nav a img {
    max-height: 50px !important;
	}
	p {
		font-size: 15px;
	}
	.experience_txt img {
    width: 60px;
    margin-right: 13px;
}
span.spanclass {
    padding-left: 14px;
    font-size: 13px;
}
.experience_txt h3 span.spanclass span {
    font-size: 18px;
}
.experience_txt h3 strong {
    font-size: 40px;
}

.media-slider button.owl-next, .social-slider button.owl-next, .service-slider button.owl-next, .learnastro-slider button.owl-next {
        right: -15px;
		    width: 9px;
    height: 16px;
    }
.media-slider button.owl-prev, .social-slider button.owl-prev, .service-slider button.owl-prev, .learnastro-slider button.owl-prev {
        left: -15px;
		    width: 9px;
    height: 16px;
    }
.card-txt h6 {
    font-size: 16px;
}
.card-txt ul li , .card-txt span{
    font-size: 15px;
}
.service-sec .mt-5 {
    margin-top: 30px !important;
}
.h3 {
    font-size: 28px;
}
.media-sec .owl-carousel .owl-item img {
    height: 200px;
}
.media-slider .card-txt h6 {
    flex-wrap: wrap;
}
.card-txt h6 span {
    width: 100%;
    text-align: left;
}
.blogs-sec:before {
    bottom: -100px;
    height: 50%;
}
.learnastro-sec {
    padding-top: 100px;
}
.card-btmtxt {
    flex-wrap: wrap;
}
.learnastro-slider .card-txt ul {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.learnastro-slider .card {
	padding: 18px;
}
header.homepage .container {
        padding: 14px 15px !important;
    }
a.mailbox img {
    width: 45px;
    margin-right: 15px;
}
.footer {
        padding: 0px;
    }
.footer-links a {
        margin-right: 9px;
        font-size: 14px;
    }
	.contact-info a {
    font-size: 14px;
	}
.footer p {
    font-size: 14px;
}
.contact_form div.halfs, .carrer-form div.halfs {
    display: block;
}
.contact_form {
        padding: 40px 20px 5px;
    }
h5 {
        font-size: 18px;
}

.module_darkbox h4 {
        font-size: 22px;
    }
.module_lightbox {
        padding: 30px 25px;
    }
.module_lightbox ul li p {
    padding-left: 20px;
}
.module_lightbox ul li p strong {
        font-size: 16px;
    }
.module_txt ul li {
        font-size: 16px;
    }
.module_txt ul li:after {
    top: 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.video-link > img {
    height: 250px;
}
.video-link span {
    width: 55px !important;
}

}