* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    --primary: #BC3032;
    --secondary: #1C2B3F;
}
body {
    font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6,p, ul,li,ol,figcaption{
    margin: 0;
    -webkit-text-size-adjust: none;
}
section, ul, li{
    padding: 0;
}

input[type="submit"], h6{
    text-transform: none;
    letter-spacing: normal;
}
iframe {
    border: none;
}
s {
    text-decoration: line-through;
}
/*Common Classes Starts*/
.center-wr {
    max-width: 1320px;
    width: 94%;
    margin: 0 auto;
}
.lg-center-wr {
    max-width: 1585px;
    width: 94%;
    margin: 0px auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
    max-width: 100%;
    display: block;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
a {
    display: inline-block;
    transition: all 0.3s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus, :focus-within, :focus-visible, input[type="search"]:focus  {
    outline: 0;
    outline-offset: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.8);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.8);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.8);
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="submit"], select, button{
    cursor: pointer;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}
li, p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0px;
    font-family: "Montserrat", sans-serif;
}
h1{
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
    letter-spacing: normal;
}
h2{
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    color: var(--secondary);
    letter-spacing: normal;
}
h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: normal;
}
h4 {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: normal;
}
h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}
h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
}
.common-btn {
    text-transform: capitalize;
}
.common-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -51%;
    top: 0;
    transition-duration: 0.8s;
    transform-origin: top left;
    background-color: var(--secondary);
    z-index: -1;
}
.common-btn:hover::after {
    width: 152%;
    transform-origin: top right;
}
.common-btn {
    background: var(--primary);
    font-size: 18px;
    line-height: 20px;
    padding: 19px 30px;
    font-weight: 700;
    color: #fff;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
.common-btn:after {
    content: '';
    position: absolute;
    width: 8%;
    height: 100%;
    background-color: var(--secondary);
    top: 0;
    z-index: -1;
    transition: 0.6s;
}
.common-btn:after {
    right: -50%;
}
.common-btn:hover:after{
    right: 0;
}
.common-btn:hover{
    color: #fff;
}

/* Header CSS Starts */
.header-wr {
    position: relative;
    z-index: 9;
}
.top-header-wr {
    background-color: var(--secondary);
    padding: 12.5px 0px;
}
.top-header-wr .book-now-wr {
    display: none;
}
.header-contact-wr h6 {
    line-height: 27px;
    font-weight: 600;
}
.header-contact-wr h6 *{
    display: inline-block;
    vertical-align: middle;
}
.header-contact-wr h6 a {
    margin-left: 11px;
    color: #FFFFFF;
}
.header-contact-wr h6 a:hover {
    color: var(--primary)
}
.bottom-header-blk {
    font-size: 0px;
    line-height: 0px;
    position: relative;
}
.logo-wr, .menu-wr, .book-now-wr {
    display: inline-block;
    vertical-align: middle;
}
.logo-wr {
    width: 13%;
    padding: 0px 0px 15px;
    margin-top: -50px;
    z-index: 999;
    position: relative;
}
.book-now-wr {
    width: 16.4%;
    margin: 0 40px;
}
/*.bottom-header-wr {
    margin: -28px 0px -30px;
}*/
.common-btn-group a:first-child, .menu-wr ul li:first-child {
    margin-left: 0px;
}
.menu-wr ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    position: relative;
}
.menu-wr {
    width: 61.75%;
    text-align: right;
}
.menu-wr ul li a {
    color: var(--secondary);
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    /* padding: 0px 0px 21px 0px; */
}
.menu-wr ul li a:hover {
    color: var(--primary);
}
.book-now-btn {
    padding: 17.5px 20px 17.5px 72px;
    font-size: 20px;
    text-transform: uppercase;
}
.book-now-btn:hover {
    color: var(--primary);
}
.book-now-btn:before {
    content: unset;
}
.book-now-btn:after {
    left: 0px;
    right: 0px;
    z-index: -1;
    width: 59px;
    height: 100%;
    background-image: url('../images/Header_Calendar_Icon.svg');
    background-color: #fff;
    background-position-y: 50%;
    background-position-x: 16px;
    background-repeat: no-repeat;
    border: 2px solid var(--primary);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}
