/* responsive styles for laptop */
@media (max-width:1199px){
	.container{
		width: 95%;
	}
.expertBlockIn {
    padding: 40px 0;
}
.expertForm h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 33px;
}
.expertForm ul li label {
    font-size: 15px;
    line-height: 19px;
}
.expertForm ul li input {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}
.expertForm ul li input[type="submit"] {
    height: 50px;
    font-size: 16px;
}
.expertFormList {
    padding-left: 40px;
}
.expertFormBullet li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
}




}
/* responsive styles for tablet/ipad */
@media (max-width:991px){
/*	.container{
		width: 750px;
	}*/

.banner {
    padding: 40px 0;
}
.bannerCont {
    max-width: 70%;
}
.bannerCont h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}
.bannerCont a {
    height: 50px;
    font-size: 16px;
}
.bannerListBullet li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 22px;
}
.expertForm ul li label {
    font-size: 14px;
    line-height: 19px;
}
.expertForm h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.expertBlockForm {
    padding-right: 20px;
}
.expertFormList {
    padding-left: 30px;
}
.expertFormBullet li {
    font-size: 15px;
    line-height: 22px;
    padding-left: 25px;
}
.portfolio {
    padding: 60px 0;
}
.portfolioTop h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}
.portfolioTop p {
    font-size: 18px;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto 40px;
}
.portfolioSldCont {
    width: 100%;
    margin-bottom: 30px;
}
.item >div {
    display: block !important;
}
.portfolioSldImg {
    width: 100%;
}
.testimonialIn p {
    font-size: 18px;
    line-height: 24px;
}
.investReasonRgt {
    width: 100%;
    text-align: center;
}
.investReasonLft {
    width: 100%;
}
.investReasonIn {
    display: block !important;
}
.investReasonRgt img {
    margin: 0 auto;
}





}
/* responsive styles for mobile */
@media (max-width:767px){
/*	.container{
		width: 100%;
	}*/



.headerNav a img {
    margin-right: 5px;
    width: 15px;
}
.headerNav a {
    font-size: 18px;
    line-height: 22px;
}
.logo {
    width: 140px;
}

.banner {
    padding: 20px 0;
    background-position: center center;
}
.bannerCont h1 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}
.bannerCont {
    max-width: 100%;
}
.bannerCont a {
    height: 45px;
    font-size: 14px;
}
.bannerListBullet li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
    padding-left: 22px;
    width: 100%;
}
.bannerPoints {
    padding: 25px 0;
}
.expertBlock .container {
    width: 100%;
}
.expertBlockIn {
    padding: 20px 0;
    display: block !important;
}
.expertBlockForm {
    padding: 20px 20px;
    width: 100%;
    background: #405564;
}
.expertFormList {
    padding: 20px 20px;
    width: 100%;
    background: #5E7F95;
}
.expertBlock:before,.expertBlock:after{
    display: none;
}
.portfolioSlider {
    border-radius: 10px;
    padding: 20px 20px;
}
.portfolioSldCont li {
    margin-bottom: 22px;
}
.portfolioSlider .owl-carousel .owl-item li img {
    width: 26px;
}
.portfolioSldCont li h3 {
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px;
}
.portfolioSldCont li span {
    font-size: 13px;
    line-height: 17px;
    margin-top: 4px;
}
.portfolioSldImg h3 {
    font-size: 36px;
    line-height: 40px;
}
.portfolioSlider .owl-nav {
    bottom: -56px;
    width: 100%;
}
.investReasonLft ul li {
    width: 100%;
    margin-bottom: 10px;
}
.footerTop li:last-child {
    width: 35%;
}
.footerTop li {
    width: 60%;
}




}