.label {margin: 2px 0;}
	.field {margin: 0 0 20px 0;}	
	.content {width: 960px;margin: 0 auto;}
	h1, h2 {font-family:"Georgia", Times, serif;font-weight: normal;}
	/*div#central {margin: 40px 0px 100px 0px;}*/
	@media all and (min-width: 768px) and (max-width: 979px) {.content {width: 750px;}}
	@media all and (max-width: 767px) {
		body {margin: 0 auto;word-wrap:break-word}
		.content {width:auto;}
	/*	div#central {	margin: 40px 20px 100px 20px;}*/
	}
		/*body {background:#ffffff;margin: 0 auto;-webkit-font-smoothing: antialiased;  font-size: initial;line-height: 1.7em;}	*/
	input, textarea {padding: 15px;font-size:1em;border: 1px solid #A1A1A1;	}
	button {
			padding: 12px 60px;
			background: #5BC6FF;
			border: none;
			color: rgb(40, 40, 40);
			font-size:1em;
			font-family: "Georgia", Times, serif;
			cursor: pointer;	
		}
	#message {  padding: 0px 0px 0px 0px; }
	#mail-status {
			padding: 12px 20px;
			width: 100%;
			display:none; 
			font-size: 1em;
			font-family: "Georgia", Times, serif;
			color: #4CAF50;
		}
	.error{color: red !important;  margin-bottom: 0px;}
	.success{background-color: #48e0a4; }
	.g-recaptcha {margin: 0 0 25px 0; clear: both;}
	
	/*****************************************/
	/** For Header banner ***/
	.top-headerBanner{
    margin:auto;
    text-align: center;
	}
	.closeHeadbanner{
	right: 1%;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    top: 5px;
		cursor:pointer;
		}
		.showHeadbanner{
	right: 0.5%;
    position: absolute;
    background: #4d90fe;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    top: 5px;
	cursor:pointer;
	display:none;
	z-index: 999999;
		}
	.headBannerInner
	{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	/*****************************************/
	/** For Header banner Close ***/
	
	
	/*****************************************/
	/** For Outer Papup ***/
	.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	}
	.popup1{
	width:100%;
	height:90%;
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 99999999;
	}
	/* Inner */
	.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:55%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
	min-height: 300px;
	}
	/* Close Button */
	.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
	}
	.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
	}
	
	/*****************************************/
	/** For Outer PapupClose ***/
	
	
	
	/*****************************************/
	/** For Outer auther ***/
	 .article-card {
                display: flex;
                align-items: flex-start;
                max-width: 400px;
                margin-bottom: 10px;
                line-height: 1;
            }
            
           .article-image img {
				width: 90px;
				height: 103px; /* Adjusted for 426x490 aspect ratio */
				object-fit: cover;
				margin-right: 10px;
			}
            .article-content {
                flex: 1;
            }
            
            .category {
                font-family: var(--downtown-sans-serif-font) !important;
                font-size: 16px !important;
                line-height: 1 !important;
                font-weight: 900 !important;
                color: #edb500;
                display: block;
                margin-bottom: 10px;
            }
            
            .article-title {
                font-family: var(--downtown-serif-font) !important;
                font-size: 16px !important;
                line-height: 1.2 !important;
                font-weight: 600 !important;
            }
	/*****************************************/
	/** For  autherclose ***/
	
.td_wrapper_player,
#player_youtube {
    width: 100% !important;
    height: 409px !important;
    position: relative;
}

