body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #1D191B;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    font-weight: 400;
    font-family: inter, sans-serif;
    margin: 0;
    padding: 0 !important;
}
a, a:hover {
    text-decoration: none;
    color: #0055FF;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", Sans-serif;
    color: #1A3760;
    font-weight: 600;
    margin: 0 0 15px;
    clear: both;
    line-height: 1.1;
}
h1,.h1 {
    font-size: 60px
}
h2,.h2 {
    font-size: 50px
}
h3,.h3 {
    font-size: 42px;
    line-height: 1.2
}
h4,.h4 {
    font-size: 30px
}
h5,.h5 {
    font-size: 24px
}
h6,.h6 {
    font-size: 22px
}
p {
    margin: 0 0 15px
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}
input:focus, textarea:focus, select:focus, button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.form_group {
    position: relative;
    padding-top: clamp(1rem, 0.7982rem + 0.8772vw, 1.5rem);
} 
.form_group label {
    font-size: 0.875rem;
    color: #323232;
    display: block;
    position: relative;
}
.form_group input, .form_group textarea, .form_group select {
    width: 100%;
    border-radius: .75rem;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    line-height: 1;
    padding: calc(.938rem - 2px);
    font-size: 1rem !important;
} 
.form_group select {
    color: #766969;
    -moz-appearance: none;
    border: solid 1px #e1e1e9;
}
input[type=text], input[type=email], input[type=password] {
    min-height: 3.5rem;
}
.form_group_chechbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
}
.form_group_chechbox input {
    width: 30px;
    height: 30px;
}
.form_group_btns {
    margin-top: 1rem;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    text-decoration: none;
}
video {
    height: auto;
    max-width: 100%;
}
.button_main_bg {
    font-size: 18px;
    line-height: 17.506px;
    padding: 22px 55px;
    background-color: #0055ff;
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.button_main_bg:hover {
    color: #FFFFFF !important; 
}
section {
    padding: 100px 0;
    position: relative;
}


.header_top {
    background-color: #00194C;
    position: relative;
}
.header_top_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 25px;
}
.header_top_left {
    background-image: url(../images/header_top_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 12px 60px 12px 0;
    color: #fff;
    position: relative;
    z-index: 9;
}
.header_top_left::after {
    content: '';
    background-image: url(../images/header_top_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: -50px;
}
.header_top_left ul {
    position: relative;
    z-index: 9;
}
.header_top_left ul li {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    word-wrap: break-word;
    text-transform: capitalize;
}
.header_top_left .header_socail a {
    font-size: 18px;
    padding: 0 5px;
}
.header_top_right .header_top_list li {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
}
.header_top_left ul li a, 
.header_top_right .header_top_list li a {
    color: #FFFFFF;
}
.header_top_right .header_top_list li span {
    font-size: 17px;
    color: #0055ff;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.header_main_wrapp {
    box-shadow: 0px 15px 20px 10px rgba(215, 216.99999999999997, 236.99999999999997, 0.15);
    padding: 0px 0px 0px 22px;
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 25px;
}
.brand_logo a img, 
.footer_logo a img {
    height: 80px;
}
.mobile_header_btns {
    display: none;
}
.button_main_bg {
    font-size: 18px;
    line-height: 17.506px;
    padding: 22px 55px;
    background-color: #0055ff;
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
.header_right_main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 100px;
}
.menu_bar ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px 0px 0px;
}
.menu_bar ul li a {
    color: #00194C;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px;
    display: inline-block;
    line-height: 1.5;
}
.menu_bar ul li.current-menu-item a {
    color: #0055ff;
}
.menu_bar ul li a:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
}
.menu_bar ul li.current-menu-item a:after {
    background-color: #0055ff;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 25px;
}
.headerBtns .button_main_bg {
    padding: 35px 25px;
    border-radius: 0;
}
.main_wrpper {
    position: relative;
}
.hero_banner_wrapp {
    background-image: url(../images/hero_banner_main.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.hero_banner_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.hero_banner_left {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    padding: 140px 15px 210px 330px;
}
.hero_sub_heading {
    margin-bottom: 25px;
}
.hero_sub_heading > span {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 20px 30px 10px rgba(199.99999999999997, 208, 214, 0.40);
    padding: 10px 40px 10px 40px;
    display: inline-flex;
    gap: 5.8px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 200px;
    color: #0055FF;
    position: relative;
    white-space: nowrap;
}
.hero_sub_heading > span::before, .hero_sub_heading > span::after {
    content: '';
    background-color: #0055FF;
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -khtml-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -moz-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -ms-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -o-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
}
.hero_sub_heading > span::before {
    left: 20px;
}
.hero_sub_heading > span::after {
    right: 20px;
}
.hero_heding {
    font-family: outfit;
    font-weight: 600;
    margin: 0 0 15px;
    clear: both;
    line-height: 1.1;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.hero_heding .heading_bg {
    position: relative;
    text-shadow: 0px 6px 10px rgba(163.99999999999997, 184.99999999999997, 240.99999999999997, 0.8);
    color: #0055ff;
}
.hero_heding .heading_bg:before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    mask-image: url(../images/banner_heading_img.png);
    mask-size: cover;
    background-color: rgba(255, 205, 40, .3);
    background-color: #0055FF4D;
    left: -10px;
    top: 0;
    animation: moveBackground 5s linear infinite;
}
.hero_heding .heading_bg span {
    position: relative;
    z-index: 1;
}
.hero_deisc {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 50px;
}
.hero_banner_left .hero_btns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 30px;
}
.hero_btns .button_main_bg {
    padding: 20px 40px;
    border-radius: 100px;
}
.hero_banner_right {
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0px 145px 0px 0px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.herobannerimgs {
    position: relative;
}
.services_wrapp {
    padding-top: 0;
}
.appointment_form {
    max-width: 490px;
    margin: 0 auto;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #E6EEFF !important;
    padding: 45px 50px 60px 50px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -khtml-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -moz-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -ms-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -o-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    margin-top: -85px;
}
.form_group_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
    background-color: #fff;
    border: solid 1px #e1e1e9;
    padding: 0px 15px;
    line-height: 1.57143;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}
.form_group_input p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.form_group br {
    display: none;
}
.form_group_input .from_icon {
    font-size: 18px;
    color: #687799;
}
.form_group_chechbox p, .form_group_chechbox p .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.form_group_chechbox p label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
}
.form_group_chechbox input {
    width: 30px;
    height: 30px;
}
.appointment_form .form_group_btns .button_main_bg {
    width: 100%;
}
.service_box {
    margin: 105px 0px 0px 76px;
    position: relative;
}   
.blogs_wrapper, .main_heading, .service_page_main {
    position: relative;
    z-index: 1;
}
.hero_sub_heading {
    margin-bottom: 25px;
}
.main_heading .hero_sub_heading {
    margin-bottom: 15px;
}
.hero_sub_heading > span {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 20px 30px 10px rgba(199.99999999999997, 208, 214, 0.40);
    padding: 10px 40px 10px 40px;
    display: inline-flex;
    gap: 5.8px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 200px;
    color: #0055FF;
    position: relative;
    white-space: nowrap;
}
.hero_sub_heading > span::before, .hero_sub_heading > span::after {
    content: '';
    background-color: #0055FF;
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -khtml-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -moz-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -ms-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    -o-box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
    box-shadow: 0 7.556px 20px rgba(231, 188, 78, .5);
}
.hero_sub_heading > span::before {
    left: 20px;
}
.hero_sub_heading > span::after {
    right: 20px;
}
.main_heading h2 {
    color: #14133B;
    font-size: 40px;
    line-height: 1.2em;
}
.service_box_bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}
.service_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 61px;
    height: 61px;
    border-radius: 61px;
    background: rgba(0, 85, 255, .1);
}
.service_content h4 {
    font-size: 20px;
    color: #00194C;
    margin-bottom: 15px;
}
.service_content span.arrow-icon {
    cursor: pointer;
    color: #14133B;
    font-size: 18px;
}
.company_wrapp {
    padding-top: 0;
}
.company_wrapp {
    padding-top: 0;
}
.company_wrapp_bgnew {
    background-image: url(../images/body_bg1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    padding: 125px 0px 70px 0px;
    margin: 0 50px;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 43px rgba(7, 23, 85, .1);
}
.particles_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.company_wrapp_main {
    position: relative;
    z-index: 1;
}
.company_imgs {
    position: relative;
}
.company_wrapp_bgnew .company_imgs img {
    width: 100%;
    max-width: 510px;
    border-radius: 10px;
}
.compnay_content_bg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    background-color: #FFFFFF;
    border-left: 6px solid #CADBFE;
    box-shadow: 0px 30px 100px 0px rgba(164.00000000000009, 184.0000000000001, 195.00000000000009, 0.25);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 10px;
}
.compnay_content_rightnew ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.compnay_content_rightnew ul li {
    color: #00194C;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.compnay_content_rightnew ul li span {
    font-size: 17px;
    display: inline-flex;
    color: #0055ff;
    margin-right: 10px;
}
.compnay_content_btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.services_wrapp_bottom {
    background-image: url(../images/body_bg1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}
.services_wrapp_bottom .main_heading {
    text-align: center;
    margin-bottom: 60px;
}
.tabs_wrapp {
    position: relative;
    margin-top: 0px;
}
.tabs_header {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 85px;
    display: none;
}
.service_tabs_wrapp {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
}
.compnay_content_right ul li {
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    font-size: 18px;
    color: #14133B;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 5px;
    cursor: pointer;
}
.compnay_content_right ul li span {
    font-size: 17px;
    display: inline-flex;
    color: #F0EAFF;
    margin-right: 10px;
}
/* .service_tabs_wrapp .compnay_content_bg:last-child {
    margin-bottom: 0 !important;
} */
.service_img_wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #05f !important;
    padding: 15px 30px;
    height: 100%;
    border-radius: 15px;
}
.service_tabs_wrapp .compnay_content_bg {
    margin-top: 0;
}
.insurance_help_boxnew {
    background-image: url(../images/body_bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px -80px;
    border-radius: 10px;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    color: #fff;
    margin-top: 120px;
}
.insurance_left_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.insurance_left_box h6 {
    color: #fff;
    display: block;
    text-transform: capitalize;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .6px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.frequently_wrapp {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.frequently_imgs {
    margin-top: 100px;
    position: relative;
    text-align: center;
}
.frequently_content {
    padding-left: 5em;
}
/* .frequently_content .main_heading {
    text-align: left;
} */
.frequently_content .accordion-item {
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.frequently_content .accordion-item .accordion-header {
    color: #00194c;
    font-size: 18px;
    font-weight: 600;
    line-height: 17.5px;
    -webkit-transition: all .25s cubic-bezier(.3,.3,0,.8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3,.3,0,.8);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    border-bottom: 1px solid #ededed;
    padding-top: 23px;
    padding-bottom: 25px;
    padding-right: 30px;
    margin: 0;
    cursor: pointer;
}
.frequently_content .accordion-item .accordion-header:after, 
.frequently_content .accordion-item .accordion-header.collapsed:before {
    content: '';
    background-color: #0055ff;
    height: 2px;
    width: 20px;
    cursor: pointer;
}
.frequently_content .accordion-item .accordion-header.collapsed:before {
    transform: rotateZ(90deg);
    position: absolute;
    right: 30px;
}
.frequently_content .accordion-collapse .accordion-body {
    padding: 20px 0 15px;
    color: #1D191B;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.footer_top {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
}
.footer_top_img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/footer_top_img.webp);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer_top_main {
    position: relative;
    z-index: 1;
    padding: 35px 0;
    border-top: 1px solid #016dff;
}
.footer_top_content {
    justify-content: flex-end;
    align-items: center;
    padding: 0px 15px 0px 15px;
    display: flex;
    position: relative;
    width: 100%;
    gap: 30px;
}
.footer_top_content h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-right: 20px;
    margin-bottom: 0;
}
.footer_top_content .button_main_bg {
    background-color: #ffffff;
    color: #0055FF !important;
    font-size: 15px;
    padding: 15px 30px;
    white-space: nowrap;
}
.footer_wrapper {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 70px 0px;
    background-color: #00194C;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer_main {
    position: relative;
    z-index: 1;
}
.footer_info {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 26px;
    max-width: 350px;
}
.footer_heading {
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
}
.footer_heading:after {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background-color: #0055ff;
    display: inline-block;
    bottom: -20px;
    left: 0;
    position: absolute;
}
.footer_info form {
    margin-top: 35px;
}
.footer_info form .form_group_input {
    border-radius: 50px;
    background: rgba(255, 255, 255, .1);
    color: #acc0bf;
    border: none;
    padding: 0;
}
.footer_info form .form_group_input {
    border-radius: 50px;
    background: rgba(255, 255, 255, .1);
    color: #acc0bf;
    border: none;
    padding: 0;
    border: none;
    min-height: 0;
}
.footer_info form .form_group_input .subscribeBtns {
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #00194C 0%, #0055ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 18px 21px;
    border-radius: 30px;
    max-width: 200px;
}
.footer_address ul {
    margin-top: 50px;
}
.footer_address ul li {
    border-bottom: 1px solid #84949333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.footer_address ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.footer_address ul li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: Center;
    gap: 15px;
}
.footer_address ul li a .footer_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 15px;
    color: #ffffff;
    width: 31px;
    min-width: 31px;
    height: 31px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.footer_address ul li a .footer_content p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #acc0bf;
}
.footer_address ul li a .footer_content h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    word-break: break-word;
}
.footer_menu {
    padding-left: 5rem;
}
.footer_menu h3 {
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
}
.footer_menu h3:after {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background-color: #0055ff;
    display: inline-block;
    bottom: -20px;
    left: 0;
    position: absolute;
}
.footer_menu ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer_menu ul li a {
    display: inline-flex;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}
