/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
	top:0 !important;
}


.slide_img{
	width: 100%;
}

.header{
  width: 100%;
  height: 78px;
}
.location{
  width: 100%;
  height: 50px;

}
.content{
  width: 100%;
  position: relative;
  padding: 10px 30px 10px 30px; 
}
table, td, th {
 margin-left:auto;
 margin-right:auto;
  border: 2px solid black;
  text-align: center;
  border-collapse: collapse;
}
th{
  background-color: #C9C0BB;
}
tr:nth-child(odd){
  background-color: #98AFC7;
}
.content{
	font-size: 15px;
}
.con-img img{
	width:100%;
	height: 250px;
	min-height:100px;
	min-width: 200px ;
}
.heading{
	width: 100%;
	display: grid;
	justify-content: center;
	margin-bottom: 5px;
}
.heading h1{
	font-size:23px;
	color: #3B2F2F;
}


.body::before{
  content: '';
  position: absolute;
  width: 100%;
  height:100%;
  background: #50623A;
  clip-path: inset(65% 0 0 0);
  z-index: -1;
 
  
}

.body{
  padding:20px 0;
  position: relative;
  min-height:90hv;
  grid-gap: -10px;
}
.slide-container{
  max-width: 1300px;
  width: 100%;
  padding:0 0 20px 0; 
 
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 5px;
  padding:10px; 

}
.card{
  width: 350px;
  height: 350px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 2px 2px 9px gray,inset 1px 1px 5px gray;
  overflow:scroll;
   &::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    
  }
  &::-webkit-scrollbar-track {
  
    border-radius: 10px;
    background: #eee;
    box-shadow: 0 0 1px 1px #bbb, inset 0 0 7px rgba(0,0,0,0.3);
    margin-block:1rem;
  }
  &::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #96A6BF, #63738C);
    box-shadow: inset 0 0 1px 1px #5C6670;
    
  }
  &::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(left, #8391A6, #536175);
  }
 
  
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #2e3085;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #2e3085;
}





.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img { 
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  height: auto;
}

.pr,.ne {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  background:transparent;
  border-color: transparent;
  cursor: pointer;
  font-size: 20px; 
}
.pr {
  left: -15px;
}

.ne {
  right: -15px;
}

.cub-logo img{
	width: 100px;
	height: 90px;
}
.velanmai-logo img{
	position: absolute;
	top: 1px;
	right: 2px;
	width: 80px;
	height: 78px;
	border-radius: 10px;
	
	
}


.header-div1 img{
	position: absolute;
	top: 1px;
	left: 35%;
	
	
	}
	
.location{
	position: relative;
	margin-bottom: 50px;
}	
.beta{
	position: absolute;
	top: 20px;
	right: 10px;

}

.icon {
	position: absolute;
	top: 0;
	left: 5px;
  z-index: 1000;
}


.icon__home
 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
/*  background: white;*/
  color: #333; /* Change this color as needed */
  transition: all 0.3s ease;
}


.icon__home:active {
z-index: 3;
  box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(1, 1, 1, 1);
}


.icon__home:hover{
  color: #007bff; /* Change this color as needed */
}	
	
	
	
	

.icons{
  display: inline;
 position: absolute;
 top: -5px;
 right: 60px;
}

.notification{
  padding-top: 30px;
  position: relative;
  display: inline-block;
  z-index: 666;
}

.number{
  height: 22px;
  width:  22px;
  background-color: #d63031;
  border-radius: 20px;
  color: white;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 60px;
  padding: 3px;
  border-style: solid;
  border-width: 2px;
}

.number:empty {
   display: none;
}

.notBtn{
  transition: 0.5s;
  cursor: pointer
}

.fas{
  font-size: 25pt;
  padding-bottom: 10px;
  color: black;
  margin-right: 40px;
  margin-left: 40px;
}

.box{
  width: 400px;
  height: 0px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: scroll;
  padding: 0px;
  left: -300px;
  margin-top: 5px;
  background-color: #F4F4F4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  cursor: context-menu;
}

.fas:hover {
  color: #d63031;
}

.notBtn:hover > .box{
  height: 300px;
}



.gry{
  background-color: #F4F4F4;
}

.top{
  color: black;
  padding: 10px
}

.display{
  position: relative;
}

.cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  overflow: scroll;
  background-color: #F4F4F4;
}

.cont:empty{
  display: none;
}

.stick{
  text-align: center;  
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px
}

.stick:hover{
  color: black;
}

.cent{
  text-align: center;
  display: block;
}

.sec{
  padding: 25px 10px;
  background-color: #F4F4F4;
  transition: 0.5s;
}

.profCont{
  padding-left: 15px;
}

.profile{
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 75px;
  float: left;
}

.txt{
  vertical-align: top;
  font-size: 1.25rem;
  padding: 5px 10px 0px 115px;
}

.sub{
  font-size: 1rem;
  color: grey;
}

.new{
  border-style: none none solid none;
  border-color: red;
}

.sec:hover{
  background-color: #BFBFBF;
}

