a {
    text-decoration: none !important;
}

body p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}


 header .sticky {
  animation: slideDown 0.8s ease forwards;
	 background-color : #000;
  position: fixed !important;
  top: 0;
/*   max-width: 1760px; */
  left: 15px;
/*   width: 100%; */
  z-index: 999999999 !important;
  isolation: isolate;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background-color 0.8s ease, box-shadow 0.8s ease;
  margin-top: 0 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sticky .main_header img {
    width: 160px !important;
    height: 100% !important;
}



.mb-0 {
	margin-bottom: 0 !important;
}

.p-reletive {
	position: relative;
}

.p_absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.price * {
	color: #ffa900 !important;
	font-size: 30px !important;
} 

.woocommerce-product-gallery__trigger {
	display: none;
}

.product_section .summary.entry-summary {
	margin-bottom: 80px !important;
}

/* Mobile */
@media (max-width: 992px) {
	.custom-product-list-section, .product_section  {
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	
	.product_section .summary.entry-summary {
		margin-bottom: 0 !important;
	}
	
}

@media (max-width: 620px) {
	.custom-product-list-section, .product_section  {
		padding-top: 50px;
	}
	
	.price * {
		font-size: 22px !important;
	}
	
	.woocommerce-product-details__short-description h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.product-description {
		margin-top: 15px !important;
	}
	
	.product-description p {
		margin-bottom: 8px !important;
	}
	
	.popup-close {
		top: 6px;
    	right: 2px;
		width: 25px;
   		height: 24px;
		font-size: 12px;
	}
	
	.popup-content h3 {
		text-align: start !important;
    }
	
	.popup_btn button , form .medspike-form input[type="submit"] , .elementor-button{
		 font-size: 16px !important;
		line-height: 16px !important;
		padding: 10px 20px 10px 20px !important;
	}
	
	
}


@media screen and (max-width: 1480px) {
	.services_contant {
		gap: 15px !important;
	}
	
	.mt-20 {
		margin-top: 10px !important;
	}
	
	.custome_padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	
	header .first_header.sticky {
		left: 0 !important;
	}
}

@media screen and (max-width: 1080px){

}

@media screen and (max-width: 995px){

    .sticky .main_header img {
        width: 140px !important;
        height: 75px !important;
    }


    .sticky .main_header ul li.current-menu-item a{
    color: #fff !important;
}

.sticky .main_header ul li a:hover {
     color: #fff !important;
}
}

@media screen and (max-width: 680px) {
 
        .sticky .main_header img {
        width: 120px !important;
        height: 65px !important;
    }

}




/*  popup style  */

/* ============================= */
/* POPUP MAIN FIX */
/* ============================= */


.popup_btn {
	margin-top: 20px;
}

.popup_btn button a {
	color: #fff;
}

.popup_btn button  {
	font-family: "Corbel", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-b667e71);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px 12px 24px;
	color: #fff;
	background-color: #ffa900;
}

.popup_btn button:hover {
	background-color: #fff;
	color: #ffa900;
}

.popup_btn button:hover a {
		color: #ffa900;

}






#appointmentPopup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);

    display:none;
    justify-content:center;
    align-items:center;

    z-index:999999;

    padding:20px;
}

#appointmentPopup.active{
    display:flex;
}

.popup-content{
    width:650px;
    max-width:100%;
    background:#ffffff;
    padding:35px;
    border-radius:5px;
    position:relative;
    box-shadow:0 10px 40px rgba(0,0,0,0.25);
}

/* TOP BLUE BORDER */

.popup-content::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#ffa900;
}

/* CLOSE BUTTON */

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 29px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* icon alignment fix */
.popup-close i {
    line-height: 1;
}

/* hover effect */
.popup-close:hover {
    background: #ffa900;
    transform: rotate(90deg);
}


/* TITLE */

.popup-content h3{
    text-align:center;
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
}


/* ============================= */
/* CF7 FORM FIX */
/* ============================= */

.medspike-form * {
    font-family: Corbel, sans-serif !important;
}

.medspike-form p{
    margin:0 !important;
}

/* GRID */

.medspike-form .form-row{
    display:flex !important;
    gap:15px;
}

.medspike-form .half{
    width:50%;
}

.medspike-form .full{
    width:100%;
}

.medspike-form .form-group{
    margin-bottom:15px;
}


/* ============================= */
/* INPUT SELECT TEXTAREA */
/* ============================= */

.medspike-form input,
.medspike-form select,
.medspike-form textarea{

    width: 100% !important;
    height: 40px !important;
    padding: 12px 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    font-size: 15px !important;
    color: #333 !important;
    outline: none !important;
    box-shadow: none !important;
}

.medspike-form input:focus, .medspike-form textarea:focus , .medspike-form select:focus {
    border-color: var(--e-global-color-accent) !important;
    outline: none;
    box-shadow: 0 0 5px var(--e-global-color-accent) !important;
}


/* TEXTAREA */

.medspike-form textarea{
    height:100px !important;
    resize:none !important;
}


/* ============================= */
/* SELECT FULL FIX */
/* ============================= */

.medspike-form select{
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance:none !important;
    background-color:#fff !important;
    background-image:url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat:no-repeat !important;
    background-position:right 15px center !important;
    background-size:16px !important;
    padding-right:40px !important;
	line-height: 1 !important;
}


/* ============================= */
/* BUTTON */
/* ============================= */

.medspike-form input[type="submit"]{
    font-family: "Corbel", Sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px !important;
    letter-spacing: 0px;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-b667e71) !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 12px 24px 12px 24px !important;
    cursor:pointer !important;
    transition:0.3s;
	background-color: #ffa900 !important;
	color: #fff !important;

}

.medspike-form input[type="submit"]:hover{
	color: #ffa900 !important;
    background:#fff !important;
}

.form-submit input[type="submit"] {
	height: auto !important;
}


/* Parent ko relative karo */
.medspike-form .form-submit{
    position: relative;
}

/* Spinner center fix */
.medspike-form .wpcf7-spinner{

    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 24px;
    height: 24px;
    background-color: #23282d;
    opacity: 0.75;
    border-radius: 50%;
}





/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media(max-width:768px){

	.popup-content{
		padding:20px;
	}

	.medspike-form .form-row{
		flex-direction:column !important;
	}

	.medspike-form .half{
		width:100% !important;
	}

	.popup-content h3{
		font-size:18px;
	}
	
	.medspike-form .form-group {
		margin-bottom: 8px;
	}
	
	.woocommerce form .form-row {
		padding: 0;
		margin: 0 0 0px;
	}
	
	.medspike-form .form-row {
		gap: 0;
	}
	.medspike-form textarea {
		height: 70px !important;
	}
	
	.appointment-popup .wpcf7-response-output {
		font-size: 14px;
		line-height: 14px;
	}
	.medspike-form input, .medspike-form select, .medspike-form textarea {
		height: 35px;
		padding: 10px 14px !important;
		font-size: 14px !important;
	}
	
	.medspike-form input, .medspike-form select {
		height: 35px !important;
	}
	
	

}


/* ============================= */
/* CF7 ERROR FIX */
/* ============================= */

.medspike-form .wpcf7-not-valid{

    border-color:#ffa900 !important;
}

.appointment-popup .wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.medspike-form .wpcf7-not-valid-tip{

    font-size:13px;

}


.form-row::before , .form-row::after {
	display: none !important;
}
 