.page_bnr {
    background-image:url(../images/cmn-bnr-bg.webp) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
body.single-post .page_bnr, body.blog .page_bnr, body.search .page_bnr, body.archive .page_bnr{
background-image:url(../images/cmn-blog-pg.webp) ;
}
.page_bnr.bnroverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}
.page_title h1,
.page_title h2 {
    font-family: var(--headingFont);
    font-size: 70px;
    line-height: 1.1; 
    color: #fff;
    position: relative;
    margin: 0 0 10px 0;
}
.inrpg-breadcrumb-sec{
        padding-top: 10px;
    padding-bottom: 10px;
    background-color: #094148 ;
}
.inrpg-breadcrumbs {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px ;
}
.inrpg-breadcrumbs span a {
/*     text-decoration: underline; */
    position: relative;
        transition: color 300ms ease 0ms;
}
.inrpg-breadcrumbs span a:hover{
    text-decoration: none;
        color: #fff;
}
.inrpg-breadcrumbs span a:before{
        content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.inrpg-breadcrumbs span a:hover:before{
       transform: scaleX(0);
    transform-origin: bottom left;
}
.inrpg-breadcrumbs span.breadcrumb_last a:before{
    display: none;
}
.inrpg-breadcrumbs span.breadcrumb_last{ color: #fff;text-decoration: none;}
.page_default {
        padding: 80px 0;
    background-color: #EFF0EB ;
    position: relative;
}
.page_content{
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width: 64.8%; 
}
.genpg-rite.full-width{
    width: 100%;
}
.genpg-lft {
    width: 32.25%;
    max-width: 440px;
}

@media screen and (max-width:1024px) {  

    .genpg-rite {width: 100%; }  
    .genpg-lft {width: 100%;max-width: 350px;}
    .page_content{flex-direction: column;gap: 20px;align-items: center;}
    
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title{
    font-family: 'Josefin Sans';
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
    margin: 0 0 27px 0;
}
h1{
    font-size: 48px;

}
h2{
   font-size: 28px; 
}

h3 {
    font-size: 26px;
}
h4 {
    font-size: 23px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 19px;
}
p,
li {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #2d2d2d;
    letter-spacing: 0;
    margin: 0 0 27px;
}
.page_default .genpg-rite a, .page_default .genpg-rite li a{
       display: inline-block;
    position: relative;
    color: #1f1f1f;
}
.page_default .genpg-rite a:before, .page_default .genpg-rite li a:before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #3e8b83;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.page_default .genpg-rite a:hover:before, .page_default .genpg-rite li a:hover:before {
    transform: scaleX(0);
    transform-origin: bottom left;
}

.page_default .genpg-rite li {
    padding-left: 30px;
    position: relative;
    margin: 0 0 5px ;
}
.page_default .genpg-rite ul li:before {
    background: #2d2d2d;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    left: 10px;
    right: 0;
    top: 10px;
    border-radius: 50px;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    list-style: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 23px 0px;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
}

.page_default .genpg-rite ul li>ul li {
    list-style-type: none;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}

.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}
.page_content .genpg-rite ul li ul {
    margin: 0 0 20px;
}


@media screen and (max-width:767px) {
h1 {
    font-size: 34px;
}
.page_bnr{
    padding: 75px 0;
}
}
/*  SearchPage Styles */

.search-no-results article.post .entry-header{ margin: 0;}

.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}



/* Sidebar Styles */



.genpg-lft .widget{

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background-color: #1F1F1F;

    margin: 0 0 20px;

    padding: 25px;
    border-bottom: 4px solid #71BBAC;

}
 
.genpg-lft .widget .widget-title{

        font-family: 'Josefin Sans';

        font-weight: 400;

        text-align: left;

        text-transform: uppercase;

        color: #fff; 

        font-size: 23px;
              line-height: 1.2;
        padding: 0 0 15px 0;

        margin-bottom: 25px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.45);

}
 
.genpg-lft .widget ul{

    margin: 0;

}
 
.genpg-lft .widget ul li a {

    font-family: 'Montserrat';

    font-size: 18px;

    font-weight: 400;

    text-transform: capitalize;

    line-height: 1.5;

    color: #fff;

    position: relative;

    display: inline-block;

    padding: 0 ;
        transition: all 0.3s;
            letter-spacing: 0;

}