.footer_copyright_wrapper {
    border-top: 1px solid #0055ff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0px;
    background-color: #00194C;
}
.footer_copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright_text {
    color: #ffffff;
}
.copyright_text span {
    color: #0055FF;
    font-weight: 600;
}
.form_group_input input, 
.form_group_input select {
    border: none;
    min-height: 0;
}
.footer_info form .form_group_input input {
    background-color: transparent;
    color: #acc0bf;
    padding: 10px 15px;
}

.inner_pages_banner {
    background-image: url(../images/community_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
}
.banner_content h1 {
    color: #fff;
}
.breadcrumb_content ul li {
    display: inline-block;
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.breadcrumb_content ul li a {
    font-weight: 700;
    color: #ffffff;
}
.service_mainnew {
    padding-right: 60px;
}
.contact_page_wrapp .appointment_form {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.state_tag_main {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.state_tag_list {
    width: 100px;
    box-shadow: rgba(7, 23, 85, 0.1) 0px 0px 43px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    border-width: 1px 6px;
    border-style: solid;
    border-color: rgb(230, 238, 255) rgb(202, 219, 254);
    border-image: initial;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 0px;
    border-left: 6px solid rgb(202, 219, 254);
    border-right: 6px solid rgb(202, 219, 254);
}
.contact_page_info .footer_address .footer_heading {
    font-size: 26px;
    color: rgb(26, 55, 96);
    margin-bottom: 20px;
}
.contact_page_info .footer_address ul li {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.contact_page_info .footer_address ul li a .footer_icons {
    color: rgb(104, 119, 153);
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 25, 76, 0.15);
    border-image: initial;
}
.contact_page_info .footer_address ul li a h6 {
    color: rgb(0, 25, 76);
    font-size: 19px;
    margin-bottom: 0;
}
.contact_map iframe {
    width: 100%;
    height: 560px;
}


.pxl-select-higthlight, 
.pxl-select-options {
    display: none;
}
label.error {
    margin-bottom: 0;
    color: red;
    font-size: 12px;
}
.form_group_input p label.error, .form_group p .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -32px;
    left: -15px;
    font-size: 12px;
}
#emailForm .error.error-message {
    color: red;
    position: absolute;
    margin-top: 80px;
}


#emailForm .error.error-message {
    color: red;
    position: absolute;
    margin-top: 80px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    display: none !important;
}
button.tnp-submit,
input.tnp-submit {
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #00194C 0%, #0055ff 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 21px;
    border-radius: 30px;
    border: 0;
    max-width: 200px;
    width: 100% !important;
}   
.tnp-profile {
    background-color: #f7f7f7; /* Light background for the form */
    padding: 20px;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.tnp-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}
.tnp-email,
.tnp-firstname,
.tnp-lastname,
.tnp-gender {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}
.tnp-email:focus,
.tnp-firstname:focus,
.tnp-lastname:focus,
.tnp-gender:focus {
    border-color: #0055FF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 85, 255, 0.5);
}
.tnp-submit:hover {
    background-color: #003bb5;
}
.tnp-field {
    margin-bottom: 20px;
}