/*-----------------------------------------------------------------------------------
Theme Name: Vein
Theme URI: https://www.astraveinvascular.com/
Description: This is the description of website
Author: astraveinvascular
Author URI: https://www.astraveinvascular.com/
Version: 1.0

-----------------------------------------------------------------------------------

1. Typography
2. Header Area 
3. Iteam Area
4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
		url('fonts/PlayfairDisplay-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
		url('fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */

/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #FFFFFF;
	counter-reset: my-sec-counter;
}

a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container {
	max-width: 1366px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.sec-m {
	margin-top: 100px;
	margin-bottom: 100px;
}
.sec-p {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Typography  */
.heading {
	font-family: Playfair Display;
	font-size: 60px;
	font-weight: 500;
	line-height: 80px;
	color: #782657;
	margin-bottom: 50px;
}
.heading span {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	display: block;
	margin-bottom: 15px;
	color: #1b1b1b;
}
.default-btn {
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 100px;
	background: #0b0038;
	padding: 42px 15px;
	min-width: 420px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-btn.bg-red {
	background: #782657;
}
.default-btn:hover {
	background: transparent;
	border-color: #0b0038;
	color: #0b0038;
}
.default-btn.bg-red:hover {
	background: transparent;
	border-color: #782657;
	color: #782657;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 50px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-header.fixed {
	background: #0b0038;
	padding: 20px 0;
}
.main-header .container {
	max-width: 1530px;
}
.header-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
/* header right  */
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.header-btn {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #FFF;
	text-transform: uppercase;
	padding: 18px 42px;
	text-align: center;
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 33px;
	min-width: 220px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-btn:hover {
	background: #0b0038;
	border-color: transparent;
}
/* Banner Section  */
.banner-sec {
	padding-top: 200px;
	background: url('images/bannerBg.jpg') no-repeat;
	background-size: cover;
}
.banner-sec .container {
	max-width: 1690px;
}
.banner-content {
	text-align: center;
}
.banner-content .star {
	color: #ffc400;
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: normal;
}
.banner-content h1 {
	font-family: Playfair Display;
	font-size: 135px;
	font-weight: 500;
	line-height: 0.89;
	color: #e3c6f0;
	margin-bottom: 55px;
}
.banner-content h1 span {
	font-size: 43px;
	font-weight: 500;
	line-height: 26px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #ffffff;
}
.banner-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.banner-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	padding: 100px 0;
	background: url('images/bannerListBg.png') no-repeat;
	background-position: center;
}
.banner-content ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	color: #782657;
	text-transform: uppercase;
	border-radius: 100px;
	background: -o-linear-gradient(330.23deg, #dfecff 0%, #f8e5ff 100%);
	background: linear-gradient(119.77deg, #dfecff 0%, #f8e5ff 100%);
	padding: 35px 15px;
}
/* Solution For Section  */
.solution-sec {
	position: relative;
	z-index: 2;
}
.solution-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 85px;
	max-width: 494px;
	width: 100%;
	max-height: 652px;
	height: 100%;
	background: rgba(228, 198, 240, 0.20000000298023224);
	border-radius: 0 0 250px 250px;
}
.solution-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	max-width: 679px;
	max-height: 490px;
	height: 100%;
	background: rgba(228, 198, 240, 0.20000000298023224);
	border-radius: 250px 0 0 250px;
	right: 0;
	bottom: 52px;
}
.solution-sec .container {
	max-width: 1280px;
}
.solution-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}
/* left  */
.solution-left {
	max-width: 850px;
	width: 100%;
}
.solution-left h2 {
	font-family: Playfair Display;
	font-size: 81px;
	font-weight: 500;
	line-height: 80px;
	color: #0b0038;
	margin-bottom: 40px;
}
.solution-left h2 span {
	font-family: 'Inter';
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.solution-left p {
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	color: #0b0038;
	margin-top: 40px;
}
/* right  */
.solution-right {
	-webkit-filter: drop-shadow(0px 4px 60px rgba(120, 38, 87, 0.20));
	filter: drop-shadow(0px 4px 60px rgba(120, 38, 87, 0.20));
}
.btn-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
}
/* Call For Free Section  */
.call-for-sec {
	padding: 420px 0  195px 0;
	position: relative;
	background: url('images/callForBg.jpg') no-repeat;
	background-size: cover;
}
.call-for-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.call-for-img img {
	display: block;
}
.call-for-wrp {
	text-align: center;
}
.call-for-wrp p {
	font-size: 41px;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.call-for-wrp a {
	font-size: 70px;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.call-for-wrp a:hover {
	text-decoration: underline;
}
.call-for-wrp a::after {
	content: '';
	position: absolute;
	top: -240px;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	border: 1px solid rgb(255 255 255 / 20%);
	background: url('images/sp.svg') no-repeat;
	background-position: top 35px left -53px;
}
/* What Our Patients Section */
.what-our-sec {
	background: url('images/reviewBg.jpg') no-repeat;
	background-size: cover;
}
.what-our-sec .container {
	max-width: 1630px;
}
.what-our-wrp {
	text-align: center;
}
.what-our-wrp .star {
	position: relative;
	padding-left: 205px;
	margin-bottom: 50px;
	color: #571b4e;
	font-size: 22px;
	display: inline-block;
	text-align: left;
}
.what-our-wrp .star::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 66px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -133px left -371px;
}
.what-our-wrp .star span {
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
}
.what-our-wrp .star p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #000000;
}
.what-our-wrp h2 {
	font-family: Playfair Display;
	font-size: 60px;
	font-weight: 500;
	line-height: normal;
	color: #782657;
	margin-bottom: 50px;
}
.what-our-wrp p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #1b1b1b;
	max-width: 1300px;
	width: 100%;
	margin: auto;
}
/* review  */
.review-wrp {
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px;
}
.single-review {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: rgba(255, 255, 255, 0.5);
	padding: 50px;
	border-radius: 40px 0 40px 0;
	text-align: center;
}
.single-review span {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
}
.single-review span::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
}
.single-review p {
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #1b1b1b;
}
/* News List Section  */
.news-list-wrp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.news-list-wrp ul li {
	width: 203px;
	height: 203px;
	border-radius: 200px;
	background: #ffffff;
	-webkit-box-shadow: 0px 34px 60px 0px rgba(205, 204, 242, 0.37);
	box-shadow: 0px 34px 60px 0px rgba(205, 204, 242, 0.37);
	background-image: url('images/sp.svg');
	background-repeat: no-repeat;
}
.news-list-wrp ul .fox {
	background-position: top -88px left 28px;
}
.news-list-wrp ul .ncb {
	background-position: top -93px left -160px;
}
.news-list-wrp ul .cbs {
	background-position: top -239px left 18px;
}
.news-list-wrp ul .abc {
	background-position: top -255px left -172px;
}
.news-list-wrp ul .cnn {
	background-position: top -238px left -349px;
}
/* Why Choose Section   */
.why-choose-sec.sec-m {
	position: relative;
	z-index: 2;
	margin-top: 200px;
}
.why-choose-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -100px;
	left: 0;
	max-width: 756px;
	width: 100%;
	max-height: 721px;
	height: 100%;
	background: rgba(228, 198, 240, 0.20000000298023224);
	border-radius: 0 360px 360px 0;
}
.why-choose-sec .container {
	max-width: 1670px;
}
.why-choose-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* right  */
.why-choose-right {
	max-width: 875px;
	width: 100%;
}
.why-choose-right ul li {
	background: -o-linear-gradient(190.96deg, rgba(223, 236, 255, 0.699999988079071) 0%, #faeeff 100%);
	background: linear-gradient(-100.96deg, rgba(223, 236, 255, 0.699999988079071) 0%, #faeeff 100%);
	padding: 50px 50px 50px 200px;
	position: relative;
	margin-top: 30px;
	border-radius: 40px 0 40px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.why-choose-right ul li::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter, decimal-leading-zero);
	position: absolute;
	top: 38px;
	left: 50px;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 90px;
	font-weight: 900;
	line-height: normal;
	opacity: 0.5;
	color: black;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
/* Vein Doctor Brooklyn Section  */
.vein-doctor-sec {
	padding-top: 100px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 238, 255, 0)), to(#f9eeff));
	background: -o-linear-gradient(bottom, rgba(249, 238, 255, 0) 0%, #f9eeff 100%);
	background: linear-gradient(360deg, rgba(249, 238, 255, 0) 0%, #f9eeff 100%);
}
.vein-doctor-sec .container {
	max-width: 1360px;
	margin-right: 160px;
}
.vein-doctor-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* right  */
.vein-doctor-right {
	max-width: 780px;
	width: 100%;
}
.vein-doctor-right h2 span {
	text-transform: uppercase;
}
.vein-doctor-right p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #0b0038;
	margin-bottom: 40px;
}
.vein-doctor-right h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	color: #782657;
	margin-bottom: 40px;
}
.vein-doctor-right ul {
	margin-bottom: 40px;
}
.vein-doctor-right ul:last-child {
	margin-bottom: 0;
}
.vein-doctor-right ul li {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #0b0038;
	position: relative;
	padding-left: 90px;
}
.vein-doctor-right ul li a {
	color: #0b0038;
	text-decoration: underline;
	display: unset;
}
.vein-doctor-right ul li a:hover {
	text-decoration: none;
}
.vein-doctor-right ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-image: url('images/sp.svg');
	background-repeat: no-repeat;
}
.vein-doctor-right ul .educa::before {
	background-position: top 0 left -321px;
}
.vein-doctor-right ul .tra::before {
	background-position: top 0 left -443px;
}
/* Team Gallery Section  */
.team-gallery-sec .container {
	max-width: 1630px;
}
.team-wrp {
	border-radius: 70px;
}
.slick-slider img {
	width: 100%;
	min-height: auto;
	border-radius: 20px;
}
.slick-slide {
	padding:40px 0;
	position: relative;
	height:auto !important;
	-webkit-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.slick-current {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 99;
} 
/* Contact Us Section  */
.contact-sec .container {
	max-width: 1640px;
}
.contact-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}
/* left  */
.contact-left {
	max-width: 815px;
	width: 100%;
}
.contact-left form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px 30px;
}
.single-input {
	max-width: calc(50% - 15px);
	width: 100%;
}
.single-input.w-full {
	max-width: 100%;
}
.single-input input,
.single-input textarea {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1b1b;
	padding: 21px 30px;
	border: 1px solid rgb(120 38 87 / 46%);
	border-radius: 100px;
	outline: none;
}
.single-input input:focus,
.single-input textarea:focus {
	border-color: #782657;
}
.single-input textarea {
	height: 230px;
	border-radius: 20px;
	resize: none;
}
.single-input input::-webkit-input-placeholder, .single-input textarea::-webkit-input-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1b1b;
	opacity: 0.34;
}
.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1b1b;
	opacity: 0.34;
}
.single-input input:-ms-input-placeholder, .single-input textarea:-ms-input-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1b1b;
	opacity: 0.34;
}
.single-input input::-ms-input-placeholder, .single-input textarea::-ms-input-placeholder {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1b1b;
	opacity: 0.34;
}
.single-input input::placeholder,
.single-input textarea::placeholder {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1b1b;
	opacity: 0.34;
}
.single-input button {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	color: #FFF;
	border-radius: 100px;
	background: -o-linear-gradient(128.39deg, #0b0038 0%, #782657 100%);
	background: linear-gradient(-38.39deg, #0b0038 0%, #782657 100%);
	padding: 23px 70px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}
.single-input button:hover {
	border-color: #782657;
	background: transparent;
	color: #782657;
}
/* right  */
.contact-right {
	max-width: 645px;
	width: 100%;
	text-align: right;
}
.contact-right iframe {
	width: 100%;
	height: 540px;
	border: none;
	border-radius: 0 60px 0 60px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: block;
	background: #ffffff;
	-webkit-box-shadow: -12px 106px 64px 0px rgba(0, 0, 0, 0.05000000074505806), -21px 189px 76px 0px rgba(0, 0, 0, 0.009999999776482582), -32px 295px 83px 0px rgba(0, 0, 0, 0);
	box-shadow: -12px 106px 64px 0px rgba(0, 0, 0, 0.05000000074505806), -21px 189px 76px 0px rgba(0, 0, 0, 0.009999999776482582), -32px 295px 83px 0px rgba(0, 0, 0, 0);
}
.contact-right p {
	font-family: Playfair Display;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	color: #1b1b1b;
	margin: 40px 0 25px 0;
}
.contact-right a {
	font-family: Playfair Display;
	font-size: 60px;
	font-weight: 500;
	line-height: normal;
	color: #782657;
}
.contact-right a:hover {
	color: #1b1b1b;
}
/* Footer Section  */
.main-footer {
	background: #1b1b1b;
	padding: 65px 0 40px 0;
	border-radius: 160px 0 0 0;
}
.main-footer .container {
	max-width: 1630px;
}
.footer-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}
/* right */
.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-right .footer-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	color: #FFF;
	text-transform: uppercase;
	margin-right: 75px;
}
.footer-right p:last-child {
	margin-left: 50px;
}
.footer-right .footer-title-two {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #FFF;
	text-transform: uppercase;
}
.footer-right .footer-title-two span {
	display: block;
	color: #ffffff;
	opacity: 0.75;
	margin-top: 10px;
}
.copy-right {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #ffffff;
	opacity: 0.5;
	text-align: center;
	margin-top: 100px;
}
.single-team {
	opacity: .5;
	z-index: -1;
}
.single-team.slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
	z-index: 1;
}
section.what-our-sec.sec-p.hemo {
	background: none;
}
.mid-text h2 {
	font-family: Playfair Display;
	font-size: 81px;
	font-weight: 500;
	line-height: 80px;
	color: #0b0038;
	margin-bottom: 40px;
	text-align: center;
}
.mid-text h2 span {
	font-family: 'Inter';
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 25px;
}
.mid-text p {
	text-align: center;
	font-size: 20px;
	line-height: 33px;
}
section.mid-text {
	text-align: center;
	margin: 100px 0px;
}
section.mid-text.console {
	position: relative;
	padding: 100px 0px;
}
section.mid-text.console::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	max-width: 90%;
	max-height: 570px;
	height: 100%;
	background: rgba(228, 198, 240, 0.20000000298023224);
	border-radius: 0px 400px 400px 0px;
	left: 0;
	bottom: 0;
}
section.mid-text.console img {
	border-radius: 200px;
}
.solution-wrp.flip {
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
section.what-our-sec.sec-p.hemo.gradient {
	background: none;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(203,203,242,1) 100%);
}
/* RESPONSIVE CSS -------------------------------- */
@media all and (max-width:1440px){
	.heading {
		font-size: 46px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	/* Header Top  */
	.main-header {
		padding: 20px 0;
	}
	/* Banner Section  */
	.banner-sec {
		background-position: center;
	}
	.banner-content h1 {
		font-size: 100px;
		line-height: 1.1;
		margin-bottom: 30px;
	}
	.banner-content h1 span {
		font-size: 33px;
		margin-bottom: 25px;
	}
	/* Solution For Section   */
	.solution-sec::after {
		left: 0;
		max-width: 360px;
	}
	.solution-sec::before {
		max-width: 530px;
		max-height: 370px;
	}
	/* Call For Free Section */
	.call-for-sec {
		padding: 390px 0  200px 0;
		background-position: center;
	}
	/* Why Choose Section */
	.why-choose-sec::before {
		top: -50px;
		max-width: 532px;
	}
}
/*1440 End */
@media all and (max-width:1439px) {
	.default-btn {
		font-size: 24px;
		padding: 30px 10px;
		min-width: 300px;
	}
	/* Banner Section  */
	.banner-content ul li {
		font-size: 18px;
		padding: 25px 15px;
	}
	/* Solution For Section  */
	.solution-left {
		max-width: 60%;
		width: 100%;
	}
	.solution-left h2, .mid-text h2 {
		font-size: 56px;
		line-height: 1.1;
	}
	.solution-left p, .mid-text p {
		font-size: 19px;
		line-height: 1.5;
		margin-top: 20px;
	}
	/* What Our Patients Section  */
	.what-our-wrp .star {
		margin-bottom: 20px;
	}
	.what-our-wrp h2 {
		font-size: 56px;
		margin-bottom: 30px;
	}
	.review-wrp {
		margin-top: 50px;
		gap: 20px;
	}
	.single-review {
		padding: 40px 20px;
	}
	/* News List Section  */
	.news-list-wrp ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px 15px;
	}
	.news-list-wrp ul li {
		width: 150px;
		height: 150px;
		background-size: 445px;
	}
	.news-list-wrp ul .fox {
		background-position: top -62px left 24px;
	}
	.news-list-wrp ul .ncb {
		background-position: top -68px left -114px;
	}
	.news-list-wrp ul .cbs {
		background-position: top -175px left 16px;
	}
	.news-list-wrp ul .abc {
		background-position: top -185px left -125px;
	}
	.news-list-wrp ul .cnn {
		background-position: top -173px left -261px;
	}
	/* Why Choose Section */
	.why-choose-sec.sec-m {
		margin-top: 50px;
	}
	.why-choose-sec::before {
		display: none;
	}
	.why-choose-right {
		max-width: 700px;
	}
	.why-choose-right ul li {
		padding: 18px 15px 18px 120px;
		font-size: 17px;
		margin-top: 12px;
	}
	.why-choose-right ul li::before {
		top: 19px;
		left: 20px;
		font-size: 61px;
	}
	/* Vein Doctor Brooklyn Section */
	.vein-doctor-sec .container {
		margin-right: 0;
	}
	/* Footer Section */
	.main-footer {
		padding: 40px 0;
		border-radius: 50px 0 0 0;
	}
	.footer-right .footer-title {
		font-size: 20px;
		margin-right: 20px;
	}
	.footer-right p:last-child {
		margin-left: 20px;
	}
	.copy-right {
		margin-top: 50px;
	}
}
/*1439 End */
@media all and (max-width:1200px){
	.heading {
		font-size: 36px;
	}
	.btn-wrp {
		gap: 20px;
	}
	.sec-p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-m {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	/* Banner Section  */
	.banner-sec {
		padding-top: 160px;
	}
	.banner-content h1 {
		font-size: 63px;
		margin-bottom: 20px;
	}
	/* Call For Free Section */
	.call-for-sec {
		padding: 290px 0  130px 0;
	}
	.call-for-wrp p {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.call-for-wrp a {
		font-size: 37px;
	}
	.call-for-wrp a::after {
		top: -197px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* What Our Patients Section   */
	.single-review span {
		font-size: 17px;
		padding-bottom: 20px;
		gap: 10px;
	}
	.what-our-wrp h2 {
		font-size: 48px;
	}
	/* Vein Doctor Brooklyn Section */
	.vein-doctor-sec {
		padding-top: 50px;
	}
	/* Contact Us Section  */
	.contact-right p {
		font-size: 28px;
		margin: 30px 0 15px 0;
	}
	.contact-right a {
		font-size: 45px;
	}
	/* Footer Section */
	.footer-left a img {
		max-width: 250px;
	}
}
/*1200 End*/
@media all and (max-width:1199px) {
	.logo a img {
		max-width: 280px;
	}
	/* Banner Section  */
	.banner-content ul {
		gap: 14px;
	}
	.banner-content ul li {
		font-size: 16px;
	}
	/* Solution For Section  */
	.solution-left h2 span, .mid-text h2 span {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.solution-sec::before,
	.solution-sec::after {
		display: none;
	}
	.slick-slider img {
		min-height: 300px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
/* 1199 End  */
@media all and (max-width:992px){
	.single-team {
		opacity: 1;
		z-index: 1;
	}
	/* Header Top  */
	.logo a img {
		max-width: 240px;
	}
	.header-btn {
		font-size: 16px;
		padding: 10px;
	}
	/* Banner Section  */
	.banner-sec {
		padding-top: 130px;
		background-position: center right;
	}
	.banner-content .star {
		font-size: 18px;
	}
	.banner-content h1 span {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.banner-content ul {
		background: unset;
		padding: 50px 0;
	}
	.banner-content ul {
		background: unset;
		padding: 50px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 510px;
		width: 100%;
		margin: auto;
	}
	.banner-content ul li {
		font-size: 14px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: calc(50% - 7px);
		padding: 18px 15px;
		width: 100%;
	}
	/* What Our Patients Section  */
	.review-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-review {
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
		max-width: 600px;
	}
}
/*992 End */
@media all and (max-width:991px) {
	/* Solution For Section   */
	.solution-wrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.solution-right,
	.solution-left {
		max-width: 100%;
		width: 100%;
	}
	.solution-right {
		text-align: center;
	}
	/* Why Choose Section */
	.why-choose-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* Vein Doctor Brooklyn Section */
	.vein-doctor-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* Contact Us Section  */
	.contact-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-right {
		max-width: 100%;
	}
	/* Footer Section */
	.footer-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.slick-slide {
		padding: 0;
	}
}
/* 991 End  */
@media all and (max-width:768px){
	/* Call For Free Section */
	.call-for-img {
		overflow: auto;
	}
	.call-for-img img {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: 65px;
		width: auto;
	}
	.slick-current {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.slick-slider img {
		min-height: unset;
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 30px;
	}
}
/*768 End */
@media all and (max-width:767px) {
	/* Header Top  */
	.header-wrp {
		gap: 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.logo a img {
		max-width: 370px;
		width: 100%;
	}
	/* Banner Section  */
	.banner-sec {
		padding-top: 230px;
	}
	.news-list-wrp ul {
		gap: 40px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* Footer Section */
	.footer-right .footer-title {
		font-size: 16px;
		margin-right: 10px;
	}
	.footer-right .footer-title-two {
		font-size: 15px;
	}
	.footer-right p:last-child {
		margin-left: 10px;
	}
}
/* 767 End  */
@media all and (max-width: 576px){
	section.mid-text {
		margin: 50px 0px;
	}
	.heading {
		font-size: 26px;
	}
	.default-btn {
		font-size: 20px;
		padding: 23px 10px;
		min-width: 270px;
	}
	/* Header Top  */
	.main-header.fixed {
		padding: 15px 0;
	}
	.main-header.fixed .header-wrp {
		gap: 12px;
	}
	.main-header.fixed .logo a img {
		height: auto;
		width: 90%;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.header-right {
		gap: 12px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-btn {
		font-size: 14px;
		padding: 12px 10px;
		min-width: unset;
		max-width: 190px;
		width: 100%;
	}
	/* Banner Section  */
	.banner-sec {
		background: url('images/bannerMobileBg.png') no-repeat;
		background-size: cover;
		background-position: center;
	}
	.banner-content h1 span {
		font-size: 19px;
		margin-bottom: 30px;
		line-height: 26px;
	}
	.banner-content h1 {
		font-size: 48px;
		line-height: .89;
		margin-bottom: 40px;
	}
	.banner-content ul {
		gap: 15px 9px;
	}
	/* Solution For Section   */
	.solution-left h2, .mid-text h2 {
		font-size: 36px;
		line-height: 1.1;
		margin-bottom: 30px;
	}
	.solution-left p {
		margin-top: 15px;
	}
	/* Call For Free Section */
	.call-for-sec {
		padding: 220px 0  50px 0;
		background-position: right;
	}
	.call-for-wrp p {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.call-for-wrp a {
		font-size: 25px;
	}
	.call-for-wrp a::after {
		top: -160px;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	/* What Our Patients Section  */
	.what-our-wrp h2 {
		font-size: 32px;
	}
	.what-our-wrp .star {
		padding-left: 0;
	}
	.what-our-wrp .star::before {
		position: unset;
		display: block;
		margin-bottom: 10px;
	}
	.vein-doctor-right p {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.vein-doctor-right h3 {
		font-size: 21px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.vein-doctor-right ul li {
		padding-left: 0;
		padding-top: 90px;
	}
	/* Contact Us Section  */
	.contact-left form {
		gap: 25px;
	}
	.single-input {
		max-width: 100%;
	}
	.contact-right iframe {
		height: unset;
		aspect-ratio: 16/9;
	}
	.contact-right p {
		font-size: 17px;
	}
	.contact-right a {
		font-size: 27px;
	}
	/* Footer Section */
	.footer-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 12px;
	}
	.footer-right .footer-title {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.footer-right .footer-title-two {
		font-size: 16px;
		text-align: center;
	}
	.copy-right {
		margin-top: 30px;
	}
	.vein-doctor-right ul li,
	.single-review p,
	.what-our-wrp p {
		font-size: 17px;
		line-height: 1.5;
	}
}
/*576 End */
@media all and (max-width: 425px) {
	/* Banner Section  */
	.banner-sec {
		padding-top: 190px;
	}
	.banner-content h1 span {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.banner-content h1 {
		font-size: 35px;
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.banner-content p {
		font-size: 16px;
		line-height: 1.5;
	}
	.banner-content ul li {
		-webkit-box-flex: 190px;
		-ms-flex: 190px;
		flex: 190px;
		max-width: 270px;
		width: 100%;
	}
	/* Why Choose Section */
	.why-choose-right ul li {
		padding: 100px 15px 18px 15px;
	}
	.why-choose-right ul li::before {
		left: 15px;
	}
}