body {
    background-color: #fff;
    color: #000;
}

.bg-grey {
    background-color: rgba(229, 228, 218, 0.47);
}

a {
    text-decoration: none;
    color: #00a3d7;
}

a:hover {
    color: #000;
}

.header {
    transition: all 0.3s;
    background-color: #fff;
}

.logo {
    /* text-align: center; */
    padding: 10px 0;
}

.logo img {
    width: 200px;
}

.menu_border {
    background-color: #f9f9f9;
}

.menu {
    height: 106px;
    display: flex;
    align-items: center;
}

.menu ul {
    list-style: none;
    display: flex;
    color: #000;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 15px 12px;
    list-style: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.menu ul li a {
    color: #000;
    padding: 15px 0;
    font-size: 14px;
    text-decoration: none;
}

.menu ul li a:hover {
    transition: all 0.3s;
    text-decoration: none;
    color: #00a3d7;
}

.login {
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.login i {
    font-size: 28px;
}

.main_banner_area img {
    width: 100%;
}

.main_area {}

.entry_title a {
    color: #282828;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

.entry_title a:hover {
    color: #08b409;
}

.entry_meta {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.entry_meta .entry_date,
.entry_meta .author_name {
    padding-right: 12px;
}

.entry_meta .author_name a,
.entry_meta .comments a {
    color: #00a3d7;
    text-decoration: none;
}

.entry_meta .author_name a:hover,
.entry_meta .comments a:hover {
    color: #000;
}

.main_left img {
    width: 100%;
}

.border_plus {
    border: 2px solid #696969;
    padding: 10px 10px;
    text-align: center;
    margin-top: 1em;
}

.main_right {
    word-wrap: break-word;
}

.content_img {}

.content_img img {
    width: 100%;
}

.content_detail {
    line-height: 28px;
    padding: 0 10px;
    font-size: 16px;
    color: #676767;
}

.border_left {
    border-right: 1px solid #5e5e5e !important;
}

.border_bottom {
    border-bottom: 1px solid #5e5e5e !important;
    padding-bottom: 40px;
}

.side_detail {
    padding-left: 15px;
}

.side_detail.border_bottom {
    padding: 20px 15px;
}

.side_detail h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
}

.side_detail ul {
    margin-bottom: 0;
}

.side_detail ul li {}

.side_detail ul li a {
    color: #00a3d7;
    text-decoration: none;
    font-size: 13px;
}

.side_detail ul li a:hover {
    color: #7aa4d7;
}

.side_detail .content_img {
    padding: 10px 0;
}

.side_img_text {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.side_img_text .img_text a {
    color: #00a3d7;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.side_img_text .img_text a:hover {
    color: #7aa4d7;
}

.side_img_text .img_text a img {
    width: 100px;
    margin-top: 10px;
}

.side_img_text .img_text a img:hover {
    opacity: 0.9;
}

.side_img_text .img_text a p {
    text-transform: uppercase;
    font-size: 12px;
    width: 90px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0px;
}

.button {
    text-align: center;
}

.button a {
    color: #00a3d7 !important;
    text-decoration: none;
    font-size: 13px;
}

.button a:hover {
    color: #7aa4d7;
}

.pagination_link {}

.pagination_link ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.pagination_link ul li {
    padding: 0 5px;
}

.pagination_link ul li a {
    border: 1px solid #ddd;
    padding: 4px 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.pagination_link ul li a:hover,
.pagination_link ul li .active {
    background-color: #00a3d7;
    border-color: #00a3d7;
    color: #fff;
}

.text_content h3 {
    font-family: "Raleway", Arial, Roboto, Sans-serif;
    font-weight: 700;
    font-size: 29px;
}

.text_content p {
    font-family: "Merriweather", Arial, Roboto, Sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 26px;
    font-size: 16px;
}

.border_none {
    border: 0 !important;
}

.back_banner {
    position: relative;
}

.back_banner img {}

.back_banner a {
    position: absolute;
    z-index: 99999;
    top: 50%;
    right: 40%;
    background: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
}

.footer_widgets {
    background-color: #fff !important;
    padding: 4em 0;
}

.foot_text h2 {
    color: #0c96cf;
    font-weight: 700;
}

.foot_but {
    margin: 4em 0;
}

.foot_but a {
    fill: #ffffff;
    color: #ffffff;
    background-color: #0c96cf;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
}

.footer_link {
    padding: 40px 0;
    text-align: center;
}

.footer_link h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
}

.footer_link ul {
    margin-left: 0;
    padding-left: 0;
}

.footer_link ul li {
    list-style: none;
}

.footer_link ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.footer_link ul li a:hover {
    text-decoration: none;
    color: #00a3d7;
}

.copy_foot {}

.copy_foot p {
    text-align: center;
    font-size: 13px;
    padding-top: 15px;
    color: #000;
}

.section_area {
    padding: 65px 0;
}

.title_area {
    margin-bottom: 40px;
}

.title_area h3 {}

.form-control {
    background: transparent;
    color: #000;
    margin-bottom: 25px;
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #00a3d7;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::placeholder {
    color: #000 !important;
}

.sub_but {
    background-color: #00a3d7;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #08b409;
    margin-bottom: 25px;
    border-radius: 5px;
}

.sub_but:hover {
    background-color: transparent;
    color: #00a3d7;
}

.contact_details {}

.contact_details h4 {
    margin-bottom: 25px;
}

.contact_details ul {
    list-style: none;
    padding-left: 15px;
}

.contact_details ul li {
    margin-bottom: 20px;
}

.contact_details ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
}

.contact_details ul li:hover a {
    color: #00a3d7;
}

.contact_details ul li a i {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    margin-right: 20px;
    background: transparent;
}

.contact_details ul li:hover a i {
    background-color: #00a3d7;
    border: 1px solid #000;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pb-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.main_right {}

.prod_dir {
    display: flex;
    justify-content: space-between;
}

.prod_dir h3 {
    font-size: 28px;
    font-weight: 700;
}

.prod_dir p {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}

.prod_but {
    display: flex;
    justify-content: space-between;
}

.prod_but ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.prod_but ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.prod_but ul li span {
    font-size: 14px;
}

.prod_but ul li a {
    border: 2px solid #000;
    padding: 2px 10px;
}

.blr-0 {
    border-left: 0 !important;
    border-right: 0 !important;
}

.bg_dark {
    background-color: #000;
    color: #fff;
}

.bg_dark:hover {
    color: #00a3d7;
}

.but_buy {
    margin-left: 12px;
    margin-top: 4px;
}

.but_buy a {
    padding: 5px 18px;
    background-color: #f00;
    color: #fff;
}

.but_buy a:hover {
    background-color: #00a3d7;
}


/*# sourceMappingURL=style.css.map */

.sub_check,
.sub_check1 {
    margin: 0px 0;
    position: relative;
}

.sub_check h4,
.sub_check1 h4 {
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: underline;
    color: #000;
    margin-bottom: 10px;
}

.sub_check label,
.sub_check1 label {
    margin-bottom: 0;
    color: #000;
}

.sub_check1 label {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.sub_check input,
.sub_check1 input {
    position: absolute;
    top: 5px;
    line-height: unset;
    height: 15px !important;
    width: 15px !important;
}

.sub_check1 input {
    top: 2px;
}

.sub_check p,
.sub_check1 p {
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: unset;
    color: #000;
}

.sub_check a,
.sub_check1 a {
    color: #00a3d7;
    text-decoration: none;
}

.sub_check a:hover,
.sub_check1 a:hover {
    color: #000;
}


/* ======= Start Captcha ======= */

.captcha {
    background-color: transparent;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 20px 0;
}

.text_cap {
    font-size: 12px;
    font-weight: 700;
    margin-right: 1em;
    color: #000;
}

.spinner1 {
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    margin: 0px 10px 2px 5px;
    align-items: center;
    justify-content: center;
}

.spinner1 input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    margin: 0;
    height: unset;
    opacity: 0;
}

.spinner1 input[type="checkbox"]+.checkmark {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 4px;
}

.spinner1 input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -10px;
    transform: rotate(45deg);
    width: 13px;
    height: 25px;
    opacity: 0;
}

.spinner1 input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #0acc71;
}

.spinner1 input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #0acc71;
}

.spinner1 input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}

