/*
Theme Name:  Toolgal
Version:     1.0.0
Description: Custom WordPress Responsive Multi-Purpose Theme.
Theme URI:   #
Author:      EVIP
Author URI:  #
License:     Custom license
License URI: #
Text Domain: evip
*/
/* root */
:root {
    /* color name */
    --black-color: #000000;
    --white-color: #ffffff;
    --bluish-green-color: #00a47f;
    --blue: #26377b;
    --sky-color: #00b4bb;

    --anton-font: "Anton", sans-serif;
    --roboto-font: "Roboto", sans-serif;
    --poppins-font: "Poppins", sans-serif;
}

/* reusable code */
.btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 45px;
    background-color: var(--sky-color);
    display: inline-block;
    border-radius: 23px;
    margin-top: 32px;
    color: var(--white-color);
    transition: all 0.3s;
}
.btn:hover {
    background-color: #00a47f;
}
/* top bar */

.banner_area {
    width: 100%;
    position: relative;
}
.banner_wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.25);
}
.banner_wrap {
    position: relative;
    z-index: 3;
}
.banner_wrap img {
    width: 100%;
    height: 398px;
    object-fit: cover;
}
.banner_info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    padding: 20px 30px 20px 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_info h1 {
    text-align: center;
    font-size: 96px;
    color: #fff;
    line-height: 1.3;
    font-family: var(--anton-font);
    font-weight: 300;
}
.box_wrap {
    width: 100%;
    max-width: 1427px;
    margin: 0 auto;
}
.box_wrap span {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: var(--anton-font);
}
.banner_wrap img {
    width: 100%;
}
.talk_button_wrap {
    gap: 15px;
    padding-right: 68px;
}
.talk_button a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 20px;
    background-color: #26377b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.user_item a {
    width: 49px;
    height: 49px;
    background-color: #26377b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
body::after {
    content: "";
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #26377b;
}
#wrapper {
    position: relative;
    z-index: 2;
}
.sidebar {
    width: 280px;
    height: 100%;
    background-color: #26377b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 40px 30px 0 30px;
}
.logo {
    width: 200px;
    padding-bottom: 42px;
}
.sidebar h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 0;
    font-family: var(--anton-font);
    font-weight: 300;
}
.sidebar ul {
    padding-bottom: 30px;
}
.sidebar ul li {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #4073a9;
    padding: 9px 0;
    font-family: var(--roboto-font);
}
.sidebar ul li a {
    color: #fff;
}
.sidebar ul li a:hover {
    color: #1ab7ea;
}
.main_content_area {
    padding: 0 30px 0 310px;
}
.main_content {
    padding: 40px 0 254px 0;
    max-width: 1427px;
    margin: 0 auto;
    min-height: 700px;
}
.package_feature_wrap {
    gap: 30px;
}
.package_feature {
    width: calc(calc(100% - 90px) / 4);
    border: 1px solid #e5e5e5;
    border-top: none;
    position: relative;
    background-color: #f5f5f5;
}
.package_feature:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.package_feature h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 -1px;
    margin-bottom: 12px;
    background-color: #a50a17;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
}
.tiles_info_wrap {
    position: absolute;
    right: 16px;
    top: 40px;
    z-index: 3;
    gap: 8px;
}
.product_pic {
    padding-bottom: 15px;
    min-height: 211px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiles_photo_col {
    width: 20px;
}
.tiles_photo_col img {
    border-radius: 4px;
}
/* Container for the images */
.tiles_info_wrap {
    display: flex;
    justify-content: space-between;
}

/* The image columns */
.tiles_photo_col {
    position: relative;
    cursor: pointer;
}
.tiles_photo_col span {
    font-size: 14px;
    color: #000;
}
.tiles_photo_col .tooltip-color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
/* The tooltip (hidden by default) */
.tooltip_hover {
    visibility: hidden; /* Hide tooltip by default */
    position: absolute;
    bottom: 130%; /* Position the tooltip above the image */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust to perfectly center */
    background-color: #e5e5e5; /* Tooltip background */
    padding: 5px 10px; /* Some padding */
    border-radius: 9px; /* Rounded corners */
    white-space: nowrap; /* Prevent text from wrapping */
    opacity: 0; /* Start with zero opacity */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Fade effect */
}

/* Tooltip arrow */
.tooltip_hover::after {
    content: "";
    position: absolute;
    bottom: -6px; /* Position the arrow below the tooltip */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust to perfectly center */
    border-left: 8px solid transparent; /* Left side of the arrow */
    border-right: 8px solid transparent; /* Right side of the arrow */
    border-top: 8px solid #e5e5e5; /* Create the arrow (downwards) */
}

/* Show the tooltip when hovering over the image */
.tiles_photo_col:hover .tooltip_hover {
    visibility: visible;
    opacity: 1;
}
.product_pic img {
    margin: 0 auto;
}
.package_information {
    padding: 0 30px 24px 30px;
}
.package_information h6 {
    font-size: 17px;
    color: #7c7c7b;
    padding-bottom: 11px;
    font-weight: 400;
    line-height: 1.2;
}
.package_information h4,
.package_information h4 a {
    font-size: 24px;
    color: #1b1b1b;
    padding-bottom: 33px;
    font-weight: 600;
    line-height: 1.2;
}
.product_specification {
    padding-bottom: 20px;
}
.specification_col {
    width: 45%;
    position: relative;
}
.specification_col:nth-child(2) {
    width: 55%;
    padding-left: 30px;
}
.specification_col:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 52px;
    background-color: #c1c1c1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.specification_col span,
.specification_col strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #646363;
}
.specification_col strong {
    font-size: 20px;
    color: #000;
}
.specification_col strong small {
    font-size: 12px;
    top: -7px;
    position: relative;
}
.package_information h5 {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #646363;
    font-weight: 400;
}
@media screen and (max-width: 1920px) {
    .banner_wrap img {
        height: 300px;
    }
    .banner_info h1 {
        font-size: 68px;
    }
    .package_information h4,
    .package_information h4 a,
    .product_specification {
        padding-bottom: 15px;
    }
    .product_pic {
        padding-bottom: 5px;
    }
}

