:root {
    --color-1: #000000;
    --color-2: #04334b;
    --blue-color:#0073AE;
    --yellow-color:#FD8D1E;
    --dark-color:#001A33;
    --color-5: #ffffff;
}

body {
    font-size: var(--body-size);
    color: var(--dark-color);
    font-family: Montserrat;
    line-height: 32px;
    padding-top: 0px;
    font-weight: 300;
    font-variant-numeric: lining-nums proportional-nums;
}

/********************Header***********************/
.main-header-top, .main-header-top * {
    background: #051F38;
    color: #fff;
}

.main-header-top {
    padding: 5px 0px;
}

.main-header-top .social-media ul li svg, .main-header-top .social-media ul li img {
    width: 18px;
    height: 18px;
}
.main-header-top .social-media ul li a {
    line-height: 1;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.main-header-top .social-media ul li svg path{
    fill: #fff;
}

.main-header-top .row {
    display: flex;
    justify-content: space-between;
}

.main-header-top .social-media {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.main-header-top .call-us-today {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.main-header-top .social-media ul {
    margin: 0;
    padding: 0;
}

.header-search svg {
    position: relative;
    line-height: normal;
    top: -1px;
    width: 20px;
    height: 20px;
}
.header-search svg{
    cursor: pointer;
}
.header-search:hover{
    opacity: 0.5;
}

.main-header-top .social-media ul li {
    display: inline-block;
    margin-right: 15px;
}

.main-header-top .call-us-today .header_phone_text {
    font-weight: 300;
    margin-right: 5px;
    background-image: url(../assets/img/call.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.main-header-wrap .header-logo {
    width: 100%;
    max-width: 457px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-header-wrap .header-logo svg {
    width: 100%;height: auto;
}
.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-header-wrap .header-menu-wrap > ul {
    position: relative;
}
.header-button-wrappers {
    display: flex;
    align-items: center;
}
.header-apply-wrap a.button:hover svg g path {
    fill: var(--red-color);
}

/***********Banner**********/
.home-page-banner {
    width: 100%;
    height: 100vh;
}

.home-page-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    max-height: 650px;
}

.home-page-banner .image {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    height: auto;
    width: calc(50% + 10px);
}

.home-page-banner .image img {
    width: 100%;
    height: auto;
}

.home-page-banner .row {
    align-items: center;
    height: 100%;
}

.home-page-banner .container {
    height: 100%;
}

.home-page-banner .banner_heading {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-page-banner .banner_content {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
}

.home-page-banner .banner-content-wrap {
    padding-top: 100px;
}
/*************Footer****************/
.footer-top {
    padding: 80px 0px;
    background-color: #363D42;
}
.footer-logo{
    margin-bottom: 27px;
}
.footer-description{
    margin-bottom: 30px;
    max-width: 393px;
}
.address-wrap svg{    margin-top: 5px;}
.footer-description p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 32px;
}
footer .phone svg{margin-top: 8px;}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer-social ul li {
    display: inline-block;
}
.social-title{
  margin-bottom: 0px !important;
}
.pw-txt{
    font-size: 12px;font-weight: 700;text-transform: uppercase;
    margin-bottom: 10px;
}
.pwd-sc img{
    width: 205px;max-width: 100%;
}
.footer-title{
  font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 100%;
    margin-bottom: 14px;
    position: relative;
}
/* .footer-title:before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #D43C67;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
} */
footer .menu a{
font-weight: 300;
font-size: 22px;
line-height: 1.3;
color: #FFFFFF;
}
footer .menu a:hover{
    text-decoration: underline 1px solid;
}
.social-sc{
    margin-right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.banner-content .btn:hover{
    background-color:var(--green-color);
}
.footer-social ul li a{
display: flex;
align-items: center;
justify-content: center;
line-height: normal;
transition: 0.5s;
border-radius: 5px;
}
.footer-social ul li a svg{
transition: all 0.4s ease;
}
.footer-social ul li a:hover svg {
    transform: scale(1.2);
    transition: all 0.4s ease;
}
.social-link-hr{
width: 12px;
    color: #D43C67;
}
.social-link-hr hr{
    opacity: 1;
    height: 2px;
    margin: 0px;
}

footer .footer-copyright {
    font-size: 16px;
    background-color: #2c3236;
    color: #fff;
}
footer .column-2 ul .current-menu-item > a {
    position: relative;
}

footer .column-2 ul .current-menu-item > a:after {
    content: '';
    position: absolute;
    background: var(--green-color);
    left: 0;
    right: 0;
    bottom: -2px;
    width: calc(100% - 10px);
    height: 1px;
    margin: auto;
}
.footer-copyright a{
        font-weight: 400;
        text-decoration-thickness:1.88px;
        color: #fff;
}
.copyright-privacy {
    text-align: center;
    padding: 13px 0px;
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 100%;
}
.footer-announcement {
    margin-bottom: 25px;
}
.footer-copyright a:hover{
    color: #fff;
         text-decoration: underline;
}
.copyright-privacy a :hover {
    color: var(--red-color);
    text-decoration: underline solid;
}
.nav-menu ul li .sub-menu li.current-menu-item a {
   border: none;
    color: #fff !important;
    background-color: #0073ae !important;
}
.search-icon svg path{
    stroke: #000000;
}
.nav-menu ul li .sub-menu li a:hover {
    border: none;
    background: #003164;
    color: #ffffff;
    transition: 0.6s ease-in-out;
}
.nap-txt{
    font-size: 14px;color: #6F6F6F;
    text-transform: uppercase;font-weight: 700;
}
.footer-nap-col{
    font-size: 16px;line-height: 24px;
}
.footer-nap-col .bold-title {font-size: 16px;}
.nap-global-direction a{
margin-top: 5px;display: block;width: fit-content;
}
.nap-global-direction a:hover{
    text-decoration: none;
    color: black;
    text-decoration: underline;
}
.icon-flx {
    display: flex;
    padding-bottom: 0px;
    align-items: center;
}

.call-time .phone a:hover {
    text-decoration: 1px solid underline #FFF;
}
.email.icon-flx a:hover {
    text-decoration: underline 1px solid #fff;
}

.address-wrap.icon-flx {
    margin-top: 0px;
    align-items: start;
    font-variant-numeric: lining-nums proportional-nums;
}
.icon-lft svg {
    width: 23px;
    margin: 0px !important;
}
.icon-lft img{
    width: 23px;
    margin: 0px !important;
}
.icon-lft{
    width: 37px;margin-right: 0px;
}
.address-wrap.icon-flx .icon-lft {
    margin-top: 5px;
}
.icon-rgt{
    width: calc(100% - 0px);
}
.footer-contact .icon-rgt {
color: #FFFFFF;
    font-size: 22px;
    line-height: 1.5;
}
.footer-contact .icon-rgt a{
color: #ffffff;
line-height: 24px;
font-weight: 300;
}
.call-time .phone a:hover {
    text-decoration: none;
}
.email.icon-flx .icon-rgt {
    display: flex;
    flex-wrap: wrap;
}
/**************/

.copyright-privacy ul#menu-privacy-policy, .copyright-privacy p{
    margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
    margin-right: 10px;
}

.copyright-privacy ul#menu-privacy-policy li a {
    color: var(--grey,#5d5d5d);
}

.copyright-privacy ul#menu-privacy-policy {
    display: flex;
    padding-left: 10px;
}
.header-apply-wrap a.button {
    display: flex;
    align-items: center;
    gap: 0px 8px;
    font-variant-numeric: lining-nums proportional-nums;
}
.header-button-wrappers .button svg {
    width: 18px;
    height: 18px;
}
.button {
    background: var(--primary-color);
    padding: 5px 15px;
    color: white;
    font-weight: 600;
    line-height: 108%;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    transition: all .5s;
    border: 1px solid transparent;
}
.button:hover{
    background-color: white;
    color: var(--body-size);
    border: 1px solid var(--red-color);
}
.button:hover svg path{
    fill:var(--green-color);}
.button.white-btn{
    background-color:#fff;
     color: #000;
     transition: all 0.5s;
}
.button.white-btn:hover{
    background-color: var(--green-color);
    color: #fff;
}
.button.white-btn:hover svg path{
    fill:#ffffff00;
    stroke:#fff;
}
.button.white-btn svg{
    margin-right: 10px;
}
.button.white-btn svg path{
    stroke:var(--green-color);
}

.header-phone-text{
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}
li#menu-item-531 {
    display: none;
}
.home{
    padding-top: 0px !important;
}
.primary-btn{
padding: 21px 35px;
background-color: var(--primary-color);
color: #FFFFFF;
font-weight: 400;
font-size: 16px;
line-height: 1.2;
text-transform: uppercase;
display: block;
border: 1px solid transparent;
transition: all .5s;
width: fit-content;
border-radius: 0px;
}

.primary-btn.link-style {
    background-color: #fff;
    color: var(--primary-color);
}
.primary-btn.link-style:hover{
    background-color: var(--primary-color);
    color:#fff;
    border: 1px solid;
}
.link-tel-style {
    background-color: transparent;
    border: 1px solid #ffffff;
}
.link-tel-style:hover {
    background-color: var(--primary-color) !important;
    color: #FFFFFF !important;
    border: 1px solid #fff !important;
}

.primary-btn:hover{
background-color: white;
color: var(--body-size);
border: 1px solid var(--primary-color);
}
.custom-btn.left-side-form-btn input {
background-image: url(../img/form-right-arrow.svg);
}
.custom-btn.left-side-form-btn input:hover{
   background-image: url(../img/white-arrow-right.svg);
   background-repeat: no-repeat;
}

.btn.white-btn{
    background-color: white;color: black;background-image: url(../img/arrow2.svg);transition: 0.5s all;
}
.btn.white-btn:hover{
    background-color: var(--green-color);color: white;background-image: url(../img/white-arrow-right.svg);
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}
.main-header-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
header.shrink{
    transition: all 0.5s;
    position: fixed;
     box-shadow: 0px 0px 15px rgb(0 0 0 / 22%);
     background-color: #fff;
    }
.space-pd{
    padding: 100px 0px;
}
.space-mr{
    margin: 100px 0px;
}
.space-m-pd{
    padding: 100px 0px;
}
.footer-btm-form{
    padding: 80px 0px;
}
.footer-form{
    background-color: #00000005;
}
.footer-form textarea.form-control{
height: 160px;
}
.footer-form.contact-form .row, .footer-btm-form  .row{
    --bs-gutter-y: 1.8rem;
}
.footer-btm-form .custom-btn{margin-top: 10px;}
.footer-form.contact-form  .custom-btn{margin-top: 33px;}
.footer-form h2{color: var(--green-color);margin-bottom: 33px;}
.footer-btm-form .form-control{
    padding-bottom: 27px;
    
}
.footer-form.patient-cnt-form .form-control{
    padding-bottom: 27px;
    border-bottom: 1px solid #8C8C8C;
}
.footer-form.patient-cnt-form .form-control::placeholder{
    color: #33333366 !important;
}
.footer-form.patient-cnt-form textarea.form-control{height: 160px;}
.footer-form.patient-cnt-form h2{
    margin-bottom: 43px;
}
.contact-form .wpcf7-form textarea.form-control{height: 160px;}
.contact-form .form-control::placeholder{
    color: #33333366 !important;
    font-weight:400;
}
.patient-cnt-form .wpcf7-list-item label span{color: #313131;}
.footer-form .form-control{
    background-color: #fff;
}
.footer-form .btn{
    min-width: 200px;text-align: left;
}
.team-members .title:hover{color: var(--green-color);}
.team-members .img-sc img{
    transition: all 0.5s;
}
.team-members .img-sc img:hover{
    opacity: 0.8;
}
.security-check .form-control{
    border-radius: 43px;
    padding: 17px 20px !important;
    border: 1px solid #111111;
  }
.custom_form_msg{
	    color: #ffffff;
    font-weight: 500;
    display: block;
    bottom: 2px;
    right: 65px;
    font-size: 10px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: 4px;
    text-transform: capitalize;
}
.left-form-with-content .wpcf7 label.error {
    right: 2px;
    bottom: 2px;
}
 .testimonial-outer-blk .testimonial-blk:hover{
  background-color:#6cac2f;  
 
}
.testimonials-page .testimonial-blk:hover{
    background:transparent
}
.testimonials-page .testimonial-outer-blk:hover{
    background-color:#6cac2f;  
}
.testimonials-page .testimonial-outer-blk{
     transition:1s all;
}
.testimonial-outer-blk .testimonial-blk{
    transition:1s all;
}
 .testimonial-outer-blk:hover svg path{
    fill:#fff;
}
.testimonial-outer-blk:hover .title{
    color:#fff;
}
.testimonial-outer-blk:hover .content{
    color:#fff;
}
.testimonial-outer-blk:hover p{
    color:#fff;
}
.common-footer{
    background:#004A8714;
    display:none;
}
.banner-sub-title{
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 100%;
    margin-bottom: 1rem; 
}
.banner-sub-title strong {
    font-size: 48px;
}
.image-slider .slider-item {
    padding: 10px;
    text-align: center;
}
.service-item{
    background-color:#EBF3F8CC;
    min-height:520px;
}
.services-slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
.wp-image-1339{
    width:auto!important;
}
.image-slider img {
    max-width: 100%;
    height: auto;
    height:500px;
    width:100%;
    display: inline-block;
}
body.page-id-1346 .service-item{
    min-height:380px;
}
body.page-id-1251 .refill {
    align-items: unset !important;
}
.video-reverse .images:after {
    position: absolute;
    content: '';
    left: -45px!important;
    right:0!important;
    bottom: -38px;
    width: 100%;
    height: 100%;
    background: var(--red-color);
    z-index: -1; 
}
.podcast-relative-box {
    margin: 0 10px;
}
.text-blue{
    color: var(--green-color);
}
.single-continue-podcast{
    background-color: #fafafa;
}
.podcast-service-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.podcast-servicecontents {
    padding: 20px;
}
.podcast-service-content {
    color: #2C2C2C;
}
.podcast-service-item-box {
    margin: 0 10px;
    border: 1px solid #ddd;
    height: 100%;
}
.podcast-services-slider .slick-track {
     display: flex;
}
.podcast-services-slider .slick-slide {
   height: auto;
}
.podcast-services-slider .slick-slide > div {
    height: 100%;
}
.podcast-service-item {
    height: 100%;
}
.podcast-service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.slick-dots {
    flex-wrap: wrap;
}
.slick-dots li {
    margin-top: 7px;
    margin-bottom: 7px;
}

input[type="file"]::-webkit-file-upload-button {
    padding: 10px 25px !important;
    border: 1px solid var(--green-color) !important;
    background-color: var(--green-color);
    color: #fff !important;
    border-radius: 50px;
    color: #fff
}

input[type="file"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color: var(--red-color) !important;
    color: #fff !important;
    border: 1px solid var(--red-color) !important;
}

input[type="file"]:not(:disabled):not([readonly]) {
    padding-top: 0px;
    margin: 0;
}
.form-group.form-group-file {
    text-align: left;
}
.form-group.form-group-chekbox span.wpcf7-list-item {
    color: #4d4d4d;
    width: 50%;
    font-size: 16px;
}
.form-group.form-group-chekbox span.wpcf7-list-item input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.form-group.form-group-chekbox span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.page-template-template-landing-page-one .footer-form, .page-template-template-outreach-contact-us .footer-form{
    display: none;
}
.footer-block-3.footer-contact.nap .call-time {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
}
.home-body-style {
    margin: 70px 0px;
    margin-bottom: 0px;
}
.home-third-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-third-section .right-side-image-col{
    padding: 0px;
}

.half-col-wrapper .wp-block-column {
    width: 50%;
}
.half-col-wrapper .wp-block-column img {
    width: 100%;
}
.half-col-wrapper{
align-items: flex-start;
}
.new-home-cta-section{
    margin: 115px 0px;
}
.header-apply-wrap a.button.white-btn {
    font-weight: 700;
    padding: 17px 24px;
}
.home-providers-section .content {
    max-width: 73%;
    margin: 0 auto;
}
.home-services-section .content {
    max-width: 80%;
    margin: 0 auto;
}
.services .content {
    max-width: 100%;
}
.home-providers-section h2 {
    margin-bottom: 0px;
}
.col-wp.chooseus-content-cal {
    padding: 0px;
}
.testimonial-hm .btn-sc {
    margin-top: 40px;
}
.testimonial-hm .btn-sc a.btn:hover {
    border: 1px solid #fff;
}
.page-id-2 .team-list-sc .img-sc img {
    object-position: top;
}
.page-id-2 .team-list-sc .img-sc{
 overflow: hidden;
}
.team-list-sc a:hover .img-sc img{
    transition: 0.6s ease-in-out;
}
.page-id-2 .team-list-sc .img-sc {
    overflow: hidden;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.single-team-page .row.align-items-center {
    align-items: start !important;
}

.services-section a.btn{
    background-color: var(--green-color);
}
.services-section a.btn:hover{
    background-color: var(--red-color);
}

.left-form-with-content .wpcf7-response-output {
    color: #fff;
}
.team-list-sc .title-sc .team-content {
    color: #000;
}
header.header.shrink .call-us-today a:hover {
    border: 1px solid #fff;
}
.mobile-logo-wrapper .mobile-logo a svg {
    max-width: 150px;
}
.footer-form .about-track {
    text-transform: capitalize;
}
.page-id-2881 .static-page a {
    color: #000;
    text-decoration: underline;
}
.page-id-2881 .static-page a:hover{
    color: var(--green-color);
}
.page-id-8 .form-section-block {
    margin-bottom: 0px;
}
.services-section.home-services-section .services .col-xl-4.col-md-6 {
    height: 555px;
}
.file-form-control {
    border: none;
    border-bottom: 1px solid rgba(81, 83, 83, 0.8);
    color: #515353;
    padding: 15px 15px 15px 15px;
    border-radius: 0;
    width: 100%;
}
.file-form-control:hover{
   border-bottom: 1px solid var(--green-color);
}

* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-3);
}
.hide{
    display: none;
}

:focus{
    outline: 0;
    outline: none;
}
a {
    /* color: var(--color-3); */
    text-decoration: none;
}
a:hover {
    color: #000000;
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-3);
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body.nav-open-menu{
    overflow: hidden;
}

.btn {
    border-radius: 0px;
    position: relative;
    border: 1px solid;
    font-family: Montserrat;
    font-weight: 700;
    /* font-size: 18px; */
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 22px;
}
.btn:hover {
    transition: 0.5s;
}
.btn:hover svg path {
    stroke: #fff;
}

.btn-blue{
    background-color: var(--blue-color);
    color: var(--color-5);
    border-color: var(--blue-color);
}
.btn-white{
 background-color: var(--color-5);
 color: var(--dark-color);
border-color: var(--color-5);
}

.btn-orange{
    background-color: var(--yellow-color);
    color: var(--color-5);
    border-color: var(--yellow-color);
}
.btn-orange:hover {
   background-color: #0073ae;
    color: #ffffff;
    border: 1px solid #fff;
}
.btn-icon {
    position: relative;
   padding: 20px 110px 20px 60px;
}
.btn-icon:after {
    content: '';
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/btn-icon.svg);
    position: absolute;
    right: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
      transition: 0.5s;
}
.btn-icon:hover:after {
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/orange-btn-hover-icon.svg);
    transform: translateY(-50%) rotate(45deg);
}


.btn-blue-icon {
    position: relative;
    padding: 22px 75px 22px 30px;
}
.btn-blue-icon:after {
    content: '';
    height: 40px;
    width: 40px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/btn-icon-blue.svg);
    position: absolute;
    right: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}