.book-now-btn:hover::after {
    width: 100% ;
    border-radius: 70px;
}
.header-wr {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.5s ease;
    backface-visibility: hidden; /* prevent blurring */
    transform: translateZ(0); /* force GPU layer properly */
    will-change: transform; /* hint browser that transform will change */
}
.top-header-wr {
    transition: all 0.5s ease;
}
.header-wr.fixed .top-header-wr {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}
.header-wr.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-wr.fixed .logo-wr {
    padding: 10px 0px 10px;
    margin-top: 00px;
}
.header-wr.fixed .logo-wr img {
    width: 120px
}
/*slick  nav*/
    .slicknav_menu {
        display: block;
    }
    .mobile-menu-wr .slicknav_menu a.slicknav_btn {
        top: 79px;
        position: absolute;
        color: #1d4e89;
        right: 33px;
        height: 29px;
        width: 28px;
        z-index: 12444;
    }
    .slicknav_icon, .slicknav_menutxt {
        display: inline-block;
        vertical-align: middle;
    }
    .slicknav_icon-bar {
        display: block;
        width: 27px;
        height: 3px;
        border-radius: 10px;
        background-color: #000;
        margin: 5px auto 0;
        transition: 0.5s;
    }
    span.slicknav_menutxt {
        font-size: 0px;
        line-height: 0px;
    }
    .slicknav_nav {
        background-color:var(--primary);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
        z-index: 111;
        width: 100%;
        top: 100%;
        position: relative;
    }
    .mobile-menu-wr ul.slicknav_nav, .mobile-menu-wr ul.sub-menu {
        margin: 0px;
    }
    .slicknav_menu ul li {
        text-align: left;
        border: unset;
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        padding: 0;
    }
    .slicknav_menu ul > li, .menu-eco-header-menu-container ul.sub-menu li {
        border-top: 1px solid #fff;
    }
    .slicknav_menu ul > li:first-child, .menu-eco-header-menu-container ul.sub-menu li:first-child {
        border-top: unset;
    }
    .slicknav_menu ul li a, .menu-eco-header-menu-container ul.sub-menu li a {
        padding: 13px 28px;
        display: block;
        font-size: 17px;
        line-height: 28px;
        color: #fff !important;
        margin: 0;
        transition: 0.5s;
        font-weight: 500;
        background-color: var(--primary);
    }
    .slicknav_menu ul li a:hover, .menu-eco-header-menu-container ul.sub-menu li a:hover, .slicknav_menu ul li.current-menu-item a, .menu-eco-header-menu-container ul.sub-menu li.current-menu-item a, .menu-eco-header-menu-container ul.sub-menu li.current-menu-parent a {
        color: var(--primary) !important;
        background-color: #fff !important;
    }
    .slicknav_menu ul .slicknav_parent-link a:last-child {
        position: absolute;
        height: 50px;
        right: 0;
        width: 100px;
        top: 0;
        background-color: unset !important;
    }
    .slicknav_parent-link.slicknav_row {
        width: 100%;
    }
    .slicknav_menu ul li .slicknav_parent-link.slicknav_row::after {
        content: "";
        position: absolute;
        font-size: 20px;
        right: 30px;
        top: 20px;
        background: url(../images/arrow_slicknav.svg) no-repeat;
        padding: 7px 4px;
        transition: 0.5s;
        z-index: 1;
    }
    .slicknav_menu ul li .slicknav_parent-link.slicknav_row li.menu-item-1171{
        position: relative;
    }
    .slicknav_menu ul li.menu-item-1171 .slicknav_parent-link.slicknav_row::after {
        position: absolute;
        z-index: 1;
        transform: rotate(0deg) !important;
    }
    .slicknav_menu ul li.menu-item-1171.slicknav_open .slicknav_parent-link.slicknav_row::after{
        transform: rotate(90deg) !important;
    }
    a.slicknav_item span { 
        display: none;
    }
    .slicknav_open .slicknav_icon-bar:first-child {
        transform: translate(0, 8px) rotate(45deg);
    }
    .slicknav_open .slicknav_icon-bar:nth-child(3) {
        transform: translate(0, -8px) rotate(-45deg);
    }
    .slicknav_open .slicknav_icon-bar:nth-child(2) {
        transform: translateX(-12px);
        opacity: 0;
    }
    .slicknav_menu ul.sub-menu li .slicknav_parent-link.slicknav_row::after {
        background-image: url(../images/black_arrow_slicknav.svg) !important;
        transform: rotate(0deg) !important;
        z-index: 0;
    }
    .slicknav_menu ul.sub-menu li ul.sub-menu li.slicknav_open .slicknav_parent-link.slicknav_row::after, .slicknav_menu ul.sub-menu li.slicknav_open .slicknav_parent-link.slicknav_row::after {
        transform: rotate(90deg) !important;
    }
    /* Use blue arrow for any active/open/current parent or child item */
    .slicknav_menu ul li.slicknav_open.current_page_item > .slicknav_parent-link.slicknav_row::after,
    .slicknav_menu ul li.current-menu-item > .slicknav_parent-link.slicknav_row::after,
    .slicknav_menu ul li.current-menu-parent > .slicknav_parent-link.slicknav_row::after,
    .slicknav_menu ul li.current_page_item > .slicknav_parent-link.slicknav_row::after,
    .slicknav_menu ul li.current_page_parent > .slicknav_parent-link.slicknav_row::after {
        background-image: url(../images/arrow_slicknav.svg) !important;
    }
    .slicknav_menu ul li.slicknav_open .slicknav_parent-link.slicknav_row::after {
        transform: rotate(90deg);
    }
    .slicknav_menu ul li.slicknav_parent ul.sub-menu li a {
        color: #000 !important;
        border-top: 1px solid var(--primary);
        background-color: #fff;
    }
    .slicknav_menu ul.sub-menu {
        margin: 0px;
    }
    .mobile-menu-wr li.current-menu-item > .slicknav_parent-link > a:first-child,
    .mobile-menu-wr li.current-menu-parent > .slicknav_parent-link > a:first-child,
    .mobile-menu-wr li.current-menu-ancestor > .slicknav_parent-link > a:first-child,
    .mobile-menu-wr li.current_page_item > .slicknav_parent-link > a:first-child,
    .mobile-menu-wr li.current_page_parent > .slicknav_parent-link > a:first-child,
    .mobile-menu-wr li.current_page_ancestor > .slicknav_parent-link > a:first-child,
    .slicknav_menu ul li.slicknav_parent ul.sub-menu li.current-menu-item a:first-child {
        background-color: var(--secondary) !important;
        color: #fff !important;
    }
    .slicknav_menu ul.sub-menu > li {
        border-top: unset;
    }