.lang-out{
	position: absolute !important;
	top:2px !important;
	left:70px !important; 
	display: none;
}
.lang_dropdown {
  float: left;
  overflow: hidden;
 
}

.lang_dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color:black;
  font-weight: bold;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.lang_dropdown:hover .dropdown-content {
  display: block;
}


#font{
  font-size: 20px;
  color: black;
}
.area{
  color: maroon;
}


.rol{
	display:flex;
	justify-content: center; 
}
.mic {
  z-index: 1000;
}


.icon__mic
 {
	
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
  	background: #C2B9B0;
  color: #333; /* Change this color as needed */
  transition: all 0.3s ease;
}


.icon__mic:active {
z-index: 3;
  box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(1, 1, 1, 1);
}


.icon__mic:hover{
  color: #007bff; /* Change this color as needed */
}

#mySidepanel,.openbtn{
  display: none;
}
@media all and (min-width: 850px) and (max-width: 1024px) {
	.cub-logo img{
	width: 78px;
	height: 78px;
}
.velanmai-logo img{
	
	width: 80px;
	height: 78px;
	
}
.header-div1 img{
	position: absolute;
	top: 1px;
	left: 32%;
	width: 400px;
	}
	#font{
		font-size: 16px;
	}
 }

@media all and  (min-width:600px)and (max-width: 850px) { 

.heading h1{
  font-size: 20px;
}
table, td, th{
  
  font-size: 12px;
}


.header{
  height: 70px;
}
.cub-logo img{
  width: 70px;
  height: 70px;
}
.header-div1 img{
  width:300px;
}
.velanmai-logo img{
  width: 70px;
  height: 70px;
}
#font{
  font-size: 12px;
}
.lang-out{
  left: 50px !important;
}

}

@media all and  (max-width:600px){
#mySidepanel,.openbtn{
  display: inline-block;
}
.beta{
  font-size: 7px;
  top:0px;
  right: 0px; 
}
.mic {
	left: 45%;
}

  .cub-logo img{
    width:70px;
    height:70px;  
  }
  .header-div1 img{
    width: 200px;
    height: 70px;
   
  }
  .velanmai-logo img{
    width:75px;
    height: 75px; 
  }
  
#font{
  font-size: 11px;
  color: black;
}
.area{
  color: maroon;
}

#apmcplace{
  width: 250px;
  height: 40px;
  font-size:  12px ;
  border-radius: 25px;
  text-align: center;
  font-family:'Comic Sans MS', cursive ;
  background-color: darkslategray;
  color: white;
}
.content{
  font-size: 12px;
}

.con-img img{
  width: 300px;
}



.heading h1{
  font-size: 25px;
  text-align: center;
}
table {
  font-size: 13px;
}

.nav{
  display: none;
}

.sidepanel  {
  width:0   ;
  position: fixed;
  height: 200px;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.4s;
  padding-top: 20px;
  z-index:333; 
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1a1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  position:absolute;
  font-size: 20px;
  cursor: pointer;
  color: black;
  padding: 5px 10px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.ln-dropdown{
  display: none;
  background: white;
  
}
.ln-dropdown a{
  color: black;
  &:hover{
    color:rgba(311,153,12,214);
  }
}
.icons{
 top: -10px;
 right: -25px;
}
.fas{
  font-size: 15pt;
}
.number{
  height: 15px;
  width:  15px;
  font-size:7px; 
  top: 20px;
  left: 50px;
}
.to_know{
	font-size:14px; 
	
}

}
@media all and  (max-width:450px){
#font{
  font-size: 10px;
}
 .cub-logo img{
    width:60px;
    height:70px;  
  }
  .header-div1 img{
    left: 30%;
    width: 140px;
    height: 70px;
   
  }
  .velanmai-logo img{
    width:70px;
    height: 70px; 
  }
table {
  font-size: 11px;
}

.heading h1{
  font-size:20px; 
}
#lcname{
	margin: 10px 30px;
}
.con-img img{
	width:100%;
	height: 200px;
	min-height:100px;
	min-width: 150px ;
}

.div2 .slides img{
	width: 300px;
}
.div7 .slides img{
	width: 300px;
}
}
.power{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	
}

.power a{
	text-decoration: none;
	color: black;
	font-family: 'Tourney', sans-serif;
	font-size:18px;
}

.icon-cub{
	display: flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 20px;
	
}

.icon_img{
	display: grid;
	justify-content: center;
	align-items: center;
	border-radius:10px;
	
}
.icon_img p{
	font-size:10px;
	text-align: center;
}
.icon_img img{
	width:60px;
	height:60px; 
	&:hover{
	filter: drop-shadow(1px 1px 4px gray);
	} 
	
}



