@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}
@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf') format('ttf'), url('../fonts/fontawesome-webfont.woff') format('woff');
    font-style: normal;
}
.fa {
    font-family: 'fontawesome-webfont';
}
/*============global=========*/
body {
    color: #333333;
    font-family: 'Roboto Slab', serif;;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;;
    line-height: 1.6;
    color: #555555;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}
ul li{
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;;
    line-height: 1.6;
    font-weight: 500;
    color: #333333;
}

a {
    text-decoration: none;
    color: #333333;
    transition: all 0.2s linear;
   font-family: 'Roboto Slab', serif;;
    font-weight: normal;
    cursor:pointer;
    font-size:18px;
}

a:hover {
    color: #026990;
}
a:focus {
    outline: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;

}
.tx-cen {
    text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
*,
::after,
::before {
     box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.spacing {
    padding: 100px 0;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: 'Cabin';
    font-weight: bold;
    line-height: 1.6;
    margin-top: 0px;
    color:#000000;
        font-family: 'Roboto Slab', serif;;
}

h1 {
    font-size: 60px;
    font-weight: bold;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 28px;
	 font-weight: 800;
}
h4 {
    font-size: 28px;
	 font-weight: 600;
}
h5 {
    font-size: 20px;
    font-weight: bold;
}   
h6 {
    font-size: 18px;
    font-weight: bold;
}
 
input, textarea {
	 -webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;

}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
textarea, select {
	padding:5px 20px;
	border: 1px solid #cccccc;
	line-height: 20px;
	width: 100%;
	margin: 0 0 10px;
	background-color: transparent;
	border-radius: 0px;
	height: 47px;
	font-size: 16px;
	color: #30383b;
	font-family: 'Roboto Slab';
    font-weight: 400;
}
textarea{ resize: none; height: 110px}

input[type="reset"],
input[type="button"],
input[type="submit"], .button {
	color: #FFF;
	display:inline-block;
	margin:10px 0 10px 0px;
	padding:16px 16px 16px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #003F5E;
	font-size:18px;
	font-weight: 600;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	letter-spacing: 0.2px;
	border: none;
	border-radius: 0px;
	min-width: 220px;
	font-family: 'Roboto Slab';
	border-radius: 6px;
}
 input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
background: #1C778C;
color: #FFFFFF;
border-color: #1C778C; 
}
	 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}
input:focus {
    outline: none;
}

::placeholder{font-size:16px;font-weight: 400; }
/*--------------------------------------------------------*/
.wrapper {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 30px;
}
.full-wapper{
    max-width: 1920px;
    margin: 0 auto;
}
.header-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.header-left{
    width:45%;
}
.header-right {
    width: 60%;
    display: flex;
    align-items: center;
    /* margin-left: 0%; */
}
.main-logo img{
    width:auto;    
}
.page-id-1473 .blog_sidebar.inner-page-sidebar ul li {
    box-shadow: none;
    margin-bottom: 15px;
    padding: 7px 10px !important;
}

.page-id-1473 .blog_sidebar .inner-page-sidebar-bg {
    background-color: #00699036 !important;
    box-shadow: 0 4px 10px rgb(171 222 242 / 66%);
}
.contact-link-header {
    margin-right: 5%;
    margin-left: 26%;
}
.contact-link-header li {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    margin-bottom: 3px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
}
.dedicate-home {
	display: none;
}
.headwe-contact-button li{
    margin-bottom:0px;
}
.spanish-button{
    border:1px solid #006990;
    color:#006990;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.spanish-button {
    border: 1px solid #006990;
    color: #006990;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    width: 230px;
    border-radius: 5px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}
.spanish-button:hover{

}
.page-id-2001 .innerpage_sec {
    background: url(/montyramirezspanish/wp-content/uploads/2021/12/texasnew.png) no-repeat;
    color: #fff;
    background-position: center center;
    background-size: cover;
}
.book-a-consultant {
    border: 1px solid #006990;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    background-color: #006990;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 230px;
    box-shadow: -10px 14px 18px -16px #006990;
    border-radius: 5px !important;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}
.contact-link-header li a{
    color:#000;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
}
.header-nav{
    background-color: #003F5D;
/*     box-shadow: 0px 4px 4px rgb(0 15 40 / 26%); */
}
.nav {
    padding: 0px 50px !important;
       font-family: sans-serif;
   }
    
    .nav .menu-btn {
     display:none;
    }
     
    .header-nav ul {
        padding: 0;
        list-style-type: none;
        display: inline-block;
        margin: 0px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .header-nav ul li {
     display: inline-block;
     margin-bottom:0px
    }
     
    .header-nav ul li a {
      text-decoration:none;
      padding:15px 35px;
      display: flex;
      font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto Slab";
    text-align: center;
    text-transform: uppercase;
     }
      
     .header-nav ul li a .fa-caret-down {
       padding: 0px 10px;
      }
      select option{
          color:#333;
      }
   .dropdown .close-dropdown .fa-times {
    padding-right:10px;
    float: right;
    display:none;
   }
    
   .dropdown:hover .dropdown-menu {
       display: block;
   }
    
   .dropdown-menu {
       position: absolute;
       z-index: 1;
       min-width: 130px;
    display:none;
   }
    
   .search-area {
    float:right;
    list-style-type: none;
    display: inline-block;
    padding: 8px;
   }
    
    .search-area input {
     border-radius: 4px;
     padding: 6px;
     transition: all .5s;
    }
     
    .search-area input:focus {
     border-radius: 4px;
     outline: none;
    }
    
   .btn-search {
    border-radius: 4px;
    padding: 6px;
       cursor: pointer;
    transition: all .5s;
   }
    
   svg:not(:root).svg-inline--fa {
       padding-right: 5px;
   }
   /*  CSS for style layout end*/
  .wp-block-columns.post-spiltup {
    background: #ddd;
    padding: 20px;
}  
   .bg-color {
    background-color: #f1f1f1;
    padding: 30px;
} 
.bg-empty {
	padding: 30px;
}
   /* CSS Media Query for 768p start */
   @media screen and (max-width: 768px) {
     
    .bottom-border-nav{
     border-bottom:0.1px solid;
    }
     
    .nav {
     padding: 0px;
    }
     
    .nav .menu-btn {
     display:block;
     padding: 10px;
     font-size:2rem;
    }
     
    /* .nav-elements {
     display:none;
    } */
     
    .nav-sky .search-area {
     border-top: 1px solid #fff;
    }
     
    .header-nav ul {
     display: block;
    }
     
    .header-nav ul li {
      display: block;
     }
     
    .dropdown-menu {
     position: relative;
     min-width: auto;
    }
     
     .dropdown-menu a {
      padding-left: 20px !important;
     }
      
    .search-area {
     float: none;
     width: 100%;
     padding: 12px 8px;
     border-top:0.1px solid;
    }
   } 
   /* CSS Media Query for 768p end */
    
    
   /* CSS for sky theme start*/
   .nav-sky {
    color:#fff;
    background-image: linear-gradient(#44adff, #8acbfd);
   }
    
    .nav-sky .header-nav ul li a {
     color:#fff;
    }
     
    .nav-sky .header-nav ul li a:hover, .nav-sky .dropdown:hover .dropdown-link {
     background-image: linear-gradient(#1096ff, #5fb8ff);
    }
      
    .nav-sky .dropdown-menu {
     background-color: #a2d5fd;
     box-shadow: 0px 5px 10px #abdaff;
    }
    .banner-section .slick-dots {
        position: absolute;
        bottom: 22px;
    }
    .banner-text {
        position: absolute;
        top: 30%;
        max-width: 1410px;
        padding: 0 0px;
        width: 100%;
        z-index: 9999;
    }
    
    .banner-section .slick-dots li button:before{
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 5px;
        content: 'â€¢';
        text-align: center;
        opacity: .25;
       color:#fff;
     
        -webkit-font-smoothing: antialiased;
    }
    
     .banner-text h2 {
        color: #fff;
        line-height: 60px;
        margin-bottom: 0px;
        font-weight: 800;
        text-transform: uppercase;
    }
    .banner-text .banner-2{
        font-weight:300;
    }
    .banner-img img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: top;
        position: relative;
    }
    .slick-dots li.slick-active button:before {
        color: transparent;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        /* color: black; */
    }
    .slick-dots li.slick-active{
        color: transparent;
    }
    .slick-dots li {
            width: 25px!important;
    height: 3px !important;
        margin: 0 8px !important;
        background: #ccc;
    }
    .banner-img .slick-dots li.slick-active {
        background: #218db1;
    }
    .slick-dots li.slick-active{
        background-color: #fff;
    }
    .banner-img .slick-dots li.slick-active button{
        background: #218db1;
     }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: transparent;
    }
    .banner-section .slick-dots li button::before {
        color: transparent;
    }
    .slick-dots li button {
        width: 25px !important;
        height: 6px !important;
        padding: 0px !important;
    }
    .footer-top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-left {
        width: 35%;
        text-align: right;
    }
    .footer-right {
        width: 61%;
        margin-left: 4%;
        text-align: center;
    }
    .footer-logo img {
        width: 95%;
    }


    .footer-bottom{
        width:100%;
        display: flex;
        flex-wrap: wrap;
       padding:50px 0;
    }
    .footer-bottom .footer-left {
        width: 33.333%;
        text-align: left;
    }
    .footer-bottom .footer-center{
        width: 33.333%;
        text-align: left;
    }
    .footer-bottom .footer-right{
        width: 33.333%;
        margin-right:0%;
        text-align: left;
    }
    .footer-bottom .footer-right{
        width: 33.333%;
        text-align: left;
        margin-left:0%;
    }
    .social-link{
        display:flex;
    }
    .footer-icons ul{
        display: flex;
    }
    .content{
        color:#3333;
    
    }
    .div-bottom-arrow{
        padding-top:40px;
        background-color:#fff;
        height:100px;
    }
    .div-bottom-arrow:after{
        content:"";
        position: absolute;
        left:0;
        right:0;
        margin:0 auto;
        width:0;
        height:0;
        border-top:100px solid #333;
        border-left:150px solid transparent;
        border-right:150px solid transparent;
    }
    .pointer {
        width: 70%;
        padding: 10px;
        line-height: 56px;
        position: relative;
        filter: drop-shadow(0px 0px 10px #b2b2b2);
        background: #fff;
        margin-left:auto;
        text-align: center;
      }
      
      .pointer:after {
        content: "";
        position: absolute;
        border: 20px solid;
        border-color: #fff transparent transparent;
        bottom: -40px;
        left: calc(50% - 20px);
      }
      
     .footer-border-content {
        text-align: right;
    }
    .tooltip{
        width:100%;
        text-align: right;
    }
    footer h3 {
        font-size: 24px;
        line-height: 56px;
        color: #333333;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-transform: uppercase;
        margin-bottom:0px;
    }
    footer .footer-menu-link ul li a {
    font-size: 18px;
    line-height: 44px;
    color: #333333;
    font-weight: 400;
    font-family: "Open Sans";
    }
    footer .footer-menu-link ul li{
        margin-bottom:0px
    }
    footer h5, .footer-center h4{
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 44px;
        color: #333333;
        font-weight: 600;
        font-family: "Roboto Slab";
        text-transform: uppercase;
    }
    footer p{
        width: 285px;
font-size: 18px;
line-height: 26px;
color: #333333;
font-weight: 400;
font-family: "Open Sans";
    }
    .phone-contact{
        font-size: 24px;
line-height: 35px;
color: #333333;
font-weight: 700;
font-family: 'Lato', sans-serif;
    }
    footer p a{
        font-size: 18px;
line-height: 26px;
color: #333333;
font-weight: 400;
font-family: "Open Sans";
    }
   .follow-link {
        font-size: 24px;
        line-height: 56px;
        color: #333333;
        font-weight: 500;
        font-family: "Roboto Slab";
    }

   .footer-icons ul li {
 background-color: #003f5e;
    border: 2px solid #003f5e;
    text-align: center;
    line-height: 30px !important;
    color: #fff;
    margin-left: 15px;
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    margin-top: 0;
    }
    .footer-icons ul li a i{
        color:#fff;
        font-size:16px;
    }
    .phone-para img{
        margin-right:9px
    }
    .footer-right p img {
        min-width: 28px;
        margin-right: 4px;
    }
  
    i.fa.fa-angle-right {
        color: #003f5e;
        margin-right: 10px;
    }
    footer .footer-menu-link ul li a:hover{
        color:#003f5e;
    }
    .footer-last {
        background-color: #003f5e;
    }
    .address-content a:hover{
        color:#006990;
    }
    .footer-las-full-width p{
        width:100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
        padding:15px 0;
        color: #ffffff;
        font-weight: 400;
        font-family: "Open Sans";
        text-align: center;
    }
    .footer-map{
        position: relative;
      }
      
      .footer-map::before{
        background-color: rgba(0, 0, 0, 0.85);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
      }
      .address-content{
         position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
      }
      .address-content{
          display: flex;
      }
      .address-content h3{
          color:#fff;
          text-align: left;
          margin-bottom:10px;
		  text-transform:uppercase;
			font-weight: 500;
			font-family: "Roboto Slab";
			line-height: 44px;
			margin-bottom: 0;
      }
      .address-content p a{
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Roboto Slab";
        text-align: left;
      }
      .address-content p {
        width: 320px;
        text-align: left;
        line-height: 44px;
        padding-bottom: 8px;
        font-size: 24px;
        line-height: 44px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Roboto Slab";
        text-align: left;
    }
    .footer-center p.phone-para img {
        margin-right: 9px;
    }
    .phone-para{
        font-size: 24px;
        line-height: 35px;
        color: #333333;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
    }
    .footer-center p img{
        min-width:28px;
    }
    .footer-center p img {
        min-width: 28px;
        margin-right: 4px;
    }
      .address-content h5 {
        /* color: #fff; */
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Roboto Slab";
        line-height: 44px;
        margin-bottom:0px
    }
    .address-content img {
        margin-right: 10px;
        min-width: 28px;
    }
    .footer-timimg p{
        font-size: 16px;
        line-height: 24px;
        width:100%;
        color: #ffffff;
        font-weight: 400;
        font-family: "Open Sans";
        padding-bottom:0px;
    }
    .header-nav ul li:hover {
        background-color: #006990;
    }
    .header-nav ul li.active {
        background-color: #006990;
    }
  
     .dedicate-home {
    margin: 60px 0 80px;
   
}
    
   
    
      .footer-timimg {
    margin-left: 40px;
}
 
    .dedicated-right .read-more {
        text-align: left;
        margin-left: 25px;
        margin-top: 20px;
    }
    .address1{
        border-right:1px solid #fff;
    }
    .address2{
        margin-left:8%;
    }
    .book-background-image{
        background: ur;
    }
    .book-background-image {
     background: url('../img/book-contact.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     width:100%;
    padding:60px 0;
	border-bottom: 3px solid #00698f;
    }
    .book-background-image h3 {
        color: #fff;
        text-align: center;
        margin-bottom: 0px;
        line-height: 56px;
		font-weight: 400;
		text-transform:uppercase;
    }
    .book-background-image p{
        color: #fff;
        //width: 45%;
        margin: auto;
        text-align: center;
    }

    .book-background-image input,  .book-background-image select, .book-background-image textarea{
        width: 100%;
        padding: 12px 20px 12px 40px;
/*         margin: 8px 0; */
        display: inline-block;
        border: 1px solid #ffffff;
        border-radius: 4px;
        color: #fff;
        background-color: transparent;
        box-sizing: border-box;
        font-family: "Open Sans";
        font-weight:400;
        font-size:16px;
		margin-bottom: 22px;
		
    }
    ::placeholder {
        color: #fff;
        opacity: 1; /* Firefox */
        font-family: "Open Sans";
        font-weight:400;
        font-size:16px;
		text-transform:uppercase;
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: #fff;
       font-family: "Open Sans";
       font-weight:400;
       font-size:16px;
		text-transform:uppercase;
		  
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
       color: #fffc;
       font-family: "Open Sans";
       font-weight:400;
       font-size:16px;
		text-transform:uppercase;
      }
      select:required:invalid {
        color: #fff;
        font-weight:300;
        font-size:14px;
    }
    .submit-button {
        text-align: center;
        margin-top: 30px;
    }
      
    .book-background-image input[type=submit] {
        width: 100%;
        /* background-color: #003f5e; */
        color: #006990;
        padding: 14px 20px;
        margin: 8px 0;
        font-size: 16px;
        border: none;
        width: 260px;
        border-radius: 4px;
        cursor: pointer;
        font-family: 'Roboto Slab', serif;
        filter: drop-shadow(-3px 0 3px rgba(10,110,148,0.28));
background-color: #fff;
		
    }
    .submit-button a:hover{
        background-color: #fff;
        color:#006990;
        border:2px solid #006990;
    }
    .submit-button a {
      color: #fff;
    margin: 8px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    font-family: 'Roboto Slab', serif;
    filter: drop-shadow(-3px 0 3px rgba(10,110,148,0.28));
    background-color: #006990;
    border: 2px solid #006990;
    width: 150px !important;
    display: inline-block;
    height: 40px;
    padding: 8px 30px;
    }
    .mt-60{
        margin-top:80px
    }
      
      
      .contact-book-form{
          width:100%;
          margin:0 auto;
          padding-top:30px;
      }
      .contact-full{
          width:100%;
          display:flex;
          flex-wrap: wrap;
      }
      .contact-left{
          width:calc(50% - 14px);
      }
      .contact-right{
          width:calc(50% - 14px);
          margin-left:28px;
      }
      .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
/*         -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0); */
		   -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgb(0 0 0 / 0%);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .hvr-bounce-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #006990;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom.active {
        color: white;
    }
    .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom.active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

    .hvr-bounce-to-bottom-1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius:5px !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-bounce-to-bottom-1:hover, .hvr-bounce-to-bottom-1:focus, .hvr-bounce-to-bottom-1:active {
        color: #006990;
    }
    .contact-link-header li a:hover {
        color: #006990;
    }
    .book-background-image input[type=submit]:hover{
        color: #fff;
        /* border: 1px solid #006990; */
        background-color: #006990;;
    }
    .my_bttn{
        height: 45px;
        width: 45px;
        background-color: #003f5e;
        border:2px solid #003f5e;
        border: none;
        color: white;
        position: fixed;
        bottom: 62px;
        right: 30px;
        border-radius: 5px;
        cursor: pointer;
        outline: none;
        display: none;
    }
    .my_bttn:hover{
        transform: scale(1.05) translateY(0px);
        color:#003f5e;
        border:2px solid #003f5e;
        background-color: #fff;
    }
    .footer-icons ul li:hover{
        color:#003f5e;
        border:2px solid #003f5e;
        background-color: #fff;
    }
    .footer-icons ul li:hover a i{
        color:#003f5e;
    }

    .white-back{
        /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
        background: #fff;
    }
.simple blockquote p {
padding: 25px 25px 0;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    font-family: "Open Sans";
	    width: 992px;
    max-width: 100%;
/* 	  max-width: 100%;
    width: 1050px; */
}
  
    .simple cite {
        font-size: 1em;
        float: right;
        font-style: normal;
        color: #1e528e;
    }
    .simple cite a {
        color: #2d91c2;
        font-style: italic;
        text-decoration: none;
        font-size:.85em;
    }
    .simple cite a:hover {
        color: #00B4CC;
    }
    /* A custom cursor to let folks know they can drag things */
    
    
    /* Bubble Slider */
    
    .bubble blockquote {
      background: #fff;
    padding: 20px 20px 30px;
    position: relative;
    width: 1150px;
    margin: 0 auto;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
    max-width: 100%;
    }
    .bubble blockquote:before, .bubble blockquote:after {
        content: "";
        position: absolute;
        font-size: 80px;
        padding: 10px;
        line-height: 1;
        /* color: #1e528e; */
        background: url('/montyramirez/wp-content/uploads/2021/06/quote-up.jpg');
        background-size: cover;
        background-position: 100%;
        background-repeat: no-repeat;
    }
    .bubble blockquote:before {
        top: 0;
        left: 10px;
    }
    .bubble blockquote:after {
        content: "";
        right: 10px;
        /* bottom: -.5em; */
        background: url('/montyramirez/wp-content/uploads/2021/06/quote-down.jpg');
        background-size: cover;
        background-position: 100%;
        background-repeat: no-repeat;
    }
     .bubble div {
        width: 100%;
      
    }
    .slick-dots li.slick-active button:before {
        opacity: 0;
        color: transparent !important;
    }
    .testimonial-author {
        padding-left: 20px;
        font-size: 24px;
        width:100%;
        line-height: 30px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        width: 0;
        opacity: 0 !important;
        color: transparent !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dotted.slick-slider{
        box-shadow: none;
    }
    .testimonial .slick-dots li.slick-active {
        background-color: #006990;
    }
    .testimonial h2{
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
    }
    .testimonial p  {
    width: 797px;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333333;
    font-weight: 500;
    font-family: "Roboto Slab";
    text-align: center;
    margin: 0 auto;
    }
    .testimonial{
        padding:80px 0;
    }
    .testimonial .slick-dots{
        bottom:-30px;
    }
    .Practice-area{
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
    .Practice-full {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
		 border-top: 1px solid #d3d1d48a;
    }
    .Practice-left{
        width:75%;
     /*   background: url('/montyramirez/wp-content/uploads/2021/06/home-bg-1.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
/*         background-color: #003f5e !important; */
    }
    .Practice-right{
        width:25%;
        background-color: #fff;
    }
    .backgroud-white-bg{
        background-color: #fff;
    }
    .Practice-left .backgroud-white-bg h3 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 44px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
    }
    .Practice-left .backgroud-white-bg  p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #fff;
        font-weight: 400;
        font-family: "Open Sans";
        text-align: center;
    }
    .Practice-area-right .Practice-content{
        width:50%;
    }
    .Practice-left .backgroud-white-bg h3:after {
        content: "";
        position: absolute;
        width: 45px;
        height: 2px;
        background: #003f5e;
        left: 50%;
        top: 70px;
        transform: translate(-50%, -50%);
    }
    .Practice-left-full{
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
    .Practice-content {
        width: 33.333%;
        border-right: 2px solid #d3d1d48a;
        border-bottom: 1px solid #d3d1d48a;
        padding: 30px 30px;
        position: relative;
        min-height: 380px;
        /* align-items: center; */
    }
    .white-color{
        color:#a7e2f0;
		    background: #003f5e;
    }

    .Practice-content P{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 25px;
        font-weight: 500;
        font-family: "Roboto Slab";
    }
    .Practice-content h3 {
        text-align: left;
        line-height: 56px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .Practice-content p {
        text-align: left;
       padding:20px 0;
    }
    .Practice-right .Practice-content{
        width:100%;
    }
 .Practice-right .Practice-content h3{
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 44px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
    }
    .Practice-right .Practice-content h3:after {
        content: "";
        position: absolute;
        width: 45px;
        height: 2px;
        background: #fff;
        left: 50%;
        top: 70px;
        transform: translate(-50%, -50%);
    }
    .Practice-right .Practice-content p{
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #fff;
        font-weight: 400;
        font-family: "Open Sans";
        text-align: center;
    }
    .Practice-area-full{
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
    .Practice-area-left{
        width:50%;
        display: flex;
        flex-wrap: wrap;
    }
    .Practice-area-right{
        width:50%;
        background: url('/montyramirez/wp-content/uploads/2021/06/home-bg-2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
		background-color: #003f5e !important;
    }
    .Practice-area-left .Practice-content {
        width: 50%;
    }
    .Practice-area-left .backgroud-white-bg h3 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 44px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
    }
    .Practice-area-left .backgroud-white-bg h3:after {
        content: "";
        position: absolute;
        width: 45px;
        height: 2px;
        background: #003f5e;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
    }
    .Practice-area-left .backgroud-white-bg p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #333333;
        font-weight: 400;
        font-family: "Open Sans";
        text-align: center;
    }
    .backgroud-gray-bg{
        background-color: #F1F1F1;
    }
    .Practice-area-left .backgroud-gray-bg p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #333333;
        font-weight: 400;
        font-family: "Open Sans";
        text-align: center;  
		
    }
.read-more a:hover{
	padding-left:10px;
}
  .hvr-bounce-to-bottom:hover .read-more:hover a{
        color: #026990;
    }
    .hvr-bounce-to-bottom:hover h3, .hvr-bounce-to-bottom:focus h3, .hvr-bounce-to-bottom.active h3{
        color:#fff;
    }
    .hvr-bounce-to-bottom:hover h3:after, .hvr-bounce-to-bottom:focus h3:after, .hvr-bounce-to-bottom.active h3:after{
        background:#fff;
    }
    .hvr-bounce-to-bottom:hover p, .hvr-bounce-to-bottom:focus p, .hvr-bounce-to-bottom.active p{
        color:#fff;
    }

    .hvr-bounce-to-bottom:hover .read-more a, .hvr-bounce-to-bottom:focus .read-more a, .hvr-bounce-to-bottom.active .read-more a{
        color:#fff;
    }
    .hvr-bounce-to-bottom:hover .read-more a:after, .hvr-bounce-to-bottom:focus .read-more a:after, .hvr-bounce-to-bottom.active .read-more a:after{
        background:#fff;
    }
    .Practice-content.hvr-bounce-to-bottom:before {
       background: #003f5e;
    }
    .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom.active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    .read-more{
        text-align: center;
    }
    .read-more a {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
    .read-more:hover a{
    	color:#026990;
    }

    .address1 p img {
        min-width: 28px;
        margin-right: 11px;
    }
    .address2 p img {
        min-width: 28px;
        margin-right: 11px;
    }
    .read-more a:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 2px;
        background: #003f5e;
        left: -16%;
        top: 54%;
        transform: translate(-50%, -50%);
    }
 
.hvr-bounce-to-bottom:hover .read-more a:after{
transition-duration:0.2s;
}
.hvr-bounce-to-bottom:hover .read-more:hover a:after {
background:#026990;;
}
    .Practice-main-heading {
        padding: 85px 30px;
    }
    .Practice-main-heading h3, .Practice-main-heading h1 {
        line-height:44px;
        font-weight:400;
    }
    .Practice-main-heading p{
        font-weight:400;
    }
    .mb-0{
        margin-bottom: 0px !important;
    }

    .slick-center .slide-h3 {
        color: #008ed6;
        border: 2px solid #008ed6;
        background-color: #fff;
    }
    .slider {
        max-width: 1920px;
        /* height: 150px; */
        margin: 20px auto;
        text-align: center;
    }
    
    .slider .slick-slide img {
        display: block;
        /* width: 100%;
        height: auto; */
    }
    /* .slider-image{
        width:100%
    } */
    .slider-image img{
        width:100%
    }
    .slider-image{
        width:100%
    }
    .slick-center .slide-h3 .slider-image::before{
        display:none;
        
    }
    .slick-center .slide-h3 .slider-content{
        display: block;
    }
    .slider-content{
        display: none;
    }
    .slider-full{
        width:100%;
        display: flex;
    }
    .slider-content{
        width:100%;
    }
    .slider-image{
        width:100%;
    }
    .slick-center {
        display: block;
        /* max-width: 115% !important; */
        max-height: 20% !important;
        width: 750px !important;
        opacity: 1;
    }
    .slider-content .Practice-content{
        width:100%;
    }
    .slide-h3{
        width:100%;
        position: relative;
    }
    .slider-image::before {
        background-color: rgba(0, 0, 0, 0.6);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .slider{
        position: relative;
    }
      .slick-center{
        display: block;
        max-width: 30% !important;
        max-height:20% !important;
        opacity: 1;
    
    
      }
      .slider .slick-prev {
        left: 10px;
        top: 35%;
        z-index: 200000000;
    }
    .slider .slick-next {
        right: 18px;
        top: 35%;
    }
    .attorneys{
        padding: 80px 0 0;
    }
    .attorneys .attorneys-heading h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #003f5e;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
    }
    .attorneys .attorneys-heading p {
        width: 797px;
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #333333;
        font-weight: 500;
        font-family: "Roboto Slab";
        text-align: center;
        margin: 0 auto;
    }
    .banner-img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       /* background: linear-gradient(to right,  rgb(0 63 94) 0%,rgb(0 63 94 / 92%) 50%,rgb(0 63 94 / 21%) 100%);*/
   
    }
    p.sub-head {
        font-size: 24px;
        }
    .banner-img {
        position: relative;
        height: 250px;
    }
    .attorneys_new
    {
        width:100%;
        height: auto;
        position: relative;
        clear: both;
        overflow: hidden;
    }
    .attorneys_new_inner
    {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
        width:100%;
        /* border:1px solid red; */
    }
    .attorneys_grid
    {
        width: 33.33%;
        height: 500px;
        /* border: 1px solid #000; */
        display: flex !important;
        flex-wrap: wrap;
		border-top:1px solid #f1f1f1;
		border-bottom:1px solid #f1f1f1;
    } 
    .attorneys_grid_left 
    {
        flex: 1;
        transition: All 1s ease;
        -webkit-transition: All 1s ease;
        -moz-transition: All 1s ease;
    }
    .attorneys_grid_right 
    {
        flex: 1;
        transition: All 1s ease;
        -webkit-transition: All 1s ease;
        -moz-transition: All 1s ease;
    }
    .attorneys_grid_left 
    {
        display: none;
        transition: All 1s ease;
        -webkit-transition: All 1s ease;
        -moz-transition: All 1s ease;
    }
    .slick-current .attorneys_grid_left 
    {
        display: block !important;  
        transition: All 1s ease;
        -webkit-transition: All 1s ease;
        -moz-transition: All 1s ease;
    }
    .attorneys_grid_right img {
        height: 500px;
        object-fit: cover;
        object-position: top;
/*         width: 100%; */
/* 		width:auto; */
    }
    .attorneys_new .slick-prev {
    left: 0;
    top: 50%;
    /* border: 1px solid #000; */
    z-index: 9;
}
.attorneys_new .slick-next {
    right: 40px;
    top: 50%;
    z-index: 9;
    
}
.attorneys_new_inner{
    padding-top:30px
}
.attorneys_new .slick-prev:before {
    position: absolute;
    left: 0;
    font-size: initial;
    font: normal normal normal 14px/1 FontAwesome;
    /* color: red; */
    line-height: 70px;
    width: 58px;
    height: 78px;
    background-color: #006990;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.attorneys_new .slick-next:before {
    position: absolute;
    left: 0;
    font-size: initial;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 70px;
    width: 58px;
    height: 78px;
    background-color: #006990;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}  
.attorneys_grid{
    /* width:100%; */
    position: relative;
}
.attorneys_grid_right::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.slick-current .attorneys_grid_right::before{
    display: none;
}
.attorneys_content p{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #003f5e;
    font-weight: 500;
    font-family: "Roboto Slab";
    text-align: center;
    padding:3px
}
.attorneys_content_download:after {
   content: "";
    position: absolute;
    width: 68px;
    height: 2px;
    background: #026990;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
}
.attorneys_content {
    position: relative;
    padding: 45px 0 80px;
}
.attorneys_content_download{
/*     border-bottom: 1px solid; */
    width: 43%;
    margin: auto;
}

.attorneys_content_para{
    padding:0 20px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}
.attorneys_grid_left .read-more{
    padding-top:30px
}
.imig .wp-block-image{
	margin-right:0;
	margin-left:0;
}
.imig .wp-block-image img{
	width:100%;
	max-width:100%;
}
.imig{
    padding: 30px 0px;
    background: linear-gradient(to right, #fff 0%, #fff 25%, #f1f1f1 25%, #f1f1f1 100%);
    padding-bottom: 30px !important;
	margin-top:30px;
}
.page-template-default p em{
	font-style:italic;
}
.page-template-default p em strong, strong{
font-weight:bold;
}
.page-template-default ul li em{
	font-style:italic;
}
.page-template-default h5{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.page-template-default p strong{
	font-weight:bold;
}
.page-id-638 .diversity-intro p em{
	font-weight:400;
}
.innerpage_sec h3{
	margin-bottom:10px;
	margin-top:10px;
}
.innerpage_sec h3 em{
		font-style:italic;
}
.page-template-default .dot-list{
	margin-bottom:20px;
}
.location-bg {
background-color: transparent;
box-shadow: 0 0 4px rgb(0 0 0 / 12%);
padding: 30px 0;
border-radius: 20px;
}

.location-bg:hover {
box-shadow: 5px 5px rgb(0 0 0 / 12%);
}
.testi-button{
margin-top: 50px;
}
/*home page footer contact form*/
.contact-full .textarea-77 {width: 100%;}
 .contact-book-form .ajax-loader, .form-sec .ajax-loader{display: block;text-align: center;margin: 0 auto;}
.contact-book-form span.wpcf7-not-valid-tip, .form-sec span.wpcf7-not-valid-tip{
    position: absolute;
    top: -35px;
    background: red;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px #d8901f inset;
    -webkit-box-shadow: 0 1px 1px #d8901f inset;
    font-size: 12px;
    line-height: 20px;
    left: inherit;
    right: 0;
}
.contact-book-form span.wpcf7-not-valid-tip:after, .form-sec span.wpcf7-not-valid-tip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid red;
    left: 10px;
    top: 27px;
}
 select {
    appearance: none;
	 -webkit-appearance: none; 
	 -moz-appearance:  none;
}

 .sel-box .wpcf7-form-control-wrap:after {
    position: absolute;
    content:'';
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: red;
    background:transparent;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    transform: rotate(-45deg);
    top: 10px;
    right: 27px;
	  z-index:9;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.sel-box .wpcf7-form-control-wrap{z-index:99;}
/*blog single post*/
.single-post ul li {font-weight: normal;}
.single-post .wp-block-embed iframe { width : 100%; }
.menu-wrapper{
	background:#003F5D;
	box-shadow:0px 4px 4px rgb(0 15 40 / 26%);
}
.contact-book-form{
	text-align:center;
}

.contact-book-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    border: solid 1px;
}

.contact-book-form  .sent .wpcf7-response-output {
    background: transparent;
    color: #fff;
    padding: 3px 20px !important;
    border-radius: 6px;
    font-weight: 600;
    display: inline;
}
.call-click i{
	line-height:20px;
}
.call-click{
	display:none;
}
  .backgroud-gray-bg p {
    	font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
    }
.texas p {
    color: #fff;
}
/**new style**/
.core-val .wp-block-columns .wp-block-column {
    border-right: 1px solid rgb(204 204 204 / 24%);
    padding-right: 20px;
    /*height: 100%;*/
}
.core-val .wp-block-column.is-vertically-aligned-top {
    align-self: auto;
}

.core-val .wp-block-columns {
    align-items: stretch;
}
.page-id-1608 .innerpage_sec {
    background: url(/montyramirez/wp-content/uploads/2021/10/texasnew.png) no-repeat;
    color: #fff;
    background-position: center center;
    background-size: cover;
}
banner h1 {
    font-size: 25px !important;
}
.text-banner h2 {
    font-size: 30px !important;
}
.text-banner h2 span {
    font-size: 20px;
}
.d-flex {
    display: flex;
    justify-content: center;
}


@media screen and (min-width:1100px)
{
	.headwe-contact-button li:last-child a 
	{
		padding-left: 0;
    	padding-right: 0px;
	}
}
.Practice-content {
    background-color: #003f5e !important;
}
.Practice-left .backgroud-white-bg h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #003f5e;
    font-weight: 500;
    font-family: "Roboto Slab";
    text-align: center;
}
.Practice-left .backgroud-white-bg h3, .Practice-right .Practice-content h3 {
	color: #fff;
}
.Practice-left .backgroud-white-bg h3:after {
	background: #fff;
}
.read-more a {
	color: #003f5e;
}
.read-more a:after {
	background: #003f5e;
}
/**thank you page css***/
.thank_you h2 {
    font-size: 100px;
    color: #fff;

}

.thank_you {
    background: #006990;
    padding: 30px 20px;
    border-radius: 25px;
    text-align: center;
}
.page-id-2535 .book-consultant {
    display: none;
}
.thank_you p {
    color: #fff;
    padding-bottom: 0;
}
/**thank you page css end***/
.Practice-main-heading h3:after, .Practice-main-heading h1:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #a7e2f0;
    left: 16%;
    top: 70px;
    transform: translate(-50%,-50%);
}
.Practice-main-heading h1:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #a7e2f0;
    left: 16%;
    top: 70px;
    transform: translate(-50%,-50%);
}
.Practice-content.Practice-main-heading:hover h1:after{
    background: #006990;
} 
div#text-3{
    display:none;
}
div#text-4 {
    display: none;
}
h5#employment-labor-immigration{
    display: none;
}
h3#contact-monty-ramirez-llp{
    display: none;
}
h5#we-know-what-works{
    display: none;
}
p.has-text-align-center.contact-para{
    font-size:25px
}
.Practice-main-heading h3, .Practice-main-heading h1 {
    font-size:25px
}
div#text-2 {
    display: none;
}
div#text-4 {
    display: none;
}
.banner-section {
    margin-bottom: 20px;
}
h3#comuniquese-con-monty-ramirez-llp{
    display: none;
}
h5#empleo-laboral-inmigracion{
    display: none;
}
h5#sabemos-lo-que-funciona{
    display: none;
}
.immagration-full {
    align-items: end;
}
.immigration h6{
    margin-bottom: 0;
}
.recaptcha span.wpcf7-not-valid-tip {
    display: none;
}
.Practice-content .read-more a {
    color: #FFF;
    }
    .Practice-content .read-more a:after {
    background: #FFF;
    }
