h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p,
button,
label,
input,
textarea,
select {
    font-family: poppins, sans-serif;
}

body {
    scroll-behavior: smooth;
}

section {
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a:focus {
    box-shadow: none !important;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 1050px) {
    .wrap {
        padding: 0 51px;
    }
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.wrap {
    padding: 0 120px;
}

.wrap_2 {
    padding: 0 226px;
}

@media (max-width: 1279px) {
    .wrap_2 {
        padding: 0 45px;
    }
}

button {
    transition-duration: 0.3s;
    transition-property: transform;
}

@media (max-width: 991px) {
    p {
        font-size: 15px !important;
        line-height: 1.7;
    }

    .wrap {
        padding: 0 31px !important;
    }

    .wrap_2 {
        padding: 0 31px !important;
    }
}

@media (min-width: 991.98px) and (max-width: 1237px) {
    .wrap {
        padding: 0 49px;
    }
}

@media (max-width: 450px) {
    p {
        font-size: 13px !important;
    }
}

@media (max-width: 385px) {
    .wrap {
        padding: 0 22px !important;
    }
}

.form-control:focus {
    box-shadow: none;
    border-color: #fff;
}


/* ========================================================= */

.navbar_main {
    background: #fff !important;
    padding: 13px 0;
}

.navbar_main img {
    width: 200px;
}

.navbar_main li a {
    transition: all 0.3s;
    font-weight: 400;
    color: #616161 !important;
    padding-left: 20px !important;
}

.navbar_main li a:hover {
    color: #000 !important;
    font-weight: 400;
}

.navbar_main li .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: translateX(-20%);
    transition: transform 900ms ease;
    -moz-transition: transform 900ms ease;
    -webkit-transition: transform 900ms ease;
    -ms-transition: transform 900ms ease;
    -o-transition: transform 900ms ease;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 5px;
    visibility: hidden;
}

.navbar_main .dropdown:hover .dropdown-menu {
    transform: translateX(0);
    visibility: visible;
}


.navbar_main li .dropdown-menu li a {
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    color: #7c7b7b;
}

.navbar_main li .dropdown-menu li a:hover {
    background: none;
    margin-left: 5px;
}

.nav_scroll {
    background: #fff !important;
    padding: 18px 0 !important;
    box-shadow: 0 2px 10px -3px #00000033;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav_scroll .navbar-brand img {
    width: 165px;
}


.offcanvas_main img {
    width: 158px;
}

.offcanvas_main .offcanvas-header {
    border-bottom: 1px solid #ccc;
}

.nav_off_canvas li a {
    color: #767676;
    font-weight: 500;
}

.nav_off_canvas li a:hover {
    color: #000 !important;
    font-weight: 500;
}

.offcanvas_main {
    border: none;
    border-radius: 0 16px 16px 0;
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

footer {
    background-color: #0094F4;
    color: #fff;
    padding: 45px 0;
    padding-bottom: 30px;
}

footer h5 {
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 22px;
}

footer p {
    color: #ffffff;
}

footer .social-icons {
    margin-top: 30px;
}

footer img {
    width: 192px;
    padding-bottom: 3px !important;
}

footer .social-icons a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

footer .social-icons i {
    font-size: 20px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

footer ul li {
    margin-bottom: 14px;
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 300;
}

footer a:hover {
    color: #fff;
    margin-left: 5px;
}

h5.copyright {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
}

h5.copyright a {
    font-weight: 600;
}

h5.copyright a:hover {
    margin: 0;
}


.bnr_inner_main {
    background: #0094F4;
}


.bnr_sec_1 {
    background: #0094F4;
    padding: 129px 55px;
    color: #fff;
}

section.bannner {
    margin-top: 15px;
}

.bnr_sec_1 h6 {
    color: #0094F4;
    background: #ffffffcf;
    width: fit-content;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 18px;
    animation: drop-in 1s ease 500ms backwards;
}


.bnr_sec_1 h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 9px;
    animation: drop-in 1.2s ease 500ms backwards;
}

.bnr_sec_1 p {
    animation: drop-in 1.3s ease 500ms backwards;
}

button.btn_bnr {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 12px;
    color: #0094F4;
    font-weight: 500;
    margin-top: 19px;
    animation: drop-in 1.4s ease 500ms backwards;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button.btn_bnr:hover {
    background: none;
    color: #fff;
}

.bnr_sec_2 {
    background: #F8EC52;
    color: #fff;
    height: 100%;
    box-shadow: -9px 0px 37px -16px rgba(0, 0, 0, 0.60);
    padding: 66px 41px;
}

.bnr_sec_2 img {
    margin: auto;
    display: block;
    animation: bounce 1s cubic-bezier(1, 1, 1, 1) infinite;
    animation-direction: alternate;
}

section.home_catg {
    margin: 50px 0;
}

.categ_box {
    border: 1px solid #DBDBDB;
    padding: 25px 35px;
    /* padding-bottom: 14px; */
}

div#categ_slide_home h4 {
    border-right: 1px solid #B7B7B7;
    text-align: center;
    color: #676767;
    padding: 13px 12px;
    font-weight: 200;
    margin-bottom: 0;
    transition: color 0.3s ease, font-weight 0.3s ease;
    font-size: 21px;
}

div#categ_slide_home h4:hover {
    color: #0094F4;
    font-weight: 500;
}

section.about {
    margin-bottom: 50px;
}

.img_abou_sec {
    position: relative;
}

img.img_pos_abou {
    position: absolute;
    right: 18%;
    bottom: 22%;
    width: 65px;
    animation: bounce 1s cubic-bezier(1, 1, 1, 1) infinite;
    animation-direction: alternate;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 20px, 0);
    }
}