@media screen and (min-width: 992px) {
    .package_information h5 {
        position: absolute;
        left: 30px;
        bottom: 24px;
        z-index: 2;
    }
    .package_information {
        padding-bottom: 64px;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0 !important;
    }
}
.package_information h5 strong {
    font-size: 32px;
    color: #097eb5;
    font-weight: 600;
    padding-left: 11px;
}
.package_information h5 span {
    font-size: 20px;
    font-weight: 700;
}

.header_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
}
/* Main Menu */
.header_holder_area {
    position: relative;
}
.header_area {
    width: 100%;
    padding: 0 45px;
    position: relative;
    z-index: 7;
    background-color: transparent;
}
.header {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 26px 0 0 0;
}

.header_right {
    width: 64.67%;
    justify-content: flex-end;
}
.menu_area {
    padding-right: 3vw;
}
.menu_area ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white-color);
    padding: 0 20px;
}
.menu_area ul li:first-child {
    padding-left: 0;
}
.menu_area ul li:last-child {
    padding-right: 0;
}
.menu_area ul li a {
    color: var(--white-color);
}
.menu_area ul li a:hover {
    color: #1ab7ea;
}

button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.hamburger_icon button,
.mobile_menu .menu_close {
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-out 0.1s;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
}
.hamburger_icon button {
    width: 33px;
    height: 26px;
    background: url("assets/images/menu_bar.svg") no-repeat;
}
.mobile_menu .menu_close .fa {
    font-size: 16px;
}
.hamburger_icon button:hover {
    color: #1ab7ea;
}
.mobile_menu .menu_close i,
.hamburger_icon button i {
    font-size: 20px;
    line-height: 1;
}

/* Mobile Menu */
.mobile_menu {
    min-width: 443px;
    background-color: var(--blue);
    position: fixed;
    right: -443px;
    top: 0px;
    z-index: 9999;
    padding: 145px 118px 50px 80px;
    overflow: auto;
    min-height: 465px;
    transition: right 0.2s ease-out 0.1s;
    -webkit-transition: right 0.2s ease-out 0.1s;
    -moz-transition: right 0.2s ease-out 0.1s;
    -o-transition: right 0.2s ease-out 0.1s;
}
.menu_close {
    width: 33px;
    position: absolute;
    right: 45px;
    top: 40px;
    z-index: 5;
}
.mobile_menu.active {
    right: 0;
}
.mobile_menu_height {
    padding: 0;
}
.menu_right {
    display: flex;
    flex-direction: column;
}
.mobile_menu .menu_area {
    margin-right: 0;
    padding-right: 0;
}
.mobile_menu .menu_area ul li {
    padding: 9px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #4073a9;
    font-size: 18px;
}
.mobile_menu .menu_area ul li a {
    padding-right: 0;
}

