*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}


body {
    z-index:1;
    margin:-5px 0 0 0;
    text-align: left;
    font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
    color: #4e4c4c;
    font-size:13px;
    overflow-y:hidden;
    overflow:-x:hidden;
    box-shadow: inset 0 0 490px #000000;
    -webkit-box-shadow: inset 0px 0px 400px #000000;
    overflow: auto;
}

.container-fluid {
}

@font-face {
    font-family: Futura-Lt-Bt;
    src: url(../../fonts/futura-light-bt.ttf);
}

@font-face {
    font-family: Futura-Heavy-Bt;
    src: url(../../fonts/futuraheavyfont.ttf);
}

@font-face {
    font-family: Futura-Extra-Black-Bt;
    src: url(../../fonts/futura_xblk_bt.ttf);
}

@font-face {
    font-family: Futura-Light-Bt;
    src: url(../../fonts/futura_light_bt.ttf);
}

@font-face {
    font-family: Futura-Medium-Bt;
    src: url(../../fonts/futura_medium_bt.ttf);
}

@font-face {
    font-family: Garamond;
    src: url(../../fonts/gara.ttf);
}

@font-face {
    font-family: Garamond-Bold;
    src: url(../../fonts/garabd.ttf);
}

@font-face {
    font-family: Garamond-Italics;
    src: url(../../fonts/garait.ttf);
}

@font-face {
    font-family: Garamond-Medium;
    src: url(../../fonts/garam.ttf);
}

@font-face {
    font-family: Garamond-Hi-Bold;
    src: url(../../fonts/garamond.ttf);
}

@font-face {
    font-family: Garamond-Extra-Bold;
    src: url(../../fonts/garamond_bold.ttf);
}

@font-face {
    font-family: Garamond-Medium-Italics;
    src: url(../../fonts/garamond_medium_italic.ttf);
}

@font-face {
    font-family: Garamond-Regular;
    src: url(../../fonts/garamond_regular.ttf);
}

@font-face {
    font-family: Garamond-Roman;
    src: url(../../fonts/garamond_roman.ttf);
}

@font-face {
    font-family: Garamond-Bold-Italics;
    src: url(../../fonts/garmndmi.ttf);
}

@font-face {
    font-family: Garamond-Handwriting;
    src: url(../../fonts/garr66w.ttf);
}

@font-face {
    font-family: Garamond-Unicode;
    src: url(../../fonts/unicode_garamond.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../../fonts/montserrat_bold.ttf);
}

@font-face {
    font-family: Montserrat-Italic;
    src: url(../../fonts/montserrat_italic.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../../fonts/montserrat_regular.ttf);
}

@font-face {
    font-family: Montserrat-Thin;
    src: url(../../fonts/montserrat_thin.ttf);
}

@font-face {
    font-family: Playfair-Display;
    src: url(../../fonts/playfairdisplay.ttf);
}

@font-face {
    font-family: Playfair-Display-Italics;
    src: url(../../fonts/playfairdisplay_italic.ttf);
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.col-no-padding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.banner-fixed{
    position: -webkit-fixed;
    position: fixed;
    margin: 0 auto !imporant;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
    padding: 0px 0px 0px 0px;
    max-width: 1140px;
}

.banner-imasi-books{
   /*border-bottom: 2px solid;
   border-image: linear-gradient(to right bottom, #260B3C, #666);
   border-image-slice: 5;*/
   border-style: solid;
  border-width: 1px;
  -webkit-border-image: -webkit-linear-gradient(
      left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
  -moz-border-image: -moz-linear-gradient(
      left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
  border-image: linear-gradient(
      to left,
      rgba(220,220,220,1) 1%,
      rgba(0,0,0,1) 50%,
      rgba(220,220,220,1) 100%
  ) 0 0 100% 0/0 0 3px 0 stretch;
}

.container_page{
    position: relative;
    margin: 0 auto !imporant;
    background-color: #e9eaed;
    z-index: 1;
    padding-bottom: 5px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
    width: 100%;
    margin-top: 200px;
}

.clear{overflow:hidden;}

#mobile-nav {
    /* background: url(../images/root_menu.png) no-repeat; */
    cursor: pointer;
    /* height: 83%; */
    height: 40%;
    width: 25%;
    display: block;
    position: absolute;
    z-index: 20;
    margin-top: 70px;
    margin-left: 825px;
    /* background-size: contain; */
    /* background-position: right top; */
}

#img-mobile-nav{
   float:right;
}
/*MENU*/
#nav_menu{
  display: none;
  z-index: 21;
  position: relative !important;
}