.btn-blue-icon:hover:after {
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/btn-icon-blue.svg);
    transform: translateY(-50%) rotate(45deg);
}

.header-btn-wrapper .btn-blue-icon:hover {
    color: #fff;
    background-color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    transition: 0.5s;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

.btn:hover svg {
    transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 500;
    line-height: 1.3;
}
h1 {
    font-size: 55px;
    margin-bottom: 15px;
}
h2 {
    margin-bottom: 15px;
    font-size: 42px;
}
h3 {
    font-size: 36px;
    margin-bottom: 15px;
}
h4 {
    font-size: 32px;
    margin-bottom: 15px;
}
h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
h6 {
    /* font-size: 18px; */
    margin-bottom: 15px;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}
.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}
.linklist ol li, .linklist ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
.linklist ol {
    padding-left: 30px;
}
.linklist ol li {
    padding-left: 0px;
    display: list-item;
}

.linklist ol {
    clear: both;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.linklist ol>li {
    counter-increment: li;
    /* font-size: 18px; */
    font-weight: 400;
    line-height: 33px;
    padding: 14px 18px 14px 47px;
    position: relative;
    padding-top: 12px;
}
.linklist ol>li:before {
    background-color: #9a2035;
    border-radius: 50%;
    color: #fff;
    content: counter(li);
    display: inline-block;
    /* font-size: 18px; */
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}

.section-pd {
    padding: 120px 0;
}
.loacation-section.section-pd {
    padding-bottom: 80px;
}
.videos-listing-page.section-pd {
    padding-bottom: 80px;
    padding-top: 80px;
}
.faq-content-sec.section-pd {
    padding-bottom: 80px;
}
.our-article-listing-page.section-pd {
padding-bottom: 80px;
}
.free-downloadable-books-listing-page {
    padding-bottom: 80px;
}
.location-detail-page.section-pd {
    padding-bottom: 0px;
}
.practice-area-detail.section-pd {
 padding-bottom: 80px;
}
.single-team-page {
    margin-bottom: 80px;
}
.case-results-listing-page {
   padding-bottom: 80px;
   padding-top: 80px;
}
.client-reviews-listing-page {
  padding-bottom: 80px;
  padding-top: 80px;
}
.team-list-sc.section-pd .top-sec {
    margin-bottom: 0px !important;
}
.team-list-sc.section-pd {
    padding-bottom: 80px;
}
.section-pt {
    padding-top: 70px;
}
.section-pb {
    padding-bottom: 70px;
}

.title, .heading {
    margin-bottom: 25px;
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: Playfair Display;
}

.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title,
.white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5,
.white-color-sec h6, .white-color-sec .small-text {
    color: var(--color-2);
}
.white-color-sec .btn {
    transition: .5s;
    background: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
    top: 5px !important;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 25px;
    top: 10px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top: 10px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
}
ul.menu-top li:first-child {
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 0;
}
ul.menu-top>li#menu-item-250 > ul.sub-menu {
    right: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
.menu-top li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    color: #182F45;
    text-transform: uppercase;
}
ul.menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 20px;
    position: relative;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-2);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
    opacity: 1;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
    opacity: 1;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: var(--color-2);
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    font-weight: 600;
    color: var(--color-2);
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}
.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}
.menu-top .sub-menu li.current-menu-parent > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu li.current_page_item a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu > li:nth-child(1) {
    border-top: 0px solid #efefef;
}
.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: #fff;
    color: #000;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.nav-menu-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-top: none;
}
.menu-top {
    transition: all ease-in-out .2s;
    text-align: right;
    justify-content: space-between;
    display: flex;
}
.menu-top li:last-child {
    margin-right: 0;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: #ffffff;
    min-width: 215px;
    text-align: left;
    box-shadow: 0px 4px 24px 0px #0000001A;
}
ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 16px;
letter-spacing: 0.5px;
text-transform: uppercase;
background-color: #FFFFFF;
color: #003164;
}
ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    color: #FFFFFF;
    background: #003164;
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #293a4c;
    border-bottom: 2px solid #293a4c;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {
    background-color: var(--color-3);
    color: #fff;
}
.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
    border-color: #fff;
}
.menu-header ul.sub-menu li.current-menu-item>a:after, .menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: auto;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/header-arrow-down.svg);
    background-position: center;
    height: 6px;
    width: 12px;
    transform: translateY(-50%);
}
.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/nav-arrow.svg);
}
.menu-header ul li#menu-item-146765:hover>ul {
    max-height: 500px;
    overflow-y: scroll;
}
.menu-header .two-col-menu ul.sub-menu {
    column-count: 2;
    min-width: 420px;
}
.menu-header .two-col-menu .sub-menu li {
    padding: 0;
    display: inline;
}
.menu-header .two-col-menu .sub-menu li a {
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}