@media screen and (max-width: 1785px) {
    .banner_info {
        padding: 80px 30px 20px 307px;
    }
    .banner_info h1 {
        font-size: 56px;
    }
    .banner_wrap img {
        height: 220px;
    }
    .product_pic {
        min-height: 156px;
    }
    .product_pic img {
        max-width: 76%;
    }
    .package_information h4,
    .package_information h4 a,
    .product_specification {
        font-size: 20px;
    }
    .specification_col:nth-child(2) {
        padding-left: 20px;
    }
    .package_information h5 strong {
        font-size: 27px;
    }
    .specification_col span,
    .specification_col strong {
        font-size: 15px;
    }
    .package_information {
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .specification_col strong {
        font-size: 16px;
    }
}
@media screen and (max-width: 1460px) {
    .package_information h5 strong {
        font-size: 25px;
    }
    .specification_col:nth-child(2) {
        padding-left: 20px;
    }
    .specification_col {
        width: 40%;
    }
    .package_information {
        padding: 0 15px 50px 15px;
    }
    .package_information h5 {
        left: 15px;
    }
    .package_feature h3 {
        font-size: 14px;
    }
    .package_information h4,
    .package_information h4 a,
    .product_specification {
        font-size: 19px;
    }
}
@media screen and (max-width: 1360px) {
    .home .main_content_area {
        padding: 0 20px 0 300px;
    }
    .package_feature_wrap {
        gap: 20px;
    }
    .package_feature {
        width: calc(calc(100% - 60px) / 4);
    }
}
@media screen and (max-width: 1220px) {
    .banner_info h1 {
        font-size: 4.5vw;
    }
    .package_feature {
        width: calc(calc(100% - 30px) / 2);
    }
}
.omv {
    display: none;
}
.odv {
    display: block;
}
@media screen and (max-width: 991px) {
    .omv {
        display: block;
    }
    .odv {
        display: none !important;
    }
    .logo {
        width: 130px;
        padding: 0;
    }
    .logo_mx {
        max-width: 100%;
    }
    .mobile_menu .menu_area ul li {
        padding: 8px 0;
    }
    body::after,
    .sidebar {
        display: none;
    }
    .banner_info {
        padding: 140px 20px 20px 20px;
    }
    .header_area {
        padding: 0 20px;
    }
    .main_content_area {
        padding: 0 20px 0 20px;
    }
    .main_content {
        padding: 40px 0 60px 0;
        min-height: initial;
    }
    .banner_info h1 {
        font-size: 6vw;
    }
    .talk_button_wrap {
        gap: 10px;
        padding-right: 14px;
    }
    .user_item a {
        width: 40px;
        height: 40px;
    }
    .user_item img {
        width: 50%;
    }
    .package_feature_wrap {
        gap: 20px;
    }
    .package_feature {
        width: calc(calc(100% - 20px) / 2);
    }
    .package_information {
        padding: 0 20px 20px 20px;
    }
    .header {
        justify-content: space-between;
    }
    .mobile_menu {
        padding: 90px 20px 30px 20px;
        height: 100%;
    }
    .banner_wrap img {
        height: 300px;
    }
    .home .main_content_area {
        padding-left: 20px;
    }
}
@media screen and (max-width: 640px) {
    .mobile_menu {
        min-width: 320px;
    }
    .mobile_menu.active {
        width: 90%;
    }
    .banner_info h1 {
        font-size: 8vw;
    }
}
@media screen and (max-width: 420px) {
    .mobile_menu {
        min-width: 280px;
    }
}

/*----------- footer_area -----------*/
.footer_area {
    background-color: #313131;
    padding: 0 20px;
    position: relative;
    z-index: 11;
}
.footer {
    max-width: 1520px;
    padding: 150px 0 60px 0;
    min-height: 670px;
}
.footer_left {
    width: 870px;
}
.footer_widget {
    width: 33.33%;
}
.footer_widget h4 {
    font-size: 32px;
    color: #097eb5;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 45px;
    font-family: var(--anton-font);
}
.footer_widget h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--poppins-font);
}
.footer_widget p,
.footer_widget ul li {
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    line-height: 1.3;
    font-family: var(--poppins-font);
}
.footer_widget p a,
.footer_widget ul li a {
    color: #fff;
}
.footer_widget ul li a:hover,
.footer_widget p a:hover {
    color: #1ab7ea;
}
.footer_contact {
    width: 828px;
    height: 804px;
    background: url("assets/images/footer_contact.png") no-repeat;
    background-size: 100% auto;
    padding: 195px 20px 20px 20px;
    position: absolute;
    right: 0;
    top: -96px;
    z-index: 5;
}
.footer_contact h4 {
    font-size: 60px;
    color: #4a4a49;
    font-weight: 400;
    font-family: var(--anton-font);
    text-align: left;
    line-height: 1;
    padding-bottom: 13px;
    max-width: 294px;
    margin: 0 auto;
}
.footer_logo {
    width: 240px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footer_form {
    max-width: 294px;
    margin: 0 auto;
}
.form_group {
    padding-bottom: 16px;
}
.footer_form .form-control {
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #2c2c2c;
    border: none;
    border-bottom: 1px solid #2c2c2c;
    font-family: var(--roboto-font);
    padding: 5px 0;
    outline: none;
    background: none;
}
.footer_form .submit {
    color: #016fa2;
    font-family: var(--poppins-font);
    font-size: 20px;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
}
/*-----------*/
.copyright_area {
    background-color: #313131;
    padding: 0 20px;
    border-top: 1px solid #585857;
    position: relative;
    z-index: 12;
}
.copyright {
    max-width: 1520px;
    padding: 17px 0;
}
.copyright p {
    font-size: 16px;
    line-height: 18px;
    color: #bfbfbf;
    font-weight: 400;
}
.copyright p a {
    color: #bfbfbf;
}
.footer_social {
    gap: 30px;
}
.middle_content {
    padding: 20px 20px 120px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    .footer_left {
        width: 700px;
    }
}
@media screen and (max-width: 1480px) {
    .footer_contact {
        width: 553px;
        height: 545px;
        padding: 78px 20px 20px 20px;
        top: 80px;
    }
    .middle_content {
        padding-bottom: 96px;
        padding-top: 20px;
    }
    .main_content {
        padding-bottom: 120px;
    }
    .footer_contact h4 {
        font-size: 40px;
    }
    .footer_logo {
        width: 170px;
    }
    .footer_left {
        width: 60%;
    }
}
@media screen and (max-width: 1300px) {
    .footer {
        padding: 80px 0 30px 0;
        min-height: inherit;
    }
    .footer_box {
        flex-direction: column;
    }
    .footer_left {
        width: 100%;
        padding-bottom: 50px;
    }
    .footer_contact {
        margin: 0 auto;
        position: initial;
    }
}

@media screen and (max-width: 991px) {
    .footer_contact {
        display: none;
    }
    .footer {
        padding: 48px 0 35px 0;
    }
    .copyright {
        padding: 20px 0;
    }
    .copyright p br {
        display: none;
    }
    .footer_widget:nth-child(3) {
        width: 100%;
    }
    .footer_left {
        flex-wrap: wrap;
    }
    .footer_widget {
        width: 50%;
    }
    .copyright {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        text-align: center;
    }
    .footer_social {
        justify-content: center;
        order: 1;
    }
    .copyright p {
        font-size: 13px;
        order: 2;
    }
}

.single_banner_area {
}
.single_banner_area .banner_info {
    padding-top: 50px;
}
.single_banner_area .banner_info h1 {
    text-align: left;
}
.single_banner_area .banner_wrap::after {
    background-color: rgba(1, 111, 162, 0.8);
}
.single_banner_area .banner_wrap img {
    height: 246px;
}
@media screen and (max-width: 1680px) {
    .single_banner_area .banner_wrap img {
        height: 180px;
    }
}
.breadcrumbs_area {
    right: 45px;
    position: absolute;
    bottom: 35px;
    z-index: 5;
}
/*.breadcrumbs_area a {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}*/
.breadcrumbs_area ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.breadcrumbs_area {
    color: #fff;
}
.breadcrumbs_area span,
.breadcrumbs_area a,
.breadcrumbs_area span a {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    font-family: var(--roboto-font);
    padding: 0 2px;
}
.breadcrumbs_area span:last-child {
    padding-right: 0;
}
.single_content_area {
    background: url("assets/images/chain_saw_no_back1.png") no-repeat right top
        15px;
    background-size: 30% auto;
}
.content_box {
    max-width: 725px;
}
.woocommerce-account .content_box {
    max-width: 100%;
}
.feature_info h2,
.content_box h2 {
    font-size: 32px;
    color: #646363;
    font-weight: 400;
    font-family: var(--anton-font);
    padding-bottom: 20px;
}
.feature_info h2 {
    color: #4a4a49;
    padding-bottom: 10px;
}
.feature_info ul li,
.feature_info p,
.content_box p {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.4;
    padding-bottom: 20px;
}
.feature_info ul {
    padding-left: 18px;
}
.feature_info ul,
.feature_info ul li {
    list-style: disc;
}
.feature_info ul li,
.feature_info p {
    color: #000;
}
.feature_info ul li {
    padding-bottom: 5px;
}
.feature_row {
    gap: 30px;
    align-items: center;
    padding: 50px 0;
    position: relative;
}
.main_content .feature_row:first-child {
    padding-top: 0;
}
/* .main_content .feature_row:last-child { padding-bottom: 0; } */
.pb-0 {
    padding-bottom: 0;
}

.feature_info {
    width: 816px;
}
.feature_row .feature_photo {
    width: 610px;
}
.feature_row .feature_photo img {
    margin: 0 auto;
    max-width: 90%;
}
.feature_row_green {
    background-color: #25408f;
}
.feature_row_green::after,
.feature_row_green::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #25408f;
    position: absolute;
    top: 0;
    z-index: -2;
}
body,
html {
    overflow-x: hidden;
}
.feature_row_green::after {
    left: 100%;
}
.feature_row_green::before {
    right: 100%;
}
.feature_row_green .feature_info {
    width: 652px;
}
.feature_row_green .feature_photo {
}