.genpg-lft .widget ul li, .genpg-lft .widget ul li ul.sub-menu li{

    border-bottom: 1px solid rgba(255, 255, 255, 0.13);

    padding: 0 15px 15px 0;

    position: relative;
        margin: 12px 0;

}
.genpg-lft .widget ul li ul.sub-menu li:last-child{
border: 0;
padding: 0px;
}
.genpg-lft .widget ul li a::before{

    position: relative;
    content: "";
    background-image: url(../images/sdr-arrows.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 17px;
    top: 2px;
    display: inline-block;
    margin-right: 8px;
 
}

.genpg-lft .widget ul li:last-child{ margin: 0;    border: none;}

.genpg-lft .widget ul li a:hover {

        margin-left: 3px;

}

.genpg-lft .widget_our_cnt{

    text-align: center;

}
.genpg-lft .our-page-sdbr .widget, .blog-sidebar .widget{
        box-shadow: none;
    background-color: transparent;
    margin: 0 ;
    padding: 0;
    border-bottom: none;
}

.genpg-lft .widget_our_cnt a{

    font-family: 'Montserrat';

    font-size: 20px;

    font-weight: 400;

    text-transform: capitalize;

    line-height: 1.5;

    color: #0b5f6a;

    display: inline-block;

    text-decoration: underline;

}

.genpg-lft .widget_our_img {
    margin: 0 auto 20px;
    width: 80.3%;
}
.genpg-lft .widget_our_img img{
    width: 100%;
    display: block;
}

.genpg-lft .widget ul.sub-menu {
    padding: 0;
    margin-left: 20px;
}
 
.genpg-lft button.subMenuToggle {

    position: absolute;

    right: 0;

    top: -4px;

}

.genpg-lft .widget li a.drop{

    font-family: var(--bodyFont);

    font-size: 40px;

    font-weight: 600;

    line-height: 1;

    color: #000;

    display: block;

    border: none;

    outline: none;

    background: transparent !important;

    cursor: pointer;

    padding: 0;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 0;
    right: 0;

}

.genpg-lft .widget li a.drop:before {

       content: '+';
    position: absolute;
    background-image: none;
    width: 12px;
    height: 13px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1;

}

.genpg-lft .widget li a.drop.open:before {

    content: '-';

}
.genpg-lft .widget li ul.sub-menu li{
    border: none;
        margin-left: 15px;
        padding-bottom: 0px;
}

 
.genpg-lft .widget ul.sub-menu li a{


}

 


/* Table Content */

.genpg-lft .widget .lwptoc_header{
    font-family: var(--bodyFont);
    font-size: 32px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}
.genpg-lft .widget .lwptoc_header b{
    font-weight: 400 !important;
}

.genpg-lft .widget .lwptoc_item{
    margin-bottom: 20px;
}

.genpg-lft .widget .lwptoc_item a, .genpg-lft .lwptoc-light .lwptoc_items A:visited{
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #000 !important;
}


.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover{
    border-bottom : 0 !important;
    color: #1e90ff !important;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}
.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 40px 30px;
    width: 100%;
}
.genpg-lft .widget .lwptoc_item:last-child{ margin: 0;}

.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}

.genpg-lft .lwptoc_toggle {
    white-space: nowrap;
    margin-left: 0;
    font-size: 80%;
    width: 100%;
    display: block;
    padding-top: 10px;
}

@media screen and (max-width:1024px) {
    .genpg-lft .widget.widget_lpwtoc_widget{
        display: none;
    }
    
}

 
.genpg-lft .blog-sidebar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #1F1F1F;
    margin: 0 0 20px;
    padding: 25px;
    border-bottom: 4px solid #71BBAC;
}
.genpg-lft .widget.widget_search{
    margin: 0 0 45px;
}

.genpg-lft .blog-sidebar .widget {
    box-shadow: unset;
}
.genpg-lft .blog-sidebar .widget .widget-title {
    padding-top: 25px ;
    margin-top: 24px ;
    border-top: 1px solid rgba(255, 255, 255, 0.45) ;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 15px ;
}
.genpg-lft .blog-sidebar .widget ul li{
    margin: 12px 0;
    border: none;
    padding: 0;
}
.genpg-lft .blog-sidebar .widget.widget_rss_feed ul li{
    margin: 0;
}
.genpg-lft .blog-sidebar .widget input::placeholder {
    color: #1F1F1F; 
}
.genpg-lft .blog-sidebar .widget input, .genpg-lft .blog-sidebar .widget select {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1F1F1F;
    padding: 11px !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0 !important;
    width: 100%;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
}