.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
.search-box-outer {
    width: 57%;
    margin-left: auto;
}
.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
}
.close-search{
    cursor: pointer;
}
.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 10px;
    top: 0px;
    height: 19px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-left: 23px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}
.mobile-search-bar .white-search-icon:hover {
    background-image: url(../img/search-hover.svg);
    transition: 0.5s;
}
header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar {
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}
.search-icon-form button.btn {
    background-color: var(--color-3);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: var(--color-3);
    color: #fff;
    border: 1px solid var(--color-3);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--color-3);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 115px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
.logo-wrapper {
    max-width: 457px;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
}
.logo-wrapper a img {
    width: 100%;
    transition: 1s;
    object-fit: contain;
    height: 117px;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header {
    transition: all 0.5s;
}
header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    top: 0;
    transition: all 0.5s;
    background-color: var(--color-5);
     position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.nav-menu-inner-wrapper {
    display: flex;
    gap: 17px 0px;
    flex-direction: column;
}
.header-left-logo {
    display: flex;
    align-items: center;
    width: 40%;    
}
.header-aside-col {
    width: 60%;
}

.header-contact-info {
    margin-top: 0;
    position: relative;
    display: flex;
    width: 194px;
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 0;
    height: 66px;
    justify-content: center;
    top: 0px;
    align-items: flex-start;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    display: block;
    /* font-size: 18px; */
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-family: var(--font-poppins);
    line-height: 24px;
    color: var(--color-2);
    background-position: 1px center;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-contact-info a:hover span {
    text-decoration: none;
}
.header-contact-info a:hover div {
    transition: 0.5s;
    text-decoration: underline;
}
.header-contact-info a span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
    line-height: 1;
    position: relative;
    top: -2px;
    letter-spacing: 1.5px;
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--color-3);
    border-radius: 45px;
    z-index: 1;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: var(--color-3);
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 10000;
    background-color: var(--color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
    opacity: 0;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
    opacity: 1;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/white-search-icon.svg);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -19px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */

/* Footer CSS */
.main-footer {
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}
.footer-wrapper {
    width: 100%;
    position: relative;
    background: #003468;
}
.footer-heading {
    margin-bottom: 15px;
    margin-top: 125px;
font-weight: 700;
font-size: 16px;
line-height: 30.6px;
letter-spacing: 0%;
text-transform: uppercase;
color: #ffffff;

}
.footer-logo a {
    display: inline-block;
    line-height: normal;
}
.footer-logo a img {
    width: auto;
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 330px;
}
.copyright-wrapper {
    background: var(--color-2);
    width: 100%;
    position: relative;
    padding: 5px 0px;
}
.copyright-wrapper .copyright {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-footer li a {
    color: var(--color-2);
}
.menu-footer li a:hover {
    color: var(--color-3);
}

.copyright .small-nav {
    color: var(--color-5);
}
.copyright .small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    color: var(--color-5);
    margin-left: 4px;
}
.copyright .small-nav a:hover {
    color: var(--color-5);
    text-decoration: underline;
}
.copyright .small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: var(--color-5);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.copyright .small-nav a:last-child:after {
    display: none;
    opacity: 0;
}

ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0;
    gap: 11px;
}

