@charset "UTF-8";
/*
Theme Name: Anthem Built
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 2.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/
/*--------------------------------------------------------------*/

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
*/
@font-face {
    font-family: 'Metropolis Extra';
    src: url('fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Thin.woff2') format('woff2'),
        url('fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Regular.woff2') format('woff2'),
        url('fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Bold.woff2') format('woff2'),
        url('fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Black.woff2') format('woff2'),
        url('fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('fonts/Metropolis-ExtraLight.woff2') format('woff2'),
        url('fonts/Metropolis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Light.woff2') format('woff2'),
        url('fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Medium.woff2') format('woff2'),
        url('fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



* {
    box-sizing: border-box;
    -webkit-box-sizing:
        border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    font-family: 'Metropolis';
    font-size: 14px;
    color: #101010;
    margin: 0;
    padding: 0;
    background: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    line-height: 32px;
    color: #545454;
}

a {
    text-decoration: none;
    outline: none;
    color: #2491eb;
}

a:hover {
    color: #545454;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
}

input,
select,
textarea {
    font-size: 15px;
    color: #000;
    font-family: 'Metropolis';
}

iframe {
    max-width: 100%;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr,
.cl,
.clear {
    clear: both;
}

input,
select,
textarea,
button {
    font-size: 13px;
    color: #333;
    font-family: 'Metropolis';
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}

textarea {
    resize: none;
    min-height: 82px;
    line-height: normal;
    padding: 9px;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #dddddd;
    background: #fff;
    padding: 0 13px;
    box-shadow: none;
    height: 49px;
    max-width: 100%;
    border-radius: 0px;
    width: 100%;
    font-family: 'Metropolis';
}

select {
    border: 1px solid #dddddd;
    background: #fff;
    max-width: 100%;
    border-radius: 3px;
    padding: 15px 13px;
}

input[type="image"],
input[type="submit"],
input[type="button"],
button {
    background: #f1592a;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 0px 23px;
    text-transform: uppercase;
    height: 40px;
    transition: all 0.3s ease-in-out 0s;
    font-weight: bold;
    appearance: normal;
    -webkit-appearance: none;
    max-width: 100%;
}

input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #543b23;
}

input[type="image"]:active,
input[type="submit"]:active,
input[type="button"]:active,
button:active {
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
}

.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}

button {
    position: relative;
}

.a_btn a {
    background: #2491eb;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 18px 40px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease;
    z-index: 1;
    border: solid 2px #2491eb;
    letter-spacing: 0.1em;
}

.a_btn a:before,
button:before {
    position: absolute;
    content: "";
    background: #101010;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease;
    width: 0;
}

.a_btn a:hover:before,
button:hover:before {
    width: 100%;
}

.pd_60 {
    padding: 60px 0px;
}

.pdb_60 {
    padding-bottom: 60px;
}

.full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.title {
    text-align: center;
    padding-bottom: 20px;
}

.title h2:before {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #042644;
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
}

h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #2491eb;
}

h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #042644;
}

.header {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    padding: 15px 0px 15px;
}

.header_otr {
    max-width: 1800px;
    padding: 0 50px;
    margin: 0 auto;
}

.header_logo a {
    display: inline-block;
    max-width: 280px;
}

.header_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu_inr ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    position: relative;
    color: #fff;
}

.header_menu ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    height: 2px;
    background: #2491eb;
    width: 0;
    transition: all 0.4s ease-in-out;
}

.header_menu_inr ul li:last-child {
    margin-right: 0;
}

.header_menu_inr ul li a {
    font-size: 20px;
    color: #fff;
}

.header_menu_inr ul li:hover a {
    color: #2491eb;
}

.header_menu_inr ul li:hover:before {
    width: 100%;
}

.header_menu .a_btn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 85px;
}

.header_menu_inr {
    display: inline-block;
    vertical-align: middle;
}

/* Sub-menu Css */
.header_menu_inr ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -12px;
    margin-top: 20px;
    z-index: 1;
    text-align: left;
    transform: scaleY(0);
    transition: all 0.3s ease;
    transform-origin: top;
    white-space: nowrap;
    padding: 15px;
    box-shadow: 0px 4px 20px rgb(36 145 235 / 50%);
    border-radius: 4px;
    background: #fff;
}

.header_menu_inr ul li ul.sub-menu:before {
    position: absolute;
    content: "";
    top: -20px;
    height: 20px;
    left: 0;
    right: 0;
}

.header_menu_inr ul li:hover ul.sub-menu {
    transform: scaleY(1);
}

.header_menu_inr ul li ul.sub-menu li a {
    background: #fff;
    color: #101010;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}

.header_menu_inr ul li ul.sub-menu li {
    margin: 0;
    display: block;
    padding: 8px 0px;
    min-width: 200px;
}

.header_menu_inr ul li ul.sub-menu li a:hover {
    color: #2491eb;
}

.header_menu_inr ul li ul.sub-menu li ul.sub-menu {
    display: none;
}

.header_menu_inr ul li ul.sub-menu li:hover ul.sub-menu {
    display: block;
    margin: 0;
    left: 100%;
    top: 0px;
}

.header_menu_inr ul li.current-menu-parent:before {
    width: 100%;
}

.header_menu_inr ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
    color: #2491eb;
}

.header_menu_inr ul li.current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu li a {
    color: #101010;
}

.header_menu_inr ul li.current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu li a:hover {
    color: #2491eb;
}

.header_menu_inr ul li ul.sub-menu li.current-menu-parent a {
    color: #2491eb;
}

.header_menu_inr ul li ul.sub-menu li.current-menu-parent ul.sub-menu li a {
    color: #101010;
}

.header_menu_inr ul li ul.sub-menu li.current-menu-parent ul.sub-menu li a:hover {
    color: #2491eb;
}

.header_menu_inr ul li ul.sub-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
    color: #2491eb;
}

.header_menu_inr ul li ul.sub-menu li:before {
    display: none;
}

.banner {
    width: 100%;
    position: relative;
}

.banner_inr {
    position: relative;
}

.banner_inr:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(4 38 68 / 80%);
}

.banner_inr {
    position: relative;
}

.banner_inr img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.banner_img {
    width: 35%;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.banner_img img {
    width: auto;
}

.banner_big {
    position: relative;
}

.banner_big:before {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -1px;
    width: 230px;
    height: 280px;
    background: #042644;
    z-index: 1;
}

.banner_big img {
    opacity: 0.8;
}

.banner_small {
    margin-top: -255px;
    margin-left: -165px;
    position: relative;
    z-index: 1;
    max-width: 370px;
}

.banner_txt {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.banner_left {
    width: 32%;
}

.banner_left h1 {
    font-size: 100px;
    line-height: 110px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.banner_left h4 {
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.banner_left p {
    color: #fff;
    padding-bottom: 20px;
}

.banner_left .a_btn {
    padding-top: 15px;
}

.banner_down_img {
    position: absolute;
    left: 30%;
    bottom: 40px;
    display: none;
}

.banner ul.slick-dots {
    position: absolute;
    top: 50%;
    left: 15px;
}

.banner ul.slick-dots li {
    list-style: none;
    padding: 0px 0px 10px;
}

.banner ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: solid 2px #f2f4f5;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    background: none;
}

.banner ul.slick-dots li.slick-active button {
    background: #2491eb;
    border-color: #2491eb;
}

.product_div {
    width: 100%;
    display: block;
    padding: 50px 0px;
}

.product_div_inr {
    margin: 0 -15px;
}

.product_col {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    padding: 15px;
}

.product_col_inr {
    background: #f5f6f8;
    border: solid 1px #cdd4da;
    transition: all 0.4s ease-in-out;
    text-align: center;
    height: 100%;
}

.product_col_inr:hover {
    box-shadow: 0px 0px 20px rgb(16 16 16 / 10%);
}

.product_col_txt {
    padding-top: 30px;
}

.product_col_txt strong {
    color: #042644;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.product_col_txt p {
    font-size: 18px;
    color: #545454;
    line-height: 32px;
}

.product_div_inr button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    background: none;
    border: solid 1px #cdd4da;
    border-radius: 100%;
    z-index: 1;
}

.product_div_inr button.slick-prev {
    background: url(images/prev_arrow.png) no-repeat;
    background-position: center;
    left: -150px;
}

.product_div_inr button.slick-next {
    background: url(images/next_arrow.png) no-repeat;
    background-position: center;
    right: -150px;
}

/* .slick-active-center .product_col_inr{background: #fff;border: 0;box-shadow: 0px 0px 15px rgb(4 38 68 / 10%);} .slick-active-center .product_col_icon{box-shadow: 0px 0px 0px 20px #f5f6f8;background: #fff;} */
.about_div {
    width: 100%;
    display: block;
    padding: 100px 0px;
    position: relative;
    background: #f5f6f8;
}

.about_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about_div_left {
    float: left;
    margin-right: 60px;
    width: 29%;
}

.about_div_right_inr h2 {
    margin-bottom: 20px;
}

.about_div_right_inr p {
    padding-bottom: 30px;
}

/* .footer{background: url(images/footer_bg.jpg) no-repeat;background-size: 100% 100%;position: relative;} */
.footer {
    position: relative;
}

.footer:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(4 38 68 / 95%);
}

.footer_otr {
    padding: 50px 0px;
    position: relative;
}

.footer_inr {
    align-items: flex-start;
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;
}

.footer_left {
    padding: 0 15px;
    width: 25%;
}

.footer_left a {
    display: inline-block;
}

.footer_middle {
    padding: 0 15px;
    width: 25%;
}

.footer_middle .footer_middle_inr ul li {
    list-style: none;
}

.footer_right {
    width: 26%;
    padding: 0 15px;
}

.footer_middle_inr h2 {
    font-size: 20px;
    color: #2491eb;
    position: relative;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 26px;
}

.footer_middle_inr h2:before {
    width: 50px;
}

.footer_middle_inr ul li {
    list-style: none;
    line-height: 34px;
}

.footer_middle_inr ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
}

.footer_middle_inr ul li a:hover {
    color: #2491eb;
}

.footer_middle_inr ul li.current-menu-item a {
    color: #2491eb;
}

.footer_right .footer_middle_inr ul li {
    line-height: normal;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.footer_right .footer_middle_inr ul li a {
    line-height: 26px;
}

.footer_right .footer_middle_inr ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
}

.footer_right .footer_middle_inr ul li.loca:before {
    background: url(images/loca.png) no-repeat;
    width: 14px;
    height: 19px;
}

.footer_right .footer_middle_inr ul li.call:before {
    background: url(images/call.png) no-repeat;
    width: 18px;
    height: 19px;
}

.footer_right .footer_middle_inr ul li.mail:before {
    background: url(images/mail.png) no-repeat;
    width: 16px;
    height: 11px;
    top: 8px;
}

.footer_bottom {
    position: relative;
    padding: 20px 0 20px;
}

.footer_bottom_otr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom_otr p {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

.wd309logo:before {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 15px;
    background: #fff;
    top: 4px;
}

.footer_bottom_otr p a {
    color: #fff;
}

.footer_bottom_otr p a:hover {
    color: #2491eb;
}

.footer_bottom_center ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.footer_bottom_center ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(255 255 255 / 10%);
    transition: all 0.4s ease-in-out;
}

.footer_bottom_center ul li a.fb {
    background: rgb(255 255 255 / 10%) url(images/fb.png) no-repeat;
    background-position: center;
}

