@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;800&display=swap');
body {
    font-size: 16px;
    color: #1a2430;
    font-family: 'Heebo', sans-serif;
    float: left;
    width: 100%;
    line-height: 1.5;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li{text-decoration:none !important; color:#1a2430;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;}
ul li{
    list-style:none;
}
ol, ul{margin: 0;}
h1, h2, h3, h4, h5, h6{
    font-family: 'Heebo', sans-serif;
}
p{
    font-size: 16px;
}
input, textarea, button, a, select{
    outline: none;
    font-family: 'Heebo', sans-serif;
}
.menu_icon, .close_icon{
    display: none;
}
header.header .container {
    max-width: 92%;
}
.container{
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
    margin: auto;
}
.headerflex, .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo {
    max-width: 300px;
}
.navbar ul li{
    float: left;
}
.navbar ul li a {
    font-weight: 500;
    margin: 0 15px;
}
.navbar ul li:first-child a, .social_menu ul li:first-child{
    margin-left: 0;
}
.navbar ul li:last-child a, .social_menu ul li:last-child{
    margin-right: 0;
}
.phone a {
    font-size: 23px;
    color: #29b1c6;
    font-weight: 500;
    padding: 0 25px;
}
.social_menu ul li {
    float: left;
    margin: 0 7px;
}
.social_menu ul li a {
    color: #1a2430;
    font-size: 17px;
}
.social_menu ul li a:hover, .navbar ul li a:hover{
    color: #29b1c6;
}
header#header {
    padding: 12px 0;
    background: #fff;
    position: fixed;
    display: none;
    width: 100%;
    top:0;
    z-index:1000;
        border-bottom: 1px solid #eee;
}
.stack__card{
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top:0;
    min-height: 100vh;
}
.stack__card .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #303030;
    align-items: flex-start;
    padding-top: 40px;
}
.main_banner .container {
    margin: 0;
    align-items: flex-start;
}
.logo a {
    display: block;
    line-height: 1;
}
.banner_logo {
    width: 100%;
    max-width: 65%;
}
.social_menu
{
    margin-left: auto;
}
.banner_text {
    float: left;
    width: 100%;
    max-width: 630px;

    /*margin-top:-70px;*/
}
.banner_heading h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 55px;
    margin: 12vh 0 20px;
}

.banner_text p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}

a.btn_design {
    display: inline-block;
    background: #29b1c6;
    padding: 10px 20px 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    min-width: 190px;
    text-align: center;
    margin-top: 7vh;
    margin-bottom: 20px;
}
a.btn_design:hover {
    background: #2f485c;
}
.header_bottom {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ececec;
    padding: 15px 0;
}
.header_bottom .header_right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.phone {
   margin-left: 0;
    align-self: flex-start;
}

.about_content{
    float: left;
    width: 100%;
    max-width: 540px;
    margin-top: 5vh;
}