ul.footer-social li {
    margin: 0;
}

ul.footer-social li:last-child {
    margin-right: 0
}

.footer-social li{
display: flex; 
align-items: center; 
justify-content: center; 
height: 56px; 
width: 56px; 
background-color: #FFFFFF1A;
}

.footer-social li a {
display: flex; 
align-items: center; 
justify-content: center; 
height: 41px; 
width: 41px; 
background-color: #C0D1E1;
border-radius: 50%;
}

.footer-social li a:hover {
    background-color: #ffffff;
}

.footer-social li a:hover svg {
    fill: #003468;
}

.footer-social li a:hover {
    border-color: var(--color-3);
}

ul.footer-social li a svg,ul.footer-social li a img {
    height: 25px;
    width: 25px
}

ul.footer-social li a:hover svg path,ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
    fill: var(--color-3);
}
/* Footer CSS */

/* Blog Section CSS */
.latest-blogs-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
    margin-top: 80px;
}
.blog-col-item .blog-title a {
    /* font-size: 18px; */
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    color: var(--color-1);
}
.blog-col-item .blog-title a:hover {
    color: var(--color-3);
}

.blog-col-item .blog-info-sec {
    padding: 20px;
    width: 100%;
}

.blog-col-item {
    display: block;
}

.blog-col-item .blog-item {
    background: #fff;
    width: 100%;
    height: 100%;
}
.blog-col-item .blog-title {
    width: 100%;
    margin-bottom: 8px;
}
.blog-col-item .blog-item .blog-image {
    width: 100%;
}
.blog-col-item .blog-item .blog-image a {
    display: block;
    overflow: hidden;
}
.blog-col-item .blog-item .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 216px;
    object-fit: cover;
}
.blog-col-item .blog-item .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}

.blog-col-item .blog-item .blog-image a.no-blog-image {
    background: var(--color-5);
}

.blog-col-item .blog-item .blog-image a.no-blog-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.blog-col-item .blog-item .blog-info-sec p {
    color: #4D4D4D;
}

.latest-blogs-list {
    width: 100%;
    position: relative;
}