.footer_bottom_center ul li a.fb:hover {
    background: rgb(36 145 235 / 60%) url(images/fb.png) no-repeat;
    background-position: center;
}

.footer_bottom_center ul li a.twit {
    background: rgb(255 255 255 / 10%) url(images/twit.png) no-repeat;
    background-position: center;
}

.footer_bottom_center ul li a.twit:hover {
    background: rgb(36 145 235 / 60%) url(images/twit.png) no-repeat;
    background-position: center;
}

.footer_bottom_center ul li a.insta {
    background: rgb(255 255 255 / 10%) url(images/insta.png) no-repeat;
    background-position: center;
}

.footer_bottom_center ul li a.insta:hover {
    background: rgb(36 145 235 / 60%) url(images/insta.png) no-repeat;
    background-position: center;
}

/* About Page */
.inner_banner {
    transition: .5s ease;
}

.inner_banner_img {
    position: relative;
    width: 100%;
    background: #031a2e;
    height: 317px;
}

.inner_banner_img img {
    height: 100%;
}

.inner_banner_img:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(4 38 68 / 85%);
}

.inner_banner_img img {
    width: 100%;
}

.inner_banner_text {
    position: absolute;
    top: 70%;
    width: 100%;
    transform: translateY(-50%);
}

.banner_text_inr h1 {
    font-size: 100px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
}

.banner_text_inr h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #2491eb;
    right: 0;
    margin: 0 auto;
}

.bradcums {
    padding-top: 55px;
}

.bradcums ul li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    color: #fff;
    padding: 0px 40px;
    position: relative;
}

.bradcums ul li:after {
    position: absolute;
    content: "";
    right: -9px;
    width: 11px;
    height: 11px;
    background: url(images/right_arrow.png) no-repeat;
    top: 5px;
}

.bradcums ul li:first-child {
    padding-left: 0;
}

.bradcums ul li:last-child:after {
    display: none;
}

.bradcums ul li a {
    color: #fff;
}

.bradcums ul li a:hover {
    color: #2491eb;
}

.about_page {
    width: 100%;
    display: block;
    padding: 100px 0px 70px;
    position: relative;
    z-index: 1;
}

.about_page:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    background: #f5f6f8;
    z-index: -1;
}

.about_left {
    float: left;
    margin: 0px 60px 15px 0px;
    width: 50%;
}

.about_right {
    float: right;
    margin: 0px 0px 15px 60px;
    width: 50%;
}

.about_page_inr h2 {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.about_page_inr h2:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #2491eb;
    width: 80px;
    bottom: 0px;
    left: 0;
}

.about_page_inr p {
    padding-bottom: 30px;
}

.about_page_inr h4 {
    color: #2491eb;
    padding-bottom: 10px;
    font-weight: 500;
}

.connector_div:before {
    left: inherit;
    right: 0;
}

.contact_page {
    width: 100%;
    display: block;
    padding: 100px 0px;
}

.contact_page_inr {
    margin: 0 -15px;
}

.contact_left {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
    padding: 0 15px;
}

.contact_left_inr {
    padding: 45px;
    background: #f5f6f8;
    border: solid 2px #d6dbde;
}

.contact_left_inr h3 {
    font-size: 30px;
    padding-bottom: 20px;
    color: #042644;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_left_inr h3 span {
    color: #2491eb;
}

.contact_form {
    margin: 0 -15px;
}

.contact_form_col {
    padding: 15px;
}

.contact_form_col2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    padding: 15px;
}

.contact_form_col_inr input,
.contact_form_col_inr textarea {
    height: 60px;
    background: #fff;
    padding: 10px 30px;
    font-size: 18px;
    color: rgb(84 84 84 / 100%);
    border: 0;
    font-weight: 500;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
}

.contact_form_col_inr input::placeholder,
.contact_form_col_inr textarea::placeholder {
    color: rgb(84 84 84 / 70%);
}

.contact_form_col_inr textarea {
    height: 130px;
    padding: 15px 30px;
}

.submit_btn {
    padding: 15px 15px 0px;
    text-align: center;
}

.submit_btn_inr input {
    background: #2491eb url(images/submit_icon.png) no-repeat;
    height: auto;
    padding: 16px 40px 16px 70px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-position: 35px 17px;
}

.submit_btn_inr input:hover {
    background: #101010 url(images/submit_icon.png) no-repeat;
    background-position: 35px 17px;
}

.contact_right {
    width: 44%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
    padding: 0 15px;
}

.contact_right_inr h3 {
    font-size: 30px;
    padding-bottom: 20px;
    color: #042644;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_right_txt p {
    font-size: 24px;
}

.contact_right_txt p a {
    color: #545454;
}

.contact_right_txt p a:hover {
    color: #2491eb;
}

.contact_right_icon {
    width: 100px;
    height: 100px;
    background: #2491eb;
    border-radius: 100%;
    border: solid 6px #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
    vertical-align: middle;
}

.contact_right_txt {
    width: 75%;
    display: inline-block;
    margin-right: -2px;
    vertical-align: middle;
    padding-left: 20px;
}

.contact_detail {
    padding: 20px 0px;
}

.contact_right_inr {
    padding-left: 40px;
}

.contact_map img {
    width: 100%;
}

/* def-page */
.def-page {
    padding: 80px 0px 60px;
}

.def-page .right-img {
    float: right;
    margin: 0 0 20px 30px;
}

.def-page .left-img {
    float: left;
    margin: 0 30px 20px 0;
}

.def-page h2,
.def-page h3,
.def-page h4,
.def-page h5,
.def-page h6 {
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #042644;
}

.def-page h2 {
    font-size: 40px;
    line-height: 44px;
    padding-bottom: 0;
}

.def-page h2:before {
    display: none;
}

.def-page h3 {
    font-size: 35px;
    line-height: 40px;
}

.def-page h4 {
    font-size: 30px;
    line-height: 35px;
}

.def-page h5 {
    font-size: 25px;
    line-height: 30px;
}

.def-page h6 {
    font-size: 22px;
    line-height: 27px;
}

.def-page ul {
    margin: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.def-page ul li {
    text-align: left;
    list-style: none;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
    position: relative;
    padding: 7px 28px 7px 28px;
}

.def-page ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background: url(images/li_img.png) no-repeat;
    width: 15px;
    height: 15px;
}

.def-page ol li {
    list-style-type: none;
    counter-increment: item;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
}

.def-page ol li:before {
    display: inline-block;
    text-align: right;
    content: counter(item) ".";
    color: #2491eb;
    background: none;
    top: 5px;
    padding-right: 10px;
}

.def-page ul.col-2,
.def-page ul.col-3 {
    overflow: hidden
}

.def-page ul.col-2 li {
    width: 50%;
    float: left
}

.def-page ul.col-3 li {
    width: 33.33%;
    float: left
}

.def-page p {
    padding-bottom: 10px;
}

.privacy-page ol {
    margin-bottom: 15px;
}

.privacy-page ol>li:before {
    padding-right: 05px;
}

.privacy-page .privacy-inner {
    padding-left: 30px;
    margin-bottom: 20px;
}

.privacy-page .privacy-inner ul {
    margin-top: 05px;
}

.privacy-page ul,
.privacy-page ol {
    margin-left: 20px;
}

.privacy-page ol li {
    padding: 5px 0px;
}

.pagenotfound {
    width: 100%;
    display: block;
    padding: 80px 0px;
    text-align: center;
}

.pagenotfound h2 {
    font-size: 50px;
    font-weight: 600;
}

.pagenotfound p {
    font-size: 20px;
}

.thankyou {
    text-align: center;
}

.thankyou h3 strong {
    font-size: 46px;
}

.our_product_div_inr {
    margin: 0 -15px;
    text-align: center;
}

.wd309logo {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    padding-left: 10px;
    position: relative;
    margin-left: 4px;
}

.header_menu_inr ul li.current-menu-item a {
    color: #2491eb;
}

.header_menu_inr ul li.current-menu-item:before {
    width: 100%;
}

.submit_btn_inr {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 5px;
}

.wpcf7-spinner {
    margin: 0 10px;
    position: absolute;
    top: 13px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 8px;
    text-align: center;
}

.wpcf7-not-valid-tip {
    display: none;
}

.cf7sr-recaptcha .wpcf7-not-valid-tip {
    display: inline-block;
    text-align: left;
}

.contact_form_col_inr input.wpcf7-not-valid {
    border: solid 1px #f00;
}

.contact_map iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -3px;
}

.header_menu_inr ul li.current-menu-parent a {
    color: #2491eb;
}

.footer_left a {
    max-width: 190px;
}

.product_col_icon img {
    width: 100%;
    height: auto;
}

.product_col_icon {
    background: #fff;
}

.product_col_txt {
    padding: 20px;
    border-top: solid 1px #cdd4da;
}

.banner_text_inr h1 {
    font-size: 60px;
}

.footer_otr {
    padding: 20px 0px 7px;
}

.footer_bottom {
    padding: 10px 0 10px;
}

.about_div {
    padding: 50px 0px;
}

/* Woocommerce css */
.user_cart {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.user_cart ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

.user_cart ul li a {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background: #2491eb;
    border: solid 2px #2491eb;
    transition: all 0.4s;
    position: relative;
}

.user_cart ul li a.xoo-el-login-tgr {
    background: #2491eb url(images/user.png) no-repeat;
    background-position: center;
    padding: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: solid 2px #2491eb;
    transition: all 0.4s;
}

.user_cart ul li a.xoo-el-login-tgr:hover {
    background: #101010 url(images/user.png) no-repeat;
    background-position: center;
}

.user_cart ul li a.user {
    background: #2491eb url(images/user.png) no-repeat;
    background-position: center;
}

.user_cart ul li:hover a.user {
    background: #101010 url(images/user.png) no-repeat;
    background-position: center;
}

.user_cart ul li a.cart {
    background: #2491eb url(images/cart.png) no-repeat;
    background-position: center;
}

.user_cart ul li:hover a.cart {
    background: #101010 url(images/cart.png) no-repeat;
    background-position: center;
}

.user_cart ul li a.cart .cart_txt {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #2491eb;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    right: -13px;
    top: -13px;
    border-radius: 100%;
}

.user_cart ul li .login_after {
    position: relative;
}

.user_cart ul li .login_after .profile_dropdown {
    display: none;
    position: absolute;
    padding-top: 15px;
}

.user_cart ul li .login_after:hover .profile_dropdown {
    display: block;
}

.user_cart ul li .login_after .profile_dropdown a.log_out {
    width: auto;
    height: auto;
    padding: 12px 25px;
    box-shadow: 0px 6px 20px rgb(36 145 235 / 50%);
    background: #fff;
    white-space: nowrap;
    border: 0;
    font-size: 18px;
}

.user_cart ul li .login_after .profile_dropdown a.log_out:hover {
    background: #2491eb;
    color: #fff;
}

/* Minicart CSS*/
.ndp-minicart-otr {
    width: 450px;
    position: absolute;
    top: 100%;
    right: 50px;
    transform: scaleY(0);
    transition: all 0.3s ease;
    transform-origin: top;
    box-shadow: 0 0 10px rgb(0 0 0 / 38%);
}

.ndp-minicart-otr:before {
    position: absolute;
    content: "";
    top: -32px;
    height: 32px;
    left: 0;
    right: 0;
}

.ndp-minicart-otr ul li {
    padding: 10px 10px 10px 40px;
    display: block;
    color: #fff;
    min-width: 200px;
    line-height: normal;
    border: 1px solid #cdd4da;
    transition: all 0.4s ease-in-out;
    position: relative;
    text-align: left;
    border-bottom: 0;
    margin: 0;
}

.user_cart ul li:hover .ndp-minicart-otr {
    transform: scale(1);
}

.mkdf-shopping-cart-dropdown {
    background: #fff;
}

.ndp-minicart-otr h6.mkdf-product-title {
    font-size: 18px;
    color: #042644;
    font-weight: 500;
    text-align: left;
    padding-bottom: 5px;
}

.ndp-minicart-otr ul li span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #2491eb;
}