.about_pad {
    padding: 50px 0;
    border-color: #DBDBDB !important;
}

.img_main_abou {
    animation: sway 3s linear infinite alternate;
}

@keyframes sway {
    0% {
        transform: rotate(2deg) translateY(5px);
    }

    100% {
        transform: rotate(-2deg) translateY(-5px);
    }
}

.about_con_main h6 {
    color: #ffffff;
    background: #0094F4;
    width: fit-content;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 18px;
}

p.home_abo_con {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about_con_main h2 {
    font-size: 41px;
    margin-top: 22px;
    margin-bottom: 14px;
    font-weight: 700;
    max-width: 100%;
    line-height: 1.3;
}

.about_con_main h2 span {
    color: #0094F4;
}

.about_con_main p {
    color: #868686;
    text-align: justify;
    margin-bottom: 41px;
}

button.btn_main_1 {
    background: #ffffff;
    border: 1px solid #0094F4;
    padding: 9px 16px;
    color: #0094F4;
    font-weight: 500;
    margin-right: 9px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button.btn_main_1:hover {
    background: #0094F4;
    color: #fff;
}

button.btn_main_2 {
    background: #0094F4;
    border: 1px solid #0094F4;
    padding: 9px 16px;
    color: #fff;
    font-weight: 500;
    margin-right: 9px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button.btn_main_2:hover {
    background: none;
    color: #0094F4;
}

section.brands_home {
    margin-bottom: 50px;
}

section.brands_home h2 {
    font-size: 41px;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 90%;
    line-height: 1.3;
    color: #8FD0FA;
}

section.brands_home h2 span {
    color: #0094F4;
}

section.brands_home p {
    color: #868686;
    max-width: 90%;
    margin: 16px auto;
    margin-top: 0;
}

.card_brand_main {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(72, 93, 254, 0.33);
    padding: 28px 40px;
    margin: 23px 15px;
}

.card_brand_main img {
    height: 32px !important;
    width: auto !important;
    margin: auto;
    margin-bottom: 15px;
}

.card_brand_main h6 {
    text-align: center;
    font-size: 17px;
    color: #0094F4;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

div#brand_slide_home {
    margin-top: 25px;
}

#brand_slide_home .owl-dots button {
    width: 8px;
    height: 8px;
    background: #7DC8F9 !important;
    margin-right: 6px;
}


#brand_slide_home .owl-dots button.active {
    width: 22px;
    background: #0094F4 !important;
}

#brand_slide_home .owl-dots {
    text-align: center;
    margin-top: 11px;
}

section.division_main {
    margin-bottom: 50px;
    background: #0094f4;
    color: #fff;
    padding: 73px 0;
}