.blogs-btn-col {
    margin-top: 46px;
}
.latest-blogs-list .blog-col-item {
    margin-top: 30px;
}
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.post-author a:hover .author-name {
    color: var(--color-3);
    text-decoration: underline;
    display: inline-block;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.blog-category-and-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.author-name {
    color: #3a4e60;
    text-transform: capitalize;
}
.post-meta .blog-date {
    font-size: 15px;
    color: rgba(77, 77, 77, 0.68);
    text-transform: uppercase;
    line-height: normal;
    margin-right: 5px;
}

.nav-menu-inner-top {
    display: flex;
    justify-content: flex-end;
}




/**new setting**/
.wp-singular .content-area a, .page-template-template-location-detail .location-detail-page a {
    color: #0070a9;
}
.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
/**new header style**/
.header-inner-wrapper {
    display: flex;
}


a.blu-btn.header-phone-button {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #182F45;
    padding: 20px 22px;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .email-error {
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 8px;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
    border-radius: 0px;
    line-height: 0;
}
/**new footer style*/
.footer-form {
    background-color: #F2F3F4;
}
.footer-wrapper .wpcf7-textarea {
    max-height: 275px;
    height: 100% !important;
}
.footer-form-wrapper .row {
    gap: 20px;
}
.footer-form-wrapper {
    padding: 36px 46px;
}
.form-control {
    padding: 30px 34px;
    border-radius: 0px;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    border: 0px;
}
.footer-background-image {
    background: #fff;
    content: "";
    display: block;
    height: calc(100% - 100px);
    position: absolute;
    left: 60%;
    top: 100px;
    width: 44%;
    z-index: 0;
    right: 0px;
}
.footer-row{
    position: relative;
}

.footer-background-image:after, .footer-background-image:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.footer-background-image:after {
    background: url(/wp-content/themes/robert-david-malove-new/assets/img/footer-call.webp) 50% 50%/contain  no-repeat;
    opacity: 1;
    z-index: 1;
    background-size: cover;
    background-position: left center;

}
.footer-background-image:before {
    background: linear-gradient(180deg,#fff 0,#fff 20%,transparent);
    z-index: 2;
}

.footer-call{
    position: relative;
    padding: 0px;
}
.footer-call:before {
    background: #fff;
    content: "";
    display: block;
    height: 100px;
    width: 1000%;
}
.footer-call:after {
    background: #ebebeb;
    -webkit-clip-path: polygon(0 0,0 100%,100% 100%);
    clip-path: polygon(0 0,0 100%,100% 100%);
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.footer-call-sec {
    padding: 20px
}
.footer-content-title {
    margin-top: 70px;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 24px;
    font-family: Playfair Display;
}

.footer-content {
    font-family: Montserrat;
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFFB2;
    max-width: 335.06px;
}
.footer-content-hr {
    color: #FFFFFF66;
    margin-top: 24px;
}
.footer-call-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: 20px;
}
.footer-call-sec a {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 30.6px;
    letter-spacing: 0%;
    vertical-align: middle;
}

/**home page**/

.section-heading {
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    color: var(--dark-color);
    font-family: Playfair Display;
}

#main-header-custom-panel {
    display: flex;
    overflow: visible;
    overflow-x: clip;
    position: relative;
}
#mhcp__image.image--texture {
    background-position: 100% 0;
    
}

#mhcp__image {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 126%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
#mhcp__side-image {
    background-position: 0 50%;
    background-repeat: no-repeat;
    border-right: 2px solid #f0f2f3;
    background-size: cover;
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    z-index: 0;
}

#main-header-custom-panel .home-banner-container {
    margin: 0 auto -58px;
    padding-bottom: 0;
    padding-top: 71px;
    display: grid;
    grid-template-columns: 38% 40%;
    -moz-column-gap: 4.5%;
    column-gap: 4.5%;
}
#main-header-custom-panel .home-banner-container .content-wrapper {
    position: relative;
    margin-top: 58px;
}

.content-wrapper .content {
    position: absolute;
    bottom: 19%;
    left: 0;
    width: 50%;
    max-width: 288px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: var(--dark-color);
}

.content-wrapper .content:before {
    background: #fd8d1e;
    content: "";
    height: 6px;
    position: absolute;
    left: -2px;
    top: -34px;
    width: 1000%;
}

.item-content p {
    font-family: Montserrat;
    font-weight: 400;
    /* font-size: 22px;
    line-height: 32px; */
}
.item-content b {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 32px;
}

.attorney-box {
    display: block;
    max-width: 100%;
    order: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    width: 521px;
    z-index: 5;
}
.banner-form {
    border: 1px solid;
    margin-left: 11%;
    padding: 36px 46px;
    position: relative;
    z-index:4;
    background: #f2f3f4;
    border-color: #f2f3f4;
    color: #2c2c2c;
}
.member-info {
    background: #d8d2d4;
    padding: 18px 32px 18px 45px;
    position: absolute;
    bottom: 43px;
    right: 0;
}
.member-info .name {
    color: #001a33;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
}
.member-info .name a {
    font-weight: 700;
    color: var(--dark-color);
    text-transform: uppercase;
}
.member-info .name a:hover {
    text-decoration: underline;
}
.member-info .name:before {
    background: #fd8d1e;
    content: "";
    height: 14px;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

h1.content-heading-wrapper {
    font-weight: 400;
    font-size: 72px;
    line-height: 74px;
    display: flex;
    flex-direction: column;
    color: var(--dark-color);
}
span.bigger {
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
}
span.emphasis {
    font-weight: 400;
    font-size: 114px;
    line-height: 114px;
}
.banner-form h3 {
    background: #0177b4;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 46px;
    letter-spacing: 2px;
    margin: 0;
    padding: 3px 45px 3px 15px;
    position: absolute;
    bottom: 133px;
    left: -2px;
    transform-origin: bottom left;
    text-transform: uppercase;
    transform: rotate(-90deg);
    line-height: 40px;
}
.banner-form h3:before {
    border-left: 142px solid transparent;
    border-bottom: 46px solid #01649e;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
}

.section-heading.home-services-section-heading {
    max-width: 834px;
    margin: 40px auto 60px auto;
    text-align: center;
}

.home-services-section-heading-wrapper {
    position: relative;
}
.home-services-section-heading-wrapper .decoration--left {
    right: 72.5vw;
}
.home-services-section-heading-wrapper .decoration {
    background: initial;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    opacity: .1;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    transform: translateY(-55%);
    white-space: nowrap;
    font-size: 156px;
    font-family: 'Playfair Display';
}
.home-services-section-heading-wrapper .decoration--right {
    left: 72vw;
}

.services-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
}
.services-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 0;
}
.services-wrapper .service-box {
    width: 100%;
    height: 546px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.services-wrapper .service-box:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}


.services-wrapper .service-box:hover {
    width: 170%;
}

.services-wrapper .service-box:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(26, 115, 232, 0) 25.8%, rgba(24, 56, 109, 0.9) 57.19%);
    z-index: 2;
}
.services-wrapper .service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-box-image-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.service-content-wrapper {
    position: absolute;
    bottom: 0px;
    top: 0;
    color: #fff;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 0px 30px;
    display: flex;
    align-items: flex-end;
}
.home-services-section{
    background: linear-gradient(180deg, #0177B4 0%, #014F87 100%);
    padding-bottom: 80px;
}
.service-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
}
.service-link-btn {
    padding: 6px 33px;
}
.service-link-btn:hover {
    background-color: #003368;
}
.services-wrapper-container {
    max-width: 1718px;
    margin: 0px auto;
}
.services-btn-wrapper {
    margin-top: 80px;
}

.defense-attorney-different-section .container {
    max-width: 1199px;
    padding: 0px;
}
.different-items-wrapper {
    margin: 60px auto;
}
.different-item {
    background-color: #003164;
    padding: 40px 70px 40px 40px;
    border: 1px solid #335D86;
}
.different-item-image-heading-wrapper {
    gap: 20px;
    margin-bottom: 41.5px;
}
.different-item-image-heading-wrapper .item-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
    font-family: Playfair Display;
}
.different-item-image-heading-wrapper
.defense-team-section {
    background-color: #F2F3F4;
    padding-bottom: 0px;
}
.container.defense-team-section-container {
    max-width: 1309px;
    padding: 0;
}
.defense-team-section .section-sub-heading {
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    vertical-align: middle;
    color: var(--dark-color);
    font-family: Playfair Display;
}
.blog-section .section-sub-heading {
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0%;
    color: #003164;
    margin: 0px 0px 35px 0px;
    font-family: Playfair Display;

}
.blogs-heading-link {
    margin-bottom: 80px;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}
.blog-section-line {
    position: absolute;
    width: 100%;
    height: 13px;
    bottom: 0px;
}
.blog-section-line:after {
    content: "";
    display: block;
    height: 13px;
    width: 100%;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/line-bg.png);
    max-width: calc(100% - 290px);
}
.blog-section-line:before {
background: rgb(253, 141, 30);
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
}