.tdc-row-lazy iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px; /* fallback minimum */
    max-width: 100%;
    border: 0;
}
/*---------------------------------media popup and leave message popup---------------*/
    .popup-overlay {
        display: none;
        position: fixed;
        z-index: 999999;
        top: 0; left: 0;
        width: 100%; height: auto;
        background-color: rgba(0,0,0,0.6);
    }


    .popup-content {
        background: #ffffff;
        border-radius: 12px;
        max-width: 600px;
        height: 82%;
        margin: 6% auto;
        padding: 23px 48px 29px;
        /* padding: 10px 10px; */
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        animation: fadeIn 0.3s ease-in-out;
    }

    .popup-title {
        margin-top: 10px;
        /* margin-bottom: 20px; */
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        color: #333;
        border-bottom: 2px solid #0073aa;
        display: inline-block;
        /* padding-bottom: 8px; */
		width: 100%;
    }


    .close-popup {
        position: absolute;
        /* top: 15px; */
        right: 20px;
        font-size: 26px;
        color: #888;
        cursor: pointer;
        transition: color 0.3s;
    }

    .close-popup:hover {
        color: #000;
    }

    .popup-form-wrapper {
         /* padding-top: 30px; */
         padding: 20px 0px 0px 0px;
    }
      		

    button#send-message {
     margin-top: 0px;

    }
   
     /* #popupForm .flotlefft {
         width: 100%; 
         margin-bottom: 12px; 

    }   */
    #popupForm textarea {
        font-size: 14px;
        line-height: 21px;
        color: #444;
        border: 1px solid #e1e1e1;
        width: 100%;
        max-width: 99%;
        height: 90px !important;
        min-height: 100px !important;
        /* padding-top: 15px; */
        border-radius: 20px;
        resize: vertical; /* Optional: allows user to resize */
    }
    
    #popupForm form input[type="text"],
    #popupForm form input[type="tel"],
    #popupForm form input[type="textarea"],
    #popupForm form input[type="password"],
    #popupForm input[type="email"],
    #popupForm  form select,
    #popupForm  form input[type="date"] {
        height: 45px !important;
        border: 1px solid #d1d1d1;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px !important;
        box-shadow: 2px 2px 5px -3px #d9d9d9;
        color: #4f4f4f !important;
        width: 100%;
        border-radius: 10px;
    }


    #popupForm p {
    margin-bottom: 03px !important;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: scale(0.95); }
        to { opacity: 1; transform: scale(1); }
    }
    
    @media only screen and (max-width: 767px) {
  .popup-content {
    height: 94%;
    width: 100%;
  }
}
    #popupFormmedia form input[type="text"],
    #popupFormmedia form input[type="tel"],
    #popupFormmedia form input[type="textarea"],
    #popupFormmedia form input[type="password"],
    #popupFormmedia input[type="email"],
    #popupFormmedia form select,
    #popupFormmedia form input[type="date"] {
        height: 45px !important;
        border: 1px solid #d1d1d1;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px !important;
        box-shadow: 2px 2px 5px -3px #d9d9d9;
        color: #4f4f4f !important;
        width: 100%;
        border-radius: 10px;
    }
   .close-media-popup {
        position: absolute;
        /* top: 15px; */
        right: 20px;
        font-size: 26px;
        color: #888;
        cursor: pointer;
        transition: color 0.3s;
    }
 .close-media-popup:hover {
        color: #000;
    }
 #popupFormmedia br {
    display: none;
    }
 
     /* #popupFormmedia .flotlefft {
        width: 100%; 
         margin-bottom: 12px; 

    }   */
 
    #popupFormmedia textarea {
        font-size: 14px;
        line-height: 21px;
        color: #444;
        border: 1px solid #e1e1e1;
        width: 100%;
        max-width: 99%;
        height: 100px;
        min-height: 80px;
        /* padding-top: 15px; */
        border-radius: 20px;
        resize: vertical; /* Optional: allows user to resize */
    }
    #popupFormmedia input.wpcf7-form-control.wpcf7-submit.has-spinner {
    /* margin-top: 25px;*/
     }

    #popupFormmedia p {
    margin-bottom: 03px !important;
    /*padding: 0px 0px 25px 0px;*/
    }  
#popupForm .wpcf7 form .wpcf7-response-output,
#popupFormmedia .wpcf7 form .wpcf7-response-output {
    all: unset !important;
}
#popupFormmedia .media-pack-label input,
#popupFormmedia .media-pack-label select {
  margin-bottom: 25px;
}
#popupFormmedia .field {
    margin: 10px 0 20px 0;
}
@media (max-width: 768px) {
  #popupFormmedia .media-pack-label input,
  #popupFormmedia .media-pack-label select {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) {  /*web view*/
  /* #popupForm {
    margin-top: -60px;
  } */
   .contact-form1-popup {
    margin-bottom: 12px;
  }
 #popupForm #mail-status {
	margin-top: 38px;
    margin-bottom: 20px;}
}
@media (max-width: 768px) { /*mobile view*/
  /* #popupForm .flotlefft {
    width: 100%;
    margin-bottom: 0px;
  } */
   #popupForm h2 {
    margin-bottom: 0px;
   }
  .popup-title {
    margin-top: 1px;
}

/* #popupForm textarea {
        height: 66px;
    } */

}