.feature_row_green .feature_info h2,
.feature_row_green .feature_info ul li,
.feature_row_green .feature_info p,
.feature_row_green .content_box p {
    color: #fff;
}

.certificate_download a {
    display: flex;
    min-height: 46px;
    padding: 5px 58px 5px 15px;
    background: url("assets/images/icon_pdf.svg") no-repeat right 19px center;
    background-size: 18px auto;
    background-color: #5bb0d8;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1;
    align-items: center;
    color: #000;
}

.min-height-set,
.single_content_area .main_content {
    min-height: 840px;
}
.categories_area {
    gap: 230px;
}
.categories_feature {
    width: calc(calc(100% - 230px) / 2);
}
.feature_col h5,
.categories_feature h5 {
    font-size: 32px;
    color: #4a4a49;
    font-weight: 400;
    font-family: var(--anton-font);
}
/* .feature_col h5 { font-size: 30px; } */
.feature_photo,
.categories_photo {
    padding-bottom: 17px;
}
.feature_col h5 a,
.categories_feature h5 a {
    color: #4a4a49;
}
.main_feature_area {
    gap: 50px 30px;
}
.feature_col {
    width: calc(calc(100% - 90px) / 4);
}
.title_area {
    max-width: 1427px;
    margin: 0 auto;
    width: 100%;
}
.contact_area {
    align-items: flex-start;
}
/*.main_contact_bg {
    background: url('assets/images/bg1.png') no-repeat right 260px top 180px;
}*/
.contract_form {
    width: 320px;
}
.contact_address {
    width: 410px;
    padding: 45px 70px 55px 75px;
    background: #26377b;
}
.contact_address h4 {
    font-size: 28px;
    color: #fff;
    font-family: var(--anton-font);
    font-weight: 300;
    padding-bottom: 5px;
}
.contact_address p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
    line-height: 1.4;
}
.contact_address p a {
    color: #fff;
}
.contract_form h3 {
    font-size: 28px;
    color: #097eb5;
    font-family: var(--anton-font);
    font-weight: 300;
    padding-bottom: 15px;
}
.form_group h5 {
    font-size: 18px;
    color: #4a4a49;
    font-weight: 600;
    padding-bottom: 10px;
}
.check_product,
.wpcf7-radio {
    margin-bottom: 5px;
}
.custom_checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: inline-block;
}
.contract_form .form-control {
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #4a4a49;
    border: none;
    border-bottom: 1px solid #4a4a49;
    font-family: var(--poppins-font);
    padding: 5px 0;
    outline: none;
    background: none;
}
.custom_radio,
.radio-wrap .wpcf7-list-item {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #4a4a49;
    user-select: none;
    display: block;
    margin: 0;
    margin-bottom: 10px;
}
.radio-wrap .wpcf7-list-item input {
    margin: 0;
}
.custom_radio,
.radio-wrap .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 5px;
}
/* Hide the default radio */
.custom_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create custom outer circle */
.radio_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    transition: 0.2s;
}

