  @media(max-width:600px)
  
  
         {
         #headerLogo
         {
        height: 62px;
        width: 150px;
        margin-top: -5px;
         }
         .page-header {
        position: relative;
        display: block;
        padding: 50px 0 0px;
        background-color: var(--oxpins-black);
        z-index: 1;
        .page-header__inner h2 {
         font-size: 32px;
         color: #00715d;
         line-height: 30px;
         margin-bottom: 6px;
         font-weight: 900;
         letter-spacing: -0.04em;
         }
         #enquiry2 {
         position: fixed;
         left:-20px;
         bottom: 35%;
         z-index: 1000;
         }
         #enquiry2 a {
         display: block;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:13px;
         text-align: center;
         color: #000;
         font-weight: bold;
         text-decoration: none;
         }
         
        #Campaign {
         position: fixed;
         right: -60px;
         bottom: 44%;
         z-index: 1000;
         }
         
         #Campaign a {
         display: block;
         letter-spacing: 2px;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:13px;
         text-align: center;
         color: #000;
         font-weight: bold;
         text-decoration: none;
         }
         
         }
         @media(min-width:600px)
         {
         #headerLogo
         {
         height:60px;
         width:140px;
         margin-top: -10px;
         }
         
         #Campaign {
         position: fixed;
         right: -60px;
         bottom: 50%;
         z-index: 1000;
         }
         
         #Campaign a {
         display: block;
         letter-spacing: 2px;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:13px;
         text-align: center;
         color: #000;
         font-weight: bold;
         text-decoration: none;
         }
         
         #enquiry2 {
         position: fixed;
         left: -25px;
         bottom: 50%;
         z-index: 1000;
         }
         #enquiry2 a {
         display: block;
          letter-spacing: 2px;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:13px;
         text-align: center;
         color: #000;
         font-weight: bold;
         text-decoration: none;
         }
         }
         .quadrat {
         transform: rotate( -90deg);
         -webkit-transform: rotate( -90deg);
         -moz-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
         filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
         -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Safari 4+ */
         -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Fx 5+ */
         -o-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Opera 12+ */
         animation: NAME-YOUR-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */
         }
         @-webkit-keyframes NAME-YOUR-ANIMATION {
         0%, 49% {
         background-color: #00715D;
         border-radius:20px;
         }
         50%, 100% {
         background-color: #FBD45A;
         border-radius:20px;
         }
         }
         .event_overlay {
         position: absolute;
         bottom: 0;
         background: rgb(0, 0, 0);
         background: rgba(0, 0, 0, 0.6);
         color: #f1f1f1;
         width: 100%;
         height: 100%;
         transition: .5s ease;
         opacity:0;
         color: white;
         font-size: 20px;
         padding: 20px;
         text-align: center;
         }
         .container:hover .event_overlay {
         opacity: 1;
         }
         
         
         /*after verification data css*/

.txt-center {
	text-align: center;
}

.border- {
	border: 1px solid #555 !important;
}

.padding {
	padding: 15px;
}

.mar-bot {
	margin-bottom: 15px;
}

.admit-card {
	border: 1px solid #555;
	padding: 15px;
	margin: 20px 0;
}

.BoxA h5,
.BoxA p {
	margin: 0;
}

h5 {
	text-transform: uppercase;
}

table img {
	width: 100%;
	height: 100%;

}