/* slick ends */
.secondary-header-menu {
    display: none;
}
.secondary-menu-wr {
    width: 2.75%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.secondary-menu-wr span.slicknav_menutxt {
    display: none;
}
.secondary-menu-wr .slicknav_icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 100px;
    background-color: #000;
    margin: 4px auto 0;
    transition: 0.5s;
}
.secondary-menu-wr ul.slicknav_nav {
    position: absolute;
    right: 0px;
    width: 300px;
}
.secondary-menu-wr .slicknav_open .slicknav_icon-bar:nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
}
/*sub menu*/
.menu-wr ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 68px;
    position: relative;
}
.menu-wr ul {
    text-align: right;
    /*margin: 15px 0 0 0;*/
}
.menu-wr ul li:first-child {
    margin-left: 0px;
}
.header-menu li a {
    color: #000000;
}
nav.header-menu {
    /*margin-top: 12px;*/
}
.header-phone-btn a:first-child {
    margin-right: 60px;
}
.header-phone-btn a:first-child::before {
    content: '';
    position: absolute;
    height: 130%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 1PX;
    right: -30PX;
    top: 50%;
    transform: translateY(-50%);
}
.header-menu ul li a {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding: 26px 0;
}
.header-phone-btn {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 18px;
}
.header-menu ul li a:hover {
    color: var(--secondary);
    /*border-bottom: 3px solid #1A4F2C;*/
}
/*.slicknav_menu {
    display: none;
}*/
.mobile-logo-wr {
    display: none;
}
.menu-eco-header-menu-container ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: left top;
    width: 265px;
    background-color: var(--primary);
    transition: 0.3s all;
    margin: 0px;
}
.header-wr.fixed .menu-eco-header-menu-container ul.sub-menu {
    top: 112%;
}
.menu-eco-header-menu-container li:last-child ul.sub-menu {
    transform-origin: right top;
}
.menu-eco-header-menu-container ul.sub-menu li {
    display: block;
    margin: 0px;
}
/*.menu-eco-header-menu-container ul.sub-menu li a {
    border-bottom: 1px solid var(--primary);
    padding: 12px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 400 !important;
}
.menu-eco-header-menu-container ul.sub-menu li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}*/
.menu-eco-header-menu-container ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}  
.menu-eco-header-menu-container ul li>.sub-menu {
    margin-top: 0px;
}  
.menu-eco-header-menu-container ul li:hover>.sub-menu li.menu-item-has-children ul.sub-menu {
    right: -100%;
    top: 0;
    left: auto;
}
.menu-eco-header-menu-container .menu-header-menu-container ul li ul.sub-menu li.current_page_item > a {
    background-color: var(--primary);
    color: #ffffff;
}/*
.header-menu ul li.menu-item-has-children:hover > a {
    color: var(--primary);
}*/
.menu-wr ul li ul.sub-menu li:hover > a {
    background-color: var(--primary);
    color: #ffffff;
}
.header-menu ul li ul.sub-menu li.current-menu-parent>a {
    color: var(--primary);
}
.header-menu ul li ul.sub-menu li.current-menu-parent>a {
    background-color: var(--primary);
    color: #ffffff;
}
.header-menu ul li ul.sub-menu li.current-menu-item>a {
    background-color: var(--primary);
    color: #fff;
}
.header-menu ul li ul.sub-menu li.current-menu-ancestor.current_page_ancestor > a {
    background-color: var(--primary);
    color: #fff;
}
.header-menu ul li.current-menu-ancestor a, .header-menu ul li.current-menu-item a, .header-menu ul li:hover a {
   color: var(--primary);
/*      font-weight: 700;*/
}
.menu-eco-header-menu-container .menu-header-menu-container > ul > li:last-child ul {
    right: 0;
    left: auto;
}
.mobile-fixed-btns {
    display: none;
    visibility: hidden;
}
.gform_confirmation_message {
    text-align: center;
    font-weight: 500;
    color: var(--secondary);
    font-size: 18px !important;
    line-height: 26px !important; 
}
/*Landing Css Start*/
.lp-book-now-wr {
    width: 87%;
    text-align: right;
    margin: 0 !important;
}
/*Landing Css Ends*/
/* Header CSS Ends */
/* Footer CSS Starts */
.footer-top-contact {
    background-color: var(--primary);
    color: #fff;
    padding: 50px 0px;
}
.footer-top-contact .contact-btn {
    color: var(--primary);
    background-color: #fff;
    transition: 0.5s;
}
.footer-top-contact .contact-btn:hover {
    color: #fff;
}
/*.footer-top-contact h2 {
    font-weight: 800;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
   text-align: right;
}*/
.footer-top-contact h2 {
    font-weight: 800;
    width: 71%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    padding-right: 40px;
}
/*.footer-contact-btn-wr {
    display: inline-block;
    text-align: center;
    width: 54%;
    vertical-align: middle;
    line-height: 0px;
}*/
.footer-contact-btn-wr {
    display: inline-block;
    text-align: center;
    width: 20%;
    vertical-align: middle;
    line-height: 0px;
}
.footer-contact-wr {
    width: 82%;
    margin: 0 auto;
    text-align: center;
}
.logo-address-block {
    padding: 109px 0px;
    line-height: 0px;
    font-size: 0px;
}
.footer-logo-wr {
    width: 23.35%;
    display: inline-block;
    vertical-align: top;
}
.footer-call-us-wr {
    width: 19%;
    margin-left: 107px;
}
.footer-open-hours-wr {
    width: 15%;
    margin-left: 118px;
}
.footer-find-us-wr {
    width: 16.25%;
    margin-left: 121px;
}
.logo-address-block h5 {
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 20px;
}
.footer-call-us-wr li a {
    color: #000;
}
.footer-call-us-wr li:not(:last-child) {
    margin-bottom: 8px;
}
.footer-open-hours-wr p {
    line-height: 32px;
}
.footer-social-wr a {
    background-color: var(--primary);
    height: 58px;
    width: 58px;
    border-radius: 10px;
}
.footer-social-wr a:hover {
    background-color: var(--secondary);
}
.footer-social-wr {
    line-height: 0px;
    font-size: 0px;
}
.footer-social-wr a:not(:first-child) {
    margin-left: 20px;
}
.footer-social-wr a svg {
    top: 50%;
    left: 50%;
    transform: translate(12px, 12px);
}
.footer-social-wr a:first-child svg {
    transform: translate(22px, 12px);
}
.footer-call-us-wr, .footer-open-hours-wr, .footer-find-us-wr {
    margin-top: 20px;
    display: inline-block;
    vertical-align: text-top;
}
.copyright-block {
    padding: 20px 0px 15px;
    border-top: 1px solid #00000033;
}
.copyright-block p, .copyright-block a {
    color: #000000;
}
.copyright-block a:hover, .footer-call-us-wr li a:hover {
    color: var(--primary);
}
.scroll-top {
    background-color: var(--secondary);
    color: #fff;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 95px;
    right: 42px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 0 var(--primary);
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.3s;
}
.scroll-top i {
    animation: uparrow 2s ease-in-out infinite;
}
.scroll-top:hover {
    background-color: var(--primary);
    box-shadow: 4px 4px 0 var(--secondary);
}
@keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
    }
}
.grecaptcha-badge {
    z-index: 9999 !important;
}
/* Footer CSS Ends */
/*Cancel Button on search bar*/
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  display: block;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
/* Popup Form CSS Starts */
#popupform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999998; /* One below internal elements, still very high */
}
body.popup-open {
    overflow: hidden;
}