.menu {
  list-style: none;
  line-height: 52px;
  padding-left: 0px;
  width: 22em;
  background-color: #f0ece5;
  float: right;
  margin-right: 1px;
}

.menu a {
  color: #6d2ed7;
  text-decoration: none;
  font-family: Montserrat-Thin;
  font-size:18px;
  display: block;
  width: 100%;
  cursor:pointer;
}

.menu a:hover {
  margin-left: 0.5%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu li {
  color: #6d2ed7;
  text-decoration: none;
  font-family: Montserrat-Thin;
  font-size:18px;
  display: block;
  padding-left: 2.5%;
  width: 100%;
  cursor:pointer;
  /*box-shadow: 3px 0 rgba(52,152,219,.2) inset;*/
  margin-bottom: 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;/*outline: 1px solid green*/
}

/*****************
margin-top:-3%;
  margin-left:93.5%
*/
nav ul li {
   border-top: 1px solid #FFF;
   border-right: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #FFF;
   }


nav ul ul li {
   border-top: 1px solid #FFF;
   border-right: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #FFF;
   }

nav ul ul {
	display: none;
	background:none;
	list-style-type: none;
	line-height: 20px;
	}

nav ul li:hover > ul
	{
	 display: block;
	}

nav ul ul a{
	margin: 0px 0px 0px 3px;
	position:relative;
	top: 0px;
	}

/*.menu li:hover { box-shadow: 15em 0 rgba(52,152,219,.2)inset; }*/
.menu li:hover { box-shadow: 15em 0 rgba(254,254,254,.2)inset; }

.menu li:nth-child(2) a { background-position: 0 -42px; }

.menu li:nth-child(3) a { background-position: 0 -84px; }

.menu li:nth-child(4) a { background-position: 0 -126px; }

.menu li:nth-child(5) a { background-position: 0 -168px; }

.menu li:last-child a { background-position: 0 -210px; }

.slide-image{
  margin-top:22px;
  max-width: 37%;
}

.h1{
   font-family: Garamond-Extra-Bold !important;
   padding: 0px !important;
   color:#125514;
   margin-bottom: 0px !important;
}
.h2{
   font-family: Garamond-Hi-Bold !important;
   margin: 5px 0px 2px 0px !important;
}
.h3{
   font-family: Garamond-Medium !important;
   margin: 5px 0px 2px 0px !important;
}
.h4{
   font-family: Garamond-Handwriting !important;
   margin: 5px 0px 2px 0px !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.bottom-logos{
    margin: 26px 0px 20px 0px !important;
    padding: 2px 0px 2px 0px !important;
}

.btn-square-md {
  width: 140px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 140px !important;
  text-align: center;
  padding: 0px;
  margin: 20px;
}

.box-heading{
  font-family: Playfair-Display;
  font-size: 20px;
  font-weight: bold;
}
.box-date{
  font-family: Playfair-Display;
  font-size: 16px;
}

.footer-band-purple{
    background-color: #6d2ed7;
    text-align: center;
    text-shadow: 1px 2px 2px rgb(99 99 99 / 60%);
    padding-top: 14px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    z-index: 10;
    margin-top: 10px;
}

.footer-band-text{
  font-size:16px !important;
  font-family: Montserrat-Thin !important;
  color: #ffffff;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.top-band{
  background-color: #a1b256;
  font-family: Futura-Lt-Bt;
  color: #3c3c3c;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(249,251,237,0.6);
  font-size: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  z-index: 10;
}

.top-band-purple{
  background-color: #6d2ed7;
  font-family: Futura-Lt-Bt;
  color: #fbfaf8;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(99,99,99,0.6);
  font-size: 19px;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  z-index: 10;
  margin-top: 10px;
}

.top-heading-band{
  font-family: Futura-Heavy-Bt;
  color: #bc0000;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(121,121,117,0.6);
  padding-top: 4px;
  padding-bottom: 8px;
  letter-spacing: 1.25px;
  z-index: 10;
  font-weight:bolder;
  margin-bottom: 0px;
}

.credit-square-block{
  padding: 8px 2px 5px 25px;
  font-family: Montserrat-Thin;
  color:#575757;
}

.credit-square-block-heading{
  font-size: 1.65vh;
  font-weight: bold;
}

.credit-square-block-detail{
  font-size: 1.55vh;
  color:#575757 !important;
}

.credit-square-block-detail a:link,.credit-square-block-detail a:visited,.credit-square-block-detail a:hover,.credit-square-block-detail a:active{
  color:#575757 !important;
}

.imasi-books{
  font-size: 28px !important;
}
.band-1-naga{
  background-color: #6d2ed7;
  font-family: Futura-Lt-Bt;
  color: #fbfaf8;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(99,99,99,0.6);
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 1px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  z-index: 10;
  margin-top: 10px;
}

.col-heading{
    background-color: #a1b256;
    font-family: Montserrat-Regular !important;
    color: #3c3c3c;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(249,251,237,0.6);
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    letter-spacing: 1px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    z-index: 10;
    margin-top: 3px;
}

.top-heading-email{
  margin: -19px 0px 5px 0px;
  font-family: Futura-Lt-Bt;
  font-size: 18px;
}

.img-vh-center{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 11%);
}

.col-img-name{
  font-family: Futura-Heavy-Bt;
  color:#bc0000;
  font-weight:bolder;
  font-size: 20px;
  margin: 18px 0px 0px 0px;
}


.itm-sub-heading{
  font-family: Futura-Medium-Bt;
  color:#375838;
  font-weight:normal;
  font-size: 16px;
  margin: 0px 0px 3px 0px;
}

.col-img-date{
  font-family: Futura-Heavy-Bt;
  color:#6d2ed7;
  font-weight:normal;
  font-size: 18px;
}


.col-block {
}

hr {
    height: 1px;
    margin: 10px 0px 5px 0px !important;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    border: 0;
}

.news-item{
  padding-bottom: 0px;
}

.p-text-detail{
  font-family: Futura-Light-Bt;
  color:#383737;
  font-weight:normal;
  font-size: 16px;
}

.readmore{
  font-family: Futura-Light-Bt;
  text-decoration:none;
  color:#9158f1;
  font-weight:bolder;
  font-size: 16px;
  font-style:italic;
  float:right;
}

a: hover{
  text-decoration: none;
  color:#6d2ed7;
}

.black_readmore{
  font-family: Futura-Light-Bt;
  text-decoration:none;
  color:#545454 !important;
  font-weight:bolder;
  font-size: 16px;
  font-style:italic;
  float:right;
}

.black_readmore a: hover{
  text-decoration: none;
  color:#1d1c1c;
}

.info{
  border : 1px solid #292929;
  border-radius: 8px;
  margin-top:32.5px;
  padding:20px 0px 15px 0px !important
}

.info-heading{
  font-family: Futura-Medium-Bt;
  font-size:18px;
  font-stretch: ultra-expanded;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top:20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.manipurgov1{
  font-family: Futura-Heavy-Bt;
  color:#383737;
  font-weight:bolder;
  letter-spacing:-0.6px !important;
  font-size:18px;
}
.sec-heading{
  font-family: Futura-Heavy-Bt;
  color: #0d470f;
  font-size: 2vh;
}
.line-heading{
  font-family: Futura-Heavy-Bt;
  color: #bc0000;
  font-size: 2vh;
  /* line-height: 16px; */
}
.line-1{
  font-family: Futura-Medium-Bt;
  color: #0d470f;
  /* font-size: 22px; */
  font-size: 3vh;
}

.line-2{
  font-family: Futura-Medium-Bt;
  color: #0d470f;
  /* font-size: 22px; */
  /* line-height: 18px; */
  font-size: 1.9vh;
}
.line-3{
  font-family: Futura-Light-Bt;
  /* font-size: 20px; */
  font-size: 1.8vh;
  font-weight: bold;
  color: #3b3b3b;
  /* line-height: 38px; */
}
.line-4{
 font-family: Futura-Lt-Bt;
 /* font-size: 20px; */
font-size: 1.8vh;
 color: #434242;
 /* line-height: 5px; */
}
.line-5{
  font-family: Futura-Lt-Bt;
  /* font-size: 20px; */
  font-size: 1.8vh;
  color: #434242;
}
.line-6{
  font-family: Futura-Lt-Bt;
  /* font-size: 20px; */
  color: #434242;
  font-size: 1.8vh;
}
.line-7{
  font-family: Futura-Lt-Bt;
  /* font-size: 19px; */
  font-size: 1.8vh;
  color: #434242;
}

.odd{
    margin: 5px 0px 0px 10px;
    padding: 12px 10px 12px 10px;
    z-index: 20;
    background-color: #e2e2e2;
    border-radius: 7px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-style: groove
}

.even {
    margin: 5px 0px 0px 10px;
    padding: 12px 10px 12px 10px;
    z-index: 20;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-style: groove;
}

.listener-footer{
  background: #b8b6b6;
  overflow-x:hidden !important;
  overflow-y:hidden !important;

}

.col-center {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

#img-mobile-nav{
   width: 25% !important;
}

/**Footer*/
#floating_footer {
	z-index: 50;
	display: block;
	position: relative;
	width: 100%;
	bottom: 0px;
	margin: 0 auto;
	border-radius:5px;
	border-top:solid;
	border-top-width:2px;
	border-top-style:groove;
	}

#contact_address {
  text-align:center;
	line-height:16px;
	padding: 5px 0px 0px 0px;
  color: #353434;
	}