.spinner1 input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}

.spinner1 input[type="checkbox"]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards;
}

.spinner1 input[type="checkbox"]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.logo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: self-start;
    margin: 10px 10px;
}

.logo1 img {
    height: 18px;
    width: 18px;
}

.logo1 p {
    color: #000;
    font-size: 10px;
    font-weight: 900;
    margin: 3px 0px 0 0;
    line-height: 20px;
}

.logo1 small {
    color: #9d9ba7;
    margin: 0;
    font-size: 10px;
}

.logo1 a {
    color: #00a3d7;
}

.logo1 a:hover {
    color: #000;
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }
    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }
    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    90% {
        border-width: 4px;
    }
    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}


/* ======= End Captcha ======= */

.log_reg p {
    font-size: 14px;
}

.log_reg a {
    color: #00a3d7;
    text-decoration: none;
}

.log_reg a:hover {
    color: #000;
}

.terms_detail {
    line-height: 28px;
    font-size: 16px;
    color: #676767;
}

.terms_detail h3 {
    font-size: 21px;
    font-weight: 700;
}


/* Tab Style */


/* GENERAL TAB STYLES */

.tab-group__title {
    text-align: center;
    margin: 0 0 4rem;
    color: #fff;
    mix-blend-mode: soft-light;
}

.tab-group {
    padding: 2rem 0;
    overflow-x: hidden;
}

.hb-tabs {
    max-width: 832px;
    margin: 0 auto;
    background-color: #fff;
}

.hb-tabs__nav {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 0;
    padding: 0;
}

.hb-tabs__nav-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: normal;
    text-align: center;
}

.hb-tabs__nav-list-link {
    color: var(--tab-panel-c);
    padding: 1rem 2rem;
    text-decoration: none;
    display: block;
}

.hb-tabs__nav [aria-selected="true"] {
    position: relative;
}

.hb-tabs__nav [aria-selected="true"] {
    color: #000;
    font-weight: 700;
    background-color: #fff;
}

.hb-tabs__panel {
    padding: 2rem 3rem;
    display: block;
}

.hb-tabs__panel[aria-hidden="true"] {
    display: none;
}

.hb-tabs__panel p {
    color: var(--tab-panel-c);
}


/* TAB GROUP 0 */

.tab-group--0 .tab-group__title {
    color: #ddd;
    mix-blend-mode: multiply;
}

.tab-group--0 .hb-tabs {
    border-bottom: 3px solid #555;
}

.tab-group--0 .hb-tabs__nav {
    gap: 0;
    background-color: #eee;
    position: relative;
}

.tab-group--0 .hb-tabs__nav-list-item {
    flex-grow: 1;
    position: relative;
}

.tab-group--0 .hb-tabs__nav-list-item::before {
    content: "";
    width: 100%;
    height: 3px;
    postion: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    background-color: #555;
    z-index: 10;
    display: block;
}

.tab-group--0 .hb-tabs__nav-list-item:has([aria-selected="true"])::before {
    transform: scaleY(1);
    transition: transform 0.65s ease;
}

.tab-group--0 .hb-tabs__nav {}