/* Inner filled circle when selected */
.radio_mark::after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #097eb5;
}

/* Show inner dot when radio is checked */
.custom_radio input[type="radio"]:checked + .radio_mark::after {
    display: block;
}

/* Highlight border when selected */
.custom_radio input[type="radio"]:checked + .radio_mark {
    border-color: #097eb5;
}

.contract_form select.form-control {
    border-radius: 35px;
    border: 1px solid #cbcbcb;
    background: #f5f5f5 url("assets/images/right-arrow.svg") no-repeat right
        15px center;
    height: 45px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contract_form .form-control.wpcf7-submit {
    border: 1px solid #4a4a49;
    height: auto;
    cursor: pointer;
}
.aggregate_info {
    width: 52%;
    padding-top: 54px;
    display: none;
}
.aggregate_info.active {
    display: block;
}
.aggregate_info ul li {
    font-size: 18px;
    color: #7c7c7b;
    line-height: 1.3;
    padding-left: 20px;
    background: url("assets/images/arrow1.svg") no-repeat left 7px;
    font-family: var(--poppins-font);
    padding-bottom: 30px;
}
.aggregate_info p {
    color: #2c2c2c;
    font-family: var(--roboto-font);
    font-weight: 600;
}
.aggregate_info p span {
    position: relative;
    color: #2c2c2c;
    margin-top: 8px;
    display: inline-block;
    padding-left: 20px;
}
.aggregate_info p span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 5;
    background-color: #5bb0d8;
}
.aggregate_info p span.blue_color::after {
    background-color: #5bb0d8;
}
.aggregate_info p span.green_color::after {
    background-color: #5fa479;
}
.aggregate_info p span.red_color::after {
    background-color: #c5626b;
}
.aggregate_info p {
}
.aggregate_info p strong {
    font-family: var(--roboto-font);
    font-weight: 600;
    color: #2c2c2c;
    display: inline-block;
    margin-top: 8px;
}
.more_products_area h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #4a4a49;
    padding-bottom: 30px;
    font-family: var(--anton-font);
}

.product_single_area {
    padding-bottom: 60px;
}
.product_info_right {
    width: 760px;
}

.product_photo_left {
    width: 520px;
    height: 467px;
    /*background-color: #F5F5F5;
    border: 1px solid #E5E5E5;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 20px;*/
}
.select_product {
    padding-bottom: 23px;
}