.about_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
h2.title {
    font-size: 42px;
    color: #2f485c;
    line-height: 1;
    margin-bottom: 25px;
}
h4 {
    font-size: 19px;
    color: #29b1c6;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.2;
}
.about_banner p {
    font-weight: 500;
    color: #676767;
    margin-bottom: 20px;
    line-height: 1.7;
}
.about_banner p:last-child, .practice_area p:last-child{
    margin: 0;
}
.about_right {
    float: right;
    background: #29b1c6;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    margin-right: -50px;
    max-width: 240px;
}
.about_icon{
    width: 100%;
    margin-top: 40px;
}
.about_icon img {
    max-width: 100px;
}
.about_icon h5 {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 10px;
    line-height: 1.2;
}
.practice_col {
    float: left;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    padding-top: 50px;
}
.practice_col.col1{
    background: #2f485c;
}
.practice_area h2.title {
    color: #fff;
}
.practice_col.col1 {
    background: #2f485c;
    padding: 10px 40px 10px;
}
.practice_area p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.practice_col.col3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.practice_col.col2{
    background: url(../images/practice_area_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 30px;
}
.practice_col ul li a{
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 10px;
    display: inline-block;
    text-transform: uppercase;
}
.practice_col ul li a:hover{
    color: #29b1c6;
}
.practice_col.col3 img{
    visibility: hidden;
}
.about_right a.btn_design {
    background: #2f485c;
    margin-top: 20px;
    margin-bottom: 0;
}
.about_right h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    font-weight: normal;
}
.contact_sec{
    background: #2f485c;
}
.contact_sec h2.title{
    color: #fff;
}
.entry-content {
    float: left;
    padding: 60px 0;
    width: 100%;
}
.contact_sec p {
    color: #fff;
}
.contact_sec input, .contact_sec textarea {
    width: 100%;
    border: none;
    background: #9da9b2;
    padding: 11px 15px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.contact_sec textarea{
    height: 140px;
}
.contact_content {
    float: left;
    width: calc(100% - 200px);
    margin-top: 6vh;
}
.contact_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.contact_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.contact_sec :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.contact_page :-moz-placeholder { /* Firefox 18- */
  color: #4e4e4e;
  opacity: 1;
}
.contact_page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4e4e4e;
  opacity: 1;
}
.contact_page ::-moz-placeholder { /* Firefox 19+ */
  color: #4e4e4e;
  opacity: 1;
}
.contact_page :-ms-input-placeholder { /* IE 10+ */
  color: #4e4e4e;
  opacity: 1;
}
.contact_page :-moz-placeholder { /* Firefox 18- */
  color: #4e4e4e;
  opacity: 1;
}
.contact_sec input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    width: auto;
    visibility: hidden;
}
.contact_sec label{
    position: relative;
    padding-left: 20px;
    color: #fff;
    margin-top: 20px;
    float: left;
    display: inline-block;
}
.contact_sec label span:before{
    content: "";
    width: 11px;
    height: 11px;
    background: #29b1c6;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact_sec label span:after {
    content: '\2713';
    position: absolute;
    left: 0px;
    font-weight: bold;
    font-size: 18px;
    top: -3px;
    opacity: 0;
}
.contact_sec input[type="checkbox"]:checked + span:after{
    opacity: 1;
}
input.btn_design {
    width: auto;
    float: right;
    background: #29b1c6 !important;
    padding: 8px 40px;
    border-radius: 30px;
    min-width: 170px;
    cursor: pointer;
    color: #fff !important;
}
input.btn_design:hover, .about_right a.btn_design:hover{
    background: #fff;
    color: #2f485c;
}
.contact_sec form {
    float: left;
    width: calc(100% - 240px);
    margin-right: 30px;
    max-width: 550px;
}
.contact_info {
    float: left;
    margin-top: 8px;
    width: 21%;
}
.contact_info a{
    color: #fff;
}
.contact_info p {
    font-size: 14px;
    font-weight: 500;
}
.contactlink {
    margin-top: 20px;
    margin-bottom: 7px;
}
.contactlink a{
    color: #29b1c6;
}

