	/*****************************************/
	/** 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 ***/
	
.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;
}


/* Modal Background */
      .cf7-popup {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
      }
      
      /* Modal Content Box */
      .cf7-popup-content {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        width: 90%;
        max-width: 400px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        position: relative;
        margin: 15% auto;
      }
      #cf7-success-modal h2 {
          margin-top: 5px;
          margin-bottom: 10px;
      }
      
      /* Success Icon */
      .cf7-popup-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
      }
      
      /* Close Button */
      .cf7-close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 50px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
      }
      
      /* Button Styling */
      .cf7-button {
        background-color: #00a78e;
        color: white;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        border-radius: 5px;
        margin-top: 20px;
        cursor: pointer;
      }
      
      .cf7-button:hover {
        background-color: #008f77;
      }