section.division_main h2 {
    font-size: 41px;
    margin: auto;
    margin-bottom: 7px;
    font-weight: 700;
    max-width: 90%;
    line-height: 1.3;
    color: #ffffff;
}

section.division_main p {
    max-width: 90%;
    margin: auto;
    margin-bottom: 21px;
}

button.btn_main_3 {
    background: #0094F4;
    border: 1px solid #fff;
    padding: 9px 16px;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button.btn_main_3:hover {
    background: #fff;
    color: #0094F4;
}

.card_division_main {
    background: #F8EC52;
    background-image: url(../images/bg_div.png);
    padding: 47px 20px;
    text-align: center;
    border-radius: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_division_main h6 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}

.card_division_main button {
    padding: 6px 17px;
    margin-right: 0;
}

.common_head {
    display: flex;
    align-items: center;
}

section.retailers_home {
    margin-bottom: 50px;
}

.common_head h4 {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.card_retails {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 148, 244, 0.23);
    padding: 40px 25px;
    text-align: center;
    margin-top: 26px;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid #fff;
}

.card_retails:hover {
    box-shadow: none;
    border: 1px solid #0094f4;
}

.card_retails img {
    height: 30px;
}

.products_main_home {
    margin-bottom: 50px;
}

.card_product_main {
    border-radius: 20px;
    border: 2px solid #0094F4;
    background: #FFF;
    padding: 16px;
    margin-top: 26px;
}

.card_product_main img {
    margin-bottom: 14px;
    border-radius: 20px 20px 0px 0px;
    transition: border-radius 0.3s ease;
}

.card_product_main h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.card_product_main button.btn_main_2 {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.card_product_main p {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.card_product_main:hover h6 {
    color: #0094f4;
}

.card_product_main:hover img {
    border-radius: 20px;
}

.card_product_main:hover p {
    color: #0094f4d1;
}

.card_product_main button.btn_main_2:hover {
    background: #fff;
    color: #0094F4;
}

.store_main {
    margin-bottom: 50px;
}

.card_store {
    border: 1px solid #DADADA;
    padding: 40px 29px;
    text-align: center;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.card_store img {
    height: 30px;
    transition: .5s;
}

.card_store:hover {
    border: 1px solid #0094F4;
    background-color: #0094F4;
}

.card_store:hover img {
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);
}

.video_sec_main {
    margin-bottom: 50px;
}

.play {
    position: absolute;
    width: fit-content !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    transition: filter 0.3s ease;
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.31));
    width: 60px !important;
}

.overlay {
    position: absolute;
    background: #0094f473;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 15px;
    background: linear-gradient(to right, #0094f473 50%, #0092f4a9 50%);
    background-size: 200% 100%;
    transition: background-position 0.3s ease;
}

.video_img_main {
    border-radius: 15px;
}

.video_img {
    margin-top: 26px;
}

.video_img:hover .play {
    animation: pulse 1s infinite;
    filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.31));
}