#plus{
  z-index:51;
	display:block;
	position:absolute;
	top:6px;
	left:10px;
	visibility:visible;
	cursor:pointer;
}

#social_network {
  z-index:55;
	display:block;
	position:absolute;
	bottom:58px;
	left:10px;
	width:50px;
	height:300px;

	}

#primekes{
   z-index:1;
   display:block;
   position:relative;
   width:200px;
   height:30px;
   float:right;
   margin-right: 30px;
   }

#primekes a {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   text-decoration:none;
   color:#ffffff;
   }

#img_primekes {
   width:80px;
   height:15px;
 }


.bio-profile-img{
  margin: 10px 0px 10px 10px !important;
  -webkit-box-shadow: 3px 3px 1.5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 1.5px 0px rgb(0 0 0 / 75%);
}

.bio-profile-text{
  margin: 7px 5px 0px -10px !important;
}

.thumb-para{
    padding-left: 10px !important;
    padding-right: 5px;
}

.thumb-name{
  font-family: Futura-Medium-Bt;
  color:#bc0000;
  font-size: 17px;
}

.thumb-descrip{
  font-family: Montserrat-Thin;
  color:#3b3a3a;
  font-size: 15px;
}


/* Responsive Section : */
@media only screen and (min-width: 280px) and (max-width: 319px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 50px !important;
  }
  .p-text-detail{
    font-size: 50px;
  }
  .manipurgov1{
    font-family: Futura-Heavy-Bt;
    color:#383737;
    font-weight:bolder;
    letter-spacing:-0.6px !important;
    font-size:5.5vw !important;
  }
  .box-heading{
    font-size: 10px;
  }
  .box-date {
    font-size: 10px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 9px !important;
  }
  .footer-band-purple {
    margin-top: 140px;
  }
  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px){
  .container_page{
    width: 100% !important;
    margin-top: 60px !important;
  }
  .box-heading{
    font-size: 10px;
  }
  .box-date {
    font-size: 10px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 9px !important;
  }
  .footer-band-purple {
    margin-top: 140px;
  }

  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 410px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 64px !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .imasi-books {
    font-size: 40px !important;
  }
  .imasi-books-email {
    font-size: 30px !important;
  }
  .box-heading{
    font-size: 10px;
  }
  .box-date {
    font-size: 10px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 9px !important;
  }
  .footer-band-purple {
    margin-top: 140px;
  }
  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 411px) and (max-width: 460px){
  .container_page{
    width: 100% !important;
    margin-top: 75px !important;
  }
  .box-heading{
    font-size: 14px;
  }
  .box-date {
    font-size: 12px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }

  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 461px) and (max-width: 486px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 85px !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .box-heading{
    font-size: 14px;
  }
  .box-date {
    font-size: 12px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 160px;
  }

  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 487px) and (max-width: 500px){
  .container_page{
    width: 100% !important;
    margin-top: 89px !important;
  }
  .box-heading{
    font-size: 14px;
  }
  .box-date {
    font-size: 12px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 160px;
  }

  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 501px) and (max-width: 530px){
  .container_page{
    width: 100% !important;
    margin-top: 92px !important;
  }
  .box-heading{
    font-size: 14px;
  }
  .box-date {
    font-size: 12px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }
  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 531px) and (max-width: 575px){
  .container_page{
    width: 100% !important;
    margin-top: 93px !important;
  }
  .box-heading{
    font-size: 14px;
  }
  .box-date {
    font-size: 12px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }

  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 600px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 101px !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .box-heading{
    font-size: 14px;
  }
  .box-date {
    font-size: 12px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }

  #mobile-nav {
    right: 5%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 630px){
  .container_page{
    width: 100% !important;
    margin-top: 106px !important;
  }
  .box-heading{
    font-size: 16px;
  }
  .box-date {
    font-size: 14px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }

  #mobile-nav {
    right: 7%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 631px) and (max-width: 700px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 113px !important;
  }
  .p-text-detail{
    font-size: 4.5vw;
  }
  .box-heading{
    font-size: 16px;
  }
  .box-date {
    font-size: 14px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }

  #mobile-nav {
    right: 5%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 701px) and (max-width: 767px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 125px !important;
  }
  .box-heading{
    font-size: 16px;
  }
  .box-date {
    font-size: 14px;
  }
  .btn-square-md {
    height: 67px !important;
    margin: 0px;
  }
  .ltm{
    margin-left: 5px !important;
  }
  .rtm{
    margin-right: -5px !important;
  }
  .footer-band-text {
    font-size: 12px !important;
  }
  .footer-band-purple {
    margin-top: 150px;
  }

  .p-text-detail{
    font-size: 4.5vw;
  }
  #mobile-nav {
    right: 5%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
