/*.css3
{
	border-radius: 12px; 
	box-shadow: 0px 0px 4px 0px #000;
	background-color: rgba(0, 0, 0, 1.0);
	transform: rotate(7.5deg) ;
	transform: scale(0.8);
	
	perspective: 300px;
	transform: rotateY(180deg);          
	transform-style: preserve-3d;
}

.box_animation:hover {
  -webkit-animation: myanim 5s infinite; 
   animation: myanim 5s infinite; 
}

@-webkit-keyframes myanim {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 0.0; }
}
@keyframes myanim {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 0.0; }
}
*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
	header, nav, #header-ctnr, footer, #container{
	width: 100%;
	}

.footer-top {
    clear: both;
    float: left;
	width:100%;
}
.question p {
    font-size: 15px;
    color: #fff;
    clear: both;
}
.news-section {
    width: 100%;
    float: left;
    background-color: #efefef;
    padding: 10px 0px 14px 21px;
}
.news-section li {
    width: 100%;
    float: left;
	text-align:left;
}
.news-section li img {
    text-align: center;
    padding: 0px 27px 0px 0px;
}
.right-avt img {
    float: left;
    margin-bottom: 30px;
	width:100%;
	clear:both;
}
.contant-sec td {
	clear:both;
    width: 100%;
    float: left;
}
.ed-planning {
    width: 100%;
    float: left;
    margin-top: 30px;
	clear:both;
}
.ed-planning-cnt {
    margin-right: 0px;
}
.ed-planning img {
    width: 100%;
    padding-bottom: 12px;
	float:left;
	clear:both;
}
.sip-sec {
    width: 100%;
    float: left;
	display:none;
    
}
.inside-head {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 25px;
    background: url(../images/button.png) no-repeat left;
    padding: 0px 0px 3px 53px;
}
.contact-col input {
    width: 100%;
    float: left;
	clear:both;
	margin-left: 0px;
    margin-right: 0px;
}
.contact-col select
{
    width: 100%;
    float: left;
	clear:both;
	margin-left: 0px;
    margin-right: 0px;
}
.contact-col textarea
{
    width: 100%;
    float: left;
	clear:both;
	margin-left: 0px;
    margin-right: 0px;
}
.send {
    border: 2px solid #6975a6;
    float: left;
    color: #6975a6;
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin: 15px 0px;
    padding: 7px 20px 9px 20px;
}
.attach {
    border: 2px solid #34c1e4;
    float: left;
    color: #34c1e4;
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px;
    padding: 7px 20px 9px 20px;
    margin: 15px 0px;
}
.plan-sec {
    text-align: center;
    width: 100%;
    padding: 0px 0px;
}
.plan-sec img {
    width: 100%;
	float:left;
	clear:both;
	margin-bottom:10px;
}
.plan-sec li {
    font-size: 16px;
    color: #0082c6;
    font-weight: bold;
    list-style-type: none;
    float: left;
    width: 100%;
    padding-left: 0px;
	margin-bottom:20px;
}
.investors-sec img {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.investors-ser {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 13px;
    margin-left: 0px;
}
.modal.fade .modal-dialog {
    width: 100%;
    margin-top: 170px !important;
    margin: 30px auto;
	
}
.enquiry-btn
{
	margin: 12px 0px 6px 120px;
}
.enquiry-modal input {
    width: 100%;
	clear:both;
    float: left;
	margin-left: 0px;
    margin-right: 0px;
}
.enquiry-modal select {
    width: 100%;
	clear:both;
    float: left;
	margin-left: 0px;
    margin-right: 0px;
}
.enquiry-modal textarea {
    width: 100%;
	clear:both;
    float: left;
	margin-left: 0px;
    margin-right: 0px;
}