.ndp-minicart-otr ul li .woo_mini_img {
    float: left;
    margin-right: 10px;
    width: 60px;
}

.user_cart ul li .mkdf-shopping-cart-dropdown .removeproduct {
    position: absolute;
    left: 5px;
    top: 10px;
}

.user_cart ul li .mkdf-shopping-cart-dropdown .removeproduct a.remove {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff !important;
    background: #042644;
    border-radius: 0;
    font-size: 20px;
    display: inline-flex;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    border-color: #042644;
}

.user_cart ul li .mkdf-shopping-cart-dropdown .removeproduct a.remove:hover {
    background: #2491eb;
    text-decoration: none;
}

.ndp-minicart-otr ul li span.quantity {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #2491eb;
}

p.woocommerce-mini-cart__total.total {
    color: #042644;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #cdd4da;
    padding: 5px 10px
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right;
    color: #2491eb;
}

p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}

.user_cart ul li .mkdf-shopping-cart-dropdown p.woocommerce-mini-cart__buttons.buttons a.button {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    padding: 14px 0px;
    background: #2491eb;
    color: #fff;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    height: auto;
    line-height: normal;
    border: 0;
    text-transform: uppercase;
}

.user_cart ul li .mkdf-shopping-cart-dropdown p.woocommerce-mini-cart__buttons.buttons a.button:hover {
    background: #101010;
}

.user_cart ul li .mkdf-shopping-cart-dropdown p.woocommerce-mini-cart__buttons.buttons a.button.checkout {
    background: #042644;
}

.user_cart ul li .mkdf-shopping-cart-dropdown p.woocommerce-mini-cart__buttons.buttons a.button.checkout:hover {
    background: #2491eb;
}

.mkdf-item-info-holder:after {
    display: block;
    content: "";
    visibility: visible;
    clear: both;
}

.ndp-minicart-otr ul {
    max-height: 250px;
    overflow-y: auto;
    border-top: 1px solid #cdd4da;
}

.ndp-minicart-otr ul::-webkit-scrollbar {
    width: 5px;
}

.ndp-minicart-otr ul::-webkit-scrollbar-thumb {
    background-color: #042644;
    width: 5px;
}

.ndp-minicart-otr ul li:first-child {
    border-top: 0;
}

.noproduct {
    text-align: center;
    padding: 6px;
}

.noproduct p {
    font-size: 20px;
    font-weight: 500;
}

/* Notice CSS*/
.single-product .woocommerce-message {
    line-height: 40px;
}

.woocommerce-error li {
    color: #042644 !important;
}

.woocommerce div.product {
    padding-top: 40px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 15px;
}

.woocommerce-message {
    line-height: 24px;
    border: 0;
    margin-top: 15px;
    background-color: #e4f6ff;
    color: #042644;
    padding: 15px 25px 15px 55px;
    font-size: 16px;
}

.woocommerce-message::before {
    color: #2491eb;
}

.woocommerce-message a:hover {
    color: #fff;
}

.woocommerce-error::before {
    top: 20px;
}

.def-page .woocommerce ul.woocommerce-error {
    border: 0;
    margin-bottom: 25px;
    padding: 15px 45px;
    background: #e4f6ff;
}

.def-page .woocommerce ul.woocommerce-error li {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
}

.def-page .woocommerce ul.woocommerce-error li:before {
    display: none;
}

.woocommerce-info::before {
    top: 15px;
    color: #2491eb;
}

.def-page .woocommerce-info {
    line-height: 24px;
    border: 0;
    margin-top: 15px;
    background-color: #e4f6ff;
    color: #042644;
    padding: 15px 25px 15px 55px;
    font-size: 16px;
}

.showcoupon:hover {
    color: #fff;
}

.woocommerce-error::before {
    color: #2491eb;
}

.woocommerce-notices-wrapper ul.woocommerce-error li {
    line-height: 24px;
    padding: 0
}

.def-page .woocommerce-info a:hover {
    color: #042644;
}

.woocommerce-notices-wrapper ul.woocommerce-error li:before {
    display: none;
}

/* Shop Page CSS */
.shops_page {
    padding: 50px 0px;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -20px;
    padding: 0;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 20px;
    position: relative;
    width: 25%;
    margin-left: 0;
    z-index: 6;
}

.woocommerce ul.products li.product:before,
.woocommerce-page ul.products li.product:before {
    display: none;
}

select.orderby {
    border: 1px solid #2491eb;
    height: 50px;
    font-size: 17px;
    border-radius: 0;
    padding: 0px 35px 0px 20px;
    appearance: none;
    background: #f5f6f8 url(images/select_icon1.png) no-repeat;
    background-position: 95%;
    color: #545454;
}

.woocommerce .woocommerce-result-count {
    margin: 12px 0 0;
    padding: 0;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 25px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 15px 0 10px;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    border-top: solid 1px #cdd4da;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title::before,
.woocommerce ul.products li.product .woocommerce-loop-product__title::before {
    display: none;
}

.woocommerce ul.products li.product a {
    display: block;
}

.woocommerce ul.products li.product a img {
    margin: 0;
    height: 318px;
}

.woocommerce ul.products li.product .price {
    color: #2491eb;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .price del {
    color: #c7c7c7;
    opacity: 1;
    display: inline-block;
    padding-right: 20px;
}

.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount {
    color: #c7c7c7;
}

.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
    background: #042644;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: solid 2px #042644;
    letter-spacing: 0.1em;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: normal;
    margin: 0 0 15px;
    display: inline-block;
}

.woocommerce ul.products li.product .button::before,
.woocommerce a.added_to_cart::before {
    position: absolute;
    content: "";
    background: #2491eb;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease;
    width: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    position: relative;
    right: inherit;
    top: inherit;
    display: inline-block;
}

.woocommerce ul.products li.product .button:hover:before,
.woocommerce a.added_to_cart:hover::before {
    width: 100%;
}

.woocommerce span.onsale {
    line-height: 2.8;
    background-color: #2491eb;
}

.woocommerce ul.products li.product a.added_to_cart {
    width: fit-content;
    margin: 0 auto 15px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    background: #2491eb;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current:hover {
    background: #2491eb;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    color: #2491eb;
    height: 100%;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2491eb;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
    background: #2491eb;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin-right: 5px;
    border: 1px solid #2491eb;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2491eb;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    font-size: 0px;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li a.next::after {
    content: '';
    position: absolute;
    background: url(images/next_arrow1.png) no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after {
    content: '';
    position: absolute;
    background: url(images/prev_arrow1.png) no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover::after,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover::after {
    filter: brightness(0) invert(1);
}

/* Product Detail Page CSS*/
.shops_page #wpgs-gallery.woocommerce-product-gallery .wcgs-carousel {
    border: solid 1px #cdd4da;
}

.shops_page #wpgs-gallery.woocommerce-product-gallery {
    max-width: calc(50% - 60px);
    margin-right: 60px;
}

.shops_page .gallery-navigation-carousel .slick-arrow {
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.shops_page #wpgs-gallery .sp_wgs_thumb_nav.slick-arrow {
    background: #042644;
}

.woocommerce div.product .product_title {
    color: #042644;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.woocommerce div.product p.price {
    color: #2491eb;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce div.product p {
    padding-bottom: 15px;
}

.woocommerce div.product ul {
    padding-bottom: 15px;
}

.woocommerce div.product ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}

.woocommerce div.product ul.col-2 li {
    width: 50%;
    float: left;
}

.woocommerce div.product ul.col-3 li {
    width: 33%;
    float: left;
}

.woocommerce div.product ul li {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    color: #545454;
    position: relative;
    padding: 7px 0 7px 28px;
}

.woocommerce div.product ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    background: url(images/li_img.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    vertical-align: top;
    padding-bottom: 15px;
}

.woocommerce div.product form.cart .variations th {
    text-align: left;
    font-size: 20px;
    color: #042644;
    font-weight: 600;
}

.woocommerce div.product form.cart .variations td select {
    border: 1px solid #2491eb;
    height: 45px;
    font-size: 17px;
    border-radius: 0;
    padding: 0px 35px 0px 20px;
    appearance: none;
    background: #f5f6f8 url(images/select_icon1.png) no-repeat;
    background-position: 95%;
    color: #545454;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 18px;
    font-weight: 500;
    color: #2491eb;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 2em;
}

.woocommerce .quantity .qty {
    width: 115px;
    text-align: center;
    height: 50px;
    padding: 8px 20px;
    font-size: 18px;
    color: #545454;
    font-weight: 500;
    border-color: #cdd4da;
    margin-right: 6px;
}

.product_meta {
    font-size: 18px;
}

.product_meta .posted_in a {
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0 -3px 0 0px;
    padding: 0;
    border: 0;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 30px;
    color: #515151;
    line-height: normal;
    font-weight: 500;
    border: 1px solid #cdd4da;
    border-bottom: 0;
    background: #f5f6f8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background: #042644;
    color: #fff;
    border-color: #042644;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
    border: 1px solid #cdd4da;
    background: #f5f6f8;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 26px;
}

.woocommerce div.product .woocommerce-tabs .panel h2::before {
    display: none;
}

.woocommerce table.shop_attributes {
    border: 1px solid #cdd4da;
    border-spacing: 0;
}

.woocommerce table.shop_attributes th {
    font-size: 20px;
    color: #042644;
    font-weight: 600;
    border-right: solid 1px #cdd4da;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border-bottom: 0;
    line-height: normal;
    text-align: left;
}

.woocommerce table.shop_attributes td {
    padding: 10px 15px;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

section.related.products {
    padding-top: 30px;
    clear: both;
}

.related.products h2 {
    text-align: center;
    margin-bottom: 20px;
}

.related.products h2::before {
    margin: 0 auto;
    right: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
    background: #042644;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled::before {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
    background: #042644;
}

.single-product .fancybox-navigation .fancybox-button {
    height: 50px;
    width: 50px;
}

.single-product .fancybox-navigation .fancybox-button--arrow_left,
.single-product .fancybox-navigation .fancybox-button--arrow_right {
    padding: 0;
}

.single-product .fancybox-navigation .fancybox-button>div {
    background: #2491eb;
    color: #fff;
    border: solid 1px #2491eb;
}

.single-product .fancybox-navigation .fancybox-button:hover>div {
    background: #042644;
}

.single-product .fancybox-button {
    background: #2491eb;
    color: #fff;
    border: solid 1px #2491eb;
}

.single-product .fancybox-button.fancybox-button--zoom {
    margin-right: 1px;
}

.single-product .fancybox-button:hover {
    background: #042644;
}

/* A B css 28-9-2023 */
.single_variation_wrap .dminsiton_length {
    display: flex;
    gap: 15px;
}

.single_variation_wrap .woocommerce-variation-length {
    font-size: 20px;
}

.single_variation_wrap .woocommerce_dimension,
.single_variation_wrap .woocommerce_length,
.single_variation_wrap .woocommerce-variation-price strong {
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #042644;
}

.single_variation_wrap .woocommerce_dimension span,
.single_variation_wrap .woocommerce_length span {
    font-weight: normal;
    color: #101010;
}

.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 20px;
}

