/* Banner Section Start*/

.banner-sec {
    padding: 300px 0 50px 0;
    background-image: url(../images/bnnr-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}
.banner-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background-image: linear-gradient(#ffffff00, #fff);
}
.banner-sec:after{
    content: '';
    position: absolute;
    background-image: url(../images/bnr-grad-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 576px;
    height: 851px;
    right: 0;
    bottom:100px;
    margin: auto;

}
.banner-sec .bnr-tit {
    text-align: center;
    margin: 0 0 45px;
}
.banner-sec .bnr-tit  h1{
    margin: 0;
}
.banner-sec .bnr-tit .fst-lin{
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 7.2px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 30px;
  display: inline-block;
}
.banner-sec .bnr-tit .sec-lin{
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 99px;
  line-height: 0.96;
  letter-spacing: -1.98px;
  color: #37555d;
  text-transform: uppercase;
}
.bnr-logo img {
    width: auto;
    display: block;
    margin: auto;
}
.bnr-logo {
    margin: 0 0 115px;
}
.bnr-btm-sec img {
    width: auto;
    display: block;
    margin: auto;
}
.bnr-btm-tit h2{
    margin: 0;
}
.bnr-btm-tit{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 85px;
    line-height: 1;
    letter-spacing: -1.7px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    padding: 45px 0;
    position: relative;
}
.bnr-btm-tit:before, .bnr-btm-tit:after{
    content: '';
    position: absolute;
    background-color:#86b9a3;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.bnr-btm-tit:after{
    top: 0;
    bottom: inherit;
}
/* Banner Section End*/

/* Homepage Award Section End */

.hm-award-sec{
    padding: 92px 0 75px;
    text-align: center;
}
.awrd-img img {
    width: 100%;
    display: block;
}
.hm-award-sec .heading-text {
    font-size: 24px;
    color: #000;
    line-height: 1;
    letter-spacing: 7.2px;
    font-family: 'Archivo';
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
}

.hm-award-sec .awards-img-sec {
    display: flex;
    justify-content: space-between;
}

.hm-award-sec .awards-img-sec .awrd-itm:first-child, .hm-award-sec .awards-img-sec .awrd-itm:last-child{
    margin-top: -8%;
}

/* Homepage Award Section End */

/* Homepage About Section Starts */

.hm-experience-sec {
    padding: 0 0 124px 0;
}
.hm-experience-sec .abt-sub-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 44px;
}
.hm-experience-sec .abt-img-sec {
    width: 43%;
    position: relative;
}
.hm-experience-sec .abt-img-sec::before{
    content: "";
    position: absolute;
    background-image: url(../images/abt-sec-aftr.webp);
    background-repeat: no-repeat;
    width: 725px;
    height: 586px;
    bottom: 0;
    right: -24%;
    opacity: 40%;
}
.hm-experience-sec .abt-cnt-sec {
    width: 55%;
}
.hm-experience-sec .logo-img img {
    width: 100%;
    display: block;
    margin: 0 auto 50px;
    max-width: 494px;
}
.hm-experience-sec .cnt-img-sec{
    background: linear-gradient(270deg, #00000000 0%, #2a6c4d1f 100%);
    padding: 50px 0 0 40px;
    position: relative;
}
.hm-experience-sec .cnt-img-sec::before{
    content: "";
    position: absolute;
    background-image: url(../images/abt-img-bfr.webp);
    background-repeat: no-repeat;
    width: 406px;
    height: 6px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.hm-experience-sec .abt-img {
    margin-right: -50px;
}
.hm-experience-sec .abt-cnt-sec .heading-text{
    color: #0c0100;
    font-size: 61px;
    line-height: 1.3;
    letter-spacing: -1.2px;
    font-family: 'Playfair Display';
    font-weight: 400;
    display: block;
}
.ovr-yrs-img img {
    display: block;
    width: 100%;
}
.ovr-yrs-img {
    margin: 0 0 34px 0;
}
.hm-experience-sec .abt-cnt-sec p {
    color: #000;
    font-size: 20px;
    line-height: 1.8;
    font-family: 'Archivo';
    font-weight: 400;
    margin-bottom: 32px;
}
.hm-experience-sec .cont-sec {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 34px;
    flex-direction: row-reverse;
}
.hm-experience-sec .call-sec p {
    padding-left: 0 !important;
}
.hm-experience-sec .cont-sec h5{
    color: #000;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1.02px;
    font-family: 'Archivo';
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.hm-experience-sec .abt-cnt {
    padding-left: 116px;
}
.hm-experience-sec .cont-sec .call-sec p{
    color: #000;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    font-family: 'Archivo';
    font-weight: 700;
    margin-bottom: 0;
}
.hm-experience-sec .cont-sec p a{
    font-size: 30px;
    display: inline-block;
}
.hm-experience-sec .cont-sec p a:hover{
    color: #85b9a1;
}
.hm-experience-sec .call-sec {
    padding-left: 55px;
    position: relative;
}
.hm-experience-sec .call-sec::before{
    content: "";
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -503px -241px;
    width: 38px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hm-experience-sec a.cmn-btn {
    background-color: #85b9a1;
    padding: 26px 72px;
    border-radius: 0;
}
.hm-experience-sec a.cmn-btn:hover{
    background-color: #37555d;
}
.hm-experience-sec .abt-img img {
    width: 100%;
    display: block;
}

/* Homepage About Section End */

/* Homepage Practice Area Section Starts */

.hm-pract-sec {
    padding: 0 0 105px 0;
    background-color: #fff;
}
.hm-pract-sec h2{
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #0c0100;
    text-align: center;
    margin: 0 0 46px 0;
}
.pract-lists {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.pract-itm {
    width: 31.7%;
    position: relative;
    background-image: url(../images/hm-prct-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding: 65px 30px 40px;
    background-size: 100% 100%;
}
.pract-itm:hover .prct-itm-btn h4{
    background-color: #85b9a1;
}
.prct-itm-btn::before{
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -12px;
    width: 95px;
    height: 93px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.pract-itm.ali-spal:hover .prct-itm-btn:before{
    background-position: -12px -137px;
}
.pract-itm.chld-vst .prct-itm-btn::before{
    background-position: -118px -12px;
    width: 100px;
}
.pract-itm.chld-vst:hover .prct-itm-btn:before{
    background-position: -118px -137px;
}
.pract-itm.chld-supt .prct-itm-btn::before{
    background-position: -238px -12px;
    width: 100px;
    height: 94px;
}
.pract-itm.chld-supt:hover .prct-itm-btn:before{
    background-position: -238px -136px;
}
.pract-itm.falt-div .prct-itm-btn::before{
    background-position: -356px -12px;
    width: 98px;
    height: 100px;
}
.pract-itm.falt-div:hover .prct-itm-btn:before{
    background-position: -356px -130px;
}
.pract-itm.gry-div .prct-itm-btn::before{
    background-position: -472px -12px;
    width: 100px;
    height: 100px;
}
.pract-itm.gry-div:hover .prct-itm-btn:before{
    background-position: -472px -130px;
}
.pract-itm.high-div .prct-itm-btn::before{
    background-position: -590px -12px;
    width: 100px;
    height: 100px;
}
.pract-itm.high-div:hover .prct-itm-btn:before{
    background-position: -590px -130px;
}
.prct-itm-btn {
    bottom: -40px;
    margin: auto;
    left: 0;
    right: 0;
    width: 380px;
    position: relative;
    padding: 165px 0 0;
}
.prct-itm-btn h4 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.03;
    letter-spacing: -0.52px;
    color: #ffffff;
    text-align: center;
    padding: 10px 55px;
    background-color: #37555d;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
    margin: 0;
    position: relative;
}
.pract-hvr a{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    display: inline-block;
}

.pract-btn {
    text-align: center;
}
.pract-btn a.cmn-btn{
    font-family: 'Archivo';
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    color: #37555d;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #37555d;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.pract-btn a:hover{
    color: #85b9a1;
    border-bottom: 1px solid #85b9a1;
    background-color: transparent;
}

/* Homepage Practice Area Section End */


/* Homepage Attorney Section Start */

.hm-attorney-sec .container{ max-width: 100%; padding-right: 10%;}

.hm-attorney-sec {
    background-image: url(../images/hm-attorney-sec-bgd.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 135px 0;
}
.hm-attorney-sec:after {
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(#fff, #ffdddd00);
}
/* .hm-attorney-sec::before {
    content: "";
    background: url(../images/hm-attorney-rit-bgd.webp);
    background-repeat: no-repeat;
    width: 47.7%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
} */
.hmatrn-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hmatrn-rit {
    width: 50%;
    padding: 0 0px 0 75px;
    background: url(../images/hm-attorney-rit-bgd.webp);
    background-size: 100% auto;
}
.hmatrn-rit-blk img {
    width: 100%;
    display: block;
    max-width: 510px;
    margin: 0 auto;
}
.hmatrn-rit-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 90px 62px;
    gap: 70px;
    background: linear-gradient(to bottom, #85b9a3 0%, #85b9a3 26%, #83b6a1 35%, #78a998 60%, #638e85 100%);
    position: absolute;
    left: 0 !important;
    bottom: 0;
    max-width: 940px;
    width: 100%;
    z-index: 1;
}
.hmatrn-rit-cnt h3{
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: #fff;
    margin: 0;
}
.hmatrn-rit-cnt h3 span{
    padding-left: 120px;
}
.hmatrn-lft {
    width: 47%;
    padding-top: 130px;
}
.hmatrn-lft-cntr{
    padding-top: 120px;
    position: relative;
    margin: 0 0 120px 0; 
}
.hmatrn-lft-cntr::before{
    content: "";
    background-color: #85b9a1;
    width: 70%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.hmatrn-lft-cntr::after{
    content: "";
    background: url(../images/hm-attorney-lft-img.webp);
    width: 168px;
    height: 167px;
    position: absolute;
    top: -82px;
    right: 0;
}
.hmatrn-lft-cntr h3{
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 75px;
    line-height: 1.06;
    letter-spacing: -1.5px;
    color: #0c0100;
    margin: 0 0 40px 0;
}
.hmatrn-lft-cntr p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.hmatrn-lft-btm {
    text-align: center;
    padding-left: 160px;
}
.hmatrn-lft-btm h5{ 
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    color: #35565d;
    text-transform: uppercase;
    padding-top: 95px;
    margin: 0 0 20px 0;
    position: relative;
}
.hmatrn-lft-btm h5::before{
    content: "";
    background: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -415px -241px;
    width: 70px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hmatrn-lft-btm p{
    font-family: 'Archivo';
    font-weight: 700;
    font-size: 69px;
    line-height: 1;
    letter-spacing: -1.38px;
    color: #000000;
    margin: 0;
}
.hmatrn-lft-btm p a{
    text-transform: uppercase;
    display: inline-block;
}
.hmatrn-lft-btm p a:hover{
    color: #85b9a3;
}
.hmatrn-slid-blk{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hmatrn-itms h5{
    font-family: 'Gabarito';
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 2.8px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;  
    padding: 115px 0 50px 0;
    position: relative;
}
.hmatrn-itms h5::before{
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -240px;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hmatrn-itms.had h5::before{
    background-position: -102px -241px;
    width: 81px;
    height: 71px;
}
.hmatrn-itms.not h5::before{
    background-position: -205px -240px;
    width: 66px;
    height: 70px;
}
.hmatrn-itms.set h5::before{
    background-position: -293px -241px;
    width: 92px;
    height: 73px;
}
.hmatrn-itms h5::after{
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -570px -241px;
    width: 27px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Homepage Attorney Section End */


/* Homepage Attorney Bottom Section Start */

.hm-attorney-btm-sec {
    padding: 0 0 84px 0;
}

/* Homepage Attorney Bottom Section End */

/* Home Ballinger Law Firm section Start*/

.hm-ballinger-sec{
    text-align: center;
    position: relative;
}
.hm-ballinger-sec::before{
    content: "";
    position: absolute;
    background-image: url(../images/blngr-btm.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 226px;
    bottom: 0;
    left: 0;
    background-size: contain;
}
.hm-ballinger-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.balngr-img img {
    width: 100%;
    display: block;
}
.hm-ballinger-sec span.heading-text {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -2px;
    color: #35565d;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-transform: uppercase;
}

/* Home Ballinger Law Firm section End*/


/* Testimonials Section Starts */


.hm-testimonials{
    background-color: #85b9a3;
    padding:100px 0 130px;
}
.hm-testimonials .testi-main-slider {
    display: flex;
    position: relative;
}
.hm-testimonials .testi-heading-cnt {
    width: 50%;
}
.hm-testimonials .testi-silder {
    width: 50%;
}
.hm-testimonials .text-heading{
    color: #fff;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -1.8px;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    margin: 0 0 44px 0;
}
.hm-testimonials .testi-btn.mbl {
    display: none;
}
.hm-testimonials .testi-btn {
    padding:0;
    text-align: left;
}
.hm-testimonials a.cmn-btn:hover{
    background-color: #fff;
    color: #35565d;
}
.hm-testimonials .owl-nav {
    position: absolute;
    display: flex;
    gap: 20px;
    top: 132px;
    bottom: 0;
    height: max-content;
    margin: auto;
    left: -42%;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-next,
.hm-testimonials .owl-carousel .owl-nav button.owl-prev{
    font-size: 0;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 66px;
    height: 34px;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-next{
    background-position: -107px -335px;
    box-shadow: none;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-next:hover{
    background-position: -107px -377px;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-prev{
    background-position: -12px -335px;
    box-shadow: none;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -12px -377px;
}
.hm-testimonials .hm-testi-item {
    padding: 100px 45px 95px;
    /* background-image: url(../images/testi-itm-bg.webp); */
    background-image: url(../images/hm-testi-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 555px;
    display: flex;
    flex-direction: column;
}
.hm-testimonials .star-rat{
    background-image: url(../images/hm-sprites.webp);
    background-position: -202px -335px;
    background-repeat: no-repeat;
    width: 170px;
    height: 28px;
    margin-bottom: 24px;
}
.hm-testimonials .hm-testi-item p {
    color: #35565d;
    font-size: 20px;
    line-height: 1.8;
    font-family: 'Archivo';
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hm-testimonials .hm-testi-item h4.author {
    color: #35565d;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-top: auto;
    margin-bottom: 0;
}

/* Testimonials Section Ends */

/* Homepage Map Section Start */

.hm-map-sec {
    position: relative;
}
.loc-blk {
    display: flex;
    gap: 28px;
    width: 26.9%;
    text-align: center;
    position: absolute;
    bottom: 230px;
    right: 486px;
}
.map-img img {
    width: 100%;
    display: block;
}
.hm-map-sec .container{
    max-width: 100%;
}
.loc-blk {
    display: flex;
    gap: 28px;
    width: 26.9%;
    text-align: center;
}
.loc-itm {
    padding: 50px 45px 52px;
    background-color: #85b9a3;
}
.loc-itm h4{
    font-family: 'Playfair Display';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.6px;  
    margin: 0 0 16px 0; 
}
.loc-itm p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 0 22px 0;
}
.loc-logo img {
    display: block;
    width: 100%;
}
.loc-itm a{
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.loc-itm a:hover{
    color: #31575d;
    border-bottom: 1px solid #31575d;
}
/* Homepage Map Section End */

/* HomePage Form Section Starts */

.hm-form-sec{
    padding: 0 0 80px 0;
}
.frm-blk {
    border: 23px solid #85b9a3;
    border-radius: 8px 8px 0 0;
    padding: 94px 90px 0;
    background-image: url(../images/hmform-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-form-sec .text-heading{ text-align: center;}
.frm-blk h2 {
    font-family: 'Playfair Display';
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    color: #35565d;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 0 0 22px 0;
}
.frm-blk p{
    font-family: 'Archivo';
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 90px 0;
}
.hm-form-sec .gfield input.large {
    border-radius: 0;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 24px !important;
    line-height: 1;
    padding: 5px 20px 18px !important;
    color: #000 !important;
    border-left: 2px solid #35565d;
    outline: 0;
    height: auto;
    border-bottom: 2px solid #35565d;
    border-top: 0;
    border-right: 0;
    box-shadow: none;
    background: transparent;
}
.hm-form-sec .gfield textarea.large {
    height: 120px !important;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 24px !important;
    padding: 5px 20px 18px !important;
    color: #000 !important;
    resize: none;
    border-left: 2px solid #35565d;
    outline: 0;
    border-bottom: 2px solid #35565d;
    border-top: 0;
    border-right: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}

.hm-form-sec .gfield input::placeholder, .hm-form-sec .gfield textarea::placeholder {
    color: #000;
}
.hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label {
    font-family: var(--bodyFont) !important;
    font-weight: 500;
    font-size: 21px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #000 !important;
    margin: 0;
}
.hm-form-sec .gchoice {
    margin: -50px 0 0 0;
    position: relative;
    z-index: 1;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 2px 8px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
}

.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 75px !important;
    grid-row-gap: 60px !important;
}
.hm-form-sec .gform_footer {
    margin: 0 !important;
    padding: 0;
    position: relative;
    top: -75px;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    padding: 22px 68px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    border-radius: 30px !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    background: #85b9a3 !important;
    border: none;
    color: #ffffff !important;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s !important;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: #35565d !important;
}
 
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}

.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 28px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer{
    margin: 0;
    padding: 0;
    justify-content: center;
}
.gform-footer.gform_footer.top_label { width: max-content; margin-left: auto !important;}

/* HomePage Form Section Ends */