/*Only Login window css*/

.news-singleMYMY {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-singleMYMY .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-singleMYMY .news-head{}
.news-singleMYMY .news-head img{
	width:100%;
	height:100%;
}
.news-singleMYMY .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-singleMYMY .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-singleMYMY .news-title a:hover {
	color: #1A76D1;
}
/* Blog Meta */
.news-singleMYMY{
	background:#fff;
}
.news-singleMYMY .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-singleMYMY .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-singleMYMY .meta span:last-child{
	margin:0;
}
.news-singleMYMY .meta span, .news-singleMYMY .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-singleMYMY .meta span i {
	margin-right: 5px;
	color:#1A76D1;
}
.news-singleMYMY .meta-left{
	float:left;
}
.news-singleMYMY .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-singleMYMY .meta-left .author {
	float: left;
}
.news-singleMYMY .meta-left span.date {
	margin-top: 10px;
}
.news-singleMYMY .meta-right {
	float: right;
	margin-top: 10px;
}
.news-singleMYMY .news-content{
	margin:20px 0;
}
.news-singleMYMY .news-content p{
	margin-bottom:10px;
}
.news-singleMYMY .news-content p:last-child{
	margin:0;
}
.news-singleMYMY .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-singleMYMY .image-gallery {
	margin-bottom: 20px;
}
.news-singleMYMY .image-gallery .single-image {
	overflow: hidden;
}
.news-singleMYMY .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-singleMYMY blockquote {
	background-image: url('img/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-singleMYMY blockquote::before {
	opacity: 0.9;
}





.news-singleMY .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-singleMY .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-singleMY .form {
}
.news-singleMY .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-singleMY .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #1A76D1;
}
.news-singleMY .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 7px;
	padding-right: 7px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-singleMY .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-singleMY .form-group input, .news-singleMY .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}
.news-singleMY .form-group.message i {
	top: 22px;
}
.news-singleMY .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-singleMY .form-group .button:hover {
	background: #353535;
}
.news-singleMY .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-singleMY .form-group.button {
	margin: 0;
	text-align: left;
}
.news-singleMY .form-group.button .btn{
	background:#fff;
	background:#1A76D1;
	color:#fff;
}
.news-singleMY .form-group.button .btn:hover{
	color:#fff;
}
.news-singleMY .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}


.sectionMY
{


padding: 57px 29px 30px 12px;

}



/*Only Login window css*/

















/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}





/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 11px 0 -20px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.Mycontainer {
  padding: 10px;
  
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.Mymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: -30px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  /*padding-top: 60px;*/
  
}

/* Modal Content/Box */
.Mymodal-content {
  background-color: #fefefe;
  margin: 12% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  max-width: 75%; /* Could be more or less, depending on screen size */
  border-radius: 12px;
  
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* setting done by me*/
@media only screen and (max-width: 600px) {
  .Mymodal-content {
  background-color: #fefefe;
  margin: 55% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  max-width: 66%; /* Could be more or less, depending on screen size */
  border-radius: 12px;
  
}
}

/* setting done by me*/
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .Mymodal-content {
  background-color: #fefefe;
  margin: 55% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  max-width: 66%; /* Could be more or less, depending on screen size */
  border-radius: 12px;
  
}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
   
}








.modal-containerpaperset {
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  width: 300px; /* Thoda bada width */
}

/* Input style remains same */
.modal-containerpaperset input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

/* Button container flex */
.modal-buttons {
  display: flex;
  justify-content: space-between; /* left-right alignment */
  margin-top: 15px;
  gap: 10px; /* thoda gap buttons ke beech */
}

/* Buttons style */
.modal-buttons button {
  flex: 1; /* dono button same width */
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}

.modal-buttons .button {
  background-color: #003b8e; /* Send OTP */
}

.modal-buttons button[type="button"] {
  background-color: #ff5722; /* Cancel */
}

.modal-containerpaperset .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}

.modal-containerpaperset #modal-toggle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.modal-containerpaperset #modal-toggle:hover ~ button { background: #1E824C; }

.modal-containerpaperset #modal-toggle:checked {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 1;
}

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop .modal-content {
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  height: 280px;
  padding: 10px 30px;
  position: absolute;
  left: calc(50% - 200px);
  top: 40%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}
@media (max-width: 400px) {

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
}

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
}

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  color: #fff;
  background: #1E824C;
}

.modal-containerpaperset #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }







/* This css is used for OTP modal box, start from here */

.modal-containerotp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; /* hidden by default */
}

/* modal toggle checked = show modal */
.modal-containerotp input[type="checkbox"]:checked ~ .modal-backdrop {
    display: flex;
}

/* This css is used for OTP modal box, end from here */


.alert-box{
    background: #ffe6e6;
    color: #b30000;
    border: 1px solid #ff4d4d;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    box-shadow: 0 2px 6px rgba(255,0,0,0.15);
}

.alert-error {
    background: #ffe6e6;
    color: #b30000;
    border: 1px solid #ff4d4d;
}

.alert-success {
    background: #e6ffe6;  /* light green */
    color: #007300;
    border: 1px solid #4dff4d;
}



@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.4s;
}