.genpg-lft .blog-sidebar .widget .search-field {
    background-image: none !important;
}
/* .genpg-lft .blog-sidebar .widget_search input {
    cursor: text;
} */
.genpg-lft .widget.widget_search .search-form{
    display: flex;
    gap: 4px;
}
.genpg-lft .widget.widget_search label {
    width: 100%;
}
.genpg-lft .blog-sidebar .widget input.search-submit{
    width: auto;
    height: 100% !important;
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0 !important ;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
        border: 1px solid #71bbac !important;
        padding: 12px 14px !important;
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border-color 300ms ease 0ms;
}
.genpg-lft .blog-sidebar .widget input.search-submit:hover{
        color: #1F1F1F !important;
    background-color: #71BBAC !important;
}
.genpg-lft .blog-sidebar .search-form{
    position: relative;
}



/* SideBar testimonials */

.sidebar-testi {
    padding: 30px 30px 80px;
    text-align: center;
}

.sidebar-testi p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}

.sidebar-testi h3{
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-testi h4.author{
    color: #000;
    font-size: 22px;
}


.sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

.sidebar-testi.owl-carousel .owl-nav button {
    background: #ccc !important;
    width: 50px;
    height: 40px;
    margin: 0 5px;
}
.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 28px;
    font-weight: bold;
}
.sidebar-testi.owl-carousel .owl-nav button:hover {
    background: #000 !important;
}
.sidebar-testi.owl-carousel .owl-nav button:hover span {
    color: #fff;
}




/*  Testimonials Page */

.page_default.testimonials-pg .our-page-sdbr{
    display: none;
}

.testimonials-page .in-testi-item .in-testi-title{
    font-family: 'Montserrat';
    font-weight: 700;
        color: #2d2d2d;
    font-size: 18px;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
}




/* Blog Page */

.blg-cntblk {

}
.blg-cntblk .post-item {
    width: 100%;
        margin-bottom: 60px;
}
.blg-cntblk .post-item .entry-title a:before{
display: none;
}
.blg-cntblk .post-item .entry-title{
    font-size: 38px;
}
.blg-cntblk .post-item .entry-title a{
    color: #0B5F6A ;
    transition: color 300ms ease 0ms;
}
.blg-cntblk .post-item .entry-title a:hover{
        color: #1F1F1F ;
}
.blg-cntblk .post-item .blog-post-img img{ width: 100%; display: block;}

.page_default .blg-cntblk .post-item .post-meta{
        margin-bottom: 6px;
}
.page_default .blg-cntblk .post-item .post-meta a{
        color: #1f1f1f ;
            font-weight: bold   ;

}
.blg-cntblk .post-item p{
        color: #666;
}