.defense-team-section .section-heading {
  
    font-weight: 400;
    font-size: 86px;
    line-height: 86px;
    text-align: center;
    vertical-align: middle;
}
.defense-team-slider {
    margin-top: 80px;
    max-width: 1309px;
    margin: 60px auto 50px auto;
}
.defense-team-slider .slick-track {
    display: flex;
}
.defense-team-slider .slick-track .team-card {
    background-color: #FFFFFF;
    padding: 24px;
    box-shadow: 0px 8px 0px 0px #DFE1E3;
    margin-bottom: 15px;
    height: 100%;

}
.defense-team-arrows-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
}
.defense-team-slider-wrapper {
    position: relative;
}
.defense-team-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.defense-team-arrows button {
    background: #fff;
    color: #0177b4;
    border: 0px;
}
.defense-team-arrows svg {
    width: 42px;
    height: 42px;
}
.defense-team-arrows img {
    width: 42px;
    height: 42px;
}

.different-item:nth-child(1) {
    border-bottom: 0px;
}

.different-item:nth-child(2) {
    border-left: 0px;
    border-bottom: 0px;
}

.different-item:nth-child(4) {
    border-left: 0px;
}
/* .everyone-is-equal-section-heading-wrapper {
    max-width: 782px;
} */
.everyone-is-equal-section-heading-wrapper .section-sub-heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    font-family: Playfair Display;
}
.everyone-is-equal-section .equal-wrapper.row {
    margin: 60px 0px 38px 0px;
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 32px;
    letter-spacing: 0%;
    color: var(--dark-color);
}
.everyone-is-equal-section-btn {
    position: relative;
    bottom: -30px;
}
.dont-risk-section .section-sub-heading {
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 0%;
    font-family: Playfair Display;
}
.dont-risk-wrapper .section-content {
    padding: 32px 48px 65px 78px;
}
.everyone-is-equal-section .equal-wrapper.row .equal-left {
    padding-right: 87px;
}
.defense-team-slider .slick-track .team-card .team-image img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: top;
    filter: grayscale();
}

.defense-team-slider .slick-track .team-card:hover .team-image img{
filter: none;
}

.defense-team-slider .slick-track .slick-active {
    position: relative;
    
}
.defense-team-slider .slick-track .slick-slide{
    height: auto;
}
.defense-team-slider .slick-track .slick-slide > div{
    height: 100%;
}
.defense-team-slider .slick-track .slick-slide > div .team-slide {
    height: 100%;
}
.defense-team-slider .slick-track .slick-active .team-card:before {
    content: '';
    left: -10px;
    position: absolute;
    top: 0px;
    width: 10px;
    height: 57px;
    background-color: var(--yellow-color);
}
.defense-team-slider .slick-track .team-card:after {
    content: '';
    width: 277.5px;
    height: 6px;
    background-color: var(--yellow-color);
    position: absolute;
    left: 0px;
    bottom: 80px;
}

.team-content-name {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    margin-top: 36px;
    padding-left: 22px;
}

.team-content-designation {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 37px;
    padding-left: 22px;
}

.badge-section{
 background-color: #F2F3F4;
}
.badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 82px 0px;
    margin-bottom: -200px;
    border: 2px solid #F2F3F4;
    background: #fff;
}
.badge-section .custom-container {
    background-color: #fff;
    position: relative;
    border: 2px solid #F2F3F4;
}
.badge-col {
    flex: 1;
    text-align: center;
}

.badge-col img {
    max-width: 135px;
    height: auto;
    object-fit: contain;
}

.badge-section .custom-container:after {
    background: #ebebeb;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    content: "";
    display: block;
    height: 65px;
    position: absolute;
    top: -2px;
    width: 65px;
    right: -66px;
}

.badge-section .custom-container:before {
    background: #ebebeb;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    display: block;
    height: 65px;
    position: absolute;
    top: -2px;
    width: 65px;
    left: -66px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.news-featured-section {
    padding-top: 240px;
}

.testimonials-section .section-heading {
    /* font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.68px;
    text-align: center; */
    margin-bottom: 2rem !important;
}

.cta-section {
    position: relative;
    color: #fff;

}
.page-template-front-page .cta-section {
    background-color: #003468;
}
.cta-heading {
    max-width: 919px;
    margin: 0 auto 40px auto;
    color: #fff;
}


.dont-risk-section {
    position: relative;
    background-position: top right;
}

.dont-risk-section .left-side-image-wrapper {
    position: absolute;
    left: 10px;
    width: 100%;
    max-width: 954px;
}


.dont-risk-wrapper .section-heading {
    font-weight: 500;
    font-size: 130px;
    line-height: 130px;
    margin: 0px;
}
.dont-risk-wrapper .section-heading span {
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
}
.dont-risk-wrapper .section-content {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    padding: 43px 48px 65px 78px;
    position: relative;
}

.dont-risk-wrapper .section-content:before {
    content: '';
    width: 5px;
    height: 100%;
    display: block;
    background-color: var(--yellow-color);
    position: absolute;
    left: 48px;
}

.dont-risk-items {
    display: flex;
    flex-direction: column;
    gap: 70px 0px;
    max-width: 515px;
    padding-left: 67px;
}

.left-side-image-wrapper .left-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dont-risk-button {
    position: relative;
    bottom:60px;
    right: -30px;
}

.everyone-is-equal-section .right-image img {
    width: 100%;
    max-height: 781px;
    object-fit: cover;
    object-position: top;
}
.blog-section .section-heading {
    max-width: 773px;
    margin: 0px auto 60px auto;
    color: #003164;
}
.blog-card {
    max-width: 376px;
    height: 100%;
    background-color: #F5F5F5;
}
.blop-post-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 16px 0px 24px 0px;
    color: #001A33;
    min-height: 78px;
}
.categories-reading-time-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
}
.reading-time {
    color: #666666;
}

.blog-card .read-more {
    font-family: Montserrat;
    font-weight: 700;
    line-height: 150%;
    font-size: 14px;
    display: flex;
    gap: 16.5px;
    align-items: center;
}
.blog-card .read-more:hover {
    text-decoration: underline;
}
.blog-image {
    height: 278px;
}
.blog-card .blog-image .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-image-default-image {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.post-image-default-image img {
    object-fit: contain !important;
    padding: 22px;
}
.blog-content {
    padding: 24px;
}
.blog-category {
    padding: 4px 10px;
    color: #fff;
    background-color: var(--yellow-color);
}
.faq-section {
    background-color: #0177B4;
}

.faq-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-section .accordion .accordion-item {
    opacity: 1;
    padding-top: 20px;
    padding-right: 34px;
    padding-bottom: 20px;
    padding-left: 34px;
    border-radius: 16px;
}


.accordion.accordion-wrapper {
    margin: 60px 0px;
}
.accordion-wrapper button.accordion-button {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #1A426D;
    padding: 0px;
    align-items: flex-start;
}

.accordion-wrapper .accordion-body {
    font-family: Montserrat;
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #001A33;
}

.accordion-wrapper .read-more-link:hover {
    text-decoration: underline;
}

.free-legal-book-section .section-heading span {
    font-weight: 400;
    font-size: 114px;
    line-height: 120px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.accordion-wrapper .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.free-legal-book-section-heading {
    margin-bottom: 30px;
    font-family: Playfair Display;
}
.row.report-box-row {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
}
.report-box-row .report-box-wrapper {
    padding: 0px 20px 40px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 0px !important;
}

.report-box-row .report-box-wrapper:before {
    background: rgb(255, 255, 255);
    border-top: 5px solid var(--yellow-color);
    border-bottom: 1px solid var(--yellow-color);
    border-right: 1px solid var(--yellow-color);
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
}
.report-box-wrapper:hover:before {
    content: '';
    box-shadow: 0px 5px 14px 10px #00000021;
}
.report-box-row .report-box-wrapper:last-child:before {
border-right: 0px;
}
.report-box-row .report-inner {
    position: relative;
    z-index: 2;
}
.report-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #003164;
    font-family: Playfair Display;
    min-height: 115px;
}

.report-box-row .report-box-wrapper .download-btn {
    border: 1px solid #EBEBEB;
    padding: 20px 62px 20px 21px;
    position: relative;
}
.report-box-row .report-box-wrapper .download-btn:hover {
    background-color: var(--yellow-color);
    color: #fff;
}

.report-box-row .report-box-wrapper .download-btn:after {
    content: '';
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/down-arrow-bg.svg);
    position: absolute;
    right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}