.copyright p{
    font-size: 14px;
}
.copyright {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lawfirm{
    margin-left: 10vw;
}
.lawfirm a{
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    text-decoration: underline !important;
}
.lawfirm img{
    vertical-align: middle;
    text-decoration: underline;
    margin-left: 5px;
    height: 70px;
}

.menu-header-container ul li ul {
    display: none;
    width: 230px;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 10px;
}
.menu-header-container ul li ul li {
    margin: 0px !important;
    width: 100%;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.menu-header-container ul li:hover ul {
    display: block;
    position: absolute;
    top: 36px;
}
.menu-header-container ul li ul li a {
    color: #000;
    /*padding: 5px 0px;
    display: block;*/
    padding: 10px 8px;
    display: block;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dashed #1b5882;
    text-transform: none;
    font-weight: 400;
    margin: 0 10px !important;
}
/*******************************Inner Pages**************************/
header.inner_header {
    padding: 12px 0;
    background: #fff;
    position: relative;
    width: 100%;
    top:0;
    z-index:1000;
}
.inner_banner {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inner_banner:before {
    content: "";
    background: rgba(38, 58, 76, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h2.page_title {
    font-size: 50px;
    color: #fff;
    position: relative;
}
.profile_sec {
    float: left;
    padding: 60px 0;
    width: 100%;
}
h3 {
    font-size: 26px;
    color: #2f485c;
    margin-bottom: 15px;
}
.profile_content p, .profile_content li {
    font-size: 18px;
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: 20px;
}
.profile_content li{
    margin-bottom: 8px;
}
.profile_content h4 {
    margin-top: 30px;
}
.profile_content_page {
    float: left;
    width: 70%;
    padding-right: 30px;
}
.profile_content {
    float: left;
    width: 100%;

}
.profile_img {
    float: left;
    width: 30%;
    margin-top: 60px;
}
.partner_logo {
    float: left;
    width: 100%;
    margin: 70px 0 10px;
}
.partner_logo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner_logo ul li {
    width: 22%;
    text-align: center;
    padding: 10px;
}
.inner_pages header#header {
    border-bottom: 1px solid #eee;
}
.free_consultation {
    background: #2f485c;
    float: left;
    width: 100%;
}
.free_consultation .contact_content {
    margin: 0;
    padding: 60px 0;
    width: 80%;
}

.free_consultation .about_right {
    width: 100%;
    max-width: 25%;
    min-height: 10px;
    padding: 0;
}
.free_consultation .container {
    display: flex;
    align-items: stretch;
}
.inner_copyright {
    float: left;
    width: 100%;
    background: #213442;
}
.inner_copyright .copyright p {
    color: #fff;
}
.inner_copyright .copyright {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.inner_pages .banner_logo{
    display: none;
}
.testimonial
{
    max-width: 100%;
    text-align: center;
    margin: 15px 5% 70px;
    border: 1px solid #d3d3d3;
    padding: 54px 15px 15px;
    position: relative;
}
.testimonial:before {
    font-family: "Font Awesome 5 Free";
    content: "\201C";
    position: absolute;
    background: #29b1c6;
    color: #fff;
    font-size: 66px;
    line-height: 0;
    padding: 39px 15px 20px;
    border-radius: 50%;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
}
.testimonial .author {
    position: relative;
    padding-top: 30px;
    font-style: italic;
    font-weight: bold;
}
.practice_right {
    width: 68%;
    float: left;
    margin-right:30px;
}
.practice_left
{
    width: 28%;
    float: left;
}
.practice_inner h3
{
    margin: 0;
    font-size: 20px;
    color: #fff;
    background-color: #2f485c;
    display: block;
    padding: 12px 15px 11px 35px;
}
.practice_inner ul li a {
    padding: 11px 15px 7px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #4e4e4e;
    border-bottom: 1px solid #fff;
}
.practice_inner ul li {
    display: block;
    padding: 0 23px;
}
.practice_inner ul {
    padding: 12px 0 17px;
    margin: 0;
    background-color: #dedede;
    border-radius: 2px;
    margin-top: 2px;
    font-size: 14px;
}
.content-wrap ul {
    padding-left: 40px;
}
.content-wrap li {
    list-style: disc;
}
.content-wrap ul li a {
    text-decoration: underline !important;
}
.content-wrap strong {
    color: #2f485c;
}
.content-wrap a
{
text-decoration: underline !important;
}
.contact_page h2.title
{
color:#48b1c6;
}
.contact_page p
{
   font-weight: 400;
    color: #4e4e4e; 
}
.contact_page .map-location a {
    color: #000; 
}
.contact_page label
{  color: #4e4e4e; 

}
.contact_page
{
background: transparent !important;
}
.contact_page input, .contact_page textarea {
background: #eee;
color: #4e4e4e;
}
.contact_page .contact_content
{
        padding: 100px 10px;
        width: 100% !important;
}
.contact_page
{
    width: 100%;
}
.about_right iframe {
    height: 100%;
}
.contact_page form {
    width: 100%;
    margin-right: 50px;
    max-width: 650px;
}
.contact_page .contact_info {
   width: 26%;
    padding-left: 10px;
}
.contact_page .office_image {
    width: 22%;
    float: left;
}
.free_consultation form {
    max-width: 45%;
}
.free_consultation .about_right {
    width: 100%;
    max-width: 25%;
}
.about_right1 {
    width: 25%;
    float: left;
}
.significant_outer
{
    width: 100%;
    display: inline-block;
}
.significant_col {
    float: left;
    
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    padding-top: 50px;
}
.significant_col h2
{
    color: #fff;
}
.significant_col.col1 span
{
    color: #fff;
    font-size:22px;
}
.significant_col.col1 {
    width: 34%;
    background: #2f485c;
    padding: 10px 40px 10px;
    opacity: 0.9;
}
.significant_col.col2 {
    width: 66%;
    background: #fff;
    padding: 10px 30px;
        opacity: 0.9;
}
.significant_all
{
    width:100%;
    float: left;
}
.significant_col.col2 ul {
    width: 50%;
    /* display: inline; */
    float: left;
    padding: 20px 20px;
}
.significant_col.col2 li {
    list-style: disc;
    padding-bottom: 15px;
    font-style: italic;
}
.significant_col.col2 li strong {
    width: 100%;
    display: block;
   font-style: normal;
}
.significant_all .ul2
{
   padding-left: 40px !important;
}
.significant_all .ul_1
{
   padding-left: 50px !important;
}
.significant_cases
{

    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
@media(max-width: 1199px){
    body {
        font-size: 15px;
        line-height: 1.4;
    }
    .banner_text {
        max-width: 520px;
    }
    .banner_heading h1 {
        font-size: 44px;
        margin: 10vh 0 15px;
    }
    .banner_text p {
        font-size: 16px;
    }
    a.btn_design {
        padding: 9px 20px 6px;
        font-size: 14px;
        min-width: 170px;
        margin-top: 4vh;
        margin-bottom: 15px;
    }
    .navbar ul li a {
        margin: 0 8px;
        font-size: 14px;
    }
    .phone a {
        font-size: 18px;
        padding: 0 10px;
    }
    .social_menu ul li {
        margin: 0 5px;
    }
    .logo {
        max-width: 250px;
    }
    .container {
        padding: 0 30px;
    }
    h2.title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    p {
        font-size: 15px;
    }
    .about_banner p {
        line-height: 1.5;
    }
    .about_icon {
        margin-top: 30px;
    }
    .about_icon img {
        max-width: 70px;
    }
    .about_right {
        margin-right: -30px;
        max-width: 200px;
    }
    .about_icon h5 {
        letter-spacing: 2px;
        margin-top: 15px;
    }
    .practice_col.col1 {
        padding: 10px 30px 10px;
    }
    .practice_col ul li a {
        font-size: 17px;
        margin: 10px 0;
    }
    .contact_sec textarea {
        height: 120px;
    }
    .copyright {
        margin-top: 10px;
    }
    .lawfirm {
        margin-left: 3vw;
    }
    .copyright p {
        font-size: 12px;
    }
    .about_right h3 {
        font-size: 16px;
    }
    .lawfirm img {
        max-width: 150px;
    }
    .contact_sec input, .contact_sec textarea {
        padding: 9px 13px;
        margin-top: 8px;
        font-size: 15px;
    }
}

@media(max-width: 991px){
     .menu_icon, .close_icon{
        display: block;
        cursor: pointer;
    }
.practice_left
	{
width:100%;
	}
	.practice_right{
		width:100%;
	}
    .header_right {
        position: fixed;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: rgba(32, 42, 54, 0.95);
        padding: 20px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;  
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .sticky .header_right{
        left: 0;
    }
    .close_icon {
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 20px;
        display: block;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        line-height: 1;
    }
    .navbar ul li a {
        font-size: 6.5vw;
        color: #fff;
    }
    .headerflex .logo {
        display: none;
    }
    header#header {
        display: block !important;
        background: transparent;
        position: absolute;
        right: 0;
        width: auto;
    }
    .stack__card {
        display: block;
        position: relative;
        top: 0;
        min-height: 10px;
    }
    .banner_text {
        max-width: 55%;
        padding-bottom: 30px;
    }
    .banner_logo {
        width: 100%;
        max-width: calc(100% - 90px);
        position: absolute;
        left: 0;
        top: 0;
        padding: 15px;
    }
    .container {
        padding: 0 15px;
    }
    .banner_heading h1 {
        font-size: 5vw;
        margin: 50% 0 16px;
    }
    .menu_icon {
        position: relative;
        top: 16px;
    }
    .about_right {
        margin-right: -15px;
        max-width: calc(100% + 30px);
        min-height: 10px;
        margin-left: -15px;
        width: calc(100% + 30px);
        flex-direction: row;
        padding: 25px 15px;
    }
    .about_icon {
        margin-top: 0;
    }
    .practice_col {
        float: none;
        width: 100%;
        display: block;
        flex-direction: row;
        height: auto;
    }
    .practice_col.col1 {
        padding: 50px 20px 50px;
        text-align: center;
    }
    h4 {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .about_content {
        max-width: 100%;
        margin-top: 0;
        margin: 50px 0;
    }
    .about_banner p {
        line-height: 1.7;
    }
    .practice_area p {
        font-weight: normal;
    }
    .practice_col.col2 {
        padding: 50px 20px;
    }
    .practice_col.col3 {
        background: none !important;
        padding: 0;
    }
    .practice_col.col3 img {
        visibility: visible;
        width: 100%;
        display: block;
    }
    .contact_content {
        width: 100%;
        margin-top: 0;
        padding: 50px 0px;
    }
    .contact_sec form {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .contact_sec input, .contact_sec textarea {
        padding: 11px 13px;
        margin-top: 13px;
        font-size: 15px;
    }
    .contact_info {
        float: none;
        margin-top: 28px;
        width: 100%;
        display: inline-block;
        margin: 30px auto 10px;
        text-align: center;
    }
    input.btn_design {
        width: auto;
        float: none;
        display: block;
        clear: both;
        margin: 0px auto;
    }
    .contact_sec label {
        margin-bottom: 30px;
    }
    .copyright {
        margin-top: 30px;
        display: block;
        text-align: center;
    }
    .contact_sec .about_right {
        flex-direction: column;
    }
    .about_right a.btn_design {
        margin-top: 10px;
    }
    .lawfirm {
        margin-left: 0;
    }
    .phone {
        margin-left: 0;
    }
    .phone a {
        font-size: 22px;
        padding: 0 10px;
    }
    .social_menu ul li a {        
        font-size: 18px;
    }
    .profile_content {
        width: 100%;
        padding-right: 0;
    }
    .profile_img {
        width: 100%;
        margin-top: 20px;
    }
    header.inner_header {
        display: none;
    }
    .inner_pages header#header{
        border: none;
    }
    .inner_banner {
        padding: 120px 0 50px;
    }
    h2.page_title {
        font-size: 30px;        
        text-align: center;
    }
    .inner_pages .banner_logo{
        display: block;
    }
    .profile_content p, .profile_content li {
        font-size: 16px;
    }
    .partner_logo ul li {
        width: 44%;
        padding: 10px;
    }
    .partner_logo ul {
        flex-wrap: wrap;
    }
    .free_consultation .contact_content {
        padding: 50px 0;
        width: 100%;
    }
    .free_consultation .container {
        flex-wrap: wrap;
    }
    .free_consultation .about_right {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
    .free_consultation .about_right iframe{
        height: 300px;
    }
    .inner_copyright .copyright {
        justify-content: center;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .inner_copyright .copyright p {
        margin-bottom: 10px;
    }
    .lawfirm img {
        margin-left: 0;
    }
    .profile_sec {
        float: left;
        padding: 45px 0;
    }
    .profile_content_page
    {
        width: 100%;
    }
    .about_right1 {
    width: 100%;
    float: left;
}
	.contact_page .office_image
	{
		width:100%;
	}
	.contact_page .contact_info
	{
		width:100%;
	}
}

@media(max-width: 575px){
    .menu_icon {
        top: 7px;
    }
    .banner_text {
        max-width: 65%;
    }
    .banner_text p {
        font-size: 14px;
        font-weight: normal;
    }
    .banner_heading h1 {
        margin: 45% 0 16px;
        line-height: 1.2;
    }
    h2.title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    a.btn_design {
        margin-top: 18px;
    }
    .about_icon img {
        max-width: 50px;
    }
    .about_icon {
        padding: 5px;
    }
    .about_right {
        padding: 15px 0;
    }
}