@charset "utf-8";
/* CSS Document */

.nav1{
       padding-top:35px;
       font-size:18px;
	   color: black;
	   margin-left: 73PX;
	   border-bottom:none;
	   }
.nav2{
	padding-right: 25px;
}
body{
	overflow-x: hidden;
	overflow-y: scroll;
}

.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark1 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark1 {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark1:after {
 	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.heading{
	font-size: 20px;
	font-family: 'Playfair Display SC', serif;
	
}
.item img{
     cursor:pointer;
     transition:all 0.2s;
	
}
.item{
	overflow: hidden;
}
.item img:hover{
	transform: scale(1.1);
}


.list{

	padding-left: 53px;
    margin-top: 10px;
}
.list1{
    padding: 34px;
    margin-top: 10px;
    text-align: center;
	
}


input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}


.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    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 */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 84%; /* Could be more or less, depending on screen size */
}

.clr{
	color: darkgray;
}

.clr1{
	color: red;
}
/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.txtbxw{
	margin-left:25px;
}
.details{
	text-decoration: none;
	font-size: 20px;
}

.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)}
}

/* 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%;
    }
}

.gap{
	margin-top:50px;
}
.txtpd1{
	margin-top: 22px;
}

.txt{
	text-align: center;
}
.txtbx{

	font-family: 'Playfair Display SC', serif;
}
.txtf{
	padding-top: 30px;
	font-family: 'Playfair Display SC', serif;
}
.frm{
	padding-top: 5px;
	padding-left: 490px;
}

.fi{
	padding-left: 553px;
}
.f:hover{
     color:#3B5998;
	}
.t:hover{
	 color:#55acee;
}
.icn{
	padding: 5px;
}
.i:hover{
	 color:#3f729b;
}