.free-legal-book-section{
    background-color: #F2F3F4;
}
.video-box{
position: relative;
}
.video-box {
    position: relative;
}

.video-library-section {
    position: relative;
    background-repeat: no-repeat;
}

.video-library-section .section-heading {
    margin-top: 50px;
    margin-bottom: 65px;
}

.video-slider {
    max-width: 1320px;
    margin: 0px auto;
}

.video-library-section:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0177B4 0%, #003468 100%);
    top: 0;
    left: 0;
}

.video-library-section:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: 1px solid #FFFFFF33;
    max-width: 1400px;
    transform: translate(-50%, 9vw);
    left: 50%;
}

.video-library-section .slick-list {
    margin: 0 -16px;
}

.video-library-section .slick-slide {
    margin: 0 16px;
}

.video-library-section .video-thumbnail {
    aspect-ratio: 16/9;
    overflow: hidden;
}
.video-library-section .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-library-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}
.video-library-btn {
    padding: 15px 25px;
    background-color: #FFFFFF;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
}

.video-library-btn div {
    line-height: 100%;
}
.for-more-info.video-library-btn {
    padding-right: 120px;
}

.for-more-info:after {
    content: '';
    height: 50px;
    width: 50px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/arrow-tillt-up.svg);
    position: absolute;
    right: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}
.subscribe-to:after {
    content: '';
    height: 48px;
    width: 48px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/arrow-tillt-up.svg);
    position: absolute;
    right: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}

.video-library-btn span.smaller {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.subscribe-to:before {
    content: '';
    height: 40px;
    width: 40px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/video-yt-icon.svg);
    position: absolute;
    left: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}
.subscribe-to.video-library-btn {
    padding: 15px 120px 15px 80px;
}


.video-box.html5lightbox:hover .video-title {
    display: flex !important;
    color: #fff;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    /* font-size: 18px; */
    justify-content: center;
    align-items: center;
}
.video-library-btn:hover {
    background-color: var(--yellow-color);
    color: white;
}
.video-thumbnail img {
    width: 100%;
}
.video-library-section .video-item .video-box:after {
    color: #fff;
    content: '';
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: opacity .235s ease-in-out;
    z-index: 2;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/yt-play-Symbol.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.test-page-template {
    color: red;
    text-align: center;
    font-weight: 700;
}


/**23feb2026 header**/
.button-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.button-search-wrapper .header-btn-wrapper {
    display: flex;
}
header.shrink .header-apply-wrap a.btn.btn-white {
    border: 1px solid #e1e0e3;
}
.button-nav-wrapper {
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-banner-container .form-group {
    margin-bottom: 20px;
    background-color: #fff;
}
.button-search-wrapper .header-search {
    margin-right: 20px;
}
.custom-btn{
    width: 100%;
    text-align: left;
    padding: 20px 60px;
    position: relative !important;
}
.custom-btn input {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0px;
    color: #fff;
    font-weight: 700;
    /* font-size: 18px; */
    line-height: 18px;
    text-transform: uppercase;
}
.custom-btn:after {
    content: '';
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/btn-icon.svg);
    position: absolute;
    right: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
    z-index: 9;
}
.custom-btn:hover:after{
   background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/orange-btn-hover-icon.svg);
    transform: translateY(-50%) rotate(45deg);
}

.custom-btn:hover {
    color: #ffffff;
    background-color: #003468;
}
.content-link-wrapper .service-content {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0px 20px 0px;
}
div#breadcrumbs>span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    /* font-size: 18px; */
    line-height: 26px;
    /* flex-wrap: wrap; */
}
#breadcrumbs>span svg {
    min-width: 18px;
    max-width: 18px;
}
.defense-team-section{
    background-color: #F2F3F4;
    padding-bottom: 10px;
}

.defense-team-slider .slick-slide {
    margin: 0 25px;
}

.defense-team-slider .slick-list {
    margin: 0 -25px;
}
.freedom-in-florida-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #003468;
}
.freedom-in-florida-section-container-wrapper {
    width: calc(100% - 96px);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 29vw;
}
.home-case-slider-arrows-wrapper .slick-arrow {
    width: 58px;
    height: 58px;
    border: 0px;
    background-color: #c0d4e2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-slider-arrows {
    display: flex;
    justify-content: space-between;
}
.freedom-in-florida-section-container-wrapper .practice-box-title {
    /* font-weight: 400;
    line-height: 42px; */
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
}
.home-case-results-slider.case-results-slider .slick-track {
    display: flex;
}
.case-results-slider .slick-slide {
    margin: 0 16px;
    height: auto;
}
.case-results-slider .slick-slide > div {
    height: 100%;
}
.freedom-in-florida-section-container-wrapper .practice-box {
    background-color: #ffffff;
    padding: 30px;
    height: 100%;
    transition: all .4s ease-out;
    border: 1px solid transparent;
	display: block!important;
}
.freedom-in-florida-section-container-wrapper .practice-box:hover {
    border: 1px solid #ffffffb0;
}


.freedom-in-florida-section-container-wrapper .practice-areas-hr-style {
    height: 13px !important;
    color: var(--yellow-color);
    width: 90%;
    max-width: 150px;
}
.home-case-results-slider-wrapper {
    position: relative;
    bottom: -40px;
    z-index: 99;
}
.home-case-results-slider-wrapper .home-case-slider-arrows-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.home-case-slider-arrows-wrapper .slick-arrow.case-prev {
    position: relative;
    left: -120px;
}

.home-case-slider-arrows-wrapper .slick-arrow.case-next {
    position: relative;
    right: -120px;
}
.home-case-slider-arrows-wrapper .section-content {
    max-width: 342px;
    margin: 0px 0px 0px auto;
}
.freedom-in-florida-section-container-wrapper a.btn {
    background: #FFFFFF4D;
    border: 0px;
}
.defense-attorney-different-section .section-heading {
    margin-top: 50px;
}
.video-slider .slick-arrow {
    display: none !important;
}
.nap-slider {
    margin-top: 60px;
}
.nap-slider .slick-slide {
    padding: 0 16px; 
    height: auto;
}

.nap-slider .slick-list {
    margin: 0 -16px;
}
.nap-slider .nap-business-name {
   font-family: Playfair Display;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
}

.nap-slider .slick-slide:nth-child(even) .nap-business-name {
    border-bottom: 5px solid #FD8D1E;
}

.nap-slider .slick-slide:nth-child(odd) .nap-business-name {
    border-bottom: 5px solid #0177B4;
}

.nap-slider .nap-box {
    height: 100%;
    background-color: #000000;
    color: #fff;
    padding: 132px 20px 20px 20px;
}
.nap-slider .nap-box .nap-phone a:hover {
    color: #fff;
}
.office-info-nap-direction-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.office-info-nap-direction-style {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30.6px;
    text-transform: uppercase;
}
.nap-address-wrapper {
    height: 234.19px;
}

.nap-slider ul.slick-dots {
    margin-top: 60px;
}
.nap-slider .slick-dots button {
    width: 12px;
    height: 12px;
}
.nap-slider li.slick-active {
    background-color: #FD8D1E;
}
.nap-slider .slick-dots li {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 50%;
}
.office-info-nap-direction-wrapper a:hover {
    color: #ffff;
    text-decoration: underline;
}
.nap-slider .slick-slide > div {
    height: 100%;
}
.nap-slider .slick-slide .nap-item {
    height: 100%;
}
.nap-slider .slick-track {
    display: flex;
}
.main-header-wrap .header-menu-wrap .menu-item-home.menu-item-164 {
    display: none;
}

