/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
}
marquee{
font-size:14px;
color:red;
}
h {
  text-align: center;
  text-transform: uppercase;
  color: #4CAF50;
}

p {
	font-size:14px;
   text-align: justify;
   letter-spacing: 1px;
   word-spacing:-2px;
}

a {
  text-decoration: none;
  color: #008CBA;
}
h1 {
	font-size:18px;
   text-transform: uppercase;
  text-align:center;
  color: #4CAF50;
}

h2 {
	font-size:16px;
  text-align: left;
 color: #4CAF50;
}

h3 {
	font-size:15px;
  text-align: left;
}

 

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=button] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
/* Style the container */
.container_body {
	
  border-radius: 5px;
  background-color: #f2f2f2;
width:100%;
 min-height: 100vh;
 padding-top:70px;
margin:0px auto; 
 
}

.contentdiv {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}


/* Style the container */
.container {
	

  background-color: #ffffff;
width:100%;
 min-height: 100vh;
margin:0px auto; 
 padding-left:20px;
 padding-top:30px;
}
/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 70%;

  margin-top: 6px;
}


/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 30%;
  
 
  margin-top: 6px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.thevaram-25 {
  float: left;
  width: 25%;
 padding-right:15px;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.thevaram-75{
  float: left;
  width: 75%;
  
 
  margin-top: 6px;
}
.row-thevaram{
	 width: 60%;
	margin-left:50px;
	margin:0px auto; 
}
.thbutton{
	
display: none;
margin-left:100px;
 margin-top: 50px;	
}

.conres{
	
           margin: auto;
            display: none;
            border: 0px solid red;
           
            margin-top: 50px;
            width: 75%;
            height: 600px;
            overflow-y: scroll;
            
            float:right;
	
	
}
.row-content{
	
	 width: 80%;
	 height:100%;
	margin-left:50px;
	
}
/* Clear floats after the columns */
.row-thevaram:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .thevaram-25, .thevaram-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}











 /*  footer areas */
 /* Google Font CDN Link */
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #EF4423;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
 
}
nav .navbar{
  height: 100%;
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #EF4423;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #EF4423;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #EF4423;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #EF4423;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 18px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #EF4423;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

footer{
  
  background: #EF4423;
  margin:0px auto; 
  width: 100%;
  bottom: 0;
  left: 0;
   margin-top:100px
}

footer .bottom-details{
  width: 100%;
  background: #EF4423;
}
footer .bottom-details .bottom_text{
  max-width: 1500px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}

@media (max-width: 700px){
  footer{
    position: relative;
	
  }
  
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}



/* reset our lists to remove bullet points and padding */
.right-dv,
.mainmenu{
	 margin: auto;
 
  padding: 10px;
	
	
}
.left-dv{
	display:none;
	margin-top:50px;
	width:100%;
	padding-left:20px;
	float:right;
	 border:solid 5px green;
}


.left-dvv{
	
	margin-top:100px;
	width:100%;
	padding-left:100px;
	float:right;
	 border:solid 5px green;
}


.contentleft-dv{
	
	margin-top:100px;
	width:75%;
	padding-left:200px;
	float:right;
	 border:solid 5px green;
}

.mainmenu,
.submenu {
	
  list-style: none;
  padding: 0px;
  margin: 0;
}


/* make ALL links (main and submenu) have padding and background color */

.mainmenu a,
.mainmenu label {
  display: block;
  background-color: #EF4423;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

.mainmenu input {
  display: none;
}


/* add hover behaviour */

.mainmenu a:hover {
  background-color: #3583EB;
}
.products:hover,
        .products:checked {
            opacity: 1;
			background-color: #3583EB;
        }

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu :checked+.submenu {
  display: block;
  max-height: 200px;
}


/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #4285F4;
}


/* hover behaviour for links inside .submenu */

.submenu a:hover {
  background-color:#FCE8E6;
}


/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.prerow{
	
  padding: 10px;
 
  margin: 0;
	
	
	
}
/* Floating column for labels: 25% width */
.precol-25 {
  float: left;
  width: 35%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.precol-75 {
  float: left;
  width: 65%;
  padding-left:20px;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.precol-256 {
  float: left;
  width: 1%;
 
}

/* Floating column for inputs: 75% width */
.precol-756 {
  float: left;
  width: 99%;

}

/* Clear floats after the columns */
.prerow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .precol-25, .precol-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .precol-256, .precol-756, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .precol-25, .precol-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.if{
	
	min-width:300px;
	max-width:450px;
}

.notify{
	min-width:300px;
	max-width:450px;
	
}

.row{
	width:100%;
	margin-bottom:30px;
	
}

a:hover{ text-decoration: underline;}
.frm{
padding-bottom:20px;
border: medium #85b9e9 groove;

}
.cen{
	
	 float: right;
  width: 80%;
  margin-top: 6px;
}
  body
        {
            font-family: Arial;
            font-size: 10pt;
        }
        .modal
        {
            position: fixed;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;
        }
        .center
        {
            z-index: 1000;
            margin: 300px auto;
            padding: 10px;
            width: 130px;
            background-color: White;
            border-radius: 10px;
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;
        }
        .center img
        {
            height: 128px;
            width: 128px;
        }
@media (max-width: 978px) {
    .container {
      padding:0;
      margin:0;
    }

    body {
      padding:0;
    }

   .conres{
	
           margin: auto;
            display: none;
            border: 0px solid red;
           
           margin-top:30px;
            width: 100%;
            height: 600px;
            overflow-y: scroll;
            
            float:right;
	
	
}
.col-25{
	width:100%
	
}

.left-dv{
	
	margin:0;
	padding:0;
}
.left-dvv{
	
	margin:0;
	padding:0;
}
.precol-75 {
 margin:0;
	padding:0;
}
.precol-756 {
 margin:0;
	padding:0;
	width:100%
}
.navbar .logo a{
    color: #fff;
  text-decoration: none;
 
}
}
