@charset "utf-8";
/* CSS Document */

.investor-profile{ padding: 0px; margin: 0px;min-width: 950px; margin: 0 auto;} 
.investor-profile .box1{width: 100%; min-height: 445px; background: #fff; -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.11); -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.11); box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.11); margin: 0 0 40px 0;}

.left1{ width: 37%; float: left; vertical-align: top; background: #ffc6bc; height: 100%; text-align: center; min-height: 445px; padding-top: 150px;}
.left1 img {text-align: center; margin: 0 auto; display: table-cell;
  vertical-align: middle;}
.right1{ width: 63%; float: left;  vertical-align: top; padding: 15px 30px;}
.right1 h2{ font-size: 24px; color: #000; padding: 25px 0; line-height: 32px;}
.right1 p{ font-size: 16px; line-height: 24px; color: #000; padding: 0 0 15px 0;}
.aavishkaar .left1{ background:#7ee3e3; float: right;}
.tano .left1{ background:#dfe1e9;}
.maj .left1{ background:#1d5a92; float: right;}
.tr .left1{ background:#8093b4;}
.michael .left1{ background:#f6f2c0; float: right;}

 @media screen and (max-width:600px){
.left1 {
    width: auto;
    float: none;
    vertical-align: top;
    background: #ffc6bc;
    height: 100%;
    text-align: center;
    min-height: inherit;
    padding: 55px;
}
	.investor-profile .box1 {
    width: 100%;
    min-height: inherit;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0px 0;
}
.right1 {
    width: auto;
    float: none;
    vertical-align: top;
    padding: 15px 30px;
}
.investor-profile {
    padding: 0px;
    margin: 0px;
    min-width: inherit;
    margin: 0 auto;
}
.aavishkaar .left1{ background:#7ee3e3; float: none;}
.right1 h2 {
    font-size: 19px;
    color: #000;
    padding: 25px 0;
    line-height: 32px;
}
.maj .left1 {
    background: #1d5a92;
    float: none;
}
img{ max-width: 100%; height: auto;}
.michael .left1 {
    background: #f6f2c0;
    float: none;
}
.left1 {width: auto; float: none; vertical-align: top; background: #ffc6bc; height: 100%; text-align: center; min-height: inherit; padding: 35px; margin: 10px;}
}