.single_variation_wrap .woocommerce-variation-price span {
    font-size: 20px;
    color: #2491eb;
    font-weight: bold;
}

.single_variation_wrap .woocommerce_length::after {
    content: "|";
    position: absolute;
    left: -10px;
    top: 0;
    font-weight: normal;
}

/*  A B css 02-10-2023 */
.shops_page .woocommerce-product-gallery--without-images {
    margin-right: 60px;
}

.shops_page .product.type-product .summary.entry-summary {
    width: auto !important;
    max-width: inherit !important;
    float: inherit !important;
}

.shops_page div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: solid 1px #cdd4da;
}

.shops_page div.product form.cart .variations {
    margin-bottom: 0px;
}

/* Cart Page CSS*/
.cart_page {
    padding: 40px 0px;
}

.woocommerce table.shop_table {
    border: 0;
    border-spacing: 0;
    border-radius: 0;
}

.woocommerce table.shop_table.cart {
    border: 1px solid #cdd4da;
}

.woocommerce table.shop_table th {
    font-size: 20px;
    color: #042644;
    text-align: center;
    font-weight: 600;
}

table.shop_table.shop_table_responsive th.product-name {
    width: 55%;
    text-align: left;
}

.woocommerce-cart table.cart a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #042644;
    font-weight: 500;
}

.woocommerce-cart table.cart a img {
    width: 110px;
    border: solid 1px #042644;
}

.woocommerce table.shop_table td {
    padding: 10px 15px;
    font-size: 18px;
    color: #042644;
    text-align: left;
    border-top: 1px solid #cdd4da;
}

.woocommerce table.shop_table td.product-name {
    text-align: left;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: #2491eb;
}

.woocommerce table.shop_table td .quantity .qty {
    max-width: 120px;
    width: auto;
    background: #f5f6f8;
    border: solid 1px #2491eb;
    font-size: 17px;
}

.woocommerce table.shop_table td.product-remove a {
    font-size: 26px;
    font-weight: 500;
    color: #fff !important;
    border: solid 2px #042644;
    line-height: 24px;
    background: #042644;
    border-radius: 0;
}

.woocommerce table.shop_table td span.woocommerce-Price-amount.amount {
    color: #545454;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-subtotal {
    text-align: center;
}

.woocommerce table.shop_table td.product-remove a:hover {
    background: #fff;
    color: #2491eb !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid #2491eb;
    padding: 6px 20px;
    margin: 0 15px 0 0;
    background: #f5f6f8;
    width: 285px;
    color: #949393;
    font-size: 18px;
    height: 50px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
    color: #949393;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #042644;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: solid 2px #042644;
    letter-spacing: 0.1em;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: normal;
    height: auto;
}

.woocommerce #respond input#submit::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before {
    background: #2491eb;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #2491eb;
    color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 14px 30px;
    ;
    color: #fff;
    background: #042644;
    border: solid 2px #042644;
}

.woocommerce #respond input#submit.disabled::before,
.woocommerce #respond input#submit:disabled::before,
.woocommerce #respond input#submit:disabled[disabled]::before,
.woocommerce a.button.disabled::before,
.woocommerce a.button:disabled::before,
.woocommerce a.button:disabled[disabled]::before,
.woocommerce button.button.disabled::before,
.woocommerce button.button:disabled::before,
.woocommerce button.button:disabled[disabled]::before,
.woocommerce input.button.disabled::before,
.woocommerce input.button:disabled::before,
.woocommerce input.button:disabled[disabled]::before {
    display: none;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff;
    background: #042644;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table {
    border: 1px solid #cdd4da;
}

.cart_totals h2 {
    font-size: 30px;
    color: #042644;
    line-height: 36px;
    padding-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 15%;
    text-align: left;
    vertical-align: top;
    padding: 10px 15px;
    border-right: 1px solid #cdd4da;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table td strong {
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals table td p {
    padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td ul#shipping_method li {
    padding: 0;
    margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td ul#shipping_method li::before {
    display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    background: #042644;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    line-height: normal;
    margin: 0;
    border-color: #042644;
    position: relative;
    z-index: 1;
}

.woocommerce #respond input#submit.alt::before,
.woocommerce a.button.alt::before,
.woocommerce button.button.alt::before,
.woocommerce input.button.alt::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #2491eb;
    z-index: -1;
    transition: all 0.4s ease;
    width: 0;
    ;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #2491eb;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover::before,
.woocommerce a.button.alt:hover::before,
.woocommerce button.button.alt:hover::before,
.woocommerce input.button.alt:hover::before {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    display: inline-block;
    vertical-align: text-bottom;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    border: solid 1px #cdd4da;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #545454;
    line-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    top: 50%;
    right: 8px;
    width: 30px;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2491eb transparent transparent transparent;
    border-width: 10px 7px 0 7px;
    left: 7px;
    margin-left: 0px;
    margin-top: 0;
    top: 7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #2491eb transparent;
    border-width: 0 7px 10px 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cdd4da;
    border-radius: 0;
    background: none;
    height: 40px;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #2491eb;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #2491eb;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #cdd4da;
}

/* Checkout Page CSS*/
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0px;
    border: 1px solid #cdd4da;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #e4f6ff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #e4f6ff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box p {
    padding: 0;
    color: #101010;
}

.def-page .woocommerce-checkout-review-order .woocommerce-privacy-policy-text p a:hover {
    color: #101010;
}

.def-page .woocommerce-checkout-review-order .woocommerce-privacy-policy-text p {
    padding-left: 15px;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    padding: 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    padding: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 10px 0;
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li:before {
    display: none;
}

.woocommerce-checkout #payment .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    background: none;
    border: solid 1px #cdd4da;
    padding: 14px 20px;
    font-size: 17px;
    border-radius: 4px;
    color: #101010;
}

.woocommerce-checkout #payment div.payment_box fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box fieldset p {
    padding: 0;
    line-height: normal;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-right: 15px;
}

.woocommerce form .form-row label {
    padding-bottom: 8px;
    line-height: normal;
    font-size: 18px;
}

.woocommerce form.checkout h3 {
    margin-bottom: 20px;
}

.woocommerce form .form-row.update_totals_on_change span.woocommerce-input-wrapper {
    padding: 7px 20px;
    font-size: 18px;
    color: #545454;
    font-weight: 500;
    border: solid 1px #cdd4da;
    display: block;
}

.woocommerce form .form-row.update_totals_on_change span.woocommerce-input-wrapper strong {
    font-weight: 500;
}

.woocommerce form.checkout #customer_details {
    padding-bottom: 30px;
}

.woocommerce form.checkout #customer_details .col-2 h3 input[type="checkbox"] {
    margin: 0;
    display: inline-block;
    zoom: 1.5;
}

.woocommerce .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
    border: 1px solid #cdd4da;
}

.woocommerce .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th {
    text-align: left;
}

.woocommerce .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th:nth-child(odd) {
    border-right: 1px solid #cdd4da;
}

.woocommerce .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td ul#shipping_method li {
    margin: 0;
    padding: 0;
}

.woocommerce .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td li::before {
    display: none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #cdd4da;
}

.woocommerce .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td:nth-child(odd) {
    border-right: 1px solid #cdd4da;
}

/* Login & Sign Up Page CSS*/
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 50px;
    padding: 8px 20px;
    font-size: 18px;
    color: #545454;
    font-weight: 500;
    border-color: #cdd4da;
}

.woocommerce form .form-row textarea {
    height: 145px;
}

.woocommerce form .form-row input::placeholder {
    color: #545454;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
    border-radius: 0;
    padding: 35px;
    background: #f5f6f8;
    border: solid 2px #d6dbde;
}

.woocommerce form.login input.input-text,
.woocommerce form.register input.input-text,
.woocommerce form.lost_reset_password input.input-text,
.woocommerce form.checkout_coupon input.input-text {
    border: 0;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
}