.Practice-content.hvr-bounce-to-bottom:before {
    background: #fff;
}
.hvr-bounce-to-bottom:hover h3, .hvr-bounce-to-bottom:focus h3, .hvr-bounce-to-bottom.active h3 {
    color: #000;
}
.hvr-bounce-to-bottom:hover h3:after, .hvr-bounce-to-bottom:focus h3:after, .hvr-bounce-to-bottom.active h3:after {
    background: #000;
}
.hvr-bounce-to-bottom:hover p, .hvr-bounce-to-bottom:focus p, .hvr-bounce-to-bottom.active p {
    color: #000;
}
.hvr-bounce-to-bottom:hover .read-more a, .hvr-bounce-to-bottom:focus .read-more a, .hvr-bounce-to-bottom.active .read-more a {
    color: #000;
}
.hvr-bounce-to-bottom:hover .read-more a:after, .hvr-bounce-to-bottom:focus .read-more a:after, .hvr-bounce-to-bottom.active .read-more a:after {
    background: #000;
}
.Practice-main-heading h3, .Practice-main-heading h1 {
    background: transparent;
}
.diversity-intro p {
    padding-left: 60px;
    position: relative;
    font-size: 46px;
    font-weight: 550;
    color: #333;
    line-height: 1.2;
    border-left:5px solid #006990 !important;
    padding-bottom: 0;
}
.page-id-1905 .blog_sidebar .inner-page-sidebar-bg {
    background-color: #00699036 !important;
    box-shadow: 0 4px 10px rgb(171 222 242 / 66%);
}
.cus-sep {
    width: 30%;
    margin: 36px auto;
}
.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}