@font-face {
    font-family: 'OpenSans-light';
    src: url('../fonts/OpenSans/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'OpenSans-itac';
    src: url('../fonts/OpenSans/OpenSans-Italic.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf');
}

@font-face {
    font-family: 'Raleway-Italic';
    src: url('../fonts/Raleway/Raleway-Italic.ttf');
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('../fonts/Raleway/Raleway-Light.ttf');
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
}

body{
    color: #292929;
}

.btn {
    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn:hover {
    background-color: #ededed !important;
    /*border: 1px solid #fff !important;*/
}

.container-fluid {
    padding: 0px;
}

h1,h2,h3,h4,h5,p, span{
    font-family: 'Raleway', sans-serif !important;
}

.row {
    padding: 0px;
    margin: 0px;
}


/*NAVIGATION*/
.navbar {
    background-color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
    height: 110px;    
    width: 100%;
    margin: 0px;
    /* padding-top: 28px; */
    padding-left: 100px;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 5px #000;
}

.navbar a {
    color: #cacaca !important;    
    font-size: 11.65pt !important;
    font-weight: bold !important;
}

.navbar a:hover {
    opacity: 1;
    /* background-color: #111111 !important; */
}

.navbar-brand img {
    margin-top: 4px;
}

.navbar-nav {
    margin-top: 27px;
}

.active {
    border-bottom: 2px solid rgb(0, 82, 155) !important;
}

.active a{
    color: #292929 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: white !important;
}

.navbar-us-flag {
    float: left;
    border-right: 1px solid #979797 !important;
    /* padding-right: 10px; */
}
.navbar-spain-flag {
    float: left;
    margin-left: 10px;
}

.navbar-flag {
    margin-top: 13px;
}

.navbar-flag img {
    width: 70%;
}

@media only screen and (max-width:1320px){ 
    .navbar {
        padding-left: 56px;
    }
}

@media only screen and (max-width:1270px){
    .foot-input input {
        width: 140px !important;
    }
    .navbar {
        padding-left: 10px;
    }
}

@media only screen and (max-width:1214px){ 
    .navbar-default .navbar-nav>li>a {
        font-size: 11px !important;
    }
}

@media only screen and (max-width:1210px){
    .navbar {
        padding-left: 10px;
    }
    .foot-input input {
        width: 120px !important;
    }
}

@media only screen and (max-width:1167px){
    .navbar-default .navbar-nav>li>a {        
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot-input .btn-send {
        width: 60px !important;
    }
    
}

@media only screen and (max-width:1106px){
    .navbar-default .navbar-nav>li>a {        
        padding-left: 6px;
        padding-right: 6px;
    }

    .foot-input input {
        width: 110px !important;
    }
}

@media only screen and (max-width:1061px){ 
    .navbar-header{
        width: 30% !important;
    }
    .navbar-brand img {
        width: 96% !important;
        margin-top: 16px !important;
    }

}

@media only screen and (max-width:1020px){
    .foot-input input {
        width: 100% !important;
    }
    .foot-input .btn-send {
        width: 100% !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width:1012px){
    .navbar-default .navbar-nav>li>a {        
        font-size: 11px;
    }
}

@media (max-width: 992px){
    .navbar-brand img {
        width: 337px !important;
    }

    .response {
        margin-top: 15px !important;
    }

    .foot-tab {
        display: none;
    }

    .navbar-toggle {
        display: inherit !important;
        position: absolute;
        right:0;
        margin-top: 37px;
        margin-right: 29px;
        border: 0px;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-collapse {
        background: white !important;
        z-index: 10000;
        padding: 0 40px;
        margin-top: 108px;
        position: absolute;
        width: 100%;
        left: 0px;
    }

    .navbar-collapse.collapse {
        display:none !important;
    } 

    .navbar-collapse.in{
        display: block !important ;
        /* width: 100%; */
    }

    .navbar-nav > li {
        position: relative;
        display: block;
        width: 100%;
    }
    
    .navbar-right{
        float: left !important;
        left:0px;
        width: 100%;
    }

    .active {
        border-bottom: 2px solid rgb(0, 82, 155) !important;
        width: 160px !important;
    }

    .navbar-nav {
        margin-bottom: 25px;
    }
    .navbar-flag img {
        margin-left: 8px;
    }
    .navbar-spain-flag {
        margin-left: 0px;
    }
}

@media only screen and (max-width:769px){
    .logoimage {
        margin-left: 42%;
    }
    .navbar-header {
        height:108px;
    }
    .navbar-toggle {
        margin-top: 37px;
        margin-right: 5px;
        z-index: 1000;
    }
    .navbar-collapse {
        background: white !important;
        z-index: 10000;
        padding: 0 40px 0 60px;
        margin: 0px;
        width: 105% !important;
    }
    .navbar-brand img {
        width: 72%;
        margin-top: 12px;
    }
}

@media only screen and (max-width:992px){
    .home-window {
        display: none !important;
    }
    .attorneys-window {
        display: none !important;
    }

    .news-window {
        display: none !important;
    }
}

@media only screen and (max-width:590px){
    .logoimage {
        margin-left: 22%;
    }
 }

@media only screen and (max-width:450px){ 
    .navbar-header .navbar-brand {
        width: 78%;
    }
    .navbar-header .navbar-brand img {
        width: 90%;
    }
    .navbar-brand img {
        width: 230px !important;
    }
    .logoimage {
        margin-left: 12%;
    }

}

.list-group-item:hover {
    cursor: pointer;
}

.list-group-item {
    font-size: 12px;
    width: 200px;
    margin-left: 20px;
}


/* header section */
.header {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 798px;
    padding-top: 106px; 
}

.header-left{
    /* background-color: rgba(00, 82, 155, 0.8); */
    background-color: rgba(00, 00, 00, 0.5);
    height: 692px;
    /* padding-left: 100px;
    padding-right: 150px;      
    padding-top: 10%; */
    padding: 0px;
    box-shadow: inset 0 0 200px black ;    
    
}

.header-detail {
    height: 100%;    
    margin-right: 100px;
    padding: 0px 50px;
    background: linear-gradient(237.78deg, #005FB8 19.38%, #002A52 120.57%);
}
.header-image-shodow {
    box-shadow:         inset 0 0 400px black;   
    height: 692px;

}
.header-detail-content {
    position: absolute;
    left: 10%;
    bottom: 53px;
    width: 63%;
    padding-right: 26px;
}

.header-detail-title {
    position: absolute;
    /* margin-left: -262px; */
    margin-bottom: 20px;
    left: 10%;
    top: 120px;
    width: 65%;
}
.header h3 {
    color: white;
    /* font-size: 25pt; */
    margin-top: 0px;
    font-family: 'OpenSans-light' !important;
    font-weight: 100 !important;
}

.for-mobile {
    display: none;
}

.logo-mark {
    width: 50px;
    height: 50px;
    background: white;
    position: absolute;
    left: 50%;
    /* top: -1%; */
    z-index: 1000;
    margin-top: -27px;
    border-radius: 50px;
    text-align: center;    
    margin-left: -26px;
}

.logo-mark span {
    font-size: 36px;
    color: #09589f;
}

@media only screen and (max-width:1592px){
    .header-left-content span{
        position: absolute;
        top: 280px !important;
        font-size: 16px !important;
        padding-right: 100px;
        font-family: Raleway-Light !important;
    }
}

@media only screen and (max-width:1380px){ 
    /* .header-left {
        padding-top: 6% !important;
    } */
    .header-left-content span{
        position: absolute;
        top: 280px !important;
        font-size: 16px !important;
        padding-right: 50px;
        font-family: Raleway-Light !important;
    }
    .header-left{
        /* background-color: rgba(00, 82, 155, 0.8); */
        background-color: rgba(00, 00, 00, 0.5);
        height: 740px;
        /* padding-left: 100px;
        padding-right: 150px;      
        padding-top: 10%; */
        padding: 0px;
        box-shadow: inset 0 0 200px black ;    
        
    }
    .head-left-main h2{
        font-family: OpenSans-light !important;
        font-style: normal;
        font-weight: 300;
        font-size: 38px !important;
        color: #FFFFFF;
        margin-top: 35px !important;
    }
}

@media only screen and (max-width:992px){    
    /* .header-left {
        padding: 13% 4% 0% !important;    
    }  */
    .header h1 {        
        font-size: 38.96pt;
    }
    .header p {
        font-size: 17px;
    }
    .header-left{
        /* background-color: rgba(00, 82, 155, 0.8); */
        background-color: rgba(00, 00, 00, 0.5);
        height: 750px;
        /* padding-left: 100px;
        padding-right: 150px;      
        padding-top: 10%; */
        padding: 0px;
        box-shadow: inset 0 0 200px black ;    
        
    }

    .header-button {
        font-size: 11.04pt !important;
    }

    .location img {
        margin-top: 20px;
    }
}

@media only screen and (max-width:769px){
    .for-window {
        display: none;
    }
    .for-mobile {
        display: inherit;
    }
    .for-mobile img{        
        width: 100%;
        height: auto;  
        padding-top: 110px;
    }
    .header-title {
        text-align: center;
        background: red;
        padding: 20px;
    }
    .header-title h1 {
        color: white;
        margin: 0px;    
        font-weight: 100;    
    }

    .header-title span {
        font-weight: bold !important;
    }
    .header-content {
        text-align: center;
        background: #005fb8;
        padding: 10px;
    }
    .header-content p {
        color: white;        
    }
    .header-content hr {        
        width: 129px;
        border-bottom: 3px solid white;
    }

    .mobile-header-btn { 
        margin-top: 39px;
        margin-bottom: 35px;
        color: white;
        background: transparent;
        border: 2px solid white;
        font-family: 'Raleway-Bold' !important;
    }
    .mobile-header-btn:hover{
    background-color: transparent !important;
    border-color: rgb(0, 82, 155) !important;
    color: rgb(0, 82, 155) !important; 
    }
}

/* Practise area */
.practise {
    text-align: center;
    padding: 100px;
    padding-bottom: 50px;
}

.practise hr, .recognition hr {
    border: 2px solid #292929;
    width: 211px;
    margin-top: 0px;
}

.desktop-practise hr {
    border: 1px solid white;
}

@media screen and (min-width: 1463px){
    .desktop-practise hr{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -150%);
    }
}

@media screen and (min-width: 991px){
    .desktop-practise hr{
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -150%);
    }
}

.header-button {
    background: transparent;
    border: white solid 2px;
    color: white;
    margin-top: 18px;
    font-size: 17.04pt;
    font-weight: bold;
}

.header-left p {
    margin-top: 18px;
    font-weight: 100;
    
}

.header-button:hover {
    background-color: transparent !important;
    border: rgb(0, 82, 155) solid 2px !important;
    color: rgb(0, 82, 155) !important;
}

.header p {
    color: #fff;
    font-weight: 100;
    margin-top: 0px;
    font-family: Raleway-Light !important;
    font-size: 17px;
}

.practise h1, .recognition h1 {
    font-size: 25pt;
    font-weight: bold;
}

.practise h3 {
    font-size: 19.35pt;    
    margin-top: 30px;
    color: white;
    font-weight: bold;
}
.practise p {
    font-size: 11.95pt;
    color: white;
    margin-top: 8px;
    font-weight: 500;
    justify-content: center;
}

.practise-layout-odd {
    padding: 40px 30px 120px;
    background:#4080b9;
}

.practise-layout-odd hr {
    width: 74px;
    border-bottom: 2px solid white;
    margin-bottom: 40px;
}

.practise-layout {
    padding: 40px 30px 120px;
    background:#5897cf;
}

.practise-layout hr {
    width: 74px;
    border-bottom: 2px solid white;
    margin-bottom: 40px;
}
.practise-row {
    margin-top: 50px;
    display: flex;
}

.btn-practise {
    background-color: transparent;
    color: white;
    border: 2px solid #fff !important;
    margin-top: 40px;
    position: absolute;
    margin-left: -63px;
    margin-bottom: 20px;
    left: 50%;
    bottom: 40px;
    font-size: 14px;
    font-weight: bold !important;
}

.btn-practise:hover {
    background-color: transparent !important;
    border-color: rgb(0, 82, 155) !important;
    color: rgb(0, 82, 155) !important;
}

.practise-detail-content {
    font-size: 14pt;
    font-weight: 500;
    justify-content: center;
}

@media only screen and (max-width:1390px){ 
    .practise {        
        padding: 100px 10px 50px;
    }
}

@media only screen and (max-width:991px){ 
    .practise-row{
        display: initial;
    }
    .practise {
        padding: 100px;
        padding-bottom: 50px;
    }
    .practise-layout-odd, .practise-layout {
        margin-top: 20px
    }
}

@media only screen and (max-width:730px){ 
    .practise-layout-odd, .practise-layout {
        padding-left: 0px;
        padding-right: 0px;
    }
    .practise h3 {
        font-size: 15.35pt;
    }
}

@media only screen and (max-width:570px){ 
    .practise h3 {
        font-size: 11.35pt;
    }

    .mobile-practise img {
        width: 50%;
    }
}

@media only screen and (max-width:460px){ 
    .practise h3 {
        font-size: 9.35pt;
    }

    .mobile-practise img {
        width: 50%;
    }
    .practise h1 {
        font-size: 28px;
    }
    .practise-title-line {
        width: 180px !important;
    }
}


/* about us */
.aboutus .container-fluid, .aboutus .row {
    padding: 0px;
    margin: 0px;    
}

.aboutus-content {
    padding: 100px;
}

.btn-aboutus {
    background-color: transparent;
    color: #292929;
    border: 1px solid #292929 !important;
    float: right;
    font-size: 14px;
    font-weight: bold !important;
    height: 32px;
}

@media screen and (max-width: 769px){
    .btn-aboutus{
        float: none;
    }
}

.btn-aboutus:hover {
    background-color: transparent !important;
    color: rgb(0, 82, 155) !important;
    border: 1px solid rgb(0, 82, 155) !important;
}

.aboutus-mma{
    background-image: url("../images/mmcbg.png");   
    height: 100%;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.aboutus-mma-bgOpacity{
    text-align: center;
    padding: 100px;
    background: rgba(0, 0, 0, 0.7);
}

.aboutus-mma H3, .aboutus-mma h5, .aboutus-mma p {
    color: white;
}

.aboutus-mma hr {
    border: 1px solid white;
    width: 61px;
    margin-top: 0px;
}

.aboutus h3 {
    font-size: 19.85px;
    font-weight: 700 !important;
    margin-bottom: 0px;
    font-family: "Raleway" !important;
    color: #292929 !important;
    line-height: 24px;
}

.aboutus-line hr {
    color: black;
    border: 1px solid black;
    margin-top: 0px;
}

.aboutus-line {
    width: 43px;
}

.aboutus p {
    font-size: 15px;
    font-weight: 500;
    font-family: "Raleway" !important;
}

.aboutus-mma-bgOpacity p{
    font-size: 13.99pt;
    font-weight: 300;
}
.aboutus-mma-bgOpacity h3 {
    font-size: 14.99pt !important;
    font-weight: 500;
    color: white !important;
} 

.desktop-aboutus {
    display: flex;
    background-color: #eee;
}

@media (max-width:1230px){
    .aboutus-mma-bgOpacity {
        padding: 70px
    }
    .aboutus-content {
        padding: 70px;
    }
}

@media (max-width:1078px){
    .aboutus-mma-bgOpacity ,.aboutus-content{
        padding: 70px 40px;
    }    
}

@media (max-width:950px){
    .aboutus-mma-bgOpacity ,.aboutus-content{
        padding: 50px 20px;
    }    
}

@media (max-width:440px){
    .aboutus-mma .col-xs-4{
        width: 100%;
        margin-top: 20px;
    }
}


/* quote section */

.quote {
    text-align: center;
    padding: 50px 0px;
}

.quote i {
    font-size: 31px;
    color: #00529b;
}

.quote h1 {
    margin: 10px;
    font-size: 25px;
    font-weight: bold;
}

.quote hr {
    border: 2px solid black;
    width: 258px;
    margin-top: 0px;
}



.sashaimg {
    margin-top: 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.quote p {
    font-size: 18pt;
    font-weight: 500;
}

.quote span {
    font-style: italic;
    font-size: 18px;
    margin: 0px;
}

.quote-content .fa-quote-left{
    position: relative;
    left: -50%;    
    top: 17px;
    margin-right: 24px;
}

.quote-content .fa-quote-right {
    position: relative;
    right: -50%;
    /* margin-bottom: -36px; */
    bottom: 26px;
}

.quote-content {
    padding: 0px 104px;
}
/* ourteam section */
.ourteam {
    background: white;
    text-align: center;
    padding: 50px;
}

.ourteam .container-fluid {
    padding: 0px 0%;
}

.ourteam h1 {
    font-size: 25pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.ourteam hr {
    border: 2px solid black;
    width: 92px;
    margin-top: 0px;
}

.teamdetail-container {
    margin-top: 50px;
}

.card {
    width: 100%;
    background: #ebebeb;
    padding: 20px;
}

.card-even {
    background: #eeeeee;
}

.card img {
    width: 88%;
    height: 100%;
    border-radius: 50%;

}
.card-body hr{
    margin-top: 10px;
    width: 32px;
    border: 1px solid black;
}

.card-body h5 {
    font-size: 18px !important;
    margin: 0px;    
    font-weight: bold !important;
    font-family: 'Raleway-Bold' !important;
}

.card-body i {
    /* color: #00529b; */
    margin-right: 10px;
}

.card-body p {
    font-weight: 100;
    font-size: 12px;    
    margin: 0px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0px;
}

.col-xs-5ths {
    width: 14.2%;
    float: left;
}

@media (max-width: 1510px) {
    /* .card-body p, .card-body h5{
        font-size: 18px !important;
    } */
}

@media (max-width: 1313px) {
    .card-body p, .card-body h5{
        font-size: 18px !important;
    }
}

@media (max-width: 1120px) {
    /* .card-body p, .card-body h5{
        font-size: 8pt !important;
    } */
    .ourteam{
        padding: 50px 0px;
    }
}
@media (max-width: 998px) {
    .card-body p, .card-body h5{
        font-size: 16px !important;
    }
    .ourteam{
        padding: 50px;
    }
    .card-body {
        margin-bottom: 30px;
    }
}

@media (min-width: 769px) {
    .col-sm-5ths {
        width: 14.2%;
        float: left;
    }

    .consultation h1,.consultation hr {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .home-mobile {
        display: none !important;
    }
    .attorneys-mobile {
        display: none !important;
    }
    .news-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 14.2%;
        float: left;
    }

}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 14.2%;
        float: left;
    }
}


/* consultation */

.consultation {
    background-image: url("../images/consultbackground.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;   
    padding: 0;
}

.consultation h1 {
    font-size: 25pt;
    font-weight: bold;
}

.consultation-form {
    text-align: left;
    color: white;
    padding-left: 100px;
    padding-top: 100px;
    padding-right: 50px;
}

@media screen and (min-width: 1500px){
    .consultation-form{
        padding-right: 100px;
    }
}

@media screen and (max-width: 991px){
    .consultation-bg{
        display: none;
    }
}

.consult-buttom-line {
    width: 110px;
}

.consultation-form hr {
    border: 2px solid white;
    /* width: 45%; */
    /* float: left; */
    margin-top: 0px;
 }

 .consultation .form {
     /* float: left; */
     margin-top: 50px;
 }

 .consultation select {
     width: 100%;
     height: 43px;
     padding: 10px;
     color: rgba(00, 00, 00, 0.8);
     font-family: 'OpenSans-Regular';
 }

 .consultation .form input{
     width: 100%;
     padding: 10px;
     padding-left: 15px;
     color: black;
 }
 .consultation .form textarea  {
    width: 100%;
    padding: 10px;
    padding-left: 15px;
    color: black;
    height: 155px;
 }

 .btn-consult{
    background-color: transparent;
    color: white;
    border: 2px solid white !important;
    margin-top: 23px;
    width: 80px;    
    float: right;
    font-size: 11.52px;
    font-family: 'Raleway';
    font-weight: bold;
 }

 .btn-consult:hover {
    background-color: transparent !important;
    border-color: black !important;
    color: black !important;
 }

 /* location */
 .location {
     padding: 50px;
     text-align: center;
 }

 .location .container-fluid{
     padding: 0px 46px;

 }

 .location h3 {
     font-size: 19.85px;
     font-weight: bold;
     color: #4A4A4A !important;
     font-family: 'Raleway' !important;
 }

 .location hr {
    border: 1px solid black !important;
    width: 82px;
    margin-top: 0px;
 }
 /* .location p {
     margin-bottom: 0px;
     font-size: 14.79pt;
 } */


 /* foot-detail */

 .foot-detail {
     padding: 50px 100px;
     background: #232728;
     text-align: left;
     float: left;
     width: 100%;
 }

.foot-detail h5{
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.foot-detail p {
    color: white;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    font-family: 'OpenSans-Light'
}

.foot-detail hr {
    border: 1px solid #4080b9;
}

.foot-detail .btn-contactus {
    background-color: transparent !important;
    color: white;
    border: 1px solid white !important;
    margin-top: 15px;
    width: 130px;
    margin-bottom: 15px;
    font-size: 11.52px !important; 
    letter-spacing: 2px;
    font-family: 'Raleway-Bold' !important;
}

.foot-detail .btn-contactus:hover {
    color: white;
}

.foot-hr{
    width: 80px;    
    
}

.foot-hr hr {
    margin-top: 0px;
}

.useful-tweet {
    color: #ffffff;
    /* font-size: 15px; */
    margin-right: 10px;
    font-size: 21px !important;
    margin-left: -29px;
}

.foot-input {
    margin-top: 20px;
}

.foot-input input {
    padding: 2px;
    padding-left: 10px;
    border: 1px solid white;
    color: white;
    background: transparent;
    width: 70%;
    float: left;
    height: 34px;    
  
}

.foot-input .btn-send {
    /* float: left; */
    width: 70px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #4080b9;
    color: white;
}
.foot-input {
    margin-bottom: 20px;
}

/* .followus {
    margin-top: 40px;
} */

.newsletter-icon {
    color: #fff;
    font-size: 21px !important;
    margin-right: 6px;
}

.newsletter-icon:hover{
    cursor: pointer;
}

.footer {
    text-align: center;
    padding: 30px;
    background: #00529b;
    color: white;
    float: left;
    width: 100%;
}

.footer h5 {
    font-size: 12.41px;
    /* font-weight: 500; */
    font-family: 'Raleway' !important;
    margin: 3px;
}
 


/* mobile responsive */
@media only screen and (max-width:769px){
    /* .practise aree */
    .practise {
        padding: 19px 0 0 0;
    }
    .practise-row {
        margin-top: 42px;
        display: flex;
    }
    .desktop-practise {
        display: none;
    }

    .mobile-practise hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .practise-layout, .practise-layout-odd {
        padding: 33px 22px 32px;     
    }

    /* about us */
    .aboutus {
        margin-top: 40px;
    }
    .desktop-aboutus{
        display: none;
    }

    .mobile-aboutus {
        text-align: center;
    }
    .aboutus-content {
        padding: 40px 0px 0px !important;
    }

    .aboutus-content hr {
        border: 1px solid black;
        width: 75px;
        margin-top: 10px;
        margin-bottom: 0px;    
    }
    .mobile-aboutus-detail {
        margin-top: 50px;
        padding: 0px 142px 40px;
        /* padding: 0px 40px 40px; */
    }

    .mobile-aboutus-detail p {
        justify-content: center
    }
    .quote {
        display: none;
    }
    .ourteam {
        display: none;
    }
    .ourteam-mobile {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .ourteam-mobile hr {
        border: 1px solid black;        
        width: 82px;
        margin-top: 0px;
    }
    .team-member-mobile {
        background: #eeeeee;
        text-align: left;
        padding: 26px 99px;
        width: 65%;
        float: left;
    }
    .team-member-mobile h3 {
        margin: 0px;
        margin-bottom: 5px;
    }
    .member-photo {
        float: left;
        border-radius: 50px;
    }
    .member-photo img {
        border-radius: 50%;
        width: 240px;
        margin-left: -65px;
        margin-top: -23px;     
        box-shadow: 1px 6px 6px #888888;   
    }
    .even-content {
        float: right;
        text-align: right;
    }    
    .even-img {
        position: relative;
        left: 21%;
    }
    .member-layour {
        margin-top: 50px;
    }
    .mobile-quote {
        text-align: center;
        padding: 20px 36px;
    }

    .mobile-quote .container {
        width: 100% !important;
    }
    .mobile-quote hr {
        width: 112px;
        border: 1px solid black;
        margin-top: 0px;
    }
    .newsiconleft {
        font-size: 30px !important;
        color: #00529b;
        margin: 0px 10px 0px -11px;
    }
    .newsiconright {
        font-size: 30px !important;
        color: #00529b;
        margin: 0px -11px 0px 11px;
    }
    .consultation {
        padding: 70px;
    }
    .contact-btn-mobile {
        text-align: right;
    }
    .location {
        display: none;
    }
    .foot-detail {
        display: none;
    }
    .foot-detail-mobile {
        background: #232728;
        text-align: left;
        color: white;
        padding: 50px;
        float: left;
        width: 100%;
    }
    .foot-detail-mobile hr {
        width: 100%;
        border: 1px solid white;
        margin: 0px;
    }
    .foot-detail-mobile .fa {
        font-size: 26px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .consultation-form {
        padding: 0px;
    }
    .consultation h1, .consult-buttom-line {
        margin-left: 15px;
    }
}

.fa-facebook:hover{
    cursor: pointer;
}

.fa-twitter:hover{
    cursor: pointer;
}

.fa-instagram:hover{
    cursor: pointer;
}

@media only screen and (min-width:769px){
    .mobile-practise {
        display: none;
    }
    .mobile-aboutus{
        display: none;
    }
    .ourteam-mobile {
        display: none;
    }
    .mobile-quote {
        display: none;
    }
    .foot-detail-mobile {
        display: none;
    }
}

@media only screen and (max-width:686px){
    .team-member-mobile{
        padding: 26px 66px;
    }
    .quote-content {
        padding: 0px 50px;
    }
    .mobile-aboutus-detail {
        /* margin-top: 50px; */
        /* padding: 0px 142px 40px; */
        padding: 0px 40px 40px;
    }
}

@media only screen and (max-width:645px){
    .team-member-mobile{
        padding: 26px 35px;
    }
}

@media only screen and (max-width:590px){
    .team-member-mobile{
        padding: 26px 35px;
    }
    .team-member-mobile h3 {
        font-size: 19px;
    }
    .member-photo img {
        width:200px;
    }
    .mobile-quote h1{
        font-size: 31px;
    }
    .quote-content {
        padding: 0px 30px;
    }
}

@media only screen and (max-width:525px){
    .consultation{
        padding: 70px 43px;
    }
    .consultation h1, .consult-buttom-line {
        margin-left: 15px;
        font-size: 25px;
        width: 60%;
    }
}

@media only screen and (max-width:470px){
    .team-member-mobile{
        padding: 18px 17px;
    }
    .team-member-mobile h3 {
        font-size: 19px;
    }
    .member-photo img {
        width:180px;
        margin-top:-14px;
    }
    .quote-content {
        padding: 0px 20px;
    }

}

@media only screen and (max-width:420px){
    .team-member-mobile{
        padding: 18px 17px;
    }
    .team-member-mobile h3 {
        font-size: 14px;
    }
    .member-photo img {
        width: 166px;
        margin-top: -19px;
    }

    .consultation{
        padding: 70px 25px;
    }
    .foot-detail-mobile .col-xs-6 {
        width: 100%;
        text-align: center;
    }

    .foot-detail-mobile hr {
        display: none;
    }
}

@media only screen and (max-width:350px){
    .team-member-mobile{
        padding: 18px 17px;
    }
    .team-member-mobile h3 {
        font-size: 12px;
    }
    .member-photo img {
        width: 154px;
        margin-top: -15px;
    }
}

.header-left {
    /* width: 538px !important; */
}

.logoimage{
    opacity: 1 !important;
}

.foot-tab {
    text-align: center;
    margin-bottom: 29px;

}

.foot-tab span {
    padding: 0px 24px;
    border-right: 1px solid white;
}

.foot-tab p span span{
    width: 100%;
    height: 30px;
    padding: 0;
    border:none;
    padding-bottom: 10px;
}

.foot-tab p {
    margin: 0px;
    font-weight: 600;
    font-size: 12.88px;
}

.title-font {
    font-size: 35px;
    font-weight: 100;
    font-family: 'OpenSans-light';
}

.phone-number {
    font-family: 'OpenSans-Light';
}

.email {
    font-weight: bold;
}

.location p {
    font-family: 'OpenSans-Regular';
}

.mobile-practise hr {
    border: 1px solid white;
}

.mobile-quote p{
    font-family: 'OpenSans-itac' ;
}

.team-member-mobile h3 {
    font-family: 'OpenSans-Light'; 
}



.quote-detail-font {
    font-family: 'Raleway-Italic' !important;
    font-size: 22px !important;
}

.title-font {
    font-family: 'Raleway';
}

.navbar-nav>li>a {
    font-family: 'Raleway';
    /* color: #292929 !important; */
    font-size: 12.88px !important;
    font-weight: 600 !important;
}

.active a {
        color: #292929 !important;
        font-size: 14px !important;
        font-weight: bold !important;
}

h1 {
    font-family: 'Raleway' !important;
    font-size: 25px !important;
    color: #292929 !important;
}

.practise h3 {
    font-size: 20px !important;
    font-family: 'Raleway' !important;
    font-weight: bold;
}

.practise-p-font {
    font-size: 12px !important;
    font-family: 'Raleway' !important;
    font-weight: 500 !important;
}

.practise-detail-content {
    font-size: 14px !important;
    font-family: 'Raleway' !important;
    font-weight: 500 !important;
    margin-top: 50px !important;
}

.card-body p {
    font-family: 'OpenSans-light' !important;
    font-size: 12px !important;
    font-weight: 100 !important;
}

.card-title {
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
}

.email {
    font-weight: 600px;
    font-family: 'OpenSans-itac' !important;
}

.location p {
    color: #4A4A4A !important;
   font-family: 'Open Sans' !important;
   font-size: 15px;
   font-weight: 400;
   color: #4A4A4A;

}

.consultation h1 {
    font-size: 20px !important; 
    color: white !important;
}

.foot-font-color {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Raleway' !important;
    font-weight: 500 !important;
    font-size: 12px !important; 
}

.foot-font-color1 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'OpenSans-Regular' !important;
    /* font-weight: 500 !important; */
    font-size: 12px !important; 
}

@media (max-width:992px){
    .header-detail-title {
        top: 120px;
    }
    .header-detail-content {
        bottom: 53px;
    }
}

.header-btn {
    float: right;
    margin-top: 40px;
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
    font-size: 14px;
    font-family: 'Raleway-Bold';
}

.header-btn:hover {
    background-color: transparent !important;
    border-color: rgb(0, 82, 155) !important;
    color: rgb(0, 82, 155) !important; 
}

.aboutus-mma h5 {
    font-size: 15.34px;
    font-family: 'Raleway-Bold';
    font-weight: bold;
}

.aboutus-mma p {
    font-size: 12.34px;
    font-family: 'Raleway';
    font-weight: 300;
}

.foot-detail p {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    font-family: 'OpenSans-Light'
}

.navbar-brand img {
    width: 333px;
    margin-top: 20px;
}

@media (max-width:480px){ 
    .practise h3 {
        font-size: 14px !important;
    }
    .practise-layout-odd hr,.practise-layout hr {
        width: 50px;
    }
    h3, h1 {
        font-size: 18px;
    }
    .header-content div h3{
        margin-top: 0 !important;
    }
}

@media (max-width:390px){ 
    .practise h3 {
        font-size: 10px !important;
    }
    .practise-layout-odd hr,.practise-layout hr {
        width: 40px;
    }
    .btn {
        font-size: 10px;
    }
}



@media (min-width:500px){ 
    .mobile-footer-img {
        display: none;
    }
}

@media (max-width:500px){
    .mobile-footer-img {
        position: fixed;
        height: 44px;
        /* background: red; */
        /* margin-top: 100px; */
        z-index: 10000;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .mobile-footer-img .container-fluid,.mobile-footer-img .row {
        margin: 0px !important;
        padding: 0px !important;
        height: 44px;
    }

    .mobile-footer-img .fa {
        height: 15px;
        margin-top: 14px;
        color: white;
    }
    .mobile-footer-img .col-4 {
        background-color: #5892C9;
        opacity: 0.85;
        height: 100%;
        width:     32.8888%;
        /* float: left; */
        /* margin: 1px; */
    }
    .navbar-header .navbar-brand img {
        width: 270px !important;
        margin-left: 21px;
        /* margin-top: 129px; */
    }

    .navbar-header .navbar-brand {
        margin-top: 4px;
    }

    .practise h3 {
        font-size: 13px !important;
    }

    .practise-layout-odd hr,.practise-layout hr {
        width: 30px ;
    }

    .centerIcon{
        float: left;
        margin-left: 3px;
    }

    .why-content img{
        width: 60px !important;
    }
}

@media (max-width:390px){
    .mobile-footer-img {
        position: fixed;
        height: 44px;
        /* background: red; */
        /* margin-top: 100px; */
        z-index: 10000;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .mobile-footer-img .container-fluid,.mobile-footer-img .row {
        margin: 0px !important;
        padding: 0px !important;
        height: 44px;
    }

    .mobile-footer-img .fa {
        height: 15px;
        margin-top: 14px;
        color: white;
    }
    .mobile-footer-img .col-4 {
        background-color: #5892C9;
        opacity: 0.85;
        height: 100%;
        width:     32.8888%;
        /* float: left; */
        /* margin: 1px; */
    }
    .navbar-header .navbar-brand img {
        width: 270px !important;
        margin-left: 21px;
        /* margin-top: 129px; */
    }

    .navbar-header .navbar-brand {
        margin-top: 4px;
    }

    .btn {
        font-size: 12px;
    }

    .practise-layout-odd hr,.practise-layout hr {
        width: 30px ;
    }

    .centerIcon{
        float: left;
        margin-left: 3px;
    }
}

@media(max-width:380px){
    .centerIcon{
        float: left;
        margin-left: 2px;
    }
}

.navbar-nav>li>a {
    padding-bottom: 7px !important;
}

.icon-btn {
    background-color: transparent;
    border: 0px;
}

.email {
    font-family: 'OpenSans-SemiBoldItalic' !important;
    font-weight: 600 !important;
}

.location p {
    font-family: 'OpenSans-Regular' !important; 
}

.foot-tab span {
    font-family: 'Raleway-SemiBold' !important;
    font-size: 12.88px !important;
}

.foot-detail h5 {
    font-family: 'Raleway-Bold' !important;
}

.foot-meet-font{
    font-family: 'Raleway' !important;
}

.usefull-font {
    font-family: 'Raleway' !important;
}

.footer-sec-section {
    font-family: 'OpenSans-Bold' !important;
    font-weight: 700 !important;
}

.foot-email-font {
    font-family: 'Raleway-Light' !important;
}

/* .for-mobile {
    background-image: url("../images/Mobile-header.png");
} */

.card-body .outteam-email-font {
    font-family: 'OpenSans-SemiBoldItalic' !important;
    font-weight: bold !important;
    font-style: italic;
}

.mobile-aboutus h3 {
    font-family: 'Raleway-Bold' !important;
    /* font-size: 10px !important; */
    font-weight: bold;
}
.mobile-aboutus-detail h1 {
    font-size: 25px !important;
    font-family: 'Raleway-Bold' !important;
    /* font-size: 10px !important; */
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 0.36px !important;

}

.mobile-aboutus-detail p {
    font-family: 'Raleway' !important;
}

.ourteam-mobile h1 {
    font-family: 'Raleway-Bold' !important;
    font-weight: bold;
}

.team-member-mobile h3 {
    font-family: 'Raleway-Bold' !important;
    font-weight: bold;
}

.team-member-mobile .title {
    font-family: 'OpenSans-light' !important;
    /* font-size:  */
    font-size: 100 !important;
    opacity: 0.7;

}

.team-member-mobile .mobileteam-email {
    font-family: 'OpenSans-SemiBoldItalic' !important;
    font-weight: bold !important;
    font-style: italic;
}

.foot-detail-mobile h5 {
    font-family: 'Raleway-SemiBold' !important;
}

.phone-number {
    letter-spacing: 2.38px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 12.88px !important;
    font-family: 'Raleway-SemiBold' !important;
}

.active a {
    font-size: 14px !important;
    font-family: 'Raleway-SemiBold' !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Raleway' !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Raleway' !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-family: 'Raleway' !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-family: 'Raleway' !important;
  }

@media (max-width: 1378px){
    .header-left {
       width: 454px;
   }
}



  /*-------------------------------------*/

.personal-head-content{
    height: 188px;
    width: 100%;
    box-shadow: inset 0px 1px 200px rgba(0, 82, 155);
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}


.head-left{
    width: 52%;
    height: 100%;
}

.head-mobile{
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1500px){
    .head-left{
        width: 64%;
    }
}

.head-left-main{
    height: 100%;
    background: linear-gradient(180deg, #7481DD 0%, #4080B9 100%);
    box-shadow: inset 0px 1px 200px rgba(105, 105, 105, 0.5);
    padding-left: 60px;
    color: white;
}

.head-main-mobile{
    height: 100%;
    background: linear-gradient(180deg, #7481DD 0%, #4080B9 100%);
    box-shadow: inset 0px 1px 200px rgba(105, 105, 105, 0.5);
    padding-left: 60px;
}

.head-left-main h2{
    font-family: OpenSans-light !important;
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    color: #FFFFFF;
    margin-top: 42px;
}

.head-left-main h3{
    font-size: 40px;
    margin-top: 110px;
    margin-bottom: 50px;
}

.head-main-mobile h2{
    font-family: OpenSans-light !important;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    margin-top: 0;
}

.head-left-main p{
    font-family: OpenSans-light !important;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;    
    mix-blend-mode: normal;
    opacity: 0.7;
}

.head-left-main span{
    font-family: Raleway-Light !important;
    font-size: 17px;
}

.head-main-mobile p{
    font-family: OpenSans-light !important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;    
    mix-blend-mode: normal;
    opacity: 0.7;
}

.head-left-rest{
    background: #6D80D8;
    mix-blend-mode: normal;
    height: 100%;
    opacity: 0.6;
}

.mid-left-content{
    padding-top: 133px;
    padding-left: 15%;
    padding-right: 14%;
    padding-bottom: 10%;
    color: black;
}

.mid-left-content hr{
    border:1.2px solid black;
    margin-left: 0;
    margin-top: 5px;
}

.mid-left-content h4{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    margin: 0;
}

.mid-left-content p{
    font-family: Raleway !important;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
}

.mid-left-content h5{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 60px;
}

.btn-personal{
    float: right;
    width: 130px;
}

.mid-right-content{
    padding-left: 5%;
    padding-right: 11%;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    /* or 170% */
    letter-spacing: 0.4px;
    color: #00529B;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px){
    .mid-right-content{
        padding-left: 15%;
    }
    .quote_back{
        bottom: 60px !important;
        right: -40px !important;
    }
}

.mid-right-content h4{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.48px;
}

.personal-quote-content{
    position: relative;
}

.personal-quote-content h6{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.sign{
    float: right;
    margin-top: 30px;
}

.sign h6{
    font-size: 16px;
}

@media screen and (max-width: 1240px){
    .aboutus-video{
        width: 600px !important;
        height: 342px !important;
    }
}

@media screen and (max-width: 1100px){
    .aboutus-video{
        width: 500px !important;
        height: 285px !important;
    }
}

@media screen and (max-width: 900px){
    .aboutus-video{
        width: 400px !important;
        height: 229px !important;
    }
}

@media screen and (max-width: 560px){
    .aboutus-video-mobile{
        height: 250px !important;
    }
}

@media screen and (max-width: 420px){
    .aboutus-video-mobile{
        height: 200px !important;
    }
}

@media (max-width:1230px){
    .aboutus-mma-bgOpacity {
        padding: 70px
    }
    .aboutus-content {
        padding: 70px;
    }
}




/*------------------- aboutus*/

.header-container{
    background-size: cover;
    background-position: top center;
}

.header-left-content{
    height: 100%;
    color: white;
    font-family: Raleway;
    padding-left: 10%;
    padding-top: 90px;
    padding-right: 50px;
    position: relative;
}

@media screen and (min-width: 1500px){
    .header-left-content{
        padding-right: 100px;
    }
}

.header-left-content h3{
    margin-left: 15px;
    font-size: 35px;
    font-weight: bold;
}

.header-left-content h4{
    margin-left: 15px;
    font-size: 35px;
}

.header-left-content span{
    position: absolute;
    top: 280px;
    font-size: 17px;
    padding-right: 50px;
    font-family: Raleway-Light !important;
}

.why-content{
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 70px;
}

.why-content img{
    width: 80px;
}

.why-content h2{
    font-size: 26px;
    font-weight: bold;
}

.why-content p{
    font-size: 18px;
    color: black;
}

.recognition img{
    width: 220px;
}

@media screen and (max-width: 350px){
    .recognition img{
        width: 150px;
    }
}

.logo-group{
    padding: 100px 150px;
    background-color: #eeeeee;
    margin-top: 40px;
}

@media screen and (max-width: 1000px){
    .logo-group{
        padding: 80px 60px;
    }
}

@media screen and (max-width: 767px){
    .logo-group{
        padding: 10px;
    }
    .border-div{
        border: none !important;
    }
}

@media screen and (max-width: 1260px){
    .head-font-control h2{
        font-size: 38px !important;
    }
}

@media screen and (max-width: 1095px){
    .head-font-control h2{
        font-size: 34px !important;
    }
}

@media screen and (max-width: 1000px){
    .head-font-control h2{
        font-size: 32px !important;
    }
}

.footer-active{
    border-bottom: 2px solid #4080b9 !important;
}

@media screen and (max-width: 1154px){
    .left-container-fix{
        width: 758px;
    }
}

.practice-context a{
    color: white;
}

@media screen and (max-width: 593px){
    .practice-context a{
        font-size: 13px;
    }
    .practice-context{
        line-height: 30px !important;
    }
}

@media screen and (max-width: 360px){
    .practice-context{
        width: 100%;
        margin-bottom: 0;
    }
}

.foot-detail-mobile span:hover{
    cursor: pointer;
}

.foot-detail span:hover{
    cursor: pointer;
}

.practice-a{
    color: white;
}

.practice-a:hover{
    text-decoration: none;
}

.attorney-top{
    float: left;
    width: 100%;
    background: linear-gradient(189.24deg, #4875ED -16.78%, #25619D 90.64%);
}

.attorney-left-content{
    margin-top: 33px;
    margin-left: 5%;
    margin-right: 3%;
    margin-bottom: 10%;
    background-color: #eeeeee;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 8%;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.38px;
}

.attorney-left-content h2{
    font-weight: bold;
    font-size: 55px;
    line-height: 65px;
    margin-top: 20px;
}

.attorney-left-content h3{
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
}

.phone-mail{
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 3.47px;
}

.attorney-left-content h4{
    font-family: Raleway-Light !important;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.45px;
    margin-top: 18px;
}

.attorney-left-content h5{
    font-family: Raleway-Semibold !important;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.38px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.attorney-left-content p{
    font-family: Raleway-Light !important;
}

.phone-mail p{
    font-family: OpenSans-SemiBoldItalic !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
}

.comment{    
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    margin-top: 50px;
}

.attorney-left-content hr{
    border: 2px solid #727272;
    width: 95px;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 0;
}

@media screen and (max-width: 767px){
    .attorney-left-content{
        padding-bottom: 140px;
    }
}

.attorney-img{
    width: 110%;
    height: auto;
    margin-top: 70px;
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px){
    .attorney-img{
        width: 80%;
        height: auto;
        margin-top: 0;
        margin-left: 10%;
    }
}

.contact-attorney:hover{
    cursor: pointer;
}

.contact-title{
    padding-top: 100px;
    padding-left: 10%;
    padding-bottom: 0;
}

.contact-title h3{
    font-family: Raleway-bold !important;
    font-size: 30px;
}

.contact-main{
    padding-left: 10%;
}

.contact-main h4{
    font-family: Raleway-Bold !important;
    font-size: 24px !important;
    margin-bottom: 0;
    padding-top: 30px;
}

.contact-main p{
    font-family: OpenSans-Light !important;
    font-size: 16px !important;
}

@media screen and (max-width: 1210px){
    .contact-location{
        left: 28% !important;
    }
}

@media screen and (max-width: 1000px){
    .contact-location{
        left: 40% !important;
        top: 550px !important;
        width: 50% !important;
        height: 300px !important;
    }
}

@media screen and (max-width: 560px){
    .contact-location{
        left: 5% !important;
        top: 900px !important;
        width: 90% !important;
        height: 280px !important;
    }
    .contact_contact{
        margin-top: 320px !important;
    }
}

@media screen and (max-width: 450px){
    .contact-location{
        left: 5% !important;
        top: 900px !important;
        width: 90% !important;
        height: 280px !important;
    }

    /* .active {
        border-bottom: 2px solid rgb(0, 82, 155) !important;
        width: 100% !important;
    } */
}

@media screen and (max-width: 330px){
    .contact-location{
        left: 3% !important;
        top: 860px !important;
        width: 94% !important;
        height: 240px !important;
    }
    .contact_contact{
        margin-top: 280px !important;
    }
}

.follow-logo:hover{
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .follow-logo-group{
        height: 360px !important;
    }
}

@media screen and (max-width: 460px){
    .follow-logo-group{
        height: 360px !important;
    }
    .follow-logo img{
        height: 30px !important;
    }
    .follow-logo{
        margin-bottom: 30px !important;
    }
    .follow-logo-group{
        height: 300px !important;
    }
}

.news_row{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    height: 208px;
    width: 100%;
    position: relative;
    color: white;
    margin-top: 55px;
}

.news_row div{
    padding-left: 70px;
}

.news_row h2{
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 26px;
    text-underline-position: under;
    margin-top: 35px;
}

.news_row hr{
    width: 90px;
    border: 2px solid #fff;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 6px;
    position: absolute;
    bottom: 55px;
    left: 70px;
}

/*---------------dropdown Menu---------------*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px 0 8px !important;
  width: 176px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.dropdown-content p{
    margin: 0;
    padding: 10px 15px;
}

.dropdown-content p:hover{
    cursor: pointer;
    background-color: #eee;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*------------------------------*/