.blg-cntblk .post-item .post-btn a{ 
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.blg-cntblk .post-item .post-btn a:hover{
    background-color: #000;
    color: #fff;
}

.page_default.blog_pg .underscores-pagination{ width: 100%;}

.page_default.blog_pg .underscores-pagination ul.page-numbers {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li{
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li::before{ display: none;}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f ;
    align-items: center;
    margin: 0;
    box-shadow: none;
    display: none;
    box-shadow: 0px 1px 0px 0px #3e8b83;
    
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a:before{
    display: none;
}

 .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next,.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev{
display: block;
} 
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current, .page_default.blog_pg .underscores-pagination ul.page-numbers li a:hover{
    box-shadow: none;
        color: #0b5f6a ;
}

.page_default.blog_pg .pagination a.next.page-numbers, .page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page_default.blog_pg .pagination a.next.page-numbers::before, .page_default.blog_pg .pagination a.prev.page-numbers::before{
    position: absolute;
    content: '  ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}

/* Single Blog Page */

.blog-post-img{
    margin-bottom: 20px;
}

.blog-post-img img {
    width: 100%;
    display: block;
}

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}
.page_default.single-blog_pg .page-navi a{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover{
    background-color: #000; color: #fff;
}
.page_default .single-post-content .single-post-meta, .page_default .post-item .post-meta{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 30px;
}
.page_default .single-post-content .single-post-meta a{
  color: #666;  
}

/* Contact Page */
.page-template-contact-page .page_bnr {
    background-image: url(../images/contact-pg-bnr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-template-contact-page .formpopuptext {
    max-width: 100%;
}
.contact-form-blk {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.contact-form-blk p small{    color: #e80000}
.contact-form-blk .gform_wrapper.gravity-theme .gfield_label{
        font-size: 18px;
        font-family: 'Montserrat';
        font-weight: 700;
        line-height: 1.2;
        color: #2d2d2d;
        letter-spacing: 0;
        margin-bottom: 10px;
        text-transform: capitalize;
}
.contact-form-blk .gform_wrapper.gravity-theme .gfield_label .gfield_required{display: none;}

.page_default .genpg-rite .contpg-frm .gform_wrapper li {
    margin: 0px 0 10px 0;
    padding: 0;
}
.page_default .genpg-rite .contact-form-blk .gform_wrapper input,
.page_default .genpg-rite .contact-form-blk .gform_wrapper select,
.page_default .genpg-rite .contact-form-blk .gform_wrapper textarea {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    background: #f7f7f7 !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #666666 !important;
    transition: all .5s !important;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 15px 12px !important; 
        position: relative;             
} 
.page_default .genpg-rite .contact-form-blk .gform_wrapper textarea{
    height: 200px !important;
        margin: 0 0 5px !important;
}
.page_default .genpg-rite .contact-form-blk .gform_wrapper input:focus,
.page_default .genpg-rite .contact-form-blk .gform_wrapper select:focus,
.page_default .genpg-rite .contact-form-blk .gform_wrapper textarea:focus {
    outline: 2px dotted #000;
}

.page_default .genpg-rite .contact-form-blk .gform_wrapper select{
 appearance: none;
     line-height: 1.2 !important; 
     background-image: url(../images/down-arrow-img.webp) !important;
     background-repeat: no-repeat !important;
     background-position: right 20px center !important;
     margin: 0 0 20px !important;  
}
.page_default .genpg-rite .contact-form-blk .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 10px 0 0 !important;
    width: 20px !important;
    height: 20px !important;
}
.page_default .genpg-rite .contact-form-blk .gchoice {
    text-align: left;
    width: fit-content;
    margin: 0 0 8px;
}
.page_default .genpg-rite .contact-form-blk .gfield_checkbox label, .page_default .genpg-rite .contact-form-blk .form-links, .page_default .genpg-rite .contact-form-blk .form-links a{
font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
        color: #2d2d2d !important;
}
.page_default .genpg-rite .contact-form-blk .form-links{
    margin-bottom: 5px;
}
.contact-form-blk .gform_wrapper.gravity-theme .chk .gfield_label{
    display: none;
}
.page_default .genpg-rite .contact-form-blk .chk .gfield_checkbox label{
    font-weight: 700 !important;
}
.page_default .genpg-rite .contact-form-blk .ginput_container.ginput_container_checkbox {
    margin: 0 0 15px;
}

.page_default .genpg-rite .contpg-frm input {
    --placeholdercolor: #000;
}

.page-content form.search-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.page_default .genpg-rite .contact-form-blk .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    width: fit-content;
}
.page_default .genpg-rite .contact-form-blk .gform_wrapper input[type="submit"] {
    width: 100%;
    padding: 20px 36px !important;
    background: transparent !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #1f1f1f !important;
    text-align: center;
    text-transform: uppercase !important;
    border: 2px solid #0b5f6a !important;
    outline: none;

}
.page_default .genpg-rite .contact-form-blk .gform_wrapper input[type="submit"]:hover{
    background: #0b5f6a !important;
    color: #ffffff !important;
    border: 2px solid #0b5f6a;
}
.page_default .genpg-rite .contact-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message, .page_default .genpg-rite .contact-form-blk .gform_wrapper .gfield .instruction.validation_message,
.popup-content-form .gform_wrapper .gfield .validation_message.gfield_validation_message, .popup-content-form .gform_wrapper .gfield .instruction.validation_message {
    background: none;
    padding: 0px;
    line-height: 1.5;
    color: #ff0000;
    font-size: 18px;
    font-weight: 400;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
    text-align: left;
    position: unset;
    font-family: 'Montserrat' ;
        margin: 6px 0 0;
}
.page_default .genpg-rite .contact-form-blk .gform_wrapper .gfield_error.emil input, .popup-content-form .gform_wrapper .gfield_error.emil input{
    border: 1px solid #e80000 !important;
    background-image: url(../images/emil-error-field-img.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 50px 100% !important;
    background-position: right center !important;
}




 

.testimonials-content-main p{
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  line-clamp: 5; 
  -webkit-box-orient: vertical;
}

.testimonials-content-main p.expanded {
  -webkit-line-clamp: unset; 
  line-clamp: unset; 
  overflow: visible;
}

.sd-testi-item-btn {
  color: #1e90ff;
  cursor: pointer;
  display: block; 
  margin: 0 0 10px;
}

/* Search Page Styles */

.search-no-results .blg-cntblk input.search-field {
    width: 100%;
    padding: 10px 22px;
    font-size: 20px;
    
}
.search-no-results .blg-cntblk .search-form{
    width: 40%;
    position: relative;
}
.search-no-results .blg-cntblk .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #1e90ff;
    cursor: pointer;
}

.no-search-resultes .not-found-title{
        color: #0B5F6A ;
            transition: color 300ms ease 0ms;
}
.no-search-resultes .not-found-title:hover{
        color: #1f1f1f;
}


.not-found-page {text-align: center; }
.not-found-page .not-found-text{
    margin: 0;
}
.page_default .genpg-rite .not-found-page ul {
    margin-bottom: 30px;
}
.page_default .genpg-rite .not-found-page ul li:before{
width: 1px;
    height: 18px;
    border-radius: 0;
    right: 0;
    left: inherit;
    top: 2px;
    bottom: 0;
    margin: auto;
}
.page_default .genpg-rite .not-found-page ul li:last-child{
    padding-right: 0;
}
.page_default .genpg-rite .not-found-page ul li:last-child:before{
    display: none;
}
.page_default .genpg-rite .not-found-page ul li {
    display: inline-block;
    padding: 0 6px 0 2px;
    margin: 0;
}
.not-found-page .page-not-found-btn a:before{
    display: none;
}
.not-found-page .page-not-found-btn a:hover{
    color: #fff;
}

/* meet Attorney */

.meetus-btm-cont {
    margin: auto;
    width: 100%;
    max-width: 900px;
}
.meetus-lst {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
    gap: 35px;
    margin: 0 0 80px;
}
.meetus-lst .meet-attorney-title{
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #0B5F6A;
    line-height: 1;
}
.page_default .genpg-rite .meetus-lst .meet-attorney-designation{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
 }
.page_default .genpg-rite .in-team-atrny-link a{
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: block;
 }
 .meetus-lst .meetus-item{
    width: 22.75%;
    padding: 0 0 20px;
     background-color: #FFF;
    border-bottom: 4px solid  #3E8B83;
    box-shadow: 0px 49px 80px -32px rgba(31, 31, 31, 0.24);
    transition: transform 0.3s ease-out; 
transform: translateY(0);
z-index: 1;
    
 }
 .meetus-lst .meetus-item:hover {
     border-bottom: 4px solid #000;
     background-color: #e8f4f2;
    transform: translateX(0px) translateY(-10px) ;
 }

.meetus-lst .meetus-img{
    margin-bottom: 30px;
    
}
.fade-in-top {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* This class will be added on scroll */
.fade-in-top.show {
  opacity: 1;
  transform: translateY(0);
}


.meetus-lst .meetus-img img{
border-radius: inherit;
width: 100%;
display: block;
}
.meetus-btm-cont .meet-attorney-sub-title, .single-attorney-lft-cnt .single-attorney-lft-sub-title{
    font-size: 41px;
}


/* single attorney */
.single-team_member .page_content{
    padding: 0 50px;
}
.single_attorney_pg .container{
    max-width: 1715px;
}

@media screen and (max-width: 1600px) {
.single_attorney_pg .container {
    max-width: 1440px;
}
}
.single-team_member h2{
    color: #1E2327;
}
.single-attrny-blck {
    width: 25%;
    text-align: center;
    background-image: radial-gradient(circle at bottom right, rgba(113, 187, 172, 0.42) 0%, #fff 70%);
    background-color: #FFF;
    border-bottom: 4px solid #71BBAC;
    padding: 24px;
    box-shadow: 0px 27px 49px -18px rgba(0, 0, 0, 0.17);
}
.single-attrny-blck .single-attrny-img {
    margin: 0 auto 35px;
    width: 65.7%;
}
.single-attrny-blck .single-attrny-img img{
    width: 100%;
    display: block;
}
.single-attrny-blck .single-attorney-name{
        text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #0B5F6A;
    line-height: 1.2;
    margin: 0;
}
.single-attrny-blck .single-attorney-designation{
        text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #2d2d2d;
    line-height: 1;
    margin: 0 0 30px 0;
}
.single-attrny-blck .attorney-tel-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #1e2327;
    line-height: 1.2;
    margin: 0 0 30px 0;
}
.single-attrny-blck .attorney-tel-title a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #1f1f1f;
    line-height: 1;
    margin: auto;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0 0 6px 0;
    width: fit-content;
}
.attorney-btn a:before{
    display: none;
}
.attorney-btn a.cmn-btn{
    cursor: pointer;
}
.atrny-awards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
        margin: 35px 0 0;
}
.attorney-btn a.cmn-btn:hover{
    color: #fff;
}
.atrny-award {
    width: 39.6%;
}
.atrny-award img{
    width: 100%;
    display: block;
}
.single-attrny-lst {
    display: flex;
    justify-content: space-between;
        align-items: flex-start;
}
.single-attrny-content {
    width: 72.1%;
    display: flex;
    justify-content: space-between;
}
.single-attorney-lft-cnt {
    width: 62%;
}
.single-attorney-rgt-cnt {
    width: 34%;
}
.single-attorney-lft-cnt .single-attorney-lft-sub-title{
    text-transform: capitalize;
}


html.no-scroll {
    overflow: hidden;
}    
.popup-overlay {
    background: rgb(11 11 11 / 80%);
    display: none;
    align-items: center;
    z-index: 9999;
    margin: auto;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 8px;
        overflow-y: scroll;
}
.popup-overlay.is-active {
        display: block;
}

.popup-content-form {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 20px 30px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
}

.popup-content-form  .gfield_html p{
    margin: 0;
}
.popup-content-form  .gfield_html p small{
        color: #e80000;
}
.popup-content-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1.2;
    color: #2d2d2d;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.popup-content-form .gform_wrapper input, .popup-content-form .gform_wrapper textarea {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    background: #f7f7f7 !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #666666 !important;
    transition: all .5s !important;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 15px 12px !important;
    position: relative;
}
 .popup-content-form .gform_wrapper textarea {
    height: 200px !important;
}
.popup-content-form .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    display: none;
}
.popup-content-form .gfield_checkbox label, .popup-content-form .form-links, .popup-content-form .form-links a {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #2d2d2d !important;
}
.popup-content-form .gform_wrapper.gravity-theme .chk .gfield_label {
    display: none;
}
.popup-content-form .gchoice {
    text-align: left;
    width: fit-content;
    margin: 0 0 8px;
}
.popup-content-form .chk .gfield_checkbox label {
    font-weight: 700 !important;
}
.popup-content-form .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 10px 0 0 !important;
    width: 20px !important;
    height: 20px !important;
}
.popup-content-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    width: fit-content;
}
.popup-content-form .gform_wrapper input[type="submit"] {
    width: 100%;
    padding: 20px 36px !important;
    background: transparent !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #1f1f1f !important;
    text-align: center;
    text-transform: uppercase !important;
    border: 2px solid #0b5f6a !important;
    outline: none;
}
.popup-content-form .gform_wrapper input[type="submit"]:hover {
    background: #0b5f6a !important;
    color: #ffffff !important;
}
@media screen and (max-width:1440px) {
.meetus-lst {
    gap: 31px;
}
}
@media screen and (max-width:1140px) {
.meetus-lst {
    gap: 25px;
}
}
@media screen and (max-width:980px) {
    .meetus-lst .meetus-item {
    width: 100%;
    max-width: 320px;
    margin: 0;
}
.meetus-lst {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
    .single-team_member .page_content{
        padding: 0px;
    }
    .single_attorney_pg .container {
    max-width: 90%;
    padding: 0px;
}
.single-attrny-lst {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.single-attrny-blck {
    width: 100%;
    padding: 24px;
    background: #fff;
}
.single-attrny-blck .single-attrny-img {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 250px;
}
.single-attrny-blck .single-attorney-name {
    font-size: 30px;
}
.single-attrny-blck .attorney-tel-title {
    font-size: 26px;
}
.atrny-award {
    width: 100%;
    max-width: 150px;
}
.single-attrny-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.single-attorney-lft-cnt {
    width: 100%;
}
.single-attorney-rgt-cnt {
    width: 100%;
}
h2 {
    font-size: 26px;
}
.page_default {
    padding: 50px 0;
}

}

.meetus-item img {
    filter: grayscale(1);
}
.meetus-item:hover img {
    filter: grayscale(0);
}