.slider12{width: 100%}
.slider12 input{display: none;}
.testimonials{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 80px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item{
	width:100px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	border:3px solid white;
	top: 0;
	text-align: center;
	transition: transform 0.4s;
	
	user-select: none;
	cursor: pointer;
}
.testimonials .item h1{font-size: 114px; color: white;}
.dots{display: flex; justify-content: center;align-items: center;}
.dots label{
	height: 5px;
	width: 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #413B52;
	margin: 7px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-6"],
#t-5:checked ~ .testimonials label[for="t-7"],
#t-6:checked ~ .testimonials label[for="t-8"],
#t-7:checked ~ .testimonials label[for="t-9"],
#t-8:checked ~ .testimonials label[for="t-10"],
#t-9:checked ~ .testimonials label[for="t-11"],
#t-10:checked ~ .testimonials label[for="t-1"],
#t-11:checked ~ .testimonials label[for="t-2"]{
	transform: translate3d(200px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}

#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-6"],
#t-6:checked ~ .testimonials label[for="t-7"],
#t-7:checked ~ .testimonials label[for="t-8"],
#t-8:checked ~ .testimonials label[for="t-9"],
#t-9:checked ~ .testimonials label[for="t-10"],
#t-10:checked ~ .testimonials label[for="t-11"],
#t-11:checked ~ .testimonials label[for="t-1"]{
	transform: translate3d(100px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}

#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-6:checked ~ .testimonials label[for="t-5"],
#t-7:checked ~ .testimonials label[for="t-6"],
#t-8:checked ~ .testimonials label[for="t-7"],
#t-9:checked ~ .testimonials label[for="t-8"],
#t-10:checked ~ .testimonials label[for="t-9"],
#t-11:checked ~ .testimonials label[for="t-10"],
#t-1:checked ~ .testimonials label[for="t-11"]{
	transform: translate3d(-100px, 0, -90px) rotateY(15deg);
	z-index: 3;
}

#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-6:checked ~ .testimonials label[for="t-4"],
#t-7:checked ~ .testimonials label[for="t-5"],
#t-8:checked ~ .testimonials label[for="t-6"],
#t-9:checked ~ .testimonials label[for="t-7"],
#t-10:checked ~ .testimonials label[for="t-8"],
#t-11:checked ~ .testimonials label[for="t-9"],
#t-1:checked ~ .testimonials label[for="t-10"],
#t-2:checked ~ .testimonials label[for="t-11"]{

	transform: translate3d(-200px, 0, -180px) rotateY(25deg);
	
}

#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"],
#t-6:checked ~ .testimonials label[for="t-6"],
#t-7:checked ~ .testimonials label[for="t-7"],
#t-8:checked ~ .testimonials label[for="t-8"],
#t-9:checked ~ .testimonials label[for="t-9"],
#t-10:checked ~ .testimonials label[for="t-10"],
#t-11:checked ~ .testimonials label[for="t-10"],
#t-11:checked ~ .testimonials label[for="t-11"]{
	
	z-index: 4;
}
.ptbox{
            width:  100%;
            height:  100%;
            display: grid;
            place-items: center;

        }
        .ptbox h3 {
            text-align: center;
        }
        .ptbox div{
            display: flex;
            gap: 40px;
        }
        .ptbox img{
            width:100%;
            margin-bottom: 10px;
        }
.ptbox button{
	display: none;
}



.goog-te-gadget-simple{
 position: relative;
  display: flex;
  width:100%;
  background:transparent !important;
  border-radius: 0.25rem;
  overflow: hidden;
  border: none !important;
  color: white;
 
}
 .goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none;
    }  
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(5){
	margin-left: 20px;
}    
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(3){
	display: none;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
	display: none !important;
}


.VIpgJd-ZVi9od-xl07Ob-OEVmcd{
	color: #5a5a71 !important; 
     background: #cb4a4a !important;
}
.to_know{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: white;
}
#t-8{
	text-align: justify;
	
}
/*============================================*/
#apmcplace,#lang_dropdown,#stateDropdown{
  width: 300px;
  height: 40px;
  font-size:20px ;
  border-radius: 25px;
  text-align: center;
  font-family:'Comic Sans MS', cursive ;
  background-color: darkslategray;
  color: white;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span{
	color: white;
}
#lang_dropdown{
	display: flex;
	align-items: center;
	justify-content: center;
}

.opt_drop{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
    flex-wrap: wrap;
}
.content{
	position: relative !important;
}
.contentContainer table{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
.contentContainer{
	padding:10px;
	font-size: 13px; 
}
.slide_img {
	height: 30px;
}

.contentContainer_4 .drop_m{
	display: flex; 
}
.contentContainer_4 select{
	width: 100px;
	height: 30px; 
}
.contentContainer_4 table{
	margin-right: 10px;
}
table{
	width: 100% !important;
	
}

@media all and (min-width:530px) and  (max-width:960px){
	.body {
	margin-top:120px;

    
}
#apmcplace,#lang_dropdown,#stateDropdown{
  width: 250px;
  height: 40px;
}
}
@media all  and (min-width:440px) and  (max-width:530px){
	.body {
	margin-top:120px;
   
    
}
#apmcplace,#lang_dropdown,#stateDropdown{
  width: 200px ;
  height: 40px;
  font-size: 14px;
}
}


@media all  and  (max-width:440px){
	.body {
	margin-top:120px;
  
}
#apmcplace,#lang_dropdown,#stateDropdown{
  width: 150px ;
  height: 40px;
  font-size: 12px;
}
}