.header-apply-wrap .btn-white:hover {
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    color: #ffffff;
}
.freedom-in-florida-section-container-wrapper .container .row {
    max-width: 1322px;
    margin: 0 auto;
}
.freedom-in-florida-section-container-wrapper .container .row .section-content.text-white {
    max-width: 385px;
    margin: 0 0 0 auto;
    /* font-size: 18px; */
}
.freedom-in-florida-section-container-wrapper a:hover {
    color: #fff;
}

    .case-results-slider .slick-slide {
    margin: 0 16px;
}

.case-results-slider .slick-list {
    margin: 0 -16px;
}
.defense-team-arrows .team-prev {
    transform: rotate(180deg);
}

.footer-social-icon-wrap {
    margin-bottom: 52px;
}
a.footer-online-payment {
    padding: 15px 25px;
    background-color: #0177B4;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.footer-online-payment:hover {
    background-color:var(--yellow-color);
    color: #ffffff;
}
.footer-online-payment .footer-make-a-secure-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 22px;
    /* font-size: 18px; */
    text-transform: uppercase;
    font-weight: 700;
}

.free-legal-book-section .report-image img {
    height: 300px;
}
.row-badge-section-mobile {
    display: flex;
    gap: 31px 42px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row-badge-section-mobile .box-badge-section-mobile {
    width: 44%;
}
.row-badge-section-mobile .box-badge-section-mobile img {
    width: 100%;
}
.contact-us-reach-section-row .reach-content {
    margin: 40px auto;
}
.wp-singular .content-area a.button {
    background: var(--yellow-color) !important;
    color: #fff !important;
    position: relative;
    padding: 20px 70px 20px 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.wp-singular .content-area a.button:hover {
    border: 1px solid  var(--yellow-color);
     background: #0073ae !important;
    color: #ffffff;
    border: 1px solid #fff;
}

.wp-singular .content-area a.button:after {
    content: '';
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/btn-icon.svg);
    position: absolute;
    right: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}

.wp-singular .content-area a.button:hover:after {
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/orange-btn-hover-icon.svg);
    transform: translateY(-50%) rotate(45deg);
}

.ti-widget.ti-goog .ti-widget-container {
    display: block;
    color: #000000;
    margin-bottom: -10px!important;
    margin-top: 5px;
}

.location-detail-page-nap-item {
    margin-bottom: 60px;
    display: flex;
}
.location-detail-page-nap-item .nap-map {
    width: 75%;
    height: 435px;
    overflow: hidden;
}

.blog-content-area .the_content {
    margin-bottom: 0px;
}

.nap-slider .slick-dots li {
    margin: 0px 5px;
}
.why-choose-us-full-width {
    margin-top: 4rem;
    background: #003468;
    color: #fff;
    position: relative;
}

.why-choose-us-full-width-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.why-choose-us-full-width-background-image {
    filter: none;
    opacity: .3;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.why-choose-us-full-width .container {
    padding-right: 40%;
}
.why-choose-us-full-width:before {
    content: '';
    background: linear-gradient(90deg, #003468 0, rgba(0, 52, 104, 0) 50%, rgba(0, 52, 104, 0));
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 2;
}
.why-choose-us-full-width .container .content {
    position: relative;
    z-index: 3;
}
.page-content iframe {
    width: 100%;
    min-height: 600px;
}
div#breadcrumbs {
    text-transform: capitalize;
}
.copyright-text a:hover {
    color: #fff;
    text-decoration: underline;
}
.copyright-text {
    text-transform: capitalize;
}

.loacation-section .section-content.text-center {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 32px; */
    letter-spacing: 0%;
    color: var(--dark-color);
}
.main-conent-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.parent-child-wrapper ul li a {
    position: relative;
    padding-right: 30px !important;
}
div#reviewModal div#modalContent {
    font-size: 16px;
}
.static-page.book-detail-section {
    padding-bottom: 80px;
}
.download-book-form {
    padding: 30px;
    background: #f2f3f4;
    max-width: 800px;
    margin: 60px auto 0px auto;
    color: #fff;
}

.download-book-form .form-group {
    background: #fff;
}
.download-book-form .row {
    gap: 20px;
}
.download-book-form .inner-page-section-heading {
    margin-top: 0px;
    font-family: Playfair Display;
}
.practice-area-detail .content-area-style img {
    margin-bottom: 2rem;
}
.select-the-form-contact-page {
    margin-top: 2rem;
    background-color: #F2F3F4;
    padding: 30px 22px;
}
.content-area a {
    color: #0070a9;
}
.select-the-form-contact-page .form-group {
    background: #fff;
}
.post-meta {
    margin-bottom: 1rem;
}
.select-the-form-contact-page .custom-btn {
    margin: 0 auto;
    max-width: 300px;
}
.footer-links {
    margin-top: 2rem;
}
.main-conent-section .equal-wrapper li {
    margin-bottom: 0px;
}
.footer-links ul a:hover {
    text-decoration: underline 1px solid #fff;
    color: #fff;
}
.menu-item-gtranslate select.gt_selector {
    padding: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: Montserrat;
    text-align: left;
    background-position: 54% 2px !important;
    background-size: 11px !important;
    color: #001a33 !important;
    /* background: url(/wp-content/themes/robert-david-malove-new/assets/img/header-down-arrow-dark.svg) !important;
    background-repeat: no-repeat !important; */
}
.menu-item-gtranslate select.gt_selector option:first-child {
    display: none !important;
}
.news-featured-section-row{
    text-align: center;
    gap: 30px;
}
.news-featured-section .section-heading {
    margin-bottom: 30px;
}
.news-featured-section-row .video-box img {
    width: 100%;
}
.news-featured-section-row .video-box:after {
    color: #fff;
    content: '';
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: opacity .235s ease-in-out;
    z-index: 2;
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/yt-play-Symbol.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.news-featured-section-row .video-box {
    position: relative;
}
.main-conent-section a:hover {
    color: #fff;
    text-decoration: underline 1px solid;
}
.everyone-is-equal-section .equal-wrapper p br {
display: none;
}
.comprehensive-criminal-defense-section .everyone-is-equal-section-heading-wrapper {
    text-align: center;
}
.in-florida-section .everyone-is-equal-section-heading-wrapper {
    text-align: center;
}
#ez-toc-container {
    margin-top: 1em;
}
.team-list-sc .inner-page-content {
    margin-top: 0px;
}

.section-content-auto-wrap {
    column-count: 2;
    padding: 0px !important;
    column-gap: 3rem;
}
.postid-1899 .education {
    padding-top: 0px;
}
.postid-1911 .education {
    padding-top: 0px;
}
.postid-1913 .education {
    padding-top: 0px;
}
.postid-1922 .education {
    padding-top: 0px;
}

.nav-menu > ul.menu > li.menu-item-has-children:last-child {
    margin-right: 0px !important;
}
.nav-menu > ul.menu > li.menu-item-has-children:last-child ul.dropdown-menu.sub-menu {
    min-width: auto;
}
li.menu-item.menu-item-gtranslate-child a.gt-current-lang {
    display: none;
}
.main-conent-section .everyone-is-equal-section-heading-wrapper .section-heading {
    text-align: center;
}

.sidebar .widget-menu ul li:before{
display:none;
}
.read-more-style-list svg {
    max-width: 28px;
    max-height: 28px;
}
.single .content-area iframe {
    width: 100%;
    object-fit: cover;
    min-height: auto;
}
.defense-attorney-different-section {
    padding-top: 210px;
}