.product_info_right h2 {
    font-size: 32px;
    color: #4a4a49;
    line-height: 1;
    font-weight: 400;
    font-family: var(--anton-font);
    padding-bottom: 10px;
}
.product_info_right small {
    display: block;
    line-height: 1;
    font-size: 17px;
    color: #7c7c7b;
    padding-bottom: 15px;
}
.product_info_right p {
    font-size: 17px;
    color: #1b1b1b;
    line-height: 1.4;
    max-width: 634px;
    padding-bottom: 25px;
}
.select_product_item {
    /*width: calc(calc(100% - 45px) / 4);*/
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
    opacity: 1;
}
.select_product_small .select_product_item.active,
.select_product_item.active {
    opacity: 1;
    border-color: #5bb0d8;
    position: relative;
}
.select_product_item.active::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    border: 4px solid #5bb0d8;
    border-radius: 10px;
}
.select_product {
    gap: 15px;
}
.select_product_item img {
    width: 45px;
}
.select_product_item span {
    font-size: 18px;
    padding-left: 10px;
}

.select_product strong {
    display: block;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 600;
}
.select_product_small .select_product_item {
    width: auto;
    padding: 6px 15px;
    background-color: #f5f5f5;
    font-weight: 400;
}
.select_product_small .select_product_item.active {
    /*     border-color: #3A4284;
    background-color: #F5F5F5;
    color: #4A4A49; */
}
@media screen and (max-width: 1680px) {
    .product_photo_left {
        width: 40%;
        height: 380px;
        padding-right: 30px;
    }
    .product_info_right {
        width: 60% !important;
    }
    .select_product {
        padding-bottom: 15px;
    }
    .select_product_item span {
        font-size: 15px;
        padding-left: 5px;
    }
    .select_product strong {
        font-size: 18px;
    }
    .product_info_right p {
        padding-bottom: 20px;
    }
    .main_content {
        padding-top: 30px;
    }
}