.woocommerce form.login p,
.woocommerce form.register p {
    font-size: 18px;
    line-height: 30px;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme {
    padding: 15px 0px 0px;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme input[type="checkbox"] {
    zoom: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce form .form-row label.woocommerce-form-login__rememberme span {
    display: inline-block;
    vertical-align: middle;
}

/* Account Page CSS*/
.myaccount_page {
    padding: 45px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    padding: 20px;
    box-shadow: 0px 0px 50px rgb(16 16 16 / 10%);
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 76%;
    padding: 30px;
    box-shadow: 0px 0px 50px rgb(16 16 16 / 10%);
}

.woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
    overflow: inherit;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 0;
    padding: 0px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #042644;
    display: block;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    border-bottom: solid 1px #cdd4da;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #2491eb;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #2491eb;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-info {
    border-top-color: #289f9d;
}

.woocommerce-MyAccount-navigation ul li {
    border: 0;
    padding: 0px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions {
    display: none;
}

.woocommerce-MyAccount-navigation ul li:before {
    display: none;
}

.addresses header.woocommerce-Address-title.title h3 {
    margin-bottom: 0px;
    font-size: 30px;
    color: #042644;
}

.woocommerce-Address address {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.woocommerce table.my_account_orders .button {
    height: auto;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    height: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses {
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 20px;
    border: 1px solid #cdd4da;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    color: #042644;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-bottom: 30px;
    border: solid 1px #cdd4da;
    padding: 25px 20px 0;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    font-size: 18px;
    color: #545454;
}

.woocommerce-account table.my_account_orders th {
    padding: 12px;
}

.woocommerce-account table.my_account_orders td {
    text-align: center;
    border-top: 1px solid #d7d7d7;
}

.woocommerce-account .addresses .title .edit {
    font-size: 0;
    font-weight: 500;
}

.woocommerce-account .addresses .title .edit:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/edit.png) no-repeat;
    background-size: 100%;
}

.woocommerce-account .addresses .title .edit:hover {
    color: #042644;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.order_details td {
    font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.order_details td span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: normal;
    padding: 0;
}

.woocommerce form .form-row input.input-text+span {
    font-size: 16px;
}

/* Order Received CSS*/
.woocommerce ul.order_details li {
    padding-right: 30px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.woocommerce ul.order_details li:before {
    display: none;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0px 20px;
}

.woocommerce ul.order_details li strong {
    color: #042644;
    font-size: 22px;
    line-height: normal;
    padding-top: 5px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: 600;
    color: #042644;
    font-size: 36px;
    line-height: normal;
    padding-bottom: 20px;
}

.woocommerce-checkout .default-page-main .default-content-inr .order-again a:hover {
    color: #2491eb;
}

.woocommerce-customer-details,
.woocommerce-order-details {
    margin-top: 30px;
}

h2.woocommerce-order-details__title {
    padding-bottom: 15px;
}

.woocommerce-order-details table.order_details td ul {
    padding: 0
}

.woocommerce-order-details table.order_details td ul li {
    padding: 0;
    line-height: 30px;
}

.woocommerce-order-details table.order_details td ul li:before {
    display: none;
}

.woocommerce-order-details table.order_details td ul li p {
    line-height: inherit;
    padding: 0;
}

.woocommerce-order-details table.order_details td span.woocommerce-Price-amount.amount {
    font-size: 18px;
    line-height: normal;
    color: #545454;
}

.woocommerce table.woocommerce-table--order-details td.product-name a {
    font-size: 20px;
    font-weight: 600;
    color: #042644;
}

.woocommerce table.woocommerce-table--order-details tr th {
    padding: 10px 0px;
}

.woocommerce table.woocommerce-table--order-details tr td {
    padding: 10px 0px;
}

/* Login Popup CSS*/
.xoo-el-modal .xoo-el-inmodal {
    max-height: initial;
    height: auto;
}

.xoo-el-modal .xoo-el-main {
    padding: 40px 20px 30px;
}

.xoo-el-modal .xoo-el-form-container {
    padding-bottom: 0;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    border-radius: 0;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select+.select2 {
    border-radius: 0;
    color: #949393;
    font-size: 17px;
    line-height: normal;
    border-color: #cdd4da;
    box-shadow: none;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    max-width: 50px;
    min-width: 50px;
    background-color: #f5f6f8;
}

.xoo-aff-group.xoo-el-login-btm-fields {
    margin: 5px 0px 10px;
}

.xoo-aff-group {
    margin-bottom: 15px;
}

form.xoo-el-action-form {
    margin-top: 0;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    font-size: 24px;
    padding: 16px 20px;
    background-color: #d6dbde;
    font-weight: 500;
}

.xoo-el-form-container ul.xoo-el-tabs li::before {
    display: none;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    font-weight: 500;
}

span.xoo-el-close {
    top: -20px;
    border-radius: 0;
    font-weight: 800;
    font-size: 16px;
    background: #2491eb;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 34px;
    color: #fff;
    border: solid 2px #2491eb;
}

span.xoo-el-close:hover {
    color: #fff;
    background: #042644;
}

.xoo-el-icon-cancel-circle:before {
    content: '\2715';
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    font-weight: 500;
    font-size: 22px;
    position: relative;
    z-index: 1;
    border: solid 2px #042644;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn::before {
    background: #2491eb;
}

.xoo-aff-group label {
    font-size: 18px;
    color: #545454;
    font-weight: normal;
}

.xoo-el-main,
.xoo-el-main a,
.xoo-el-main label {
    color: #545454;
    font-size: 18px;
}

.xoo-aff-group label a {
    color: #2491eb;
}

.xoo-aff-group label a:hover {
    color: #545454;
}

.xoo-el-main a:hover {
    color: #2491eb;
}

/* A B css 02-10-2023 repair-sleeves -page*/
.product_shop_category ul.products.columns-4 {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.product_shop_category ul.products.columns-4 li {
    width: 25%;
    padding: 10px;
}

.product_shop_category ul.products.columns-4 .product_col_inr {
    background: #f5f6f8;
    height: 100%;
}

.product_shop_category ul.products.columns-4 .product_col_inr h3 {
    color: #042644;
    padding: 15px 10px;
}

.product_shop_category ul.products.columns-4 .product_col_inr h3:hover {
    color: #2491eb;
}

#wpgs-gallery .slick-slide.wcgs-thumb img {
    width: 100%;
    padding: 10px;
    aspect-ratio: 1;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 110px;
}

.xoo-el-form-container {
    padding-bottom: 0;
}

ul.wc_payment_methods.payment_methods li:before {
    display: none !important;
}

ul.wc_payment_methods.payment_methods li p {
    margin-bottom: 15px;
}

#payment ul.wc_payment_methods.payment_methods li p.form-row input.input-text {
    margin: 0px 0px 15px 0px;
    font-size: 18px;
}

.prouct_title_hide {
    height: 180px;
}

.prouct_title_hide .inner_banner_img {
    height: 100%;
}

.prouct_title_hide .inner_banner_img img {
    height: 100%;
}

ul li.woocommerce-mini-cart-item {
    color: #042644;
}

.woocommerce-mini-cart-item dl {
    margin: 0;
}

.woocommerce-mini-cart-item dl dt {
    display: inline-block;
    width: 100px;
    margin: 0;
    font-size: 14px;
}

.woocommerce-mini-cart-item dl dd {
    display: inline-block;
    width: calc(100% - 105px);
    margin: 0;
}

.woocommerce-mini-cart-item dl dd p {
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name dl {
    margin-top: 0px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name dl dt {
    font-size: 14px;
    line-height: 25px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name dl dd p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
}

li#tab-title-description {
    display: none;
}

.checkout .shop_table dl {
    margin: 0;
}

.checkout .shop_table dl dt {
    font-size: 14px;
    line-height: 22px;
}

.checkout .shop_table dl.variation dd p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
}

.shops_page div.product form.cart .reset_variations {
    font-size: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 1px solid #2491eb;
    background: #f5f6f8;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    transition: all .3s ease;
}

.shops_page div.product form.cart .reset_variations::after {
    width: 45px;
    height: 45px;
    background: url(images/rest.png) no-repeat center;
    background-size: 25px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.shops_page div.product form.cart .reset_variations:hover {
    background: #2491eb;
}

.shops_page div.product form.cart .reset_variations:hover:after {
    filter: brightness(0) invert(1);
}

.woocommerce table.shop_table.order_details th {
    text-align: left;
}

.woocommerce table.shop_table.order_details {
    border: 1px solid #cdd4da;
}

.woocommerce table.shop_table.order_details td.product-name ul li,
.woocommerce table.shop_table.order_details td.product-name ul li p {
    font-size: 14px;
    line-height: 22px;
}

.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details th {
    padding: 10px;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    border-color: #cdd4da;
}

.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
    padding-bottom: 0;
}

.woocommerce table.shop_table.order_details tr th:first-child,
.woocommerce table.shop_table.order_details tr td:first-child {
    border-right: 1px solid #cdd4da;
}

.woocommerce ul.order_details li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.ser-area-map {
    width: 100%;
    height: 800px;
    display: block;
    margin-bottom: 30px;
}

.custom-infowindow {
    background-color: #fff;
    font-family: 'Metropolis';
    color: #333;
    transition: transform 0.2s ease-in-out;
    text-align: left;
}

.custom-infowindow li.name_installer {
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #042644;
    line-height: 18px;
}

.custom-infowindow li {
    font-size: 13px;
    line-height: 22px;
    color: #545454;
}

.custom-infowindow ul li.loca,
.custom-infowindow ul li.call {
    padding-left: 10px;
}

button.gm-ui-hover-effect:before {
    content: none;
}

.custom-infowindow ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
}

.custom-infowindow ul li.loca:before {
    background: url(images/loca.png) no-repeat;
    width: 14px;
    height: 19px;
}

/* A B css 21-11-2023*/
.custom-infowindow ul li {
    position: relative;
}

.custom-infowindow ul li.loca,
.custom-infowindow ul li.call {
    padding-left: 20px;
}

.custom-infowindow ul li.call:before {
    background: url(images/call.png) no-repeat;
    width: 15px;
    height: 16px;
    top: 0;
    background-size: 100%;
}

.custom-infowindow ul li.loca:before {
    width: 15px;
    height: 16px;
    top: 0;
    background-size: contain;
}

.submit_btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.submit_btn_inr {
    margin-top: 8px;
}

.contact_form .title p {
    padding-top: 15px;
}

.custom-infowindow li.name_installer {
    line-height: 30px;
}

.contact_form .title h3 {
    position: relative;
}

.contact_form .title h3:before {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #2491eb;
}

.about_page ul {
    margin: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.about_page ul li {
    list-style: none;
    font-size: 20px;
    line-height: 34px;
    color: #545454;
    position: relative;
    padding: 7px 0 7px 28px;
}

.about_page ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    background: url(images/li_img.png) no-repeat;
    width: 15px;
    height: 15px;
}

.about_page ul.col-2,
.about_page ul.col-3 {
    overflow: hidden
}

.about_page ul.col-2 li {
    width: 50%;
    float: left
}

.about_page ul.col-3 li {
    width: 33.33%;
    float: left
}

.capability_product_otr {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    justify-content: center;
}

.capability_product_inr {
    width: 33.33%;
    padding: 20px;
}

.capability_product_card {
    background: #f5f6f8;
    border: solid 1px #cdd4da;
    transition: all 0.4s ease-in-out;
    text-align: center;
    height: 100%;
}

.capability_product_card h4 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}

.capability_product_card .a_btn a {
    background: #042644;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: solid 2px #042644;
    letter-spacing: 0.1em;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: normal;
    display: inline-block;
}

.capability_product_card .a_btn a:hover {
    background: #2491eb;
    color: #fff;
}

.a_btn a:before,
button:before {
    background: #2491eb;
}

.capability_product_card_text {
    padding: 10px;
    border-top: solid 1px #cdd4da;
}

.capability_product_card_text p {
    font-size: 18px;
    line-height: 28px;
}

.xoo-el-notice-success {
    color: #fff;
    background-color: #162b4a;
    border-color: #d6e9c6;
}

.xoo-el-lostpw-success p {
    color: #fff;
}

.xoo-el-form-resetpw .xoo-el-form-txt {
    font-style: normal;
}

a.xoo-el-login-tgr:hover {
    color: #fff;
}

@keyframes header {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(00%);
    }
}

@keyframes header1 {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(00%);
    }
}