.pop-up-wrapper {
    width: 100%;
    max-width: 940px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    background: #fff url(../images/Popup_BG.png) no-repeat;
    transform: translateY(-50%);
    z-index: 99999999;
    background-size: cover;
    border-radius: 15px;
    line-height: 0px;
    font-size: 0px;
    background-position-x: center;
}
.popup .gform-body.gform_body .gfield {
    margin-bottom: 0px;
}
.popup .overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #00000080;
}
.popup-form-block, .popup-logo-block {
    display: inline-block;
    vertical-align: middle;
}
.pop-up-wrapper span.close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9999;
}
.pop-up-wrapper span.close:hover svg circle {
    fill: #EFAF20;
}
.pop-up-wrapper span.close:hover svg path {
    fill: var(--secondary);
}
.popup-form-block {
    position: relative;
    padding: 61px 0px 53px 50px;
    width: 49%;
}
.popup-form-block .gform-body.gform_body .gfield input, .popup-form-block .gform-body.gform_body .gfield textarea {
    padding: 7.5px 14px !important;
    font-size: 15px !important;
    line-height: 28px !important;
    font-family: "Montserrat", sans-serif !important;
    border-color: #DDDDDD !important;
    border-radius: 7.5px;
    background-color: #0000000D;
    outline: none !important;
    color: #000;
}
.popup-form-block .gform-body.gform_body .gfield textarea {
    height: 102px !important;
}
.popup-form-block .gform_body .gfield input::placeholder {
    font-size: 15px !important;
    line-height: 28px !important;
    color: rgba(0, 0, 0, 0.7);
}
.popup-form-block .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 21px;
    grid-row-gap: 20px;
}
.popup-form-block .gfield--type-email {
    width: 100%;
}
.popup-form-block .gform_body .gfield input.gfield-choice-input {
    padding: 0px !important;
    height: 23px !important;
    width: 23px !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}
.popup-form-block .gform_wrapper .gform_footer.top_label input {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
    padding: 13.5px 22px 13.5px 71px;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    font-weight: 700 !important;
    transition: 0.5s;
    background-image: url('../images/Submit_Button_Arrow.svg)');
    background-repeat: no-repeat;
}
.popup-form-block .gform_wrapper .gform_footer.top_label input:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    background-image: url('../images/Dark_Submit_Button_Arrow.svg)');
    background-repeat: no-repeat;
}
.popup-logo-block {
    padding-left: 60px;
    padding-top: 20px;
    width: 51%;
}
.popup-form-block .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 13px;
}
.popup-form-block .gfield_required_text {
    display: none !important;
}
.popup-form-block .gform-footer {
    width: fit-content;
    margin: 0 !important;
    padding: 30px 0px 0px !important;
    position: relative !important;
}
.popup-form-block h2 {
    margin-bottom: 25px;
}
.consent-txt p {
    font-size: 12px;
    line-height: 15px;
}
/* Popup Form CSS Ends */