/*For MD Minimum Screen Size 768 and Maximum Screen Size 867px*/
@media only screen and (min-width: 768px) and (max-width: 840px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 150px !important;
  }
  .col-img-name{
    font-size: 3.25vw;
  }
  .col-img-date{
    font-size: 3vw;
  }
  .p-text-detail{
    font-size: 2.75vw;
  }
  .readmore{
    font-size: 2.5vw;
  }
  .black_readmore{
    font-size: 2.5vw;
  }
  #mobile-nav {
    right: 5%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 841px) and (max-width: 867px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 149px !important;
  }
  .col-img-name{
    font-size: 3.25vw;
  }
  .col-img-date{
    font-size: 3vw;
  }
  .p-text-detail{
    font-size: 2.75vw;
  }
  .readmore{
    font-size: 2.5vw;
  }
  .black_readmore{
    font-size: 2.5vw;
  }
  #mobile-nav {
    right: 5%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 868px) and (max-width: 925px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 153px !important;
  }
  .col-img-name{
    font-size: 3vw;
  }
  .col-img-date{
    font-size: 3vw;
  }
  .p-text-detail{
    font-size: 2.75vw;
  }
  .readmore{
    font-size: 2.5vw;
  }
  .black_readmore{
    font-size: 2.5vw;
  }
  .imasi-books {
    font-size: 40px !important;
  }
  .imasi-books-email {
    font-size: 30px !important;
  }
  .itm-sub-heading {
    font-size: 22px !important;
  }
  #mobile-nav {
    right: 4%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 926px) and (max-width: 991px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 163px !important;
  }
  .col-img-name{
    font-size: 3vw;
  }
  .col-img-date{
    font-size: 3vw;
  }
  .p-text-detail{
    font-size: 2.75vw;
  }
  .readmore{
    font-size: 2.5vw;
  }
  .black_readmore{
    font-size: 2.5vw;
  }
  .imasi-books {
    font-size: 40px !important;
  }
  .imasi-books-email {
    font-size: 30px !important;
  }
  .itm-sub-heading {
    font-size: 22px !important;
  }
  #mobile-nav {
    right: 4%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1022px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 175px !important;
  }
  .col-img-name{
    font-size: 1.85vw;
  }
  .itm-sub-heading{
    font-size: 1.35vw;
  }
  #mobile-nav {
    right: 4%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1169px){
  .container{
      width: 100% !important;
  }
  .container_page{
    width: 100% !important;
    margin-top: 180px !important;
  }
  #mobile-nav {
    right: 3%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1199px){
  .container{
      width: 100%;
  }
  .container_page{
    width: 100%;
    margin-top: 194px !important;
  }
  .col-img-name{
    font-size: 1.85vw;
  }
  .itm-sub-heading{
    font-size: 1.35vw;
  }
  #mobile-nav {
    right: 3%;
  }
  #topcontrol{
   z-index: 100;
  }
  .top-band-purple{
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 991px){
  .nagaland-band-1 {
      font-size: 2vh;
  }
  .band-2-naga{
      font-size: 1.8vh;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
}
@media only screen and (min-width: 1600px) and (max-width: 1799px){
}
@media only screen and (min-width: 1800px) and (max-width: 1899px)