@keyframes banner {
    0% {
        transform: translateY(00%);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* new_about_bigimg */
.new_about_bigimg {
    position: relative;
    overflow: hidden;
}

.new_about_bigimg .new_about_bigimg_content .new_abou_content_top {
    position: absolute;
    width: 100%;
    top: 150px;
    z-index: 1;
}

.new_about_bigimg .new_about_bigimg_content .new_abou_content_bottom {
    position: absolute;
    width: 100%;
    bottom: -100%;
    transition: all .5s;
    z-index: 1;
}

.new_about_bigimg.active .new_about_bigimg_content .new_abou_content_bottom {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.new_about_bigimg::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    background: rgb(4 38 68 / 85%);
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.new_about_bigimg.active::after {
    top: 0;
}

.new_abou_content_top h2 {
    color: #fff;
    width: 650px;
    text-transform: uppercase;
    padding-left: 100px;
    font-size: 30px;
    line-height: 32px;
    opacity: 0;
}

.new_abou_content_top h2::before {
    display: none;
}

.new_abou_content_bottom p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
}

.inner_header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.inner_banner.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    transform: translateY(-190px);
}

body.page-template-about-us-new .inner_banner.sticky {
    transform: translateY(0px);
}

body.single-product .inner_banner.sticky {
    transform: translateY(-60px);
}

.inner_banner.sticky .inner_banner_text {
    display: none;
}

body.sticky:not(body.home) {
    margin-top: 170px;
}

.inner_banner {
    z-index: 99;
}

body.stickypage-template-about-us-new {
    margin-top: 0px;
}

body.page-template-about-us-new .inner_banner.sticky .inner_banner_text {
    display: block;
}

body.page-template-about-us-new .inner_banner {
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}

body.page-template-about-us-new .inner_banner {
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}

.new_about_bigimg {
    margin-top: 317px;
}

.inner_banner.sticky {
    border-bottom: 4px solid #2491eb;
}

body.page-template-about-us-new .inner_banner.innersticky {
    transform: translateY(-190px);
}

body.page-template-about-us-new .inner_banner.innersticky .inner_banner_text {
    opacity: 0;
}

.new_about_bigimg img {
    width: 100%;
}

.new_abou_content_bottom_inr a:hover {
    color: #fff;
}

section {
    overflow: hidden;
}

.new_innovation h3,
.new_committed_title_text h3,
.new_perfect_inr h3,
.new_wish_inr h3,
.Primary_new_wish .h3,
.location_cta_section h2 {
    font-size: 35px;
    line-height: 40px;
    color: #2491eb;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.new_innovation p {
    margin-bottom: 15px;
}

.new_innovation p:last-child {
    margin-bottom: 0px;
}

.new_aboutsrvices_inr,
.sec_aboutsrvices_inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.new_aboutsrvices_card,
.sec_aboutsrvices_card {
    width: 50%;
    padding: 15px;
}

.new_aboutsrvices_img,
.sec_aboutsrvices_img {
    margin-bottom: 15px;
}

.new_aboutsrvices_img_inr,
.sec_aboutsrvices_img_inr {
    width: 120px;
}

.new_aboutsrvices_img_inr,
.sec_aboutsrvices_img_inr {
    margin: 0px 15px 10px 0px;
}

.new_aboutsrvices_img_title h4,
.sec_aboutsrvices_img_title h4 {
    line-height: 34px;
    font-size: 32px;
    color: #2491eb;
    text-transform: uppercase;
}

body.page-template-about-us-new {
    overflow-x: hidden;
}

.new_committed {
    background: #f5f6f8;
}

.new_committed_title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.new_committed_img {
    width: 120px;
}

.new_committed_title_text {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.new_committed_text {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.new_committed_text_card {
    width: 33.33%;
    padding: 15px;
    transition: all .3s ease;
}

.new_committed_text_card h5 {
    padding-left: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #042644;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.new_committed_text_card h5::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(images/star_icon.png) no-repeat left;
    background-size: 100%;
    width: 25px;
    height: 25px;
    transition: .3s ease;
}

.new_perfect_inr h3 {
    width: 620px;
    text-transform: uppercase;
}

/* .new_perfect{border-bottom: 20px solid #2491eb;} */
.new_committed_text_card:hover h5::after {
    transform: rotateY(180deg);
}

/* .new_perfect_inr,.new_wish_inr{padding: 0px 100px;} */
.footer_left h3 {
    padding: 0px 100px;
    text-transform: uppercase;
}

.footer_left p {
    padding-right: 100px;
}

.footer_left {
    width: 490px;
}

.footer_middle {
    width: 18%;
}

.footer_right {
    width: 15%;
}

.footer_bottom_left {
    width: 490px;
    text-align: center;
}

.footer_bottom_right {
    width: calc(100% - 490px);
    text-align: right;
}

.footer_inr {
    justify-content: space-between;
}

.footer_left a {
    max-width: 100%;
    display: block;
    margin-top: -220px;
    position: relative;
}

.footer_inr {
    flex-wrap: wrap;
}

.threshold {
    /* width:220px; height:220px;shape-outside:polygon(50% 0, 100% 100%, 0 100%) padding-box; clip-path: polygon(50% 0, 100% 100%, 0 100%); */
    overflow: hidden;
}

/*shubham*/
.threshold {
    width: 160px;
    height: 210px;
    shape-outside: polygon(0 0, 78% 100%, 0% 100%) padding-box;
}

.new_wish_inr {
    width: 83%;
    margin-left: auto;
}

.threshold {
    margin-left: inherit !important;
}

/*end*/

.new_wish {
    padding-top: 40px;
    border-top: 20px solid #2491eb;
}

body>div:nth-last-child(2) {
    padding-bottom: 200px;
}

body.logged-in .header .header_menu .a_btn {
    padding-left: 60px;
}

body.admin-bar {
    margin-top: -32px;
}

/* foundation  */
.sec_aboutsrvices_inr .new_aboutsrvices_img_title {
    max-width: 100%;
}

.new_aboutsrvices_text p {
    margin-bottom: 15px;
}

.new_aboutsrvices_text p:last-child {
    margin-bottom: 0px;
}

.new_board_img {
    display: flex;
    align-items: self-start;
    gap: 15px;
    margin: 0px 0px 15px 15px;
}

.new_board_img img {
    width: 325px;
    height: 212px;
    object-fit: cover;
}

.new_board {
    background: #f5f6f8;
}

.new_board_text h3,
.new_board_card_text h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #2491eb;
    text-transform: uppercase;
}

.new_board_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.new_board_card {
    width: 33.33%;
    padding: 15px;
}

.new_board_card_img img {
    max-width: 325px;
    height: 212px;
    object-fit: cover;
    width: 100%;
}

.new_board_card_img {
    margin-bottom: 15px;
}

.new_board_inr {
    margin-bottom: 30px;
}

body.page-template-capability-new .inner_banner {
    border-bottom: 25px solid #2491eb;
}

body.page-template-capability-new .inner_banner.sticky {
    border-bottom: 4px solid #2491eb;
}

.new_wish_inr p {
    min-height: 140px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sec_aboutsrvices_text p {
    padding-bottom: 15px;
}

.sec_aboutsrvices_text p:last-child {
    padding-bottom: 0px;
}

.sec_aboutsrvices_text ul li {
    padding: 0px 0 5px 28px;
}

.sec_aboutsrvices_text ul li:before {
    top: 10px;
}

.sec_aboutsrvices_text {
    padding: 0;
}

/* .def-page .new_wish {padding-top: 20px;border-top: 20px solid #2491eb;} */
.def-page .new_wish h3 {
    color: #042644;
}

.fancybox-button svg {
    color: #fff;
}

.contact_page_inr {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.contact_right_inr {
    padding-left: 0;
    padding-right: 40px;
}

.footer_left a {
    z-index: 5;
}

.pagenotfound,
.thank-you {
    text-align: right;
}

.pagenotfound h2,
.thank-you h2 {
    width: max-content;
    margin-left: auto;
}

.pagenotfound .no_page_division_otr h2:before {
    right: inherit;
}


body.home .header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-bottom: 4px solid transparent;
}

body.home .header.sticky {
    background: #042543;
    border-color: #2491eb;
}

body.privacy-policy .def-page {
    padding-bottom: 0px;
}

.product_div_inr button.slick-next::before,
.product_div_inr button.slick-prev::before {
    display: none;
}

ul.slick-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

ul.slick-dots li {
    list-style: none;
    padding: 0px 0px 10px;
}

ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: solid 2px #f2f4f5;
    padding: 0;
    font-size: 0;
    background: #2491eb;
    outline: 5px solid transparent;
}

ul.slick-dots li.slick-active button {
    background: #2491eb;
    border-color: #2491eb;
    outline-color: #2491eb67;
}

.product_div_inr .product_col {
    width: 25%;
    display: block;
    margin: 0;
    height: 100%;
}

.product_div_inr {
    display: flex;
    flex-wrap: wrap;
}

.product_col_txt {
    padding: 15px;
}

.product_div .slick-track {
    display: flex !important;
}

.product_div .slick-slide {
    height: inherit !important;
}

.product_col_icon img {
    height: 217px;
    object-fit: cover;
    width: 100%;
}

.new_about_bigimg.active .new_abou_content_bottom h2 {
    animation: left 1s forwards linear;
    opacity: 1;
}

@keyframes left {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    50% {
        transform: translateX(-50px);
        opacity: .5;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.new_about_bigimg {
    overflow: hidden;
}

.new_abou_content_bottom h2 {
    color: #fff;
    max-width: 650px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    opacity: 0;
    margin-bottom: 15px;
}

.new_abou_content_bottom h2::before {
    display: none;
}


.about_div_right_inr .a_btn a {
    background-color: #042543;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    color: #fff;
    background-color: #2491eb;
}


.woocommerce-Address {
    width: 50%;
}

.woocommerce-Address .title {
    text-align: left;
}

.woocommerce-Payment ul li:before {
    background: none;
}

.woocommerce-error::before {
    color: red;
}

.def-page .woocommerce ul.woocommerce-error {
    margin-left: -16px;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
    max-height: 100%;
    height: auto;
}

.woocommerce .woocommerce-form.woocommerce-form-login.login .g-recaptcha {
    width: max-content;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .woocommerce-form.woocommerce-form-login.login .form-row {
    width: max-content;
    display: inline-block;
    margin-left: 15px;
}

.woocommerce .woocommerce-form.woocommerce-form-login.login .form-row.form-row-first,
.woocommerce .woocommerce-form.woocommerce-form-login.login .form-row.form-row-last {
    width: 49%;
    margin-left: 0;
}

.woocommerce .woocommerce-form.woocommerce-form-login.login {
    background: #fff;
}

.woocommerce .woocommerce-form.woocommerce-form-login.login input {
    box-shadow: none;
    border: 1px solid #cdd4da;
}

.xoo-el-form-txt {

    line-height: 25px;
}

.page-id-1850 .banner_text_inr h1 {
    font-size: 58px;
}

.page-id-1853 .banner_text_inr h1 {
    font-size: 55px;
}

.page-id-1897 .banner_text_inr h1 {
    font-size: 60px;
}

.page-id-1956 .banner_text_inr h1 {
    font-size: 41px;
}

.page-id-1960 .banner_text_inr h1 {
    font-size: 37px;
}

.page-id-1963 .banner_text_inr h1 {
    font-size: 40px;
}

.page-id-1972 .banner_text_inr h1 {
    font-size: 44px;
}

.page-id-1926 .banner_text_inr h1 {
    font-size: 50px;
}

.page-id-1788 .banner_text_inr h1 {
    font-size: 62px;
}

.page-id-1776 .banner_text_inr h1 {
    font-size: 61px;
}

.page-id-2050 .banner_text_inr h1 {
    font-size: 64px;
}

.page-id-2037 .banner_text_inr h1 {
    font-size: 57px;
}

.page-id-2056 .banner_text_inr h1 {
    font-size: 52px;
}

.page-id-2061 .banner_text_inr h1 {
    font-size: 59px;
}

.page-id-2297 .banner_text_inr h1 {
    font-size: 57px;
}

.our-video-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.our-video-inner .our-video-item {
    max-width: 33.33%;
    width: 100%;
    padding: 0px 15px 15px;
}

.our-video-inner .our-video-item .our-video-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.our-video-inner .our-video-item .our-video-box iframe {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.view-all-youtube.a_btn {
    text-align: center;
    padding: 62px 0 0;
}


/* new css xd */
.about-xd {
    padding: 80px 0 0;
}

.top-img {
    max-height: 800px;
    overflow: hidden;
    line-height: 0;
}

.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    position: relative;
    margin: 45px 0;
    padding-left: 110px;
}

.about-content::before {
    content: '';
    position: absolute;
    height: calc(100% - 17%);
    left: 50px;
    top: 0;
    background-color: #042644;
    width: 5px;
}

.about-content h4 {
    position: relative;
}

.about-content h4::before {
    content: '';
    position: absolute;
    left: -75px;
    top: 0px;
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.needyou {
    background-color: #2491eb;
    position: relative;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.needyou-contnet {
    max-width: 1200px;
    margin: 0 auto;
}

.needyou p,
.needyou h3,
.needyou h4,
.needyou h5,
.needyou h6,
.needyou h2 {
    color: #fff;
}

.needyou .a_btn {
    padding: 30px 0 0;
    background-color: transparent;
    border: 0;
}

.needyou .a_btn a {
    background-color: #042543;
    text-decoration: none;
    border: solid 2px #fff;
}

.needyou .a-btn a:hover {
    color: #2491eb;
}

.needyou::after {
    content: '';
    position: absolute;
    left: -42px;
    top: 0;
    background-image: url(images/white-logo.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 530px;
    height: 100%;
    opacity: 0.3;
}

.mission {
    padding: 50px 0;
}

.mission ul {
    padding-left: 20px;
}

.mission ul li::before {
    display: none;
}

.mission ul li {
    list-style-type: disc;
    padding: 0;
}

.mission ul li strong {
    color: #000;
}

.mission ul li::marker {
    color: #000;
}

.needyou a {
    color: #fff;
    text-decoration: underline;
}

.page-id-2338 .new_wish_inr h3 {
    color: #042644;
}

.page-id-2359 .banner_text_inr h1 {
    font-size: 57px;
}

.page-id-2364 .banner_text_inr h1 {
    font-size: 55px;
}

ul.overflow {
    overflow: unset;
}

.footer_btm {
    position: fixed !important;
    width: 100%;
    bottom: 0;
}

.radio_clip_sec {
    text-align: center;
    margin-top: 59px;
}

.radio_clip_sec h2 {
    margin-bottom: 15px;
}

/* 16-12-2025 */
.Primary_page {
    display: block;
    position: relative;
    padding: 60px;
}

.Primary_page h2 {
    line-height: 55px;
}

.Primary_page .left-img,
.Primary_Expertise .right-img {
    width: 40%;
}

.box_div {
    margin-top: 20px;
    padding: 20px 20px 20px 70px;
    background: #f5f6f8;
    border: 4px solid #2491eb;
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 20px 20px;
}

.box_div p {
    padding-bottom: 10px;
}

.box_div p:last-child {
    padding-top: 10px;
    border-top: 1px solid #dadada;
    padding-bottom: 0;
    background-image: none;
}

.text-center {
    text-align: center;
}

.Primary_borad h2 {
    position: relative;
    line-height: 55px;
}

.Primary_borad h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 80px;
    height: 2px;
    background: #2491eb;
    right: 0;
    margin: 0 auto;
}

.column_inr,
.products_inr,
.trust_inr {
    display: flex;
    justify-content: center;
    gap: 30px 0;
    margin: 30px -15px 0;
    flex-wrap: wrap;
}

.column_item {
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
}

.column_item .column_box {
    height: 100%;
    background-color: #2491eb;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 2px solid #2491eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column_item .column_box {
    position: relative;
}

.column_item .column_box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 38 68 / 35%);
    z-index: 1;
}

.column_item .column_box:hover::before {
    background-color: rgb(4 38 68 / 85%);
}

.column_item .column_box p:last-child {
    padding: 0;
    margin: 0;
}

.column_item .column_box h3 {
    color: #fff;
    font-size: 30px;
    position: absolute;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.column_item .column_box .column_hide_box {
    height: 100%;
    padding: 30px;
    text-align: left;
    transition: all 0.5s;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    color: #fff;
    position: relative;
}

.column_hide_box p {
    color: #fff;
    line-height: 26px;
}

.column_item .column_box .column_hide_box h4 {
    color: #fff;
    font-size: 30px;
    padding: 0 0 10px;
}

.column_item .column_box:hover .column_hide_box {
    opacity: 1;
    visibility: visible;
}

.column_item .column_box:hover h3 {
    opacity: 0;
    visibility: hidden;
}

.Primary_borad .blue_color {
    display: block;
    margin: 30px 0;
    border-bottom: 1px solid #dadada;
    font-size: 30px;
    color: #042644;
    padding: 0 0 5px;
    line-height: 40px;
    text-align: left;
}

.Primary_borad .a_btn.view_btn {
    margin-top: auto;
}

.Primary_borad .a_btn.view_btn a.button {
    width: fit-content;
    background: #042644;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 14px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: solid 2px #042644;
    letter-spacing: 0.1em;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: normal;
    margin: 0px;
    display: inline-block;
    display: block;
}

.products_inr .products_item {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.products_inr .products_item .products_item_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 25px;
    text-align: left;
    line-height: 26px;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
    ;
}

.products_inr .products_item .products_item_box img {
    width: 35px;
    height: 35px;
}

.products_inr .products_item .products_item_box h3 {
    font-size: 25px;
    line-height: 35px;
    padding: 10px 0 5px;
    color: #042644;
}

.products_inr .products_item .products_item_box p {
    padding: 0 0 10px;
}

.products_inr .products_item .products_item_box p:last-child {
    padding: 0;
    margin: 0;
}

.products_inr .products_item .products_item_box a {
    margin-top: auto;
    font-size: 18px;
    display: block;
    text-decoration: underline;
}

.products_inr .products_item .products_item_box a:hover {
    text-decoration: none;
}

.products_inr .products_item .products_item_box:hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    border-color: #2491eb;
}

.Primary_need {
    display: block;
    color: #fff;
    position: relative;
    text-align: left;
}

.Primary_need .right-img {
    width: 40%;
}

.Primary_need ul li {
    color: #fff;
}

.Primary_need ul li::before {
    filter: invert(1) brightness(100);
}

.Primary_need::after {
    height: 530px;
    top: auto;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: bottom;
}

.Contractor {
    display: block;
    position: relative;
    background: #f5f6f8;
}

.Contractor_inr {
    padding: 25px 0 0;
    position: relative;
    display: block;
    counter-reset: count;
}

.Contractor_item {
    width: 100%;
}

.Contractor_item .Contractor_box {
    width: 50%;
    padding: 10px 30px 25px;
    position: relative;
}

.Contractor_item .Contractor_box::before {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    right: -21px;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: #042644;
}

.Contractor_item .Contractor_box h3 {
    font-size: 22px;
    color: #042644;
    display: block;
    padding: 0 0 10px;
}

.Contractor_item .Contractor_box p {
    line-height: 26px;
    padding: 0 0 15px;
    max-width: 80%;
    width: 100%;
}

.Contractor_item:nth-child(odd) .Contractor_box {
    margin-left: auto;
    border-left: 4px solid #2491eb;
}

.Contractor_item:nth-child(even) .Contractor_box {
    width: 50.35%;
    margin-right: auto;
    border-right: 4px solid #2491eb;
    text-align: right;
}

.Contractor_item:nth-child(even) p {
    margin-left: auto;
}

.Contractor_item:nth-child(odd) .Contractor_box::before {
    right: auto;
    left: -21px;
}

.trust_inr .trust_item {
    max-width: 50%;
    padding: 0 15px;
    width: 100%;
}

.trust_inr .trust_item .trust_box {
    height: 100%;
    background-color: #f5f6f8;
    padding: 25px;
    text-align: left;
    line-height: 26px;
    transition: all 0.5s;
    border-left: 3px solid #2491eb;
}

.trust_inr .trust_item .trust_box img {
    width: 35px;
    height: 35px;
}

.trust_inr .trust_item .trust_box h3 {
    font-size: 25px;
    line-height: 35px;
    padding: 10px 0 5px;
    color: #042644;
}

.trust_inr .trust_item .trust_box p {
    line-height: 26px;
    padding: 15px 0 0;
}

.trust_inr .trust_item .trust_box:hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

.trust_inr .trust_item:nth-child(n+3) {
    max-width: 33.33%;
}

.Supporting {
    background-color: #2491eb;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
}

.Supporting h2,
.Supporting .title p {
    color: #fff;
}

.Supporting p {
    color: #fff;
}

.Supporting_inr {
    display: flex;
    justify-content: center;
    gap: 30px 0;
    margin: 10px -10px 30px;
}

.Supporting_inr .Supporting_item {
    max-width: 20%;
    width: 100%;
    padding: 0 10px;
}

.Supporting_inr .Supporting_item .Supporting_box {
    background-color: #fff;
    border: 2px solid #042644;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.Supporting_inr .Supporting_item .Supporting_box p {
    line-height: 24px;
    color: #545454;
}

.Supporting_inr .Supporting_item .Supporting_box img {
    width: 35px;
    height: 35px;
}

.Supporting_inr .Supporting_item .Supporting_box h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 5px;
    color: #042644;
}

.Supporting::before,
.faq::before {
    content: '';
    position: absolute;
    left: -42px;
    bottom: 0;
    background-image: url(images/white-logo.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 530px;
    height: 100%;
    opacity: 0.3;
}

.Supporting>* {
    position: relative;
}

.Primary_Expertise {
    display: block;
    position: relative;
    background: #f5f6f8;
}

.Primary_Expertise ul {
    overflow: visible;
}

.faq {
    background-color: #2491eb;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
}

.faq h2 {
    color: #fff;
}

.faq-item {
    border: 1px solid #e2e6ea;
    border-radius: 2px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 16px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #042644;
    line-height: 35px;
    background: #f8f9fb;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #eef2f7;
}

.faq-answer {
    max-height: 0;
    text-align: left;
    overflow: hidden;
    padding: 0 20px;
    background: #ffffff;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 16px 20px;
}

/* Arrow */
.arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #2491eb;
    border-bottom: 2px solid #2491eb;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(-135deg);
}

.faq>* {
    position: relative;
}

.Primary_new_wish {
    font-size: 18px;
    line-height: 32px;
    color: #545454;
}

.Primary_new_wish a.button {
    width: fit-content;
    background: #042644;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: solid 2px #042644;
    letter-spacing: 0.1em;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: normal;
    margin: 15px auto 15px;
    display: inline-block;
    display: block;
}

.Primary_new_wish a.button::before {
    position: absolute;
    content: "";
    background: #2491eb;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease;
    width: 0;
}

.Primary_new_wish a.button:hover:before {
    width: 100%;
}

.Primary_new_wish .new_wish_inr {
    padding-bottom: 30px;
}

.Primary_new_wish h2 {
    overflow: visible;
    margin-bottom: 0;
    line-height: 55px;
}


.page-id-2801 .threshold {
    width: 169px;
    height: 300px;
    shape-outside: polygon(0 0, 69% 100%, 0% 100%) padding-box;
}

.page-id-2801 .new_wish_inr p {
    min-height: auto;
}

.page-id-2801 .new_wish_inr h2:before {
    left: 30px;
}

.column_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.def-page.Primary_need ul {
    overflow: visible;
}

/* sahal 18-feb-2026 */
.primary_pillar .left-img {
    float: right;
    margin: 0 0px 20px 30px;
}

.trust_text p {
    text-align: center;
}

section.pri_trust {
    background-color: #f5f6f8;
}

.pri_trust .trust_inr .trust_item:nth-child(n+3) {
    max-width: 50%;
}

.pri_trust .trust_inr .trust_item .trust_box {
    background-color: #ffffff;
}

.pri_trust .trust_inr {
    margin: 20px -15px;
}

.pri_Supporting strong {
    font-size: 18px;
    color: #102544;
    padding: 15px 0 0;
    display: block;
}

/* .pri_Supporting_text { background-color: #ffffff; padding: 25px; line-height: 26px; transition: all 0.5s; border-left: 3px solid #000000; text-align: center; color: #545454; display: flex; align-items: center; justify-content: center; flex-direction: column; } */
.pri_Supporting_text p {
    color: #ffffff;
    font-weight: bolder;
    padding: 20px 0 0;
}

.pri_Supporting_text_img {
    line-height: 0;
    max-width: 100%;
    width: 100%;
    height: 400px;
}

.pri_Supporting_text_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pri_Contractor strong {
    font-size: 18px;
    color: #102544;
    display: block;
    text-align: center;
    padding: 15px 0 0;
}

.pri_Contractor .Contractor_inr {
    padding: 25px 0;
}

.pri_need .right-img {
    width: 100%;
    background-color: #1c304d;
    padding: 21px;
    position: relative;
    z-index: 1;
    margin: 20px 0 0 0;
}


.pillar_trust .trust_inr .trust_item .trust_box h3 {
    padding: 0;
}

.pillar_trust .trust_text .trust_box strong {
    color: white;
}

.pillar_trust .trust_text .trust_box {
    background-color: #1c304d;
    color: white;
    text-align: center;
}

.pillar_trust .pillar_p {
    padding: 20px 0 0;
}

.trust_text {
    padding: 30px 0 0;
}

.trust_text .trust_box {
    height: 100%;
    background-color: #f5f6f8;
    padding: 25px;
    text-align: left;
    line-height: 26px;
    transition: all 0.5s;
    border-left: 3px solid #2491eb;
}

.trust_text .trust_box h4 {
    padding: 10px 0;
    color: #2491eb;
    font-size: 20px;
}

.trust_text .trust_box p {
    color: #ffffff;
}

.trust_text .trust_box strong {
    color: #102544;
    display: block;
    font-size: 18px;
    line-height: 32px;
}

.pillar_borad .products_inr .products_item {
    max-width: 33.33%;
}

/* .pillar_borad .products_inr .products_item:last-of-type { max-width:100%; } */
.pillar_borad .Primary_borad .blue_color {
    margin: 30px 0 30px 30px;
}

.pillar_borad .pillar_borad_text {
    margin: 30px 0 0;
    background-color: #fff;
    padding: 25px;
    line-height: 26px;
}

.pillar_borad .blue_color {
    margin: 30px 0;
    width: 100%;
}

/* .pillar_borad .blue_color::before { content: ''; position: absolute; left: 0; top: 0; background: url(images/what-anthem-built-provides.webp) no-repeat center; width: 80px; height: 80px; background-size: 100%;} */
.piller_details {
    display: flex;
    gap: 20px;
    align-items: center;
}

.piller_imgs {
    line-height: 0;
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-color: #102544;
    padding: 10px;
}

.Supporting_img {
    line-height: 0;
    max-width: 60px;
    width: 100%;
    background-color: #102544;
    padding: 10px;
    height: 60px;
    margin: auto;
}

.built_trust .trust_inr .trust_item .trust_box p {
    line-height: 26px;
    padding: 15px 0 00;
}

.built_trust .title strong {
    font-size: 18px;
    padding: 15px 0 0;
    display: block;
    text-align: left;
}

.built_trust .title p {
    padding: 0 0 15px;
    text-align: left;
}

.built_trust .trust_inr {
    margin: 0 -15px 20px -15px;
}

section.secondary_trust {
    background-color: #f5f6f8;
}

.secondary_trust .trust_inr .trust_item .trust_box {
    background-color: white;
}

.secondary_trust .trust_inr .trust_item {
    max-width: 33.33%;
    padding: 0 15px;
    width: 100%;
}

.secondary_trust .trust_inr {
    margin: 30px -15px;
}

/* .secondary_trust  .title {text-align: left; } */
.sec_trust_text strong {
    display: block;
    font-size: 18px;
}

.secondary_Contractor {
    background: white;
}

/* .secondary_Contractor p {
    padding: 25px 0 0;
} */

.secondary_trust .trust_inr .trust_item .trust_box img {
    width: 60px;
    height: 60px;
}

section.secondary_contrac {
    background-color: #f5f6f8;
}

.secondary_contrac ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.secondary_contrac ul li {
    padding: 20px 15px 20px 45px;
    background-color: #ffffff;
    max-width: 48%;
    width: 100%;
    margin: 0;
    border-left: 2px solid #2491eb;
}

.secondary_contrac ul li:last-child {
    max-width: 97.33%;
    width: 100%;
}

.secondary_contrac ul li:before {
    left: 16px;
    top: 26px;
}

.sec_Supporting .title p {
    padding: 0 0 15px;
}

.sec_Supporting .title p:last-of-type {
    padding: 0;
}

.sec_Supporting .Supporting_inr {
    flex-wrap: wrap;
}

.sec_Supporting .Supporting_inr .Supporting_item {
    max-width: 25%;
}

.page-id-2895 .threshold {
    width: 220px;
    height: 270px;
    shape-outside: polygon(0 4%, 74% 100%, 0% 100%) padding-box;
    margin-top: 0 !important;
    margin-left: -40px !important;
}

.page-id-2895 .new_wish_inr p {
    min-height: auto;
}

.page-id-2895 .new_wish_inr h2:before {
    left: 40px;
    bottom: 6px;
}

.sec_borad .blue_color {
    font-size: 22px;
}

.sec_borad .products_inr {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sec_borad .products_inr .products_left {
    max-width: 50%;
    width: 100%;
}

.sec_borad .products_inr .products_right {
    max-width: 47%;
    width: 100%;
}

.sec_borad .products_inr .products_item {
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
}

.sec_borad .blue_color:last-of-type {
    border: 0;
}

.sec_borad p strong {
    padding: 30px 0 0;
    display: block;
}

.sec_borad p a strong {
    padding: 0;
    display: inline-block;
}

.faq_img {
    line-height: 0;
}

.faq_left,
.faq_right {
    max-width: 50%;
    width: 100%;
}

.primary_faq .faq_inr {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.cont_form h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.cont_box {
    padding: 45px;
    background: #f5f6f8;
    border: solid 2px #d6dbde;
    margin: 30px auto 30px;
    max-width: 75%;
}

.cont_box h3 {
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.cont_box p {
    padding: 0 0 20px;
    text-align: center;
}

.built_trust strong {
    display: block;
    font-size: 18px;
    text-align: center;
    margin: auto;
}

.Primary_new_wish .new_wish_inr p {
    min-height: auto;
}

.page-id-2895 .Primary_new_wish .h3 {
    color: #042644;
}

.repair .trust_item .trust_box {
    text-align: center;
}

.repair .trust_item .trust_box h3 {
    color: #2491eb;
}

.page-id-3109 section.built_trust {
    background-color: #f5f6f8;
}

.page-id-3109 .built_trust .trust_inr .trust_item .trust_box {
    background-color: #fff;
}

.page-id-3109 .built_trust .trust_inr .trust_item:nth-child(n+3) {
    max-width: 50%;
}

.page-id-3134 .threshold {
    margin-top: 209px !important;
    margin-left: -16px !important;
}

.page-id-3134 .secondary_trust .trust_inr .trust_item {
    max-width: 50%;
}

.page-id-3134 .sec_Supporting .Supporting_inr .Supporting_item {
    max-width: 33.33%;
}

.page-id-3134 .Primary_new_wish ul.col-3 {
    display: inline-block;
}

.page-id-3134 .Primary_new_wish ul.col-3 li {
    width: fit-content;
    float: left;
    margin: 0 20px 0 20px;
}

.built_trust .threshold {
    margin-left: 110px !important;
    margin-top: -200px;
}

/* sahal 18-feb-2026 */


.footer_right .footer_middle_inr ul {
    display: flex;
    flex-wrap: wrap;
}

.cta_form strong:last-of-type {
    width: 50%;
    margin: 0 auto;
}

.footer_middle_inr ul li a.fb,
.footer_middle_inr ul li a.yt,
.footer_middle_inr ul li a.tiktok {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgb(255 255 255 / 10%);
    transition: all 0.4s ease-in-out;
}

.footer_middle_inr ul li a.fb {
    background: rgb(255 255 255 / 10%) url(images/fb.png) no-repeat;
    background-position: center;
}

.footer_middle_inr ul li a.fb:hover {
    background: rgb(36 145 235 / 60%) url(images/fb.png) no-repeat;
    background-position: center;
}

.footer_middle_inr ul li a.yt {
    background: rgb(255 255 255 / 10%) url(images/youtube.png) no-repeat;
    background-position: center;
    background-size: 25px;
}

.footer_middle_inr ul li a.yt:hover {
    background: rgb(36 145 235 / 60%) url(images/youtube.png) no-repeat;
    background-position: center;
    background-size: 25px;
}

.footer_middle_inr ul li.icon_gap {
    padding-left: 15px;
}

.footer_middle_inr ul li a.tiktok {
    background: rgb(255 255 255 / 10%) url(images/tik-tok.png) no-repeat;
    background-position: center;
    background-size: 25px;
}

.footer_middle_inr ul li a.tiktok:hover {
    background: rgb(36 145 235 / 60%) url(images/tik-tok.png) no-repeat;
    background-position: center;
    background-size: 25px;
}

/* FULL WIDTH BIG VIDEO */
.featured-video {
    width: 100%;
    margin-bottom: 40px;
}

.featured-video-inner {
    position: relative;
    width: 100%;
    padding-top: 40%;
    /* smaller height = wider look (adjust 35%–50%) */
}

.featured-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page-id-3212 .secondary_contrac ul li:last-child {
    max-width: 48%;
}

.page-id-3212 .secondary_trust .trust_inr .trust_item {
    max-width: 25%;
}

.page-id-3212 .sec_Supporting .Supporting_inr .Supporting_item {
    max-width: 20%;
}

/* .Supporting_img_box > div,.Supporting_img_box,.Supporting_img_box .full_width_image img{height: 100%;}
.Supporting_inr .Supporting_item .Supporting_img_box{    border: 2px solid #042644;} */

.page-id-3212 .threshold {
    margin-top: 35px !important;
    margin-left: inherit !important;
}

.page-id-3212 .new_wish_inr h2:before {
    left: 22px;
    bottom: 10px;
}

.structure_section_main.secondary_trust .trust_inr .trust_item {
    max-width: 25%;
}

.structure_sec_full_img {
    line-height: 0;
    max-width: 100%;
    width: 100%;
    height: 400px;
}

.structure_sec_full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.structure_section_main .structure_sec_full_img {
    margin-bottom: 20px;
}

/* location-hub */
.location_serving_section ul.col-3 {
    overflow: hidden;
}

.location_serving_section ul li {
    list-style: none;
    width: 100%;
    float: left;
    list-style: none;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding: 7px 28px 7px 28px;
    text-align: left;
}

.location_serving_section ul.col-3 li {
    width: 33.33%;
    float: left;
    list-style: none;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding: 7px 28px 7px 28px;
    text-align: left;
}

.location_serving_section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background: url(images/li_img.png) no-repeat;
    width: 15px;
    height: 15px;
    filter: brightness(10) invert(0);
}

.page-id-3358 .location_serving_section ul.col-3 li:last-child {
    width: 100%;
}

.page-template-location-hub .secondary_contrac ul li:last-child {
    max-width: 48%;
}

.location_cta_section .threshold {
    height: 370px;
    margin-top: 0 !important;
}

.location_cta_section h2 {
    padding-bottom: 0;
}

.location_cta_section h2::before {
    display: none;
}

.page-id-3364 .def-page ul.col-2 li {
    width: 49%;
}

/* .page-id-3364 .location_cta_section .threshold {
    height: 320px;
} */

.page-template-location-hub .Primary_new_wish .new_wish_inr p {
    min-height: auto;
    padding: 0 0 3px;
}

.page-template-secondary-pillar-page .trust_inr .trust_item .trust_box p,
.page-template-location-hub .trust_inr .trust_item .trust_box p {
    padding-top: 0;
}

.page-template-secondary-pillar-page .sec_Supporting.def-page ul li{color: #fff;}

.page-template-secondary-pillar-page .sec_Supporting.def-page ul li::before{ filter: brightness(10) invert(0);}

.page-template-location-hub .location_serving_section h3{color: #fff;}

.Primary_new_wish .new_wish_inr p { padding-bottom: 10px; }

.page-template-location-hub .Primary_new_wish .new_wish_inr p { padding: 0 0 10px; }