/*
Theme Name:   Pennington Law Landing Pages
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/

/* Fonts Starts */

@font-face {
    font-family: 'Manrope';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/manrope-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Mongolian Baiti';
    src: local('Mongolian Baiti'), local('MongolianBaiti'),
        url('./MongolianBaiti.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/manrope-v20-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/manrope-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/manrope-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/manrope-v20-latin-800.woff2') format('woff2');
}


@font-face {
    font-family: 'Tinos';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/tinos-v25-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Figtree';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/figtree-v9-latin-regular.woff2') format('woff2');
}

/* Fonts Ends */

:root {
    --blue: #55bcd4;
    --black: #0a1c21;
    --placeholdercolor: currentColor;
    --headingFont: "Tinos", sans-serif;
    --bodyFont: "Manrope", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

body{
    background-color: #0a1c21;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
b, strong {
    font-weight: inherit;
    color: #55bcd4;
}
small {
    font-size: 100%;
}

@media screen and (min-width: 1025px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

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

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}

.post,
.page {
    margin: 0 !important;
}

html {
    margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.w100p,
.wrapper {
    width: 100%;
}

/* Homepage common styling starts */

a.cmn-btn { font-size: 22px; letter-spacing: 0.88px; font-family: var(--bodyFont); font-weight: 800; line-height: 1; color: var(--black); background-color: #55bcd4; display: inline-block; text-decoration: none; text-transform: uppercase; border: 1px solid transparent; padding: 24px 54px; } 
a.cmn-btn:hover { background-color: #0d2126; border-color: var(--blue); color: #ffff; } 
.text-heading { font-size: 80px; letter-spacing: -1.6px; font-family: var(--headingFont); font-weight: 400; color: #fff; line-height: 1; text-align: center; margin: 0 0 30px; } 
.container { max-width: 1500px; width: 100%; margin: 0 auto; }

/* Homepage common styling ends */

/* Header Section Starts */

.header-sec { padding: 10px 15px 15px; position: fixed; z-index: 999; width: 100%; border-bottom: 2px solid var(--blue);  } 
.header-sec.f-nav { background-color: var(--black); transition: all 0.4s; border-bottom: 2px solid var(--blue); } 
.header-sec.f-nav::before { height: 100%; } 
.header-sec::before { content: ""; position: absolute; background-color: #225461; width: 34.1%; height: 100%; top: 0; bottom: 0; left: 0; z-index: -1; pointer-events: none; clip-path: polygon(0% 0%, 84.5% 0%, 98% 100%, 0% 100%); } 
.header-sec .container { width: 100%; max-width: 1700px; margin: auto; } 
.logo-container { display: flex; align-items: center; gap: 15px; justify-content: space-between; } 
.header-sec .logo { width: 25.1%; } 
.header-sec .logo img { width: 100%; display: block; } 
.hdr-top-blk { display: flex; justify-content: flex-end; align-items: center; gap: 6.3%; border-bottom: 0 !important; padding: 0 !important; margin: 0 !important; }
.hdr-rit-blk { width: 64.3%; padding: 0 20px 0 0; } 
.gtranslate_wrapper { display: flex; justify-content: space-between; position: relative; width: 270px; } 
.gtranslate_wrapper::before {content: ""; position: absolute; background-color: var(--blue); top: 0; right: 0; left: -8px; bottom: 0; margin: auto; transform: rotate(52deg); width: 46px; height: 1px; }
.gtranslate_wrapper span { font-size: 22px !important; font-family: var(--bodyFont); font-weight: 800; line-height: 1; letter-spacing: 0.88px; color: #fff; text-transform: uppercase; margin: 0; } 
.gtranslate_wrapper span:hover, .gtranslate_wrapper .gt-current-lang span{ color:#5ac9e3 ; } 
.gtranslate_wrapper a img{ display: none !important; } 
.hdr-top-blk.mob { display: none; } 
.hdr-call {font-size: 18px; font-family: var(--bodyFont); font-weight: 600; line-height: 1; letter-spacing: 1.8px; text-transform: uppercase; color: #fff; margin: 0; display: flex; justify-content: center; align-items: center; }
.hdr-call a { font-size: 40px; color: var(--blue); display: inline-block; letter-spacing: 0; vertical-align: middle; background-image: url(./images/hm-visit-call-icon.webp); background-size: 36px; background-position: left center; background-repeat: no-repeat; padding: 0 0 0 54px; margin: 0 0 0 10px; } 
.hdr-call a:hover { color: #fff; background-image: url(./images/hm-visit-call-hov-icon.webp); } 
.top-menu ul { margin: 0 !important; } 
.top-menu ul li:last-child { margin: 0; } 
.top-menu ul li { display: inline-block; position: relative; line-height: 1; letter-spacing: 0; margin: 0 67px 0 0; } 
.top-menu ul li a { font-size: 19px; letter-spacing: 0.95px; position: relative; font-weight: 500; font-style: normal; line-height: 1; color: #fff; font-family: var(--bodyFont); text-transform: uppercase; display: block; outline: 0; border: 0; } 
.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a { color: var(--blue); } 
.top-menu ul li ul.sub-menu { display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: var(--blue); padding: 0px 0; z-index: 999; } 
.top-menu ul li:hover ul.sub-menu { display: block; } 
.top-menu ul li:hover ul.sub-menu ul { display: none; } 
.top-menu ul li:hover ul.sub-menu li { position: relative; } 
.top-menu ul li:hover ul.sub-menu li:hover>ul { display: block; top: 0; left: 100%; } 
.top-menu .sub-menu li.current-menu-item a { color: var(--black); } 
.header-sec .top-menu ul li.current_page_item>a, .header-sec .top-menu ul>li.current_page_ancestor>a { color: var(--blue); } 
.header-sec .top-menu ul li.current_page_item>a, .header-sec .top-menu ul>li.current_page_ancestor>a { color: var(--blue); } 
.top-menu .sub-menu li a:after { display: none; } 
.top-menu .sub-menu li { width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; } 
.top-menu .sub-menu li a { font-size: 15px; float: left; width: 100%; line-height: normal; font-family: var(--bodyFont); padding: 9px 12px 8px; color: #fff !important; display: block; text-transform: capitalize; } 
.top-menu .sub-menu li a:hover { background-color: var(--black); color: #fff !important; }

/* Mobile Menu Starts */

.mobinav { width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; background: #0d2126; width: 100%; max-width: 300px; height: 100%; min-height: 100vh; position: fixed; overflow: auto; padding: 15px; transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; display: flex; flex-direction: column; } 
.menu-top-menu-container { display: block; width: 100%; } 
.mobinav.open { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); } 
.mobinav ul { margin: 0 0 0 0; padding: 5px 0px; width: 100%; } 
.mobinav ul li { margin: 0; width: 100%; list-style: none; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: var(--bodyFont); } 
.mobinav a { width: 100%; padding: 0; display: block; line-height: normal; color: #fff; font-size: 18px; letter-spacing: 0.5px; font-family: var(--bodyFont); border: 0; margin: 0 0 15px 0; text-decoration: none; } 
.mobinav a:hover { color: #55bcd4; } 
.mobinav ul li ul { padding: 0 0 0 15px; } 
.mobinav ul li ul li a { text-transform: capitalize; } 
.mobinav ul li .drop { position: absolute; top: -4px; right: 0; width: 10%; height: 37px; z-index: 5; cursor: pointer; } 
.mobinav ul li .drop.open { width: 20px; } 
.mobinav ul li .drop::before, .mobinav ul li .drop.close::after { content: ''; background-color: #fff; position: absolute; } 
.mobinav ul li .drop::before { width: 16px; height: 2px; top: 16px; right: 3px; } 
.mobinav ul li .drop.close::after { width: 2px; height: 16px; top: 9px; right: 10px; } 
.mobile-menu-button-container { display: block; }

/* Header Section Ends */


/* HomePage Form Section Starts */

.ftr-form-blk .text-heading { margin: 0 0 5px; line-height: 1.12; } 
.hm-form-cnt { font-size: 18px; letter-spacing: 4.68px; font-weight: 400; color: #fff; font-family: var(--bodyFont); line-height: 1.4; text-transform: uppercase; text-align: center; margin: 0 0 20px; } 
p.gform_required_legend { display: none; } 
.ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { font-size: 18px !important; padding: 21px 27px !important; letter-spacing: 1.08px !important; border-radius: 0; font-family: var(--bodyFont); font-weight: 500; line-height: 1 !important; color: #000 !important; text-transform: capitalize !important; border: 0; outline: 0; height: auto; background-color: #fff; border: 1px solid transparent !important; } 
.ftr-form-blk .gfield input.large::placeholder, .ftr-form-blk .gfield textarea.large::placeholder{ text-transform: uppercase !important; } 
.ftr-form-blk .gfield input:focus, .ftr-form-blk .gfield textarea:focus { border-color: #b09a45 !important; } 
.ftr-form-blk .gform_title { display: none; } 
.ftr-form-blk .gfield textarea.large { height: 155px !important; resize: none; min-height: auto !important; } 
.ftr-form-blk .gfield input::placeholder, .ftr-form-blk .gfield textarea::placeholder { color: rgb(0 0 0 / 60%) !important; } 
.gform_wrapper .gfield_error [aria-invalid=true] { border: none !important; } 
.ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label { font-size: 18px !important; letter-spacing: 0.36px; font-family: var(--bodyFont); font-weight: 400; line-height: 1; border: none !important; outline: none !important; box-shadow: none; color: #fff !important; background: none !important; text-decoration: none; cursor: pointer; display: inline-block; padding: 0 !important; margin: 0 !important; min-height: auto !important; } 
.ftr-form-blk .gform_wrapper .top_label input[type="checkbox"] { margin: 0px 15px 0px 0 !important; width: 17px !important; height: 16px !important; min-width: auto !important; background: transparent !important; border: 1px solid #fff !important; border-radius: 0; cursor: pointer; } 
.ftr-form-blk .gchoice { text-align: left; margin: -10px 0 0; } 
.ftr-form-blk .form-links { color: #fff; padding: 9px 0 0; } 
.ftr-form-blk .form-links a:hover { color: var(--blue) !important; } 
.ftr-form-blk .gform-theme--foundation { display: grid; --gf-form-gap-y: 15px; --gf-form-gap-y: 18px; } 
.ftr-form-blk #field_submit, .ftr-form-blk .gform_footer { display: flex; justify-content: center; } 
.ftr-form-blk .gform_footer input[type="submit"] { font-size: 22px !important; padding: 25px 58px !important; letter-spacing: 0.88px !important; font-family: var(--bodyFont) !important; font-weight: 800 !important; line-height: 1 !important; border-radius: 0 !important; text-transform: uppercase !important; color: var(--black) !important; margin: 0 !important; position: relative !important; z-index: 1 !important; cursor: pointer !important; transition: 0.3s !important; background: var(--blue) !important; border: 1px solid var(--blue) !important; } 
.ftr-form-blk .gform_footer input[type="submit"]:hover { background-color: var(--black) !important; color: #fff !important; } 
.ftr-form-blk .gform_footer { margin: -61px 0 0 !important; padding: 0 !important; justify-content: flex-end; } 
.ftr-form-blk .gform_wrapper .gfield.leave-blank { display: none; } 
.ftr-form-blk .gchoice.gchoice_1_12_1 input { width: 15px; height: 15px; } 
.popup { max-width: 60%; } div#popup-container { position: relative; } div#validation_message_6_12 { left: 80px; top: 7px; } 
.gform_wrapper .gform_validation_errors { display: none ; } 
.ftr-form-blk .gform_validation_errors { display: none !important; } 
.ftr-form-blk .gform_wrapper .gfield { position: relative; } 
#myPopup.show { display: block; visibility: visible; z-index: 99; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } 
.ftr-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message, .ftr-form-blk .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; } 
.ftr-form-blk .gform_wrapper .gfield .instruction.validation_message { bottom: 8px; top: inherit !important; } 
.ftr-form-blk fieldset .gfield_description.validation_message.gfield_validation_message { top: inherit !important; bottom: -13px; } 
.ftr-form-blk .gform_wrapper .gfield.chk .gfield_description { top: 20px !important; left: 0; right: inherit; } 
.popup { max-width: 100%; } 
.ftr-form-blk .gform_fields { grid-column-gap: 23px !important; grid-row-gap: 20px !important; } 
#myPopup.show { position: absolute; z-index: 5; padding: 10px; display: none; margin: 0; } 
.formpopuptext {transition: transform .15s ease-out .15s; pointer-events: none; text-align: left; font-family: var(--bodyFont); background: #fff; font-size: 15px; color: var(--black) !important; font-weight: 500; line-height: 1.5; max-width: 100%; padding: 15px; position: absolute; z-index: 5; display: none; }

/* home form ends */

/* footer contact section starts */

/* Contact Section start */

.contact-sec .container { max-width: 100%; width: 100%; margin: auto; } 
.contact-sec{ padding: 0 0 285px; background-color: #0a1c21;    } 
.contact-sec .contact-image-blck { position: relative; } 
.contact-sec .contact-image img { width: 100%; display: block; } 
.hm-contact-image { position: relative; } 
.hm-contact-image img { width: 100%; display: block; border-top: 2px solid #55bcd4;} 
.contact-image { position: absolute; left: 0; right: 0; top: 280px; bottom: 0px; margin: auto; width: 67.1%; } 
.hm-contact-logo img { width: 100%; display: block; } 
.hm-contact-logo { position: absolute; top: 100px; right: 150px; width: 420px; }
.contact-sec .hm-contact-blck { width: 100%; left: 0; right: 0; margin: auto; position: absolute; bottom: 83px; text-align: center; padding: 0 30px; } 
.hm-contact-blck .text-heading { margin-bottom: 10px; } 
.hm-contact-blck .contact-content { font-family: 'Manrope'; font-weight: 400; font-size: 18px; line-height: 1.77; color: #ffffff; margin-bottom: 22px; } 
.hm-contact-blck .contact-btn { display: flex; justify-content: center; align-items: center; gap: 25px; } 
.contact-schedule-btn a.cmn-btn { padding: 22px 30px; font-size: 20px; } 
.widget { margin: 0; position: relative; } 
.contact-btn .contact-call { font-family: 'Manrope'; font-weight: 600; font-size: 15px; line-height: 1; color: #ffffff; text-transform: uppercase; position: relative; padding: 0 0 0 57px; } 
p.call-number { margin: 0; text-align: left; } 
.contact-btn .contact-call a { font-weight: 600; font-size: 35px; line-height: 1; display: block; } 
.contact-btn .contact-call a:hover { color: var(--blue); } 
.contact-btn .contact-call a::before { position: absolute; content: ""; width: 41px; height: 43px; background-image: url(images/choose-call-img.webp); background-repeat: no-repeat; background-size: contain; left: 0; top: 0; bottom: 0; margin: auto; }
 .header-btn {
    width: fit-content;
    margin: 0 0 0 auto;
}
@media screen and (max-width:1900px) {
    .contact-image { top: 260px; }
 }

 @media screen and (max-width:1800px) {
    .contact-image { top: 245px; }
    .contact-sec .hm-contact-blck { bottom: 70px; }
    .hm-contact-logo { /* top: 140px;*/ top: 90px; right: 120px; }
 }

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

    .contact-image { top: 210px; } 
    .contact-schedule-btn a.cmn-btn { padding: 20px 28px; font-size: 18px; } 
    .contact-btn .contact-call a { font-size: 32px; } 
    .contact-btn .contact-call a::before { width: 37px; height: 39px; } 
    .hm-contact-logo { /*top: 130px;*/ top: 70px; right: 110px; } 
    .ftr-form-blk .gform_footer input[type="submit"] { font-size: 20px !important; padding: 22px 43px !important; letter-spacing: 0.7px !important; } 
    .ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label { font-size: 16px !important; letter-spacing: 0.26px; } 
    .ftr-form-blk .gform_wrapper .top_label input[type="checkbox"] { margin: 0px 11px 0px 0 !important; width: 15px !important; height: 14px !important; } 
    .ftr-form-blk .form-links { padding: 7px 0 0; } 
    .ftr-form-blk .gform_footer { margin: -57px 0 0 !important; } 
    .contact-sec { padding: 0 0 250px; }

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

    .hm-contact-blck .contact-content {font-size: 16px;} 
    .hm-contact-logo { /*top: 115px;*/ right: 100px; width: 370px; } 
    .contact-btn .contact-call a {font-size: 31px;} 
    .contact-sec { padding: 0 0 235px; } 
    .contact-image { top: 190px; } 
    .contact-sec .hm-contact-blck { bottom: 60px; } 
    .contact-schedule-btn a.cmn-btn { padding: 18px 26px; font-size: 17px; } 
    .contact-btn .contact-call a { font-size: 29px; } 
    .contact-btn .contact-call a::before { width: 33px; height: 35px; } 
    .contact-btn .contact-call { font-size: 13px; padding: 0 0 0 43px; } 
    .hm-contact-blck .contact-btn { gap: 20px; }

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

    .contact-sec { padding: 0 0 195px; } 
    .contact-sec .hm-contact-blck { bottom: 50px; } 
    .contact-image { top: 180px; } 
    .contact-schedule-btn a.cmn-btn { padding: 16px 24px; font-size: 16px; } 
    .contact-btn .contact-call a { font-size: 27px; } 
    .contact-btn .contact-call a::before { width: 30px; height: 31px; } 
    .contact-btn .contact-call { padding: 0 0 0 39px; } 
    .hm-contact-logo { /*top: 105px; right: 100px; */ width: 340px; }

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

    .contact-btn .contact-call a { font-size: 24px; } 
    .hm-contact-blck .contact-btn { gap: 16px; } 
    .contact-image { top: 170px; } 
    .contact-schedule-btn a.cmn-btn { padding: 15px 21px; font-size: 15px; } 
    .hm-contact-logo { /*top: 100px;*/ top: 60px; right: 125px; width: 300px; } 
    .contact-sec { padding: 0 0 165px; } 
    .contact-btn .contact-call a::before { width: 28px; height: 29px; }

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

    .contact-btn .contact-call a { font-size: 22px; } 
    .hm-contact-blck .contact-content {font-size: 14px; line-height: 1.67; margin-bottom: 20px;} 
    .hm-contact-logo { top: 95px; right: 95px; } 
    .contact-image { top: 150px; } 
    .contact-sec { padding: 20px 0 125px; } 
    .contact-schedule-btn a.cmn-btn { padding: 14px 20px; font-size: 14px; } 
    .contact-btn .contact-call { padding: 0 0 0 36px; }

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

    .hm-contact-logo { /*top: 80px;*/ top: 45px; right: 70px; width: 280px; }

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

    .contact-sec .container{width: 100%; max-width: 720px;}
    .contact-sec .contact-image-blck { width: 100%; max-width: 100%; margin: auto; }
    .contact-image { top: 140px; width: 100%; max-width: 650px; }
    .contact-schedule-btn a.cmn-btn { font-size: 15px; }
    .hm-contact-logo { top: 22px; max-width: 260px; width: 100%; left: auto; right: 40px; margin: 0; }
    .contact-sec .hm-contact-blck { bottom: 20px; }
    .contact-sec { padding: 20px 0 50px; background-color: #0a1c21; }
    .contact-sec .hm-contact-blck { bottom: 20px; position: relative; padding: 0; }
    .hm-contact-blck .contact-content br{ display: none; }
    

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

    .contact-sec .container{ max-width: 100%; padding: 0 15px;}
    .hm-contact-logo { top: 15px; max-width: 190px; width: 100%; right: 15px; }
    .hm-contact-blck .contact-btn { gap: 20px; flex-direction: column; }
    .contact-sec .contact-image-blck { padding: 0 0 0px; } 
    .contact-image { top: 120px; }
    .contact-sec { padding: 20px 0 40px; }
    .contact-sec .hm-contact-blck { bottom: 0; }

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

    .contact-image { top: 80px; }

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

    .contact-sec .hm-contact-blck { bottom: 0; position: relative; }
    .contact-btn .contact-call a { font-size: 23px; }
    .contact-schedule-btn a.cmn-btn { padding: 13px 13px; font-size: 14px; }
    .contact-btn .contact-call { font-size: 13px; }
    .contact-image { top: 70px; }
    .contact-sec { padding: 20px 0 30px; }
    .hm-contact-logo { top: 11px; max-width: 155px; right: 6px; }



}
 
/* Contact Section end*/

/* footer contact section ends */

/* Footer Section Starts */

    .ftr-main-sec { background-image: url(./images/ftr-bg.webp); background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1; clip-path: polygon(50% 0%, 100% 15.9%, 100% 100%, 0 100%, 0 15.9%); } 
    .ftr-main-sec::before { content: ''; position: absolute; background-image: url(./images/ftr-top-shape-bg.webp); background-position: top center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 169px; top: 0; left: 0; right: 0; pointer-events: none; z-index: -1; } 
    .site-footer { padding: 196px 0 55px; margin: 0 !important; } 
    .ftr-blk { display: flex; justify-content: space-between; } 
    .ftr-form-blk { width: 50.7%; } 
    .ftr-left { width: 41%; padding: 62px 0 0 0; } 
    .ftr-logo { width: 83%; margin: 0 0 65px -75px; } 
    .ftr-logo img { width: 100%; display: block; } 
    .ftr-logo a { display: inline-block; } 
    .ftr-left-blk { display: flex; justify-content: start; } 
    .ftr-item-hdg { font-size: 40px; letter-spacing: -0.4px; font-family: var(--headingFont); font-weight: 400; color: #fff; line-height: 1.07; margin: 0 0 5px; } 
    .ftr-item.follow .ftr-item-hdg { margin: 0 0 25px; } 
    .ftr-item.call { margin: 0 0 56px; } 
    .ftr-menu .ftr-item-hdg { margin: 0 0 26px -46px; } 
    .ftr-menu ul { padding: 0; margin: 20px 0 0; } 
    .ftr-menu ul li { margin: 0 0 38px; display: block; } 
    .ftr-menu ul li:last-child { margin: 0; } 
    .ftr-menu ul li a { font-size: 19px; letter-spacing: 0.95px; text-transform: uppercase; font-weight: 500; color: #fff; font-family: var(--bodyFont); line-height: 1; display: block; } 
    .ftr-menu ul li a:hover, .ftr-menu ul li.current_page_item a { color: var(--blue); } 
    .ftr-item { position: relative; padding: 0 0 0 83px; margin: 0 0 35px; } 
    .ftr-item::before { content: ""; position: absolute; background-image: url(./images/hm-ftr-loc-icon.webp); background-size: contain; background-repeat: no-repeat; background-position: top left; width: 32px; height: 36px; top: 25px; left: 18px; } 
    .ftr-item.call::before { background-image: url(./images/hm-visit-call-icon.webp); width: 32px; height: 36px; } 
    .ftr-item.follow::before { background-image: url(./images/hm-ftr-user-icon.webp); width: 30px; height: 36px; } 
    .ftr-item::after { content: ""; position: absolute; background-image: -webkit-linear-gradient(90deg, rgb(85 188 212 / 20%) 0%, rgba(85, 188, 212, 0) 84%); clip-path: polygon(49% 0, 100% 25%, 100% 75%, 49% 100%, 0 75%, 0 25%); width: 70px; height: 79px; top: 5px; left: 0; } 
    .ftr-item:last-child { margin: 0; } 
    .ftr-loc-cnt { font-size: 19px; letter-spacing: 0.38px; font-weight: 500; color: #fff; font-family: var(--bodyFont); line-height: 1.73; margin: 0; } 
    .ftr-loc-cnt a { color: var(--blue); display: block; margin: 7px 0 0; } 
    .ftr-loc-cnt a:hover, .ftr-call a:hover { color: #fff; } 
    .ftr-call { margin: 0; } 
    .ftr-call a { font-size: 40px; letter-spacing: 0; font-weight: 600; color: var(--blue); font-family: var(--bodyFont); line-height: 1; display: block; margin: 5px 0 0; } 
    .ftr-social-icons { display: flex; justify-self: flex-start; gap: 40px; margin: 20px 0 0; } 
    .ftr-social-icons a { background-image: url(./images/ftr-facebook-icon.webp); background-position: center; background-repeat: no-repeat; background-size: contain; font-size: 0; width: 19px; height: 37px; } 
    .ftr-social-icons a:hover { background-image: url(./images/ftr-facebook-hov-icon.webp); } 
    .ftr-social-icons a.instagram { background-image: url(./images/ftr-instagram-icon.webp); background-position: center; background-repeat: no-repeat; background-size: contain; width: 37px; height: 37px; } 
    .ftr-social-icons a.instagram:hover { background-image: url(./images/ftr-instagram-hov-icon.webp); } 
    .copyrights { text-align: center; position: relative; } 
    .copyrights:before { position: absolute; content: ""; width: 86.1%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background-color: #55bcd4; opacity: 50%; } 
    .copyrightmenu ul { margin: 0; } 
    .copyrightmenu ul li { display: inline-block; margin: 0; } 
    .copyrights p, .copyrightmenu ul { margin: 0; } 
    .copyrights p, .copyrights a { font-size: 18px; font-family: 'Figtree'; font-weight: 400; color: #ffffff; line-height: 1.7; letter-spacing: 0; margin-bottom: 0; } 
    .copyrights a:hover { color: var(--blue); } 
    .copyrights .cpy-inr, .copyrights .ftrlink { margin: 0; } 
    .cpy-rit-txt { display: flex; justify-content: center; padding: 38px 0; align-items: center; flex-wrap: wrap; } 
    .copyrightmenu ul li a { line-height: 1; border-right: 1px solid #fff; display: inline-block; } 
    .copyrightmenu ul li:last-child a { border: none; } 
    .copyrights a { padding: 0 8px; } 
    .copyrights .growthlab { width: 100%; display: flex; margin: 15px 0 0; justify-content: center; } 
    .copyrights .growthlab img { width: 100%; display: block; } 
    .ftr-form-blk .gform_wrapper .top_label input[type="checkbox"]::before{ color: #fff; }

@media screen and (min-width:1921px) {

    .ftr-main-sec::before { height: 230px; }
    .ftr-main-sec { clip-path: polygon(50% 0%, 100% 20.6%, 100% 100%, 0 100%, 0 20.6%); }

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

    .ftr-main-sec { clip-path: polygon(50% 0%, 100% 14.9%, 100% 100%, 0 100%, 0 14.9%); }

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

    .ftr-logo{margin: 0 0 60px -45px;}
    .ftr-menu .ftr-item-hdg { margin: 0 0 25px -40px; }
    .site-footer { padding: 170px 0 55px; margin: -240px 0 0; }

}

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

    .container { max-width: 1314px; }
    .ftr-main-sec { clip-path: polygon(50% 0%, 100% 15.3%, 100% 100%, 0 100%, 0 15.3%); }
    .site-footer { padding: 165px 0 50px; margin: -221px 0 0; }
    .ftr-left { padding: 55px 0 0 0; }
    .ftr-logo {margin: 0 0 50px -45px; width: 76%; }
    .ftr-social-icons { gap: 30px; }
    .ftr-menu .ftr-item-hdg { margin: 0 0 26px -40px; }
    .ftr-item-hdg { font-size: 35px; }
    .ftr-menu ul li a { font-size: 17px; }
    .ftr-call a { font-size: 35px; }
    .hm-form-cnt { font-size: 16px; }
    .ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { font-size: 16px !important; padding: 20px 25px !important;}
    .ftr-loc-cnt { font-size: 17px; }
    .ftr-menu ul li { margin: 0 0 34px; }
    .copyrights p, .copyrights a { font-size: 16px; }
    .ftr-form-blk .gfield textarea.large { height: 145px !important; }

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

    .container { max-width: 1212px; }
    .ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { font-size: 17px !important; padding: 19px 24px !important; }
    .hm-form-cnt { font-size: 15px; margin: 0 0 16px; }
    .ftr-loc-cnt { font-size: 18px; line-height: 1.6; }
    .ftr-call a { font-size: 34px; }
    .ftr-form-blk .gform_footer input[type="submit"] { font-size: 19px !important; padding: 22px 40px !important; }
    .ftr-left { padding: 50px 0 0 0; }
    .ftr-logo { width: 74%; margin: 0 0 45px -45px; }
    .ftr-menu .ftr-item-hdg { margin: 0 0 20px -40px; }
    .ftr-item-hdg { font-size: 33px; }
    .ftr-social-icons { gap: 30px; margin: 15px 0 0; }
    .ftr-item::after { transform: scale(0.9); }
    .ftr-item::before { transform: scale(0.9); }
    .ftr-item { padding: 0 0 0 79px; margin: 0 0 28px; }
    .ftr-item.call { margin: 0 0 45px; }
    .ftr-social-icons a { transform: scale(0.9); }
    .ftr-form-blk .gform_fields { grid-column-gap: 20px !important; grid-row-gap: 17px !important; }
    .ftr-form-blk .gform_wrapper .top_label input[type="checkbox"] { margin: 0px 12px 0px 0 !important; }
    .ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label { font-size: 15px !important; }
    .ftr-menu ul li a { font-size: 16px; }
    .cpy-rit-txt { padding: 30px 0; }
    .copyrights p, .copyrights a { font-size: 15px; }
    .site-footer { padding: 150px 0 45px; margin: -210px 0 0; } 
    .ftr-menu ul li { margin: 0 0 30px; } 
    .ftr-form-blk .gform_footer { margin: -50px 0 0 !important; } 
    .ftr-form-blk .gfield textarea.large { height: 140px !important; } 
    .copyrights a { padding: 0 6px; } 
    .ftr-item.follow .ftr-item-hdg { margin: 0 0 20px; } 
    .ftr-item.call { margin: 0 0 40px; } 
    .ftr-main-sec { clip-path: polygon(50% 0%, 100% 15.6%, 100% 100%, 0 100%, 0 15.6%); }

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

    .container { max-width: 1126px; }
    .site-footer { padding: 145px 0 45px; margin: -170px 0 0; }
    .ftr-logo { width: 70%; margin: 0 0 35px -40px; }
    .ftr-item-hdg { font-size: 31px; }
    .ftr-loc-cnt { font-size: 15px; line-height: 1.5; }
    .ftr-item { padding: 0 0 0 75px; margin: 0 0 25px; }
    .ftr-call a { font-size: 30px; }
    .ftr-item::after { top: 0px; }
    .ftr-item::before { top: 20px; left: 19px; }
    .ftr-menu ul li a { font-size: 15px; }
    .ftr-menu ul li { margin: 0 0 30px; }
    .hm-form-cnt { letter-spacing: 4px; }
    .ftr-form-blk .gform_footer input[type="submit"] { font-size: 17px !important; padding: 20px 30px !important; }
    .ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label { font-size: 14px !important; }
    .ftr-form-blk .gform_wrapper .top_label input[type="checkbox"] { margin: 0px 9px 0px 0 !important; width: 15px !important; height: 15px !important; }
    .cpy-rit-txt { padding: 28px 0; }
    .ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { font-size: 14px !important; }
    .ftr-form-blk .gfield textarea.large { height: 130px !important; }
    .ftr-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message, .ftr-form-blk .gform_wrapper .gfield .instruction.validation_message { font-size: 12px; right: 5px; }
    .ftr-left { padding: 45px 0 0 0; } 
    .ftr-menu .ftr-item-hdg { margin: 0 0 20px -40px; } 
    .ftr-menu ul li { margin: 0 0 28px; } 
    .ftr-item::after { transform: scale(0.8); } 
    .ftr-item.follow .ftr-item-hdg { margin: 0 0 15px; } 
    .ftr-social-icons a { transform: scale(0.8); } 
    .ftr-social-icons { gap: 23px; margin: 11px 0 0; } 
    .ftr-item.call { margin: 0 0 35px; } 
    .ftr-form-blk .gform_fields { grid-column-gap: 15px !important; grid-row-gap: 14px !important; } 
    .ftr-form-blk .gform_footer { margin: -45px 0 0 !important; }

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

    .container { max-width: 1068px; }
    .site-footer { padding: 125px 0 40px; margin: -150px 0 0; }
    .ftr-menu ul li { margin: 0 0 21px; }
    .hm-form-cnt { font-size: 15px; margin: 0 0 12px; }
    .ftr-call a { font-size: 28px; }
    .ftr-item::after { transform: scale(0.8); }
    .ftr-social-icons { gap: 20px; margin: 10px 0 0; }
    .ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { padding: 15px 20px !important;}
    .ftr-item.call { margin: 0 0 30px; } 
    .ftr-form-blk .gfield textarea.large { height: 120px !important; } 
    .ftr-form-blk .gform_footer input[type="submit"] { font-size: 16px !important; padding: 17px 24px !important; } 
    .ftr-form-blk .form-links { padding: 5px 0 0; } 
    .ftr-main-sec { clip-path: polygon(50% 0%, 100% 16.2%, 100% 100%, 0 100%, 0 16.2%); }

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

    .container { max-width: 1000px; }
    .site-footer { padding: 100px 0 40px; margin: -120px 0 0; }
    .ftr-logo { width: 70%; margin: 0 0 25px 0; }
    .ftr-menu .ftr-item-hdg { margin: 0 0 15px 0; }
    .ftr-item-hdg { font-size: 27px; }
    .ftr-loc-cnt { font-size: 16px; line-height: 1.4;}
    .ftr-loc-cnt a { margin: 4px 0 0; }
    .ftr-social-icons a { transform: scale(0.7); }
    .ftr-main-sec { clip-path: polygon(50% 0%, 100% 16.8%, 100% 100%, 0 100%, 0 16.8%); }
    .ftr-menu ul li { margin: 0 0 15px; }
    .ftr-item::after { top: -8px; }
    .ftr-item::before { top: 9px; left: 20px; }
    .ftr-form-blk .gform_footer input[type="submit"] { font-size: 17px !important; padding: 16px 20px !important; }
    .ftr-left { padding: 40px 0 0 0; width: 43%; }
    .ftr-call a { font-size: 25px; }
    .ftr-item.call { margin: 0 0 35px; }
    .cpy-rit-txt { padding: 20px 0;}
    .copyrights .growthlab { margin: 10px 0 0; }
    .ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label { font-size: 14px !important; }
    .ftr-form-blk .gform_wrapper .gfield .instruction.validation_message { bottom: 3px; }
    .ftr-form-blk .form-links { padding: 0; }
    .ftr-form-blk .gform_footer { margin: -44px 0 0 !important; }
    .hm-form-cnt { font-size: 14px; letter-spacing: 3px; }
    .ftr-social-icons { gap: 16px; }
    .ftr-form-blk .gfield textarea.large { height: 110px !important; }

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

    .container,  .hm-banner-sec .container { max-width: 720px; }
    .ftr-blk { padding: 0px; flex-direction: column-reverse; }
    .ftr-form-blk { width: 100%; max-width: 600px; margin: auto; }
    .ftr-main-sec { clip-path: none; border-top: 3px solid #55bcd4; background-image: url(./images/ftr-bg-mob.webp); }
    .ftr-main-sec::before { display: none; }
    .site-footer {padding: 40px 0; margin: 0; }
.ftr-logo {width: 100%; margin: 0 auto 20px; }
.ftr-left {width: 100%; padding: 40px 0 0 0; max-width: 320px; margin: auto; }
    .ftr-left-blk { gap: 20px; justify-content: center;}
    .ftr-menu ul { margin: 0; }
    .ftr-menu { margin: auto; width: 100%; max-width: 300px; }
    .menu-footer-menu-container { border: 1px solid #55bcd4; padding: 20px; }
    .ftr-item { margin: 0 auto 20px; width: 100%; max-width: 300px; }
    .ftr-item.call {margin: 0 auto 15px; }
    .ftr-item:last-child { margin: 0 auto; }
.ftr-item {padding: 90px 20px 20px; margin: 0 0 15px; border: 1px solid #55bcd4; text-align: center; max-width: 320px; width: 100%; }
.ftr-item::after {top: 10px; left: 0; right: 0; margin: auto; }
.ftr-item::before {top: 28px; left: 0; right: 0; margin: auto; }
.ftr-form-blk .gform_footer {margin: 20px 0 0 !important; padding: 0 !important; justify-content: flex-start; }
    .ftr-form-blk .gform_wrapper .gfield.chk .gfield_description { top: 10px !important; left: 0; margin: auto; } 
    .cpy-rit-txt { padding: 25px 0; } 
    .ftr-form-blk .gfield textarea.large { height: 100px !important; } 
    .ftr-item-hdg { font-size: 25px; } 
    .ftr-form-blk .gform_wrapper .top_label input[type="checkbox"] { width: 13px !important; height: 13px !important; } 
    .ftr-menu ul li { margin: 0 0 35px; }
.ftr-social-icons {gap: 10px; width: 100%; justify-content: center; margin: 0; }
.ftr-left-blk .widget {width: 100% !important; }
}
@media screen and (max-width:767px) {

    .container { max-width: 100%; padding: 0 10px; }
    .site-footer { padding: 40px 0; }
    .hm-form-cnt { font-size: 14px; }
    .ftr-form-blk .gform_fields { grid-row-gap: 15px !important; }
    .ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { font-size: 15px !important; padding: 13px 14px !important; }
    .ftr-logo { margin: 0 auto 7px; max-width: 250px;}
.ftr-item {padding: 70px 10px 15px; }
    .ftr-form-blk .gform_wrapper .gfield.chk .gfield_description { top: 10px !important; left: 0; margin: auto; }
    .ftr-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message, .ftr-form-blk .gform_wrapper .gfield .instruction.validation_message { font-size: 11px; }
    .ftr-left-blk { flex-direction: column; }
    .ftr-menu ul li { margin: 0 0 30px; }
 
}
@media screen and (max-width:480px) {

    .site-footer { padding: 30px 0; }
    .ftr-form-blk .gfield input.large, .ftr-form-blk .gfield textarea.large { font-size: 13px !important; padding: 10px 10px !important; }
.ftr-item::after {top: -2px; transform: scale(0.6); }
.ftr-item::before {top: 15px; transform: scale(0.7); }
.ftr-form-blk .gform_footer input[type="submit"] {font-size: 16px !important; padding: 12px 25px !important; }
    .cpy-rit-txt { padding: 25px 0; width: 100%; max-width: 295px; margin: auto; }
    .ftr-menu ul li a { font-size: 14px; }
    .hm-form-cnt { letter-spacing: 1.4px; }
    .ftr-social-icons a {transform: scale(0.65); }
    .ftr-social-icons {gap: 10px; }
    .ftr-item.follow .ftr-item-hdg {margin: 0 0 10px; }

}
 
 
 
/* Footer Section Ends */

/* Header and Footer responsive starts */

@media screen and (min-width:1921px) {
.header-sec::before {
    display: none;
}
}

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

    .header-sec .container {
        max-width: 1600px;
    }
.top-menu ul li a {
    font-size: 18px;
    letter-spacing: 0.75px;
}
.top-menu ul li {
    margin: 0 63px 0 0;
}
.gtranslate_wrapper span {
    font-size: 21px !important;
    letter-spacing: 0.7px;
}
.gtranslate_wrapper::before {
    width: 43px;
}
.hdr-call {
    font-size: 16px;
    letter-spacing: 1.5px;
}
    .hdr-call a {
        font-size: 38px;
    }
.header-sec::before {
    width: 32.7%;
}
.text-heading {
    font-size: 75px;
}

}
@media screen and (max-width:1700px) {
    .text-heading {
    font-size: 75px;
    letter-spacing: -1.4px;
}
}

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

.header-sec .container {
    max-width: 1488px;
}
    .text-heading {
    font-size: 70px;
    letter-spacing: -1.2px;
    margin: 0 0 25px;
}
    /* home page cmn styling responsive */
    a.cmn-btn {
        font-size: 20px;
        padding: 22px 29px;
    }
.hdr-rit-blk {
    padding: 0;
    width: 62%;
}
.hdr-call a{margin: 0;}
    .top-menu ul li {
        margin: 0 60px 0 0;
    }
        .top-menu ul li a {
        font-size: 17px;
        letter-spacing: 0.6px;
    }
    .gtranslate_wrapper span {
        font-size: 19px !important;

    }
        .hdr-call {
        font-size: 15px;
        letter-spacing: 1.3px;
    }   
.hdr-call a {
    font-size: 36px;
    background-size: 32px;
    padding: 0 0 0 50px;
    margin: 0 0 0 10px;
}
.gtranslate_wrapper::before {
    width: 38px;
    left: -6px;
}
.gtranslate_wrapper {
    width: 240px;
}
    .header-sec::before {
        width: 35.5%;
        clip-path: polygon(0% 0%, 83.7% 0%, 98% 100%, 0% 100%);
    }

}

@media screen and (max-width:1550px) {
    .header-sec .container {
    max-width: 1374px;
}

    a.cmn-btn {
        font-size: 18px;
        padding: 20px 25px;
    }
        .top-menu ul li {
        margin: 0 54px 0 0;
    }
        .top-menu ul li a {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
        .gtranslate_wrapper span {
        font-size: 17px !important;
        letter-spacing: 0.6px;
    }

        .hdr-call {
        font-size: 14px;
        letter-spacing: 1.1px;
    }
        .hdr-call a {
        font-size: 34px;
        background-size: 30px;
        padding: 0 0 0 44px;
    }
    .hdr-top-blk {
    padding: 0 0 8px;
    margin: 0 0 14px;
}
.gtranslate_wrapper {
    width: 210px;
}
    .header-sec::before {
        width: 34.9%;
    }
    .text-heading {
    font-size: 64px;
    letter-spacing: -1px;
}
}

@media screen and (max-width:1440px) {
.header-sec .container {
    max-width: 1276px;
}

    a.cmn-btn {
        font-size: 17px;
        padding: 19px 21px;
            letter-spacing: 0.68px;
    }
        .top-menu ul li {
        margin: 0 49px 0 0;
    }
        .top-menu ul li a {
        font-size: 15px;
        letter-spacing: 0.4px;
    }
        .gtranslate_wrapper span {
        font-size: 16px !important;
        letter-spacing: 0.5px;
        gap: 23px;
    }
        .gtranslate_wrapper::before {
        width: 31px;
    }
        .hdr-call {
        font-size: 13px;
        letter-spacing: 0.9px;
    }
        .hdr-call a {
        font-size: 31px;
        background-size: 27px;
        padding: 0 0 0 42px;
    }
    .gtranslate_wrapper {
    width: 200px;
}
.header-sec::before {
        width: 34.5%;
        clip-path: polygon(0% 0%, 83.8% 0%, 98.3% 100%, 0% 100%);
    }
    .text-heading {
    font-size: 58px;
    letter-spacing: -0.7px;
    margin: 0 0 22px;
}
}

@media screen and (max-width:1366px) {
.header-sec .container {
    max-width: 1210px;
}

    a.cmn-btn {
        font-size: 17px;
        padding: 19px 21px;
        letter-spacing: 0.48px;
    }

    .top-menu ul li {
        margin: 0 46px 0 0;
    }
        .top-menu ul li a {
        font-size: 14px;
        letter-spacing: 0.3px;
    }
        .gtranslate_wrapper span {
        font-size: 15px !important;
    }
        .hdr-call a {
        font-size: 29px;
        background-size: 26px;
        padding: 0 0 0 39px;
    }
.hdr-top-blk {
        padding: 0 0 6px;
        margin: 0 0 10px;
    }
        .gtranslate_wrapper {
    width: 180px;
}
.header-sec::before {
        width: 34.3%;
    }

}

@media screen and (max-width:1280px) {
    .header-sec .container {
        max-width: 1110px;
    }

    .top-menu ul li {
        margin: 0 38px 0 0;
    }
    .gtranslate_wrapper span {
        font-size: 15px !important;
    }
        .gtranslate_wrapper::before {
        width: 30px;
    }
        .hdr-call a {
        font-size: 26px;
        background-size: 25px;
        padding: 0 0 0 37px;
    }
        a.cmn-btn {
        font-size: 16px;
        padding: 18px 19px;
        letter-spacing: 0.28px;
    }
    .text-heading {
    font-size: 54px;
    letter-spacing: -0.6px;
    margin: 0 0 20px;
}

.gtranslate_wrapper {
    width: 175px;
}
.gt_container-vqfc9h a.glink span {
    margin-right: 0;
}
    .header-sec::before {
        width: 34%;
        clip-path: polygon(0% 0%, 83.8% 0%, 98.6% 100%, 0% 100%);
    }

}

@media screen and (max-width: 1160px) {
    .text-heading {
        font-size: 49px;
        letter-spacing: -0.4px;
    }
}

@media screen and (min-width: 1025px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media screen and (max-width:1160px) {
    .container, .header-sec .container {
        max-width: 970px;
    }

    .top-menu ul li {
        margin: 0 29px 0 0;
    }
        .top-menu ul li a {
        font-size: 13px;
        letter-spacing: 0.2px;
    }
    .gtranslate_wrapper span {
        font-size: 14px !important;
        letter-spacing: 0.4px;
    }
        .gtranslate_wrapper::before {
        width: 28px;
    }
.hdr-call a {
    font-size: 24px;
    background-size: 23px;
    padding: 0 0 0 32px;
}
    a.cmn-btn {
        font-size: 15px;
        padding: 16px 19px;
    }


}

@media screen and (max-width:1024px) {
    .container, .header-sec .container {
        max-width: 720px;
    }

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
        margin: 0;
    }

    .text-heading {
    font-size: 45px;
    letter-spacing: -0.3px;
}

    button.showhide {
        background: var(--blue);
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .header-sec {
        position: fixed;
        background-color: #0a1c21;
        padding: 15px 20px;
        width: 100%;
        border-bottom: 2px solid var(--blue);
    }

    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        /* width: 100% !important; */
        gap: 20px;
    }

    .header-sec .logo {
    width: 50%;
}
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #55bcd4;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0 0 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head-sec.f-nav .logo {
        width: 100% !important;
    }

    .container {
        max-width: 720px;
    }

.logo img {
    width: 100%;
    max-width: 270px;
}
.header-sec::before{
    display: none;
}
.mob-menu-call {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
}

.mobinav .mob-menu-call a {
        background-image: url(./images/hm-visit-call-icon.webp);
        background-size: 23px;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 0 0 30px;
        margin: 10px 0 0;
    }
        a.cmn-btn {
        letter-spacing: 0px;
    }
    .hdr-top-blk.mob {
        display: block;
        margin: 0 0 0 auto;
        border: none;
        padding: 0;
    }
.gtranslate_wrapper::before {
    width: 1px;
    height: 22px;
    transform: rotate(170deg);
    left: -6px;
}

.hdr-rit-blk {
    padding: 0;
    width: 100%;
}
    .hdr-top-blk {
    gap: 3.3%;
}
.gtranslate_wrapper {
    width: 140px;
}
.gtranslate_wrapper span {
    font-size: 13px !important;
}
.hdr-call a {
    font-size: 22px;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: 0;
    }

    .showhide {
        display: block;
    }

}
@media screen and (max-width: 767px) {
    .container, .header-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}

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


    .logo-rit,
    .tab-call {
        display: none;
    }

    .mobile-menu-button-container {
        background: #55bcd4;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }

    .logo {
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
    }
        .hdr-top-blk.mob {
        margin: auto;
    }

    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-sec {
        padding: 10px 0 0px 0 !important;
        /* border: none; */
        position: unset;
    }

        .gtranslate_wrapper::before {
        height: 23px;
        transform: none;
    }
    .gtranslate_wrapper {
    width: 155px;
    margin-bottom: 10px;
}
        .logo {
        gap: 10px;
        width: 100%;
    }
    .header-sec .logo{width: 100%;}
    .hdr-top-blk{justify-content: center; flex-direction: column; margin: 10px 0 10px !important;}
    .hdr-rit-blk{width: 100%;}

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
        cursor: pointer;
    }

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: var(--bodyFont);
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }

    button.showhide {
        display: none;
    }

    .logo-container {
   display: block;
}
.text-heading {
    font-size: 40px;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label {
    font-size: 13px !important;
}
.hdr-call a {
    margin: 0 0 0 10px;
    font-size: 20px;
}

}

@media screen and (max-width:480px) {
    a.cmn-btn { font-size: 14px; padding: 15px 15px; }
    .text-heading {
    font-size: 28px;
}
}


/* Header and Footer responsive ends */


/* spanish header starts */


.translated-ltr .top-menu ul li a {
    font-size: 16px;
}
.translated-ltr .top-menu ul li {
    margin: 0 52px 0 0;
}
.translated-ltr .top-menu ul li:last-child {
    margin: 0;
}  



/* footer spanish */

.translated-ltr .ftr-form-blk .gform_footer {
    margin: 25px 0 0 !important;
    justify-content: flex-start;
}


/* spanish header responsive */

 @media screen and (max-width: 1800px) {
.translated-ltr .top-menu ul li a {
    font-size: 15px;
}
.translated-ltr .top-menu ul li {
    margin: 0 51px 0 0;
}
 }
@media screen and (max-width: 1680px) {
.translated-ltr .top-menu ul li {
    margin: 0 43px 0 0;
}
}
 
@media screen and (max-width: 1550px) {
 .translated-ltr .top-menu ul li a {
    font-size: 14px;
}
.translated-ltr .top-menu ul li {
    margin: 0 39px 0 0;
}
    .translated-ltr .ftr-call a {
        font-size: 32px;
    }
        .translated-ltr .ftr-menu ul li a {
        font-size: 15px;
    }
    .translated-ltr .ftr-item-hdg {
        font-size: 31px;
    }
}
 
@media screen and (max-width: 1440px) {
 .translated-ltr .top-menu ul li a {
    font-size: 13px;
}
.translated-ltr .top-menu ul li {
    margin: 0 36px 0 0;
}

    .translated-ltr .ftr-item-hdg {
        font-size: 29px;
    }
        .translated-ltr .ftr-menu ul li a {
        font-size: 14px;
    }
        .translated-ltr .ftr-call a {
        font-size: 28px;
    }

}
 
@media screen and (max-width: 1366px) {
 .translated-ltr .top-menu ul li {
    margin: 0 30px 0 0;
}
    .translated-ltr .ftr-item-hdg {
        font-size: 26px;
    }
        .translated-ltr .ftr-call a {
        font-size: 25px;
    }
}
 
@media screen and (max-width: 1280px) {
 .translated-ltr .top-menu ul li a {
    font-size: 12px;
}
.translated-ltr .top-menu ul li {
    margin: 0 26px 0 0;
}
    .translated-ltr .ftr-item-hdg {
        font-size: 24px;
    }
        .translated-ltr .ftr-call a {
        font-size: 23px;
    }
}
@media screen and (max-width: 1160px) {
.translated-ltr .top-menu ul li {
    margin: 0 13px 0 0;
}
    .translated-ltr .ftr-item-hdg {
        font-size: 23px;
    }
    .translated-ltr .ftr-form-blk .form-links a, .ftr-form-blk .gfield-choice-input+label {
        line-height: 1.2;
    }
       .translated-ltr .ftr-form-blk .gform_wrapper .gfield.chk .gfield_description {
        top: 25px !important;
    }
}
 