.video_img:hover .overlay {
    background-position: -100% 0;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


section.inner_banner {
    margin-top: 15px;
}

.inner_bnr_bg {
    background: #0094F4;
    box-shadow: 0px 0px 51px 0px #025A93 inset;
    padding: 150px 45px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.inner_bnr_bg h1 {
    color: #000;
    font-family: Poppins;
    font-size: 53px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: auto;
    margin: auto;
    padding: 8px 17px;
}

.inner_bnr_bg h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #F8EC52;
    /* Set your desired background color */
    z-index: -1;
    animation: slideIn 1.5s ease-in-out forwards;
}


@keyframes slideIn {
    from {
        left: -50%;
    }

    to {
        left: 0;
    }
}


section.about_secon_sec {
    margin-bottom: 50px;
}

section.about_secon_sec h3 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

section.about_secon_sec p {
    color: #868686;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0;
}

.vision_mission {
    margin-bottom: 50px;
}

.card_vis_mis {
    background: #0094F4;
    padding: 36px 21px;
    color: #fff;
    height: 100%;
}

.card_vis_mis h5 {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.card_vis_mis p {
    color: #FFF !important;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.9;
}

.about_img_sec {
    margin-bottom: 50px;
}

.about_img_sec img {
    background-color: #3498db;
    /* Set your desired background color */
    margin-right: 20px;
    animation: bounceAbout 1.5s ease-in-out infinite;
    /* Apply the bounce animation */
}

.about_img_sec .img_abo_1 {
    animation-delay: 0.2s;
    /* Adjust the delay for the second image */
}

.about_img_sec .img_abo_2 {
    animation-delay: 0.4s;
    /* Adjust the delay for the third image */
}

.about_img_sec .img_abo_3 {
    animation-delay: 0.6s;
    /* Adjust the delay for the fourth image */
}

@keyframes bounceAbout {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
        /* Adjust the bounce height */
    }

    60% {
        transform: translateY(-7px);
        /* Adjust the bounce height */
    }
}

section.brands_inner_main {
    margin: 50px 0;
}

.brand_inner_img_logo {
    background: #F8EC52;
    padding: 23px 21px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.brand_inner_img_logo img {
    width: 177px;
}

.brand_inner_main_img {
    box-shadow: 0px 6px 0px 0px #0094F4;
}

.brand_links_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.brand_links_list li {
    padding: 7px 14px;
    border: 1px solid #f8ec52;
    border-radius: 0;
    font-weight: 400;
    margin: 0 11px 10px 0;
    background: #f8ec52;
}

.brand_links_list li a {
    text-align: center;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

section.brands_inner_main h3 {
    color: #000;
    font-family: Poppins;
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
}

section.brands_inner_main p {
    color: #868686;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 25px;
}

section.pagination_main {
    margin-bottom: 50px;
}

ul.pagination {
    justify-content: center;
}

ul.pagination a {
    background: no-repeat;
    border: none;
    font-size: 21px;
    padding: 4px 15px;
    color: #656565;
    margin: 0px 6px;
}

ul.pagination .page-item.active .page-link {
    background: #0094F4;
    color: #fff;
    padding: 4px 15px;
    border-radius: 7px;
    font-weight: 500;
}

ul.pagination .page-link:hover {
    color: #0094F4;
    background: none;
    border: none;
}

ul.pagination .page-link:focus {
    z-index: 3;
    color: #0094F4;
    background: none;
    border: none;
    outline: 0;
    box-shadow: none;
}

nav.pagination_main {
    padding: 25px 5px;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 13%);
    margin-top: 68px;
}

.card_division_main_inner {
    padding: 81px 10px;
}

.card_division_main_inner h6 {
    font-size: 26px;
}



.division_inner_main_sec {
    background-color: #fff;
    padding: 38px;
    text-align: center;
    position: relative;
    margin: 0 4%;
    margin-top: -8%;
    box-shadow: 0px -26px 31px 0px rgba(0, 0, 0, 0.01);
}

.division_inner_main_sec h2 {
    color: #000;
    font-family: Poppins;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
}

.division_inner_main_sec p {
    color: #868686;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 28px;
}

.div_main_slides_sec {
    margin-bottom: 28px;
}

#division_slide_inner_1 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 21px;
}

#division_slide_inner_2 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 21px;
}

#division_slide_inner_1 .owl-nav button {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#division_slide_inner_1 .owl-nav button.owl-prev {}

#division_slide_inner_1 .owl-nav button.owl-next {
    margin-left: auto;
}

#division_slide_inner_2 .owl-nav button {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#division_slide_inner_2 .owl-nav button.owl-prev {}

#division_slide_inner_2 .owl-nav button.owl-next {
    margin-left: auto;
}

section.search_bar_sec {
    margin: 50px 0;
}

.has-search .form-control {
    padding-left: 7px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #5E5E5E;
}

.has-search {
    border: 1px solid #0094F4;
    padding: 8px;
    border-radius: 39px;
}

.has-search input {
    background: none;
    border: none;
    color: #0094F4;
    font-family: "Poppins", sans-serif;
}

.has-search button {
    background: #0094F4;
    color: #fff;
    border: 1px solid #0094F4;
    border-radius: 32px;
    padding: 8px 33px;
    font-size: 15px;
    font-weight: 500;
}

