.active1{
     color: #0772ba!important;
}
.menu {
    
    t-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.imgg{
	width:100%!important;
}
.img-responsive1{
   margin-left:20px; 
}
.cen{
	text-align:center;
	padding:0px 5px 0px 5px;
}
.img{
	width:100%;
	height:100%;
}
.sociopad{
	margin-top:40px;
	
}
.bottomtext{
	width:100%;
	height:auto;
	padding:10px;
	text-align:center;
	background-color:#C7EAFB;
	border:1px solid lightgrey;
}
.text{
	width:100%;
	height:auto;
	padding:10px 0px 0px 5px;
}

.hori{
	height:1px!important;
	background-color:#84DBFF;
}

.bottomtext1{
	Font-weight:bold;
	text-align:center;
	padding:20px 5px 0px 5px;
}
.text1{
	width:100%;
	height:auto;
	padding:10px 0px 0px 5px;
	text-align:left;
}
.box{
	width:100%;
	height:40px;
   
}
.sociopad2{
	margin-top:24px;
}
.jaga{
	margin-top:0px!important;
}
.foot{
	height:auto;
	width:100%;
	background-color:#63C5B8;
	color:white;
	padding:20px 0 0 25px;
}
.foont{
	font-size:15px;
	text-align:left;
	
	color:grey;	
}

.sociopad{
	margin-top:40px;
}

.heading{
	
	color:grey;	
}
.complete{
    display:none;
}



/*2nd page*/

.sociopad1{
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
}

.heading1{
	font-weight:500;
	font-size:25px!important;
}
.boorder{
    border-left:2px solid #84DBFF!important;
    height:auto;
    
}
.circle{
	border:5px solid lightblue;
	border-radius:100%;
	width:100px;
	height:100px;
	overflow: hidden;
	
	
}
.circle:hover{
	
	border:none;
    box-shadow: 0px 0px 5px #000000;
  color:black;
   
    transition: all 200ms ease-in;
    transform: scale(1);
}
.marrgin{
	margin-left:18px;
	margin-top:3px;
}
.ttext2{
	

	margin-top:10px;
	text-align:left!important;
	
}
.ttext{
    line-height:27px!important;
}
/* The Modal (background) */


/* Modal Content */

.moodal{
	cursor:pointer;

}
.moodal:hover{
	cursor:pointer;

	box-shadow: 5px 5px 5px grey;
	border-radius:100%;
}

/*ask sample*/

.ask{
	width:230px!important;
	height:auto;
	border:5px solid lightgrey;
	display:none;
	padding:20px!important;
	
}
.form{
	margin:5px;
	padding:5px;
	
}
input,textarea{
	border-width:0!important;
	border-bottom:1px solid lightgrey!important;
	width:150px!important;
	color:grey;
}

.text {
	border-width:1px!important;
	
	
}
.ask_img{
	
	width:100%;
	margin-top:10px;
}
.ask_text{
	font-size:18px;
	   overflow-y:auto;
    word-wrap: break-word;
}
.submit{
	background-color:#04ab75;
	color:white;
}
.logo{
	padding-bottom:10px;
}

.chat-box {
       position:fixed;
	 
    
   
  
	cursor:pointer;
	background-color:white!important;
	    display: inline-block;
    float: right;
    
    /* text-align: center; */
    bottom: 10px;
    right: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: none repeat scroll 0% 0% #fff;
    font-size: 16px;
    color: #333;
    padding: 0px;
    font-weight: bold;
    z-index: 999;
}
.chat-closed {
    width: 230px!important;
    height: 35px;
    background-color: #04ab75!important;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    border:1px solid #777;
    color: white;
	clear: both;
	 
}
.ask_close{
	position:relative;
}
#angrytext {
 

 -webkit-animation: jump 1.5s ease 0s infinite normal ;
 animation: jump 1.5s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  20%{
	transform: translateY(0);
  }
  40%{
	transform: translateY(-30px);
  }
  50%{
	transform: translateY(0);
  }
  60%{
	transform: translateY(-15px);
  }
  80%{
	transform: translateY(0);
  }
  100%{
	transform: translateY(0);
  }
}

.small_screen{
	display:none !important;
	
}
.carousel-control{
	opacity:0.1!important;
}
.small_screen li a:hover{
	
	background-color:#2888d2;
}

.large_screen {
	display:block!important;
	height:auto;
	
}

.navbar{
margin-bottom:5px;
}

.navbar-brand {
    float: left;
    height: auto!important;
    padding: 0px!important;
    font-size: 18px;
    line-height: 20px;
    
}
.large_screen li a{
	color:grey;
	background:none;
	display:block;
}
.large_screen li a:hover,.large_screen li a:active,.large_screen li a:focus{
	background:none;
	color:#ffaa72;
	background:none;
}



.li1 li{
	float:left;



	
	 
}
.li1{padding-left: 0px;
     text-indent: 0em;
}
.li13{
    	margin-left:0px;
}
.li12 {
    color: blue;
    	margin-left:30px;
}
.li12 span {
    color: black;
}