@charset "UTF-8";
/*
Theme Name: Medmonk
Theme Author: Nayyer Abbas
Author URI: https://nayyer.tech
Theme Description: This theme is developed by Nayyer Abbas.

*/


body {
	margin: 0;
	padding: 0;
}

/* New website */
.small-heading {
  position: relative;
  padding-left: 30px;
}

.small-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #ef4b4b;
  transform: translateY(-50%);
}


.steps-wrapper {
  position: relative;
}

.steps-wrapper:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 45%;
    width: 100%;
    height: 1px;
    background: #ffffff4f;
}
.steps-wrapper.last:before {
	content: unset;
}
.contact-form .form-div.half {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.contact-form .form-div.full {
	float: left;
	width: 98%;
}
.contact-form .form-div input,
.contact-form .form-div select ,
.contact-form .form-div textarea {
    background-color: #B7D2EE !important;
    border-radius: 10px !important;
    padding: 15px !important;
	height: auto !important;
}
.contact-form .form-div label {
    color: #ef4b4b !important;
    font-family: 'Meta Pro';
    font-size: 20px;
    margin-bottom: -15px !important;
    display: block;
}
.wpcf7-response-output {
	float: left;
	width: 100%;
	color: #fff;
}
.contact-form .form-div p {
    color: #fff;
    margin-top: 0;
}
.contact-form .form-div textarea {
	height: 150px !important;
}
.contact-form .form-div .wpcf7-submit {
    background-color: #ef4b4b !important;
    border: unset !important;
    font-size: 18px !important;
}

.tags-list li {
    background-color: #013369;
    padding: 3px 10px !important;
    border-radius: 5px;
    font-size: 14px !important;
}
.tags-list li span {
	color: #fff !important;
}
.page-id-606 .elementskit-btn svg {
	margin: 2px 0px 0px 5px;
}

@media(max-width: 1024px){
	.steps-wrapper.middle:before {
		content: unset;
	}
}
@media(max-width: 767.98px){
	.steps-wrapper:before {
		content: unset;
	}
	.contact-form .form-div.half {
		width: 98%;
	}
	.tags-list li {
		margin: 5px !important;
	}
}

/* New website */



#post-items--a1e96b3 .col-lg-4.col-md-6 {
	padding: 0;
}

.elementor-element .swiper~.elementor-swiper-button svg {
	fill: #fff !important;
	height: 30px !important;
	width: 30px !important;
	padding: 5px;
}


.contact-form input, 
.contact-form select ,
.contact-form textarea {
	border: unset;
	padding: 10px 20px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 5px #ddd;
	line-height: 20px;
	font-family: 'Arial';
	font-size: 14px;
	outline: none;
}
.contact-form textarea {
	height: 120px;
}
.contact-form input[type="submit"] {
	background-color: #B7D2EE !important;
	border: 1px solid #B7D2EE !important;
	color: #fff;
	box-shadow: unset;
	cursor: pointer;
}
.contact-form input[type="submit"]:hover {
	background-color: #B7D2EE !important;
	border: 1px solid #fff !important;
}
.banner-box img {
	filter: brightness(0) invert(1);
}

.banner-box .elementor-image-box-img img {
	height: 60px !important;
	max-width: 60px;
	padding: 10px;
	width: 60px;
}

.banner-box .elementor-image-box-img {
	background-color: #EF4B4B;
	border-radius: 50px;
	margin-bottom: 0 !important;
	width: auto !important;
}
.banner-box .elementor-image-box-title {
	margin-top: 5px;
}




.journy-step {
	display: grid;
	position: relative;
	padding: 0 40px;
	background-image: url(/wp-content/uploads/2025/10/Our-Journey-Desk1.0d22f4c1.png);
	background-size: calc(100% - 50px);
	background-repeat: no-repeat;
	background-position: center calc(50% + 10px);
	grid-template-columns: repeat(13, minmax(0, 1fr));
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}
.align-middle {
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.gap-2 {
	gap: .5rem;
}
.items-end {
	align-items: flex-end;
}
.journy-step li:nth-child(odd) {
	margin-bottom: 190px;
}
.journy-step li:nth-child(2n) {
	margin-top: 200px;
}
.journy-step li {
	display: flex;
	font-weight: 600;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -40px;
	font-size: 13px;
	line-height: 1.3;
}


.elementor-location-popup h5 {
    margin: 10px 0;
}
.elementor-location-popup ul {
    margin: 0;
}

.hover-boxes:hover {
	background-color: #B7D2EE !important;
	transition: all 1s ease;
}
.hover-boxes {
	transition: all 1s ease;
	cursor: pointer;
}
/* .hover-boxes:hover .elementor-widget-text-editor {
    color: #fff !important;
} */
.hover-boxes:hover img {
    opacity: 1 !important;
}


@media(min-width: 1025px){

	#menu-item-2337 a {
		background: #ef4b4b;
		border: 1px solid #ef4b4b;
		color: #fff !important;
		border-radius: 7px;
		padding: 10px 20px;
		display: block;
		margin-left: 20px;
		height: auto;
	}
	#menu-item-2337 a:hover {
		background-color: transparent;
		border: 1px solid #fff;
	}
}

@media(max-width: 1025px){
	.journy-step li:nth-child(odd) {
		margin-bottom: 162px;
	}
	.journy-step li:nth-child(2n) {
		margin-top: 162px;
	}
	.journy-step li {
		margin: 0 -28px;
		font-size: 12px;
	}
}

@media(max-width: 767.98px){
	.journy-step {
		padding: 10px 20px;
		background-image: url(/wp-content/uploads/2025/10/Our-Journey-Mob1.bd1e0641-scaled.png);
		max-width: 320px;
		margin: 0 auto;
		background-position: 50%;
		background-size: contain;
		grid-template-columns: unset;
	}
	    .journy-step li:nth-child(odd) {
        margin-left: 50%;
        padding-left: 40px;
        text-align: left;
    }
	.journy-step li {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 11px;
    }
	.journy-step li:nth-child(2n) {
        margin-right: 50%;
        padding-right: 40px;
        text-align: right;
    }
	.journy-step li:first-child+li {
        top: 10px !important;
        position: relative;
    }
}