.has-search input::placeholder {
    color: #5E5E5E;
    font-family: "Poppins", sans-serif;
}

.has-search .form-control:focus {
    color: #5E5E5E;
    background: none;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.has-search .btn-secondary:hover {
    color: #0094F4;
    background-color: #ffffff;
    border-color: #0094F4;
}

.card_blog_list {
    padding: 14px;
    border: 1px solid #0094f4;
    margin-bottom: 28px;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.card_blog_list h6 {
    margin-top: 16px;
    color: #0094F4;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}

.card_blog_list h3 {
    color: #6B6B6B;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card_blog_list p {
    color: #868686;
    text-align: justify;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.card_blog_list:hover {
    box-shadow: 0px 0px 26px 0px rgba(0, 148, 244, 0.17);
    border: 1px solid #fff;
}

.pagination_main_blog {
    box-shadow: none !important;
    padding: 0 0 !important;
}

section.blog_detail_main_sec h2 {
    color: #000;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 60%;
    margin-left: 7%;
}

section.blog_detail_main_sec {
    margin-bottom: 50px;
}

section.blog_main_content_inner {
    margin-bottom: 50px;
}


.blog_main_content_inner_sec h5 {
    color: #0094F4;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_main_content_inner_sec p {
    color: #868686;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_main_content_inner_sec h4 {
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_main_content_inner_sec .border-bottom {
    border-bottom: 5px solid #0094F4 !important;
    margin: 23px 0;
}

.prev_blog a {
    color: #454545;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.next_blog a {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_side_bar {
    background: #0094f4;
    height: 100%;
}

.inner_side_pad_blog {
    padding: 19px 30px;
}

.inner_side_pad_blog h5 {
    margin: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}



ul.blog_tags {
    padding: 0;
    list-style-type: none;
}

ul.blog_tags {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

ul.blog_tags li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

ul.blog_tags li {
    margin-bottom: 13px;
    margin-right: 17px;
}

ul.blog_tags li a i {
    font-size: 22px;
}

section.product_main_sec {
    margin: 50px 0;
}

.card_side_products {
    border: 2px solid #0094f4;
    border-radius: 15px;
    height: 100%;
}

.card_side_products h4 {
    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.card_side_products ul {
    list-style-type: none;
    padding: 0;
}

.card_side_products li {
    margin-bottom: 13px;
}

.card_side_products ul li a {
    color: #707070;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
}

.card_side_products ul li a i {
    margin-right: 6px;
}

.card_side_products ul li a:hover {
    margin-left: 5px;
    color: #0094f4;
}

.custom-checkbox .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .form-check-label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
}

.custom-checkbox .form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #adb5bd;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.custom-checkbox .form-check-input:checked+.form-check-label::before {
    background-color: #0094f4;
    border-color: #0094f4;
}

.custom-checkbox .form-check-label::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.custom-checkbox .form-check-input:checked+.form-check-label::after {
    display: block;
}

.form-check.custom-checkbox {
    padding: 0;
}

.card_side_products ul li label {
    color: #707070;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
}

.card_side_products .border-bottom {
    border: 2px solid #0094F4;
}

section.product_main_sec {
    margin: 50px 0;
}

.product_main_list .card_product_main {
    margin-bottom: 26px;
    margin-top: 0;
}

.card_side_products.offcanvas_side_card {
    border: none;
}

.card_side_products.offcanvas_side_card .inner_side_pad_blog {
    padding: 19px 0;
}

.card_side_products.offcanvas_side_card .card_side_products .border-bottom {
    border: 1px solid #0094F4;
}

section.product_detail_sec_one {
    margin: 50px 0;
}


.slide_inner_navs .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 21px;
}

.slide_inner_navs .owl-nav button {
    background: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.slide_inner_navs .owl-nav button.owl-prev {}

.slide_inner_navs .owl-nav button.owl-next {
    margin-left: auto;
}

.product_det_con_sec h5 {
    color: #6A6A6A;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product_det_con_sec h2 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.product_det_con_sec p {
    color: #868686;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: justify;
}

.product_det_con_sec h4 {
    color: #666;
    font-family: Poppins;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

span.p_color {
    background: black;
    width: 50px;
    height: 50px;
    margin-right: 13px;
    border-radius: 50%;
    margin-top: 10px;
    position: relative;
}

span.p_color.active {
    width: 42px;
    height: 42px;
}

.p_color.active::before {
    content: "";
    position: absolute;
    border: 2px solid #0094F4;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 8px;
    background: #fff;
    z-index: -1;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.age_rec_card {
    border-top: 1px solid #0094F4;
    border-bottom: 1px solid #0094F4;
    padding: 18px 0;
    margin: 19px 0;
}

.age_rec_card h3 {
    margin: 0;
    font-size: 19px;
    color: #0094F4;
    font-weight: 400;
    font-style: italic;
}

.product_det_con_sec .brand_links_list li {
    padding: 5px 13px;
    border-radius: 26px;
}

.mfp-figure:after {
    box-shadow: none !important;
}

.product_des {
    margin-bottom: 50px;
}

section.product_des h3 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.product_des p {
    color: #868686;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.contact_main_sec {
    margin: 50px 0;
}

.card.card_contact {
    border-radius: 10px;
    border: 1px solid #9C9C9C;
    background: #FFF;
}

.card_icon {
    border-radius: 10px;
    border: 1px solid #9C9C9C;
    background: #FFF;
    width: fit-content;
    padding: 10px 16px;
    font-size: 22px;
    margin-bottom: 22px;
    color: #000;
}

.card.card_contact h5 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.card.card_contact p {
    color: #646464;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card.card_contact .card-footer {
    background: none;
    border: none;
    padding-bottom: 16px;
}

.card.card_contact .card-footer button {
    background: none;
    padding: 0;
    border: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    transition: text-decoration 0.5s ease, margin-top 0.5s ease;
}

.card.card_contact .card-footer button:hover {
    text-decoration: none;
    margin-top: -19px;
}

.conatct_form_sec {
    margin: 50px 0;
}

section.conatct_form_sec h2 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 29px;
}

section.conatct_form_sec form {
    border-radius: 10px;
    border: 1px solid #9C9C9C;
    background: #FFF;
    padding: 30px;
}

section.conatct_form_sec form label {
    color: #646464;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.conatct_form_sec form input {
    border-radius: 10px;
    border: 1px solid #9C9C9C;
    background: #FFF;
    padding: 9px 9px;
    margin-bottom: 2px;
}

section.conatct_form_sec form textarea {
    border-radius: 10px;
    border: 1px solid #9C9C9C;
    background: #FFF;
    padding: 9px 9px;
    margin-bottom: 2px;
}

section.conatct_form_sec form .form-control:focus {
    box-shadow: none;
    border-color: #9c9c9c;
}

section.conatct_form_sec form button {
    border-radius: 10px;
    background: #0094F4;
    border: 1px solid #0094f4;
    padding: 9px 5px;
    margin-top: 3px;
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

iframe.map_frame {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}




#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#notfound .notfound-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: #F8EC52;
}

#notfound .notfound-bg>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}

#notfound .notfound-bg>div:nth-child(1) {
    left: 20%;
}

#notfound .notfound-bg>div:nth-child(2) {
    left: 40%
}

#notfound .notfound-bg>div:nth-child(3) {
    left: 60%
}

#notfound .notfound-bg>div:nth-child(4) {
    left: 80%
}

#notfound .notfound-bg>div:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -0.5px;
    -webkit-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
    height: 160px;
    width: 2px;
    background-color: #0094F4;
}

@-webkit-keyframes drop {
    90% {
        height: 20px;
    }

    100% {
        height: 160px;
        -webkit-transform: translateY(calc(100vh + 160px));
        transform: translateY(calc(100vh + 160px));
    }
}

@keyframes drop {
    90% {
        height: 20px;
    }

    100% {
        height: 160px;
        -webkit-transform: translateY(calc(100vh + 160px));
        transform: translateY(calc(100vh + 160px));
    }
}

#notfound .notfound-bg>div:nth-child(1):after {
    -webkit-animation: drop 3s infinite linear;
    animation: drop 3s infinite linear;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#notfound .notfound-bg>div:nth-child(2):after {
    -webkit-animation: drop 2s infinite linear;
    animation: drop 2s infinite linear;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#notfound .notfound-bg>div:nth-child(3):after {
    -webkit-animation: drop 3s infinite linear;
    animation: drop 3s infinite linear;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#notfound .notfound-bg>div:nth-child(4):after {
    -webkit-animation: drop 2s infinite linear;
    animation: drop 2s infinite linear;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.notfound .notfound-404 {
    height: 210px;
    line-height: 210px;
}

.notfound .notfound-404 h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 188px;
    font-weight: 700;
    margin: 0px;
    text-shadow: 4px 4px 0px #0094F4;
}