.select_product_small .select_product_item span {
    padding: 0;
    font-family: var(--poppins-font);
}
.product_price {
    gap: 60px;
}
.product_price span {
    display: flex;
    flex-wrap: nowrap;
    font-size: 20px;
    color: #646363;
    align-items: center;
    gap: 5px;
}
.product_price span small {
    font-size: 16px;
    display: inline-block;
    padding: 0;
}
.product_price strong {
    font-size: 32px;
    color: #097eb5;
}
.add_to_card a,
.form-product-variation .btn-cart-submit {
    display: flex;
    font-size: 18px;
    line-height: 1;
    padding: 11px 26px 11px 60px;
    background: url("assets/images/shopping_icon.svg") no-repeat left 26px
        center;
    background-color: #26377b;
    color: #fff;
    border-radius: 25px;
}
.form-product-variation .btn-cart-submit {
    border: none;
    outline: none;
    cursor: pointer;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
.product_single_top {
    padding-bottom: 20px;
    flex-wrap: nowrap;
    gap: 90px;
}
@media screen and (max-width: 1680px) {
    .product_single_top {
        gap: 0 !important;
    }
}
.product_specification_area .tab_area {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}
.product_specification_area .tab_area li {
    border-left: 1px solid #d9d9d9;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1;
}
.product_specification_area {
    padding-bottom: 60px;
}
.product_specification_area .tab_area li a {
    color: #2c2c2c;
    position: relative;
}
.product_specification_area .tab_area li.active a {
    font-weight: 600;
}
.product_specification_area .tab_area li:first-child {
    padding-left: 0;
    border-left: none;
}
.product_specification_area .tab_area li.active a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #097eb5;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 3;
}
.tab_content {
    padding: 38px 0 0 0;
    display: none;
}
.tab_content.active {
    display: flex;
}
.tab_content_col {
    width: 60%;
}
.tab_content_col:nth-child(2) {
    width: 40%;
}
.tab_content_col h5 {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 600;
    font-family: var(--poppins-font);
    padding-bottom: 10px;
}
.tab_content_col ul {
    padding-left: 18px;
}
.tab_content_col ul,
.tab_content_col ul li {
    list-style: disc;
}
.tab_content_col ul li {
    font-size: 17px;
    color: #000000;
    max-width: 643px;
    font-family: var(--poppins-font);
}
.product_info_right .update-sku {
    display: none;
}
@media screen and (max-width: 1600px) {
    .main_contact_bg {
        background-position: right 140px top 180px !important;
        background-size: 42% auto !important;
    }
}
@media screen and (max-width: 1300px) {
    .main_contact_bg {
        background-position: right 100px top 250px !important;
        background-size: 38% auto !important;
    }
    .feature_col {
        width: calc(calc(100% - 60px) / 3);
    }
    .contact_area {
        gap: 30px;
        flex-wrap: nowrap;
    }
    .product_photo_left {
        width: 35%;
        padding-right: 20px;
    }
    .product_info_right {
        width: 65% !important;
    }
    .product_info_right p {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1140px) {
    .product_single_top {
        flex-direction: column;
        padding-bottom: 40px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .product_photo_left {
        float: none;
        width: 100%;
        clear: both;
        height: auto;
    }
    .product_info_right {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumbs_area span:first-child {
        padding-left: 0;
    }
    .single_banner_area .banner_info {
        padding-top: 130px;
    }
    .single_content_area {
        background-position: bottom right;
    }
    .title_area {
        order: 2;
    }
    .breadcrumbs_area {
        bottom: inherit;
        right: inherit;
        position: relative;
        order: 1;
        padding-bottom: 5px;
    }
    .content_box h2 br {
        display: none;
    }
    .categories_area {
        gap: 40px;
    }
    .categories_feature {
        width: 100%;
    }
    .categories_feature img {
        width: 100%;
    }
    .categories_feature h5 {
        font-size: 20px;
    }
    .feature_col {
        width: calc(calc(100% - 30px) / 2);
    }
    .feature_col h5 {
        font-size: 22px;
    }
    .contact_area {
        flex-direction: column;
        gap: 0;
    }
    .aggregate_info {
        width: 100%;
        padding-top: 15px;
    }
    .contract_form {
        width: 100%;
    }
    .main_contact_bg {
        background: none !important;
    }
    .contact_address {
        width: 100%;
        padding: 30px;
        margin-top: 30px;
    }
    .feature_row_green .feature_info,
    .feature_info {
        width: 100%;
        order: 1;
    }
    .feature_row .feature_photo {
        width: 100%;
        order: 2;
    }
    .feature_row {
        flex-direction: column;
    }
    .feature_info h2,
    .content_box h2 {
        font-size: 28px;
    }
    .product_photo_left {
        width: 100%;
        height: 400px;
        margin-bottom: 40px;
    }
    .product_info_right {
        width: 100% !important;
    }
    .select_product_item {
        width: calc(calc(100% - 30px) / 2) !important;
    }
    .select_product_small .select_product_item {
        width: auto !important;
    }
    .product_price {
        gap: 15px;
    }
    .add_to_card a,
    .form-product-variation .btn-cart-submit {
        font-size: 16px;
        padding: 11px 20px 11px 57px;
    }
    .select_product_item span {
        font-size: 15px;
    }
    .tab_content_col ul li {
        max-width: 100%;
    }
    .tab_content_col {
        width: 100%;
        padding-bottom: 30px;
    }
    .tab_content_col:nth-child(2) {
        width: 100%;
    }
    .tab_content_wrap {
        flex-direction: column;
    }
    .product_specification_area {
        padding-bottom: 0;
    }
    .product_single_area {
        padding-bottom: 30px;
    }
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
}
.yikes-custom-woo-tab-title {
    display: none;
}
.wpcf7 form .form_group.d-flex.justify-content-center {
    position: relative;
}
.footer_form .wpcf7-spinner {
    position: absolute;
    top: 5px;
    right: 50px;
}

.woocommerce-MyAccount-navigation ul li {
    font-size: 18px;
    line-height: 1.3;
    color: #3a3a3a;
    padding: 7px 0;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active > a:hover,
.woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #097eb5;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #3a3a3a;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    #respond
    input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    input.button {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 22px;
    background-color: #26377b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    #respond
    input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    input.button:hover {
    background-color: #262a7b;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    display: block;
    content: inherit;
}
.woocommerce-Address-title.title h2 {
    font-size: 20px;
    padding: 10px 0;
}
.woocommerce-account .addresses .title .edit {
    color: #26377b;
}
.woocommerce-MyAccount-content p {
    font-size: 17px;
    color: #3a3a3a;
    line-height: 1.4;
}
.search_bar_item img {
    position: relative;
    z-index: 2;
}
.user_item {
    position: relative;
}
.search-bar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background-color: #26377b;
    border-radius: 35px;
    width: 250px;
    z-index: 1;
}

.search-bar input {
    width: 100%;
    height: 49px;
    padding: 5px 30px 5px 15px;
    background-color: #26377b;
    border-radius: 35px;
    font-size: 16px;
    border: 0;
    color: #fff;
    outline: none;
}
@media screen and (max-width: 991px) {
    .search-bar {
        width: 180px;
    }
    .search-bar input {
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
    float: none;
}
.product_price strong i.set-variation-price {
    font-style: normal;
}
@media screen and (max-width: 991px) {
    .sidebar {
        display: block;
        width: 100%;
        position: initial;
        padding: 120px 20px 0 20px;
    }
    .sidebar .logo {
        display: none;
    }
    .sidebar h3 {
        font-size: 24px;
        text-align: center;
        padding-bottom: 15px;
    }
    .sidebar ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .sidebar ul li {
        width: calc(calc(100% - 20px) / 2);
        font-size: 15px;
    }
    .banner_info {
        padding: 20px;
    }
    .single_banner_area .banner_wrap img,
    .banner_wrap img {
        height: 170px;
    }
    .single_banner_area .banner_info {
        padding-top: 20px;
    }
    .product_pic {
        min-height: 123px;
    }
    .package_information h6 {
        font-size: 11px;
    }
    .package_information h4,
    .package_information h4 a,
    .product_specification {
        font-size: 15px;
    }
    .specification_col span,
    .specification_col strong {
        font-size: 13px;
    }
    .specification_col:nth-child(2) {
        padding-left: 10px;
        width: 60%;
    }
    .package_information {
        padding: 0 10px 20px 10px;
    }
    .product_pic {
        padding-bottom: 15px;
    }
    .package_information h5 strong {
        font-size: 15px;
    }
    .package_information h5 span {
        font-size: 14px;
    }
    .package_information h5 {
        font-size: 14px;
    }
    .package_information h5 {
        position: absolute;
        left: 10px;
        bottom: 12px;
        z-index: 2;
    }
    .specification_col strong small {
        top: inherit;
    }
    .footer_widget h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer_widget h5 {
        font-size: 14px;
    }
    .footer_widget p,
    .footer_widget ul li {
        font-size: 13px;
        padding: 3px 0;
    }
    .footer_widget {
        width: 100%;
        padding-bottom: 30px;
    }
    .footer {
        padding-bottom: 10px;
    }
    .footer_left {
        padding-bottom: 0;
    }
    .package_information h5 strong {
        padding-left: 0;
    }
    .footer_contact {
        position: absolute;
        display: block;
        top: -200px;
        margin: 0 auto;
        left: 0;
    }
    .footer_area {
        padding-top: 270px;
    }
    .main_content {
        padding-bottom: 250px;
    }
}

@media screen and (max-width: 600px) {
    .footer_contact {
        width: 400px;
        height: 400px;
        padding: 42px 20px 20px 20px;
        top: -150px;
    }
    .footer_logo {
        width: 120px;
    }
    .footer_contact h4 {
        font-size: 24px;
    }
    .footer_form .form-control {
        font-size: 13px;
    }
    .form_group {
        padding-bottom: 5px;
    }
    .footer_form .submit {
        font-size: 14px;
    }
    .footer_contact h4 {
        font-size: 24px;
        max-width: 200px;
        padding-bottom: 7px;
    }
    .footer_form {
        max-width: 200px;
    }
    .footer_area {
        padding-top: 180px;
    }
    .main_content {
        padding-bottom: 190px;
    }
}
@media screen and (max-width: 450px) {
    .footer_contact {
        width: 340px;
        height: 320px;
        padding: 46px 20px 20px 20px;
        top: -117px;
    }
    .main_content {
        padding-bottom: 155px;
    }
    .footer_area {
        padding-top: 140px;
    }
    .footer_logo {
        width: 110px;
        padding-bottom: 10px;
    }
    .footer_contact h4 {
        font-size: 20px;
        max-width: 170px;
        padding-bottom: 5px;
    }
    .footer_form {
        max-width: 170px;
    }
    .footer_form .form-control {
        height: 25px;
    }
}
@media screen and (max-width: 640px) {
    .select_product strong {
        font-size: 16px;
    }
    .select_product_small .select_product_item {
        padding: 6px 10px;
    }
    .select_product strong {
        display: block;
        width: 100%;
    }
    .product_price strong {
        font-size: 26px;
    }
}

.hidden_fields {
    /* 	opacity:0; */
    position: absolute;
    /* 	width: 0; */
    height: 0;
    overflow: hidden;
}

.fancybox-content {
    max-width: 660px;
    padding: 40px 55px;
    width: 100%;
}

.fancybox-content .wrap_input {
    margin-bottom: 20px;
}

.fancybox-content .wrap_input input {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #4a4a49;
    width: 100%;
    color: #4a4a49;
    height: 50px;
}

.fancybox-content .wrap_submit {
    text-align: right;
    margin-top: 40px;
}
.fancybox-content .wrap_submit input {
    font-size: 32px;
    color: #097eb5;
    line-height: 1;
    font-weight: 400;
    font-family: var(--anton-font);
    border: 0;
    background: transparent;
    cursor: pointer;
}
.fancybox-content .wrap_submit .wpcf7-spinner {
    position: absolute;
}

.form-product-variation .btn-cart-submit {
    display: none;
}

.product_price {
    gap: 30px;
}

.btn_pop {
    display: flex;
    font-size: 18px;
    line-height: 1;
    padding: 11px 26px 11px 60px;
    background: url(assets/images/shopping_icon.svg) no-repeat left 26px center;
    background-color: #26377b;
    color: #fff;
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: none;
}

.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.flex-direction-nav li a {
    background-repeat: no-repeat;
    font-size: 0;
    width: 9px;
    height: 11px;
    display: block;
}

.flex-nav-prev a {
    background-image: url(assets/images/left_arr.png);
}

.flex-nav-next a {
    background-image: url(assets/images/right_arr.png);
}

.tab_content_col {
    width: 100%;
}
