/*================================================ 10. Free Consultation CSS =================================================*/ #ic-consultation{ min-height: calc( 100vh - 158px); padding-top: 60px; padding-bottom: 60px; @include flexbox(); @include align-items(center); @media only screen and (max-width:1199.98px) { min-height: auto; } >.container{ >.row{ [class^="col-"]{ @include flexbox(); @include align-items(center); } } } .ic-right-content{ width:100%; margin-bottom: 0px; //Responsive @media #{$tablet-device}{ margin-top: 40px; } @media #{$large-mobile}{ margin-top: 40px; } } .form-control{ color:$text-color; } h3{ } h1{ //Responsive @media #{$large-mobile}{ line-height: 34px; text-align: left; } } }