.notfound h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.notfound p {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 25px;
}

.notfound a {
    font-family: 'Lato', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 0px 2px #000, 2px 2px 0px 2px #0094F4;
    box-shadow: 0px 0px 0px 2px #000, 2px 2px 0px 2px #0094F4;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #0094F4;
    -webkit-box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #0094F4;
    box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #0094F4;
}

.notfound-social {
    margin-top: 35px;
}

.notfound-social>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    margin: 0px 5px;
}

.notfound-social>a:hover {
    background-color: #0094F4;
    -webkit-box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #0094F4;
    box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #0094F4;
}


@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}


#banner_slide_home .owl-dots button {
    width: 5px;
    height: 5px;
    background: #fff !important;
    margin-right: 6px;
}

#banner_slide_home .owl-dots {
    margin-top: -11px;
    bottom: -45%;
    position: absolute;
    z-index: 4;
    left: 0;
}

#banner_slide_home .owl-dots button.active {
    width: 22px;
    background: #fff !important;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}


@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-up {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(100% 0 0 0%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.product_side_accordion button {
    padding: 0;
    background: #fff !important;
    color: #707070 !important;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
    border: none !important;
    border-bottom: none !important;
    /* Remove bottom border */
    box-shadow: none !important;
}

.product_side_accordion .accordion-item {
    border: none;
    margin-bottom: 13px;
}

.product_side_accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23707070'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


.product_side_accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23707070'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.product_side_accordion .accordion-body ul li:last-child {
    margin: 0;
}

.product_side_accordion .accordion-body ul {
    margin: 0;
}

.product_side_accordion button:hover {
    color: #0094f4 !important;
}

.product_side_accordion button:hover .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230094f4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.product_side_accordion .accordion-body ul li a {
    display: flex;
    align-items: center;
}

.product_side_accordion .accordion-body ul li a i {
    font-size: 9px;
    margin-right: 8px;
}


.p_color_main_product_filter span {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 12px;
}

.p_color_main_product_filter span.p_color.active {
    width: 22px;
    height: 22px;
}

.p_color_main_product_filter .p_color.active::before {
    width: 30px;
    height: 30px;
}

span.p_color {
    transition: margin-top 0.2s ease;
}

span.p_color:hover {
    margin-top: -3px;
}

.p_color_main_product_filter span.p_color:hover {
    margin-top: -6px;
}

.p_color_main {
    flex-flow: row wrap;
}

.brands_inner_main_list .card_brand_main {
    margin: 0;
    margin-top: 26px;
}

.card_brand_main {
    transition: box-shadow 0.5s ease, border 0.5s ease;
    border: 1px solid #fff;
}

.card_brand_main:hover {
    box-shadow: none;
    border: 1px solid rgba(72, 93, 254, 0.33);
}


.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
    width: 100%;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-top: -5px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
    display: flex;
    color: #000000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}

/* .price-title {
    margin-right: 5px;
    background: #d58e32;
} */

.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #000000;
    font-family: 'poppins', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}


.price-wrap #one_mob,
.price-wrap #two_mob {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #000000;
    font-family: 'poppins', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-wrap label {
    text-align: right;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.custom_radio:checked,
.custom_radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio:checked+label,
.custom_radio:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio:checked+label:before,
.custom_radio:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #adb5bd;
    border-radius: 100%;
    background: #fff;
}

.custom_radio:checked+label:after,
.custom_radio:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #0094f4;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom_radio:checked+label:before {
    border: 1px solid #0094f4;
}


.about_con_main h5 {
    font-size: 18px;
    margin-top: 15px;
    color: #535353;
}