@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
    font-family: "Cormorant Infant", serif;
    color: #383838;
}

.cus_pro {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 23%;
    padding: 15px;
    text-align: center;
    max-width: 23%;
}

.cus_img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.cus_img1{
    
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.cus_img_bor{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
#shop_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    justify-content: start;
}

.shop_price {
    margin: 25px 0 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;

}

.shop_title {
    margin: 10px 0 5px 0;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: "Cormorant Infant", serif;
}

body p {
    font-size: 16px;
    font-weight: 500;
    color: #383838;
    font-family: "Lato", sans-serif;
    line-height: 25px;
}

body h3 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #74CEE4;
}

body img {
    width: 100%;
}

.read_btn a {
    text-decoration: none;
    color: #ffff;
    background-color: #EDBF47;
    padding: 9px 5px;
    text-align: center;
    width: 145px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ffff;
}

.read_btn a:hover {
    background-color: #383838;
}

/* header sec start */

.main_header {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    height: 450px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_header .main_header_inner {
    width: 100%;
    max-width: calc(100% - 200px);
    margin: 0 auto;
}

.main_header .main_header_inner .banner_text {
    text-align: center;
    padding-top: 185px;
    max-width: 50%;
    margin: 0 auto;
}

.main_header.main_home_back {
    height: 700px;
}

.main_header .main_header_inner .banner_text p {
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 30px;
}

.main_header .main_header_inner .banner_text .read_btn_next a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 40px;
    border: 1px solid #ffff;
    border-radius: 5px;
    background-color: #EDBF47;
    transition: .5s ease;
}

.main_header .main_header_inner .banner_text .read_btn_next a:hover {
    background-color: #383838;
}

.shop_sec_wrapper {
    background-color: #FFE8E8;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 60px;
}

.main_header .main_header_inner .banner_text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
}

.trending_toy_right_inner {
    max-width: 100%;
}

ul.sub_menu li {
    padding-bottom: 5px;
}

/* header sec end */
/* Shop By Categories start */
.page_container {
    max-width: calc(100% - 200px);
    margin: 0 auto;
    width: 100%;
}

.shop_sec_wrapper .slider_main_section img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.shop_sec_wrapper .slick-initialized .slick-slide {
    display: block;
}

.shop_sec_wrapper .slick-dots li button:before {
    color: #74cee4;
    font-size: 10px;
}

.shop_sec_wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #74cee4;
}

.shop_sec_wrapper .shop_slider_text {
    text-align: center;
    padding-bottom: 50px;
}

.shop_sec_wrapper .shop_slider_text p {
    padding: 5px 0px;
}

.shop_sec_wrapper .slick-dots {
    bottom: -65px;
}

.shop_sec_wrapper .slick-slider {
    margin-bottom: 40px;
}

.shop_sec_wrapper p {
    text-align: center;
    /* margin-right: 17px; */
    padding: 15px;
}

.shop_sec_wrapper .slick-list.draggable {
    max-height: 200px;
}

/* Shop By Categories end */
/* about us start */
.home_about_sec {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4376_(1).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_about_sec .about_inner_sec {
    width: 100%;
    display: block;
}

.home_about_sec .about_inner_sec_left {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.home_about_sec .about_inner_sec_right {
    width: 44%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 85px;
}

.home_about_sec .about_inner_sec_right p {
    padding-top: 25px;
}

.home_about_sec .about_inner_sec_right .read_btn {
    margin-top: 15px;
}

.haeding_contect {
    position: relative;
}

.img_head_sec {
    position: absolute;
    top: -100px;
    width: 100%;
    left: -45px;
    max-width: 250px;
}

/* about us end */
/* trending_toy_wrapper start */
.trending_toy_wrapper {
    width: 100%;
    padding: 60px 0px;
}

.trending_toy_wrapper .trending_toy_outer {
    width: 100%;
    display: block;
}

.trending_toy_wrapper .trending_toy_left {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
}

.trending_toy_wrapper .trending_toy_right {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.trending_toy_wrapper .inner_box_sec .like_product {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffff;
    background-color: #ffffff6e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending_toy_wrapper {
    width: 100%;
    padding: 60px 0px;
}

.trending_toy_wrapper .trending_toy_outer {
    width: 100%;
    display: block;
}

.trending_toy_wrapper .trending_toy_left {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
}

.trending_toy_wrapper .trending_toy_right {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.trending_toy_wrapper .trending_toy_inner {
    width: 100%;
    display: block;
    margin-top: 25px;
}

.trending_toy_wrapper .product_toy_box {
    display: inline-block;
    width: 23.3%;
    margin-left: 25px;
    transition: 0.3s;
    border-radius: 10px;
}

.trending_toy_wrapper p.see_all_packages {
    margin-top: 12px;
}

.trending_toy_wrapper .product_toy_box:first-child {
    margin-left: 0px;
}

.trending_toy_wrapper .product_toy_box:hover {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
}

.trending_toy_wrapper .inner_box_sec {
    position: relative;
}

.trending_toy_wrapper {
    width: 100%;
    padding: 60px 0px;
    background-image: url('../images/Group_4376_(2).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.trending_toy_wrapper .trending_toy_outer {
    width: 100%;
    display: block;
}

.trending_toy_wrapper .trending_toy_left {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
}

.trending_toy_wrapper .trending_toy_right {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.trending_toy_wrapper .trending_toy_right a {
    color: #74CEE4;
    font-size: 16px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

.trending_toy_wrapper .trending_toy_right a:hover {
    color: #383838;
}

.trending_toy_wrapper .trending_toy_inner {
    width: 100%;
    display: block;
    margin-top: 25px;
}



.trending_toy_wrapper .inner_box_sec {
    position: relative;
}

.trending_toy_wrapper .inner_box_sec .like_product {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffff;
    background-color: #ffffff6e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending_toy_wrapper .inner_box_sec .like_product i {
    color: #ffff;
    cursor: pointer;
}

.trending_toy_wrapper .product_toy_box :hover .like_product i {
    color: #edbf47;
}

.trending_toy_wrapper .toy_price {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    vertical-align: bottom;
}

.trending_toy_wrapper .toy_price .toy_price_left {
    display: inline-block;
    vertical-align: bottom;
    width: 47%;
}

.trending_toy_wrapper .toy_price .toy_price_right {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    text-align: end;
}

.trending_toy_wrapper .toy_price h4 {
    color: #ffff;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.trending_toy_wrapper .toy_price .toy_price_left p {
    color: #FFBC0C;
    font-size: 8px;
}

.trending_toy_wrapper .toy_price .toy_price_right p {
    font-size: 18px;
    color: #ffff;
}

.img_head_next {
    position: absolute;
    top: -104px;
    width: 100%;
    left: -56px;
    max-width: 250px;
}

/* trending_toy_wrapper end */
/* our_testimonials start */
.our_testimonials_wrapper {
    width: 100%;
    text-align: center;
}

.deals_on_trending {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
}

.deals_on_trending video {
    width: 100%;
}

.deals_on_trending_inner {
    position: relative;
    text-align: center;
    margin-bottom: -4px;
}

.deals_on_trending .deals_on_trending_text {
    position: absolute;
    top: 50%;
    left: 25%;
}

.deals_on_trending .deals_on_trending_text h2 {
    color: #ffff;
}

.deals_on_trending .deals_on_trending_text p {
    color: #fff;
}

/* our_testimonials end */

/* article_blog_wrapper start */
.article_blog_wrapper {
    width: 100%;
    padding: 60px 0px;
    background-image: url('../images/Group_4373_(1).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.article_blog_wrapper .article_blog_head {
    width: 100%;
    display: block;
}

.article_blog_wrapper .article_blog_head .view_btn {
    display: inline-block;
    text-align: end;
    width: 50%;
}

.article_blog_wrapper .article_blog_head h2 {
    display: inline-block;
    width: 49%;
}

.article_blog_wrapper .article_blog_inner {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.article_blog_wrapper .article_blog_left {
    display: inline-block;
    width: 48%;
}

.article_blog_wrapper .article_img_right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.article_blog_wrapper .article_box {
    display: block;
    width: 100%;
}

.article_blog_wrapper .article_box_one {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.article_blog_wrapper .article_box_two {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin-left: 18px;
}

.article_blog_wrapper .article_blog_head .view_btn a {
    color: #765847;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.article_blog_wrapper .article_blog_head .view_btn a i {
    margin-left: 4px;
}

.article_blog_wrapper .img_right_article {
    position: relative;
}

.article_blog_wrapper .text_right_article {
    position: absolute;
    bottom: 28px;
    left: 24px;
}

.article_blog_wrapper .text_right_article p {
    color: #ffff;
}

.article_blog_wrapper .text_para {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 8px;
}

.article_blog_wrapper .date_para {
    color: #535353;
}

.article_blog_wrapper .text_right_article h5 {
    color: #ffff;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.article_blog_wrapper .more_text a {
    text-decoration: none;
    color: #765847;
    position: relative;
}

.read_btn_one a {
    text-decoration: none;
    color: #ffff;
    background-color: #EDBF47;
    padding: 5px 5px;
    text-align: center;
    width: 120px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ffff;
    margin-top: 10px;
    transition: .5s ease;
}

/* article_blog_wrapper end */
/* our_gallary_wrapper start */
.our_gallary_wrapper {
    width: 100%;
    padding: 60px 0px;
    background-image: url('../images/Group_4379.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.our_gallary_wrapper .our_gallary_head {
    text-align: center;
    margin-bottom: 20px;
}

.our_gallary_wrapper .our_gallary_head p {
    width: 50%;
    margin: 0 auto;
    line-height: 20px;
    padding-top: 10px;
}

.our_gallary_wrapper .our_gallary_box {
    width: 100%;
    display: block;
    text-align: center;
}

.our_gallary_wrapper .our_gallary_box_one {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    padding: 0px;
}

.our_gallary_wrapper .our_gallary_box_two {
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    margin-left: 25px;
    position: relative;
}

.our_gallary_wrapper .gallary_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    width: 100%;
    text-align: center;
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #edbf47c7;
    border-radius: 8px;
    margin-bottom: 4px;
}

.our_gallary_wrapper .our_gallary_box_two:hover .gallary_text {
    opacity: 1;
}

.our_gallary_wrapper .gallary_text p {
    color: #ffff;
    font-size: 20px;
}

.our_gallary_wrapper .our_gallary_box_three {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.our_gallary_wrapper .toy_inner_one {
    width: 93%;
    margin-bottom: 26px;
    margin-left: 25px;
    position: relative;
}

.our_gallary_wrapper .toy_inner_one:hover .gallary_text {
    opacity: 1;
}

.our_gallary_wrapper .toy_inner_two {
    width: 100%;
    display: block;
}

.our_gallary_wrapper .toy_inner_box {
    display: inline-block;
    width: 34%;
    vertical-align: top;
    margin-left: 25px;
    position: relative;
}

.our_gallary_wrapper .toy_inner_box:hover .gallary_text {
    opacity: 1;
}

.our_gallary_wrapper .toy_inner_box_next {
    width: 54%;
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.our_gallary_wrapper .toy_inner_box_next:hover .gallary_text {
    opacity: 1;
}

.our_gallary_wrapper .our_img_innr_one {
    position: relative;
    margin-bottom: 25px;
}

.our_gallary_wrapper .our_img_innr_one:hover .gallary_text {
    opacity: 1;
}

.our_gallary_wrapper .our_img_innr_two {
    position: relative;
}

.our_gallary_wrapper .our_img_innr_two:hover .gallary_text {
    opacity: 1;
}

/* our_gallary_wrapper end */
/* newsletter start */
.newsletter .newsletter_inner {
    width: 100%;
    padding: 45px 40px;
    background-image: url('../images/Group_4374.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    border-radius: 20px;
}

.newsletter {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 60px 0px;
}

.newsletter .new_submit input[type="email"] {
    padding: 12px;
    text-align: left;
    border: 1px solid #e9e9e9;
    background-color: transparent;
    color: #ffff;
    width: 48%;
    border-radius: 5px;
    outline: none;
}

.newsletter .new_submit span:hover {
    background-color: #383838;
    color: #fff;
}

.newsletter .new_submit span {
    background-color: #fff;
    padding: 11px 20px;
    color: #383838;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    border-radius: 5px;
    transition: .5s ease;
    cursor: pointer;
}

.newsletter .new_submit {
    display: inline-block;
    vertical-align: bottom;
    text-align: end;
    width: 47%;
}

.newsletter .new_head {
    display: inline-block;
    width: 47%;
    color: #ffff;
}

.newsletter .new_head p {
    color: #ffff;
}

.newsletter .footer_submit {
    display: inline-block;
    vertical-align: bottom;
    text-align: end;
    width: 47%;
}

/* newsletter end */
/* footer_section start */
.footer_section {
    background-color: #74CEE4;
    color: #ffff;
    padding: 60px 0px;
    max-width: 1980px;
    margin: 0 auto;
}

.footer_section .footer_box {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
    position: relative;
}

.footer_section .footer_box h3 {
    color: #ffff;
    margin-bottom: 30px;
    font-size: 22px;
}

.footer_section .footer_box .join_footer {
    color: #ffff;
    margin-bottom: 20px;
}

.footer_section .footer_menu {
    display: block;
}

.footer_section .footer_menu p {
    padding: 0px 13px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.footer_section .footer_add {
    margin-bottom: 12px;
}


.footer_box.footer_box_one::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 135px;
    background-color: white;
    right: 1px;
}

.footer_section a {
    text-decoration: none;
    color: #ffff;
}

.footer_section .copy_right {
    color: #ffff;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    padding-top: 30px;
}

.footer_section hr {
    border: 1px solid #ffff;
    margin-top: 75px;
}

.footer_section .footer_box h4 {
    margin-bottom: 18px;
    font-size: 20px;
}

.footer_section .footer_box h4 {
    margin-bottom: 18px;
    font-size: 25px;
}

.footer_section .footer_submit {
    width: 70%;
    position: relative;
    margin: 0 auto;
}

.footer_section .footer_submit input[type="email"] {
    width: 100%;
    padding: 12px;
    text-align: left;
    border: 1px solid #e9e9e9;
    background-color: transparent;
    color: #ffff;
    outline: none;
}

.footer_section .footer_submit span {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    padding: 11px 20px;
    color: #383838;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: .5s ease;
    cursor: pointer;
}

.footer_section .footer_submit span:hover {
    background-color: #383838;
    color: #fff;
}

.footer_section ul {
    display: block;
}

.footer_section ul li {
    display: inline-block;
    margin: 2px;
}

.footer_section ul p {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #74cee4;
    margin-top: 30px;
    transition: 0.3s;
}

.footer_section ul p:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* footer_section end */
/* header */
ul,
ol {
    list-style-type: none;
}

.memu_container {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 200px);
}

.row {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

nav {
    background: transparent;
}

.logo a {
    font-size: 20px;
    font-weight: 700;
    color: #353535;
    text-transform: uppercase;
}

.memu_container .main_menu>ul .actve_menu a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #EDBF47;
    top: 44px;
}

.memu_container .main_menu>ul .actve_menu a {
    color: #EDBF47;
    position: relative;
}

.memu_container .main_menu>ul .actve_menu_two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #EDBF47;
    top: 44px;
}

.memu_container .main_menu>ul .actve_menu_two {
    color: #EDBF47;
    position: relative;
}

.memu_container .main_menu>ul .actve_menu_two i {
    color: #EDBF47;
}

.main_menu ul .icon_clr i {
    color: #EDBF47;
}

.main_menu>ul>li a:hover {
    color: #EDBF47;
}

.main_menu>ul>li:hover i {
    color: #EDBF47;
}

/* normal menu css */

.main_menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 10px 14px;
    font-family: "Lato", sans-serif;
}

.memu_container .logo {
    width: 10%;
}

.main_menu ul li a {
    font-size: 16px;
    padding: 20px 0px;
    font-weight: 400;
    color: #ffff;
    text-decoration: none;
}

.main_menu ul li i {
    color: #ffff;
}

ul.sub_menu li a:hover {
    color: #383838;
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    color: #383838;
}

.memu_container .header_shop {
    width: 30%;
    display: block;
    text-align: end;
}

.memu_container .header_shop_two {
    width: 30%;
    text-align: end;
}

.memu_container .phone_num {
    display: inline-block;
    width: 44%;
    margin-right: 10px;
}

.memu_container .shop_now {
    display: inline-block;
    width: 35%;
}

.memu_container .phone_num a {
    color: #ffff;
    text-decoration: none;
}

.memu_container .phone_num a span {
    padding-left: 13px;
}

.memu_container .shop_now a:hover {
    background-color: #fff;
    color: #383838;
}

.memu_container .shop_now a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background-color: #74CEE4;
    padding: 9px 30px;
    border-radius: 5px;
    border: 1px solid #ffff;
    font-family: "Lato", sans-serif;
    transition: .5s ease;
}

/* Normal Dropdown menu */
.main_menu ul li ul {
    width: 200px;
    background: #EDBF47;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    top: 42px;
    padding: 20px 0px;
}

.main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
}

.main_menu ul li ul li a i {
    float: right;
}

.main_menu ul li ul li ul {
    left: 100%;
    top: 46px;
}

/* mega menu css */
.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 0;
    right: 0;
    background: #EDBF47;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    top: 80px;
}

.mega_menu_item {
    width: 25%;
    padding: 30px 20px;
}

.main_menu ul li .mega_menu_item a {
    padding: 10px 0;
    display: block;
}

.main_menu ul li .mega_menu_item a:hover {
    color: var(--hover-color);
}

.mega_menu_item h3 {
    margin-bottom: 15px;
}

.mega_menu_item img {
    width: 100%;
    cursor: pointer;
    height: 400px;
    object-fit: cover;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.mobile_btn {
    display: none;
}

.tab_nav {
    display: flex;
    position: relative;
}

.tab_nav a {
    display: block;
    text-decoration: none;
}

.tab_nav>li>a {
    padding: 4px 10px;
}

.tab_nav>li {
    position: relative;
}

.tab_nav>li>ul {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 300ms ease-in-out 500ms;
    transition: all 300ms ease-in-out;
}

.tab_nav>li>ul>li>a {
    padding: 4px 10px;
}

.tab_nav .big-tab_nav>ul>li>ul>li a img {
    width: 100%;
    max-width: 100px;
}

.tab_nav>li>ul>li>a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.tab_nav>li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 300ms ease-in-out;
}

.tab_nav>li>a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.tab_nav .big-tab_nav {
    position: static;
}

.tab_nav .big-tab_nav>ul {
    min-height: 400px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.tab_nav .big-tab_nav>ul>li {
    width: 25%;
    position: relative;
}

.tab_nav .big-tab_nav>ul>li>a {
    padding: 10px;
    background: rgba(255, 100, 0, 0.1);
    display: block;

}

.tab_nav .big-tab_nav>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;

}

.tab_nav .big-tab_nav>ul>li.show>ul {
    display: block;
}

.tab_nav .big-tab_nav>ul>li>ul>li {
    display: block;
    width: 100%;
    float: left;
}

.tab_nav .big-tab_nav>ul>li>ul>li.col3 {
    width: 33.3334%;
    padding: 0 10px;
}

.tab_nav .big-tab_nav>ul>li>ul>li>a {
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.tab_nav .big-tab_nav>ul>li>ul>li a {
    padding: 4px 10px;
}

.main_menu {
    width: 60%;
}

.memu_container .header_shop_two {
    display: none;
}

/* header end */


/* about us start */
.page_banner_text {
    padding-top: 100px;
}

.page_banner_text h6 {
    color: #ffff;
}

.page_banner_text h6 a {
    color: #ffff;
    text-decoration: none;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.page_banner_text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 8px;
}

.about_page_sec {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4376_(2).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_page_sec .about_inner_sec {
    width: 100%;
    display: block;
}

.about_page_sec .about_inner_sec_left {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.about_page_sec .about_inner_sec_right {
    width: 44%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 85px;
}

.about_page_sec .about_inner_sec_right p {
    padding-top: 25px;
}

.about_page_sec .about_inner_sec_right .read_btn {
    margin-top: 15px;
}

/* about us end */
/* our_services start */
.our_services {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4388.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_services .our_services_head {
    text-align: center;
}

.our_services .secured_payments_outer {
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 48px;
    text-align: center;
}

.our_services .secured_payments_inner {
    width: 23.5%;
    display: inline-block;
    margin-left: 22px;
}

.our_services .secured_payments_box {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s;
    box-shadow: 0 0px 2px 0 rgb(255 255 255);
    text-align: left;
}

.our_services .secured_payments_box:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.our_services .secured_payments_box a {
    text-decoration: none;
    color: #383838;
}

.our_services .easy_return_left {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.our_services .easy_return_right {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    margin-left: 18px;
    font-family: "Lato", sans-serif;
}

.our_services .easy_return_left img {
    margin: 0 auto;
}

.easy_return_center {
    box-shadow: 0 0 5px #d6d6d6;
    background-color: #74CEE4;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}

.our_services .secured_payments_inner:first-child {
    margin-left: 0px;
}

.our_services .online_support {
    width: 100%;
}

.our_services .online_support_left {
    width: 66%;
    display: inline-block;
    position: relative;
}

.our_services .online_support_right {
    width: 31%;
    display: inline-block;
    margin-left: 33px;
    position: relative;
}

.our_services .online_support .view_img {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}

.our_services .online_support .view_img i {
    color: #ffff;
    font-size: 18px;
}

.our_services .online_support .back_view_img {
    background-color: #ffffff85;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.our_services .online_support_left:hover .view_img {
    display: block;
}

.our_services .online_support_right:hover .view_img {
    display: block;
}

.our_services .easy_return_right h5 {
    font-size: 16px;
}

/* our_services end */
/* our popular start */

.our_popular {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4390.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_popular .our_popular_inner {
    width: 100%;
    display: block;
    text-align: center;
}

.our_popular .our_popular_box {
    display: inline-block;
    width: 19.7%;
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0%);
}

.our_popular .our_popular_box:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.our_popular .our_popular_box .popular_text {
    padding: 65px 18px;
}

.our_popular .our_popular_box .popular_text h2 {
    font-size: 30px;
    padding: 8px 0px;
}

.read_btn_one a:hover {
    background-color: #383838;
}

.our_popular .our_popular_box .popular_text .text_popular {
    font-size: 13px;
    line-height: 20px;
}

/* our popular end */
/* our_testimonial start */
.our_testimonial_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4392.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_testimonial_wrapper .our_testimonial_text {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}

.our_testimonial_wrapper .our_testimonial_text p {
    max-width: 50%;
    margin: 0 auto;
}

#our_testimonial_wrapper .slick-next:before,
.withOptions .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: transparent;
    border-left: 2px solid #000 !important;
    width: 10px !important;
    border-top: 2px solid #000 !important;
    height: 10px !important;
    display: block;
    bottom: 0;
    position: absolute;
}

.our_testimonial_wrapper .slick-next:before {
    rotate: 134deg;
    top: 11px;
    left: 9px;
}

.our_testimonial_wrapper button.slick-prev.slick-arrow {
    background-color: #ffff !important;
}

.our_testimonial_wrapper .slick-prev:before {
    rotate: -45deg;
    left: 13px;
    top: 11px;
}

.our_testimonial_wrapper .slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 35px !important;
    height: 35px !important;
    cursor: pointer;
    color: transparent !important;
    background-color: #fff !important;
    border-radius: 4px;
}

.our_testimonial_wrapper .slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: transparent !important;
}

.our_testimonial_wrapper button.slick-next.slick-arrow {
    right: 63%;
    top: 93%;
}

.our_testimonial_wrapper button.slick-prev.slick-arrow {
    left: 30%;
    z-index: 99;
    top: 93%;
}

.withOptions_text {
    max-width: 40%;
    position: absolute;
    top: 50%;
    display: none;
    transform: translate(-7%, -50%);
}

.withOptions_img.slick-slide.slick-current.slick-active.slick-center .withOptions_text {

    display: block;
}

.withOptions_text .withOptions_box {
    background-color: #ffff;
    padding: 25px;
}

.withOptions_text .withOptions_box h5 {
    font-size: 25px;
    margin-bottom: 18px;
}

.withOptions_text .withOptions_box p {
    font-size: 15px;
    margin-bottom: 45px;
}

.withOptions_text .withOptions_box a.explore {
    color: #fff;
    background-color: #383838;
    text-decoration: none;
    padding: 10px 20px;
    font-family: "Lato", sans-serif;
    border: 1px solid #383838;
}

.withOptions_text .withOptions_box a.explore:hover {
    background-color: #fff;
    color: #383838;
}

.withOptions_img.slick-slide {
    position: relative;
}

.our_testimonial_wrapper .basic,
.withOptions {
    margin: 0 50px;
}

.our_testimonial_wrapper .basic div,
.withOptions div {
    width: 100%;
}

.our_testimonial_wrapper img {
    width: 100%;
    opacity: .5;
}

.withOptions_img.slick-slide.slick-current.slick-active.slick-center img {
    opacity: 1;

}

.our_testimonial_wrapper .slick-list.draggable {
    padding: 0px 150px !important;
}

.our_testimonial_wrapper .slick-initialized .slick-slide {
    display: block;
    padding: 0px 30px;
}

/* our_testimonial end */
/* blog start */

.blog_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4375_(1).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_wrapper .blog_outer {
    width: 100%;
    display: block;
}

.blog_wrapper .blog_left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.blog_wrapper .blog_right {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.blog_wrapper .blog_inner {
    background-color: #ffff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
}

.blog_wrapper .blog_inner_box {
    background-color: #fff;
    border-radius: 14px;
}

.blog_wrapper .blog_inner_box {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 20px;
}

.blog_wrapper .blog_inner_box video {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.blog_wrapper .admin_text {
    width: 100%;
    display: block;
    padding: 25px;
}

.blog_wrapper .admin_text .admin_box {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 18px;
}

.blog_wrapper .admin_text .admin_box h5 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.blog_wrapper .admin_text .admin_box img {
    width: 20px;
    vertical-align: bottom;
    margin-right: 6px;
}

.read_btn a i {
    margin-left: 8px;
    font-size: 15px;
}

.blog_wrapper .admin_text p {
    margin-top: 15px;
}

.blog_wrapper .search {
    width: 100%;
    position: relative;
}

.blog_wrapper .search input {
    padding: 10px;
    border: none;
    background-color: #F8F8F8;
    border-radius: 3px;
    outline: none;
    width: 100%;
    /* max-width: 247px; */
}

.blog_wrapper .search span {
    background-color: #74CEE4;
    color: #fff;
    padding: 8px 12px;
    /* margin-left: -10px; */
    vertical-align: text-bottom;
    font-family: "Lato", sans-serif;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.blog_wrapper .categories_box i {
    color: #74cee4;
}

.blog_wrapper .categories_box h6 {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.blog_wrapper .categories_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    background-color: #F8F8F8;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.blog_wrapper .recent_post {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.blog_wrapper .recent_post a {
    text-decoration: none;
}

.blog_wrapper .recent_post .recent_post_left {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
}

.blog_wrapper .recent_post .recent_post_right {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}

body .blog_wrapper h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.blog_wrapper .blog_inner_block .blog_text_sec {
    padding-bottom: 30px;
    padding-top: 8px;
}

.blog_wrapper .recent_post .recent_post_right img {
    width: 18px;
    vertical-align: bottom;
    margin-right: 8px;
}

.blog_wrapper .recent_post .recent_post_right p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog_wrapper .blog_inner_block {
    background-color: #FFDFDF;
    padding: 25px;
    border-radius: 10px;
}

.blog_wrapper .gallary_box {
    display: inline-block;
    width: 32%;
    padding: 3px;
}

.blog_wrapper .gallary {
    width: 100%;
    display: block;
}

.pagination ul {
    display: block;
    margin-top: 12px;
}

.pagination ul li {
    display: inline-block;
    margin-right: 20px;
    font-family: "Lato", sans-serif;
    vertical-align: middle;
    cursor: pointer;
}

.pagination ul .active {
    background-color: #74cee4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 3px 2px 2px 10px;
    color: #fff;
}

.pagination ul li.next {
    color: #74cee4;
}

.pagination ul li.next i {
    font-size: 12px;
    margin-left: 5px;
}

/* blog end */

/* contact start */

.contact_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4376_(2).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_wrapper .Contact_outer {
    display: block;
    width: 100%;
}

.contact_wrapper .contact_left {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
}

.contact_map .contact_map_left iframe {
    width: 100%;
}

.contact_wrapper .contact_right {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    margin-left: 32px;
}

.contact_wrapper .contact_right h3 {
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 30px;
}

.contact_wrapper .contact_right .leave_reply {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 4px #c1cacb;
}

.contact_wrapper .Contact_outer .form_name {
    width: 48%;
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 12px;
    position: relative;
}

.contact_wrapper .contact_right span {
    position: absolute;
    top: 33px;
    left: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.contact_wrapper .contact_right .message {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 12px;
    position: relative;
}

.contact_wrapper .contact_right .message textarea {
    width: 94%;
    vertical-align: middle;
    outline: none;
    position: relative;
    display: inline-block;
}

.contact_wrapper .contact_right input[type="submit"] {
    margin-top: 40px;
    background-color: #edbf47;
    color: #fff;
    width: 100%;
    padding: 12px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s ease;
    font-family: "Lato", sans-serif;
}

.contact_wrapper .contact_right input[type="submit"]:hover {
    background-color: #383838;
}

.contact_wrapper .Contact_outer .form_email {
    width: 48%;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 12px;
    position: relative;
}

.contact_wrapper .contact_right .website {
    margin-bottom: 25px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 12px;
    position: relative;
}

.contact_wrapper .contact_right textarea {
    border: none;
}

.contact_wrapper .contact_right .message span#mymessage__error {
    top: 22px;
}

ul.sub_menu li:hover i {
    color: #383838;
}

.contact_wrapper .contact_right input {
    border: none;
}

.contact_wrapper .contact_right input {
    border: none;
    outline: none;
    background-color: transparent;
}

.contact_wrapper .contact_right i {
    color: #EDBF47;
    margin-right: 12px;
}

.contact_wrapper .contact_address_outer {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #DBDBDB;
    padding-top: 35px;
}

.contact_wrapper .contact_address_one {
    display: inline-block;
    width: 48%;
}

.contact_wrapper .contact_address_left {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.contact_wrapper .contact_address_right {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.contact_wrapper .contact_address_right a {
    text-decoration: none;
    color: #383838;
    font-size: 15px;
}

.contact_wrapper .email_icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px #dbf0ea;
}

.contact_wrapper .email_icon i {
    color: #EDBF47;
    font-size: 20px;
}

.contact_wrapper .contact_address_right a {
    text-decoration: none;
    color: #383838;
    font-size: 15px;
}

.contact_wrapper .contact_address_right h6 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact_information {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 80px 0px;
    background-image: url('../images/Group_4396.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_information .contact_information_head {
    text-align: center;
}

.heading_text {
    position: relative;
    text-align: center;
}

.img_head {
    position: absolute;
    left: 41%;
    top: -107px;
    width: 100%;
    max-width: 250px;
}

.contact_information .contact_information_outer {
    width: 100%;
    display: block;
    margin-top: 40px;
}

.contact_information .contact_information_box {
    width: 31.5%;
    display: inline-block;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-left: 22px;
}

.contact_information .contact_information_box:first-child {
    margin-left: 0;
}

.contact_information .contact_information_box img {
    max-width: 45px;
}

.contact_information .contact_information_box a {
    text-decoration: none;
    color: #383838;
    font-family: "Lato", sans-serif;
}

.contact_information .inner_box_contact {
    display: block;
}

.contact_information .inner_box_contact_left {
    display: inline-block;
    width: 15%;
    vertical-align: bottom;
}

.contact_information .inner_box_contact_right {
    display: inline-block;
    width: 70%;
    vertical-align: bottom;
}

.contact_information .inner_box_contact_right h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.contact_information .inner_box_contact_right h4 {
    font-size: 20px;
}

.contact_information .contact_info_section {
    padding-top: 20px;
    border-top: 1px solid #DBDBDB;
    margin-top: 35px;
}

.contact_map {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4392.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_map .contact_map_outer {
    width: 100%;
    display: block;
}

.contact_map .contact_map_left {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.contact_map .contact_map_right {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    margin-left: 30px;
}

.contact_map .faq_container {
    border-bottom: 2px solid #DBDBDB;
}

.contact_map .faq_question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.contact_map .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.contact_map .answer {
    padding: 0 10px 20px;
    line-height: 1.5rem;
}

.contact_map .fqa_headline_container h2 span {
    font-weight: 700;

}

.contact_map .faq_question-text h3 {
    font-size: 20px;
    color: #383838;
    font-weight: 500;
}

.contact_map .icon.active {
    background: transparent;
    border: 2px solid #fff;
}

.contact_map .icon:hover {
    cursor: pointer;
}

.contact_map .icon-shape {
    position: relative;
    width: 50px;
    height: 50px;
}

.contact_map .icon .icon-shape::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 3px;
    background: #EDBF47;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.contact_map .icon .icon-shape::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 16px;
    background: #EDBF47;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.contact_map .answer_outer {
    width: 100%;
    display: block;
}

.contact_map .answer_outer .answer_inner_left {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
}

.contact_map .answer_outer .answer_inner_right {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    margin-left: 20px;
}

.contact_map .icon .icon-shape.active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
}

.contact_map .icon .icon-shape.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s ease;
}

/* contact end */
/* service start */
.service_wrapper {
    width: 100%;
    padding: 60px 0px;
    background-image: url('../images/Group_4379.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.service_wrapper .service_outer {
    display: block;
    width: 100%;
}

.service_wrapper .service_left {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.service_wrapper .service_right {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.service_wrapper .service_address_outer {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.service_wrapper .service_address_outer img {
    max-width: 50px;
}

.service_wrapper .service_address_one {
    display: inline-block;
    width: 48%;
    padding: 10px 15px;
}

.service_wrapper .service_address_outer h4 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.service_page .our_services {
    background-image: url('../images/Group_4376_(2).png');
}

.service_page .our_services .easy_return_center {
    background-color: #EDBF47;
}


.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: none;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}


.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #74CEE4;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #74CEE4;
    border-color: #74CEE4;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #383838;
    font-size: 18px;
    margin: 15px 0;
    font-family: "Lato", sans-serif;
}

.testim .cont div p {
    color: #333;
    width: 70%;
    margin: 20px auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}


.our_testimonial_sec {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4388.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_testimonial_sec .testimonial_sec_inner {
    width: 100%;
    display: block;
    margin-top: 50px;
}


.our_testimonial_sec .testimonial_sec_left {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.our_testimonial_sec .testimonial_sec_right {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.testim-cover {
    background-color: #fff;
    border-bottom: 5px solid #EDBF47;
    border-radius: 5px;
}

.our_testimonial_sec .testimonial_sec_right_img {
    width: 100%;
    display: block;
}

.our_testimonial_sec .testimonial_box_one {
    display: inline-block;
    width: 48.2%;
    position: relative;
}

.our_testimonial_sec .testimonial_box_two {
    width: 48.5%;
    display: inline-block;
    margin-left: 13px;
    position: relative;
}

.our_testimonial_sec .testimonial_box_haed {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0px;
    transition: .5s ease;
    overflow: hidden;
    height: 0;
    z-index: 99999;
    width: 100%;
}

.our_testimonial_sec .testimonial_box_one:hover .testimonial_box_haed {
    height: 20%;
}

.our_testimonial_sec .testimonial_box_two:hover .testimonial_box_haed {
    height: 20%;
}

.testo_text_inner.testo_text_inner_one {
    background-color: #ab354ab8;
    padding: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.testo_text_inner.testo_text_inner_two {
    background-color: #0e90c5ad;
    padding: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.our_testimonial_sec .testimonial_box_img {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.our_testimonial_sec .up_hover_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.our_testimonial_sec .text_testimonial {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.our_testimonial_sec .testimonial_box_img:hover .up_hover_text {
    height: 100%;
}

.our_testimonial_sec .text_testimonial p {
    color: #fff;
}

.our_testimonial_sec .text_testimonial h4 {
    color: #fff;
    font-family: "Lato", sans-serif;
}

.our_testimonial_sec .testimonial_box_haed a {

    text-decoration: none;
}

.our_testimonial_sec .testimonial_box_haed a h5 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 15px;

}


/* service end */

/* faq start */

.faq_wrapper {
    width: 100%;
    padding: 60px 0px;
    background-image: url('../images/Group_4379.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.faq_wrapper main {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 30px;
}

.faq_wrapper .topic {
    border: 1px solid #E5E5E5;
    margin-bottom: 18px;
}

.faq_wrapper .open {
    cursor: pointer;
    display: block;
    padding: 0px 20px;
}

.faq_wrapper .expanded {
    transition: all 0.3s ease-in-out;
}

.faq_wrapper .expanded .open {
    background-color: #EDBF47;
}

.faq_wrapper .expanded h2.question {
    color: #fff;
}

.faq_wrapper .question {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Lato", sans-serif;
}

.faq_wrapper .answer {
    font-size: 16px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.faq_wrapper .faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -36px;
    right: 10px;
    width: 10px;
    height: 10px;
    float: right;
    background: transparent;
    border-left: 2px solid #383838;
    border-bottom: 2px solid #383838;
    transition: all 0.3s ease-in-out;
}

.faq_wrapper .faq-o {
    top: -32px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


.faq_wrapper .faq_left {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.faq_wrapper .faq_right {
    width: 48%;
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
}

.faq_wrapper .faq_outer {
    display: block;
    width: 100%;
}

.any_quaestion_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4388.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.any_quaestion_wrapper .any_quaestion_outer {
    width: 100%;
    display: block;
    margin-top: 35px;
}

.any_quaestion_wrapper .any_quaestion_left {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.any_quaestion_wrapper .any_quaestion_left img {
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.any_quaestion_wrapper .any_quaestion_right {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.any_quaestion_wrapper .any_quaestion_outer {
    width: 100%;
    display: block;
    margin-top: 35px;
}

.any_quaestion_wrapper .any_quaestion_right label {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    color: #383838;
}

.any_quaestion_wrapper .any_quaestion_right label span {
    color: #f00;
}

.any_quaestion_wrapper .any_quaestion_right .first_name_form {
    width: 48%;
    display: inline-block;
    margin-bottom: 30px;
}

.any_quaestion_wrapper .any_quaestion_right .form_quaestion {
    display: block;
    width: 100%;
}

.any_quaestion_wrapper .any_quaestion_right .last_form {
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
    margin-left: 20px;
}

.any_quaestion_wrapper .any_quaestion_right .email_form {
    width: 48%;
    display: inline-block;
    margin-bottom: 30px;
}

.any_quaestion_wrapper .any_quaestion_right .phone_form {
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
    margin-left: 20px;
}

.any_quaestion_wrapper .any_quaestion_right .message_form {
    width: 100%;
    margin-bottom: 30px;
}

.any_quaestion_wrapper .any_quaestion_right input {
    border: none;
    padding: 12px;
    width: 100%;
    outline: none;
    border-radius: 5px;
}

.any_quaestion_wrapper textarea {
    width: 100%;
    border: none;
    height: 90px;
    outline: none;
    padding: 10px;
    border-radius: 4px;
}

.any_quaestion_wrapper .any_quaestion_right input[type="submit"] {
    color: #fff;
    background-color: #EDBF47;
    width: 25%;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

/* faq end */
/* Gallary start */
.gallary_wrapper {
    width: 100%;
    padding: 60px 0px;
    background-image: url('../images/Group_4402.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.pagination_wrapper {
    max-width: 200px;
    margin: 0 auto;
}

.gallary_wrapper .gallary_outer_box {
    width: 100%;
    display: block;
}

.gallary_wrapper .gallary_section {
    margin-top: 40px;
}

.gallary_wrapper .gallary_left_one {
    width: 57%;
    display: inline-block;
}

.gallary_wrapper .gallary_right_one {
    width: 40%;
    display: inline-block;
    margin-left: 22px;
}

.gallary_wrapper .gallary_left_two {
    width: 40%;
    display: inline-block;
    margin-top: 20px;
}

.gallary_wrapper .gallary_right_two {
    width: 57%;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Gallary end */
/* privacy_wrapper  start*/
.privacy_wrapper_first {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/Group_4376_(2).png');
}

.privacy_wrapper_first .privacy_first_inner {
    width: 100%;
    display: block;
}

.privacy_wrapper_first .privacy_one_box {
    display: inline-block;
    width: 57%;
}

.privacy_wrapper_first .privacy_two_box {
    width: 40%;
    display: inline-block;
    margin-left: 25px;
    margin-top: 45px;
}

.privacy_wrapper_sec {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4388.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.privacy_wrapper_first h2 {
    font-size: 30px;
    margin-bottom: 12px;
}

.privacy_wrapper_sec h2 {
    font-size: 30px;
    margin-bottom: 12px;
}

.privacy_wrapper_first p {
    margin-bottom: 15px;
}

.privacy_wrapper_sec p {
    margin-bottom: 12px;
}

.deals_on_trending.privacy_on_trending {
    margin-bottom: 30px;
}

/* privacy_wrapper  end*/
/* testimonial start */
.testimonial_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/Group_4404.png');
}

.testimonial_wrapper .testimonial_warren_box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.testimonial_wrapper .testimonial_warren_left {
    width: 48%;
    display: inline-block;
}

.testimonial_wrapper .testimonial_warren {
    width: 100%;
    display: block;
    margin-top: 45px;
}

.testimonial_wrapper .testimonial_warren_right {
    display: inline-block;
    width: 48%;
    margin-left: 20px;
}

.testimonial_wrapper .warren_head_outer {
    width: 100%;
    display: block;
}

.testimonial_wrapper .warren_head_one {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.testimonial_wrapper .warren_head_two {
    width: 54%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.testimonial_wrapper .jones_text_section {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.testimonial_wrapper .warren_head_two h4 {
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
}

.testimonial_wrapper .testimonial_warren_inner {
    margin-bottom: 30px;
}

.testimonial_wrapper .warren_head_two h5 {
    color: #74CEE4;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.testimonial_wrapper .jones_text_left {
    width: 52%;
    display: inline-block;
    vertical-align: middle;
}

.testimonial_wrapper .jones_text_right {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    text-align: end;
}

.testimonial_wrapper .jones_text_right img {
    max-width: 60px;
}

.testimonial_wrapper .reviwe_testimonial i {
    color: #FFBC0C;
    font-size: 12px;
}

.testimonial_wrapper .reviwe_testimonial {
    margin-bottom: 12px;
}

/* testimonial end */
/* inner_blog start */
.inner_blog_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4388.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_blog_wrapper .article_blog_section {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.inner_blog_wrapper .article_blog_left {
    display: inline-block;
    width: 48%;
}

.inner_blog_wrapper .article_blog_right {
    width: 48%;
    display: inline-block;
    margin-left: 30px;
}

.inner_blog_wrapper .article_blog_section .article_blog_box {
    text-align: left;
    background-color: #fff;
    border-radius: 16px;
}

.inner_blog_wrapper .article_blog_section .article_blog_text {
    padding: 30px;
}

.inner_blog_wrapper .article_blog_section .article_blog_text h2 {
    font-size: 26px;
    margin-bottom: 12px;
}

.inner_blog_wrapper .article_blog_section .article_blog_text a {
    text-decoration: none;
    color: #FFBC0C;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-top: 15px;
    display: block;
}

.inner_blog_wrapper .article_blog_section .article_blog_text a:hover {
    color: #383838;
}

.inner_blog_wrapper .article_blog_section .article_blog_text a i {
    font-size: 14px;
    margin-left: 5px;
}

.article_blog_next .article_inner_left {
    width: 48%;
    display: inline-block;
}

.article_blog_next .article_inner_right {
    display: inline-block;
    width: 48%;
    margin-left: 30px;
}

.article_blog_next .article_inner_section {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.article_blog_next .article_box_section {
    display: block;
    width: 100%;
}

.article_blog_next {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4376_(2).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article_blog_next .img_box_one {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -5px;
}

.article_blog_next .img_box_section {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
}

.article_blog_next .img_box_section h4 {
    font-size: 22px;
    margin-bottom: 16px;
}

.article_blog_next .article_box_section {
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 12px;
}

.article_blog_next .img_box_section a {
    text-decoration: none;
    color: #FFBC0C;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-top: 15px;
    display: block;
}

.article_blog_next .img_box_section a:hover {
    color: #383838;
}

.article_blog_next .img_box_section a i {
    font-size: 14px;
    margin-left: 5px;
}

/* inner_blog end */
/* list page start */
.list_page {
    max-width: 1980px;
    background-image: url('../images/Group_4402.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
}

.list_page .toys_inner_img {
    cursor: pointer;
}

/* Filter tab */

.filter_tab {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.filter_tab .availability {
    width: 100%;
    padding-bottom: 40px;
}

.best_sale .best_sale_content .img_head {
    position: absolute;
    left: 21%;
    top: -78px;
    width: 100%;
    max-width: 224px;
}

.filter_tab h4 {
    font-size: 26px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
}

.filter_tab ul {
    list-style: none;
    padding-top: 10px;
    font-family: "Lato", sans-serif;
}

.filter_tab ul li {
    padding: 5px 0px;
    font-size: 16px;
    cursor: pointer;
}

.filter_tab ul li span {
    float: right;
}

.filter_tab ul li span img {
    width: 12px;
}

.filter_submenu {
    display: none;
}

.filter_menu.active {
    display: block;
}

.filter_menu.active .filter_submenu {
    display: block;
}

.filter_menu.active span {
    rotate: 90deg;
}

.filter_tab .categories {
    width: 100%;
    padding-bottom: 40px;
}

.filter_tab .shop_by_age {
    width: 100%;
    padding-bottom: 40px;
}

.filter_tab .shop_by_price {
    width: 100%;
    padding-bottom: 40px;
}

/* filter tab range start */

.filter_tab #range {
    position: relative;
    cursor: pointer;
}

.filter_tab #range::before {
    content: "";
    width: 15.5px;
    height: 15.5px;
    background-color: #0075ff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 3;
    cursor: pointer;
}

.filter_tab #range:focus {
    outline: none;
}

.filter_tab .input_cnt {
    width: 100%;
    margin: 10px auto;
}

.filter_tab input[type="range"] {
    width: 100%;
    height: 5px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.filter_tab input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

/* sidebar tab */
.sidebar_tab {
    width: 100%;
    display: none;
}

.sidebar_tab .sidebar_icon {
    width: 100%;
    background-color: #FFEDA3;
}

.sidebar_tab .sidebar_icon svg {
    fill: #fff;
    margin-left: 10px;
    margin-top: 5px;
}

.sidebar_tab .sidebar_filter_tab {
    max-width: 320px;
    width: 100%;
    display: none;
    vertical-align: top;
    padding: 10px 15px;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.sidebar_tab .sidebar_filter_tab .availability {
    width: 100%;
    padding-bottom: 40px;
}

.sidebar_tab .sidebar_filter_tab h4 {
    font-size: 26px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
}

.sidebar_tab .sidebar_filter_tab ul {
    list-style: none;
    padding-top: 10px;
    font-family: "Lato", sans-serif;
}

.sidebar_tab .sidebar_filter_tab li {
    padding: 5px 0px;
    font-size: 16px;
    cursor: pointer;
}

.sidebar_tab .sidebar_filter_tab ul li span {
    float: right;
}

.sidebar_tab .sidebar_filter_tab ul li span img {
    width: 12px;
}

.sidebar_tab .sidebar_filter_tab .filter_submenu {
    display: none;
}

.sidebar_tab .sidebar_filter_tab .filter_menu.active {
    display: block;
}

.sidebar_tab .sidebar_filter_tab .filter_menu.active .filter_submenu {
    display: block;
}

.sidebar_tab .sidebar_filter_tab .filter_menu.active span {
    rotate: 90deg;
}

.sidebar_tab .sidebar_filter_tab .categories {
    width: 100%;
    padding-bottom: 40px;
}

.sidebar_tab .sidebar_filter_tab .shop_by_age {
    width: 100%;
    padding-bottom: 40px;
}

.sidebar_tab .sidebar_filter_tab .shop_by_price {
    width: 100%;
    padding-bottom: 40px;
}

/* sidebar range start */

.sidebar_tab #range_sidebar {
    position: relative;
    cursor: pointer;
}

.sidebar_tab #range_sidebar::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0075ff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 3;
    cursor: pointer;
}

.sidebar_tab #range_sidebar:focus {
    outline: none;
}

.sidebar_tab .input_cnt_sidebar {
    width: 100%;
    margin: 10px auto;
}

.sidebar_tab input[type="range"] {
    width: 100%;
    height: 5px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.sidebar_tab input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

/* content div start */

.content_div {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
}

.content_div .best_sale {
    width: 100%;
}

.best_sale .best_sale_image {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.best_sale_image img {
    height: 229px;
    object-fit: cover;
}

.best_sale .best_sale_content {
    width: 51%;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 10px;
    text-align: center;
    background-color: #FFE8E8;
    margin-left: -4px;
}

.best_sale .best_sale_content p {
    padding: 10px 0px;
    height: 120px;
    overflow: scroll;
}

.best_sale .best_sale_content p::-webkit-scrollbar {
    display: none;
}

.best_sale .best_sale_content a {
    text-decoration: none;
    background-color: #74CEE4;
    color: #fff;
    padding: 11px 35px;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    border: 1px solid #fff;
    display: block;
    width: 150px;
    margin: 20px auto;
}

.best_sale .best_sale_content a:hover {
    background-color: #fff;
    color: #383838;
}

.content_div .filter_bar {
    width: 100%;
    background-color: #FFEDA3;
    padding: 10px;
    margin: 10px 0px;
}

.content_div .filter_bar img {
    width: 20px;
    height: 20px;
}

.content_div .filter_bar .statebar img {
    width: 2px;
    height: 20px;
}

.content_div .filter_bar ul {
    list-style: none;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.content_div .filter_bar ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.content_div .filter_bar ul.sort {
    text-align: right;
}

.content_div .filter_bar ul select {
    padding: 5px;
}

.content_div .toys {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.content_div .toys .toys_inner {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.content_div .toys .toys_inner ul {
    list-style-type: none;
    text-align: left;
    padding: 10px;
    background: #fff;
    font-family: "Lato", sans-serif;
}

.content_div .toys .toys_inner ul li {
    padding: 5px 0px;
}

.content_div .toys .toys_inner ul li.name {
    font-size: 16px;
    font-weight: 600;
}

.content_div .toys .toys_inner ul li.price {
    font-size: 24px;
    color: #74CEE4;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
}

ul.toys_inner_content li svg {
    fill: #FFBC0C;
    width: 16px;
    height: 16px;
}

ul.toys_inner_content li span {
    float: right;
}

ul.toys_inner_content li span a {
    text-decoration: none;
    background-color: #FFBC0C;
    color: #fff;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    transition: .5s ease;
}


ul.toys_inner_content li span a:hover {
    background-color: #383838;
}


/* Product slider css */
.testimonials_toy_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Rectangle_10912.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials_toy_wrapper .center-slider.center.slick-initialized.slick-slider {
    margin-top: 0px;
}

.testimonials_toy_wrapper .center-slider .slick-slide {
    color: #FFF;
    height: auto;
    /* margin: 0px 15px 0 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    padding-top: 37px;
}

.testimonials_toy_wrapper .slick-list.draggable {
    height: 400px;
}

.testimonials_toy_wrapper .center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.testimonials_toy_wrapper .center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);

}

.testimonials_toy_wrapper .slick-slide img {
    display: block;
    /* width: 125px; */
}

.testimonials_toy_wrapper .slick-next,
.slick-prev {
    z-index: 5;
}

.testimonials_toy_wrapper .slick-next {
    right: 15px;
    top: 75px;
}

.testimonials_toy_wrapper .slick-prev {
    left: 15px;
    top: 70px;
}

.testimonials_toy_wrapper .slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

.testimonials_toy_wrapper .slick-next,
.slick-prev {
    background-color: transparent !important;
    border-radius: 4px;
}

.testimonials_toy_wrapper .slick-next::before,
.slick-prev::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: transparent;
    border-left: 3px solid #74cee4 !important;
    width: 18px !important;
    border-top: 3px solid #74cee4 !important;
    height: 18px !important;
    display: block;
    bottom: 0;
    position: absolute;
}

.testimonials_toy_wrapper .slick-prev:before {
    rotate: -40deg;
}

.testimonials_toy_wrapper .slick-next:before {
    rotate: 135deg;
}

.testimonials_toy_wrapper .slider_content_text {
    display: none;
    position: absolute;
    width: 550px;
    text-align: center;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.img-wish.slick-slide.slick-current.slick-active.slick-center .slider_content_text {
    display: block;
}

.testimonials_toy_wrapper .slider_content_text img {
    width: 65px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 18px;
}

.testimonials_toy_wrapper a {
    color: #383838;
}

.testimonials_toy_wrapper h5 {
    font-size: 22px;
    margin-bottom: 12px;
}

/* product page start */

.Product_page {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4376_(2).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Product_page .card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.Product_page img {
    width: 100%;
    display: block;
}

.Product_page .img-display {
    overflow: hidden;
}

.Product_page .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.Product_page .img-showcase img {
    min-width: 100%;
}

.Product_page .img-select {
    display: inline-block;
}

.Product_page .img-item {
    margin: 0.3rem;
}

.Product_page .img-item:hover {
    opacity: 0.8;
}

.Product_page .product-rating {
    color: #ffc107;
}

.Product_page .product-rating span {
    font-weight: 600;
    color: #252525;
}

.Product_page .product-price {
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 5px;
}

.Product_page .product-rating i {
    font-size: 12px;
}

.Product_page .product-price span {
    font-weight: 400;
}

.Product_page .last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.Product_page .new-price span {
    color: #256eff;
}

.Product_page .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.Product_page .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.Product_page .product-detail ul li span {
    font-weight: 400;
}

.Product_page .purchase-info {
    margin: 15px 0px;
    display: flex;
}

.Product_page .squ_product {
    display: block;
    width: 100%;
}

.Product_page .squ_product .squ_product_two p {
    margin-bottom: 5px;
}

.Product_page .squ_product .squ_product_one {
    width: 20%;
    display: inline-block;
}

.Product_page .squ_product .squ_product_two {
    display: inline-block;
    width: 60%;
}

.Product_page .squ_product .squ_product_one p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.Product_page .age_product {
    display: block;
    width: 100%;
    margin: 20px 0px;
}

.Product_page .age_product_one {
    width: 10%;
    display: inline-block;
}

.Product_page .age_product_two {
    display: inline-block;
    width: 60%;
}

.Product_page .age_product_one p {
    font-size: 16px;
    font-weight: 600;
}

.Product_page .age_product_two span {
    margin-left: 10px;
    background-color: #ffff;
    padding: 2px 14px;
    border-radius: 3px;
    border: 1px solid #fff;
    cursor: pointer;
}

.Product_page .age_product_two span.active {
    background-color: #74cee4;
    color: #fff;
    border: 1px solid #fff;
}

.Product_page .age_product_two span:hover {
    background-color: #74cee4;
    color: #fff;
    border: 1px solid #fff;
}

.Product_page .product-price p.new-price {
    font-size: 22px;
    font-weight: 600;
    color: #74CEE4;
}

.Product_page .purchase-info p {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

.Product_page .purchase-info input,
.purchase-info .btn {
    border: none;
    text-align: center;
    outline: 0;
    border-radius: 20px;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.Product_page .purchase-info form#myform {
    border: 1px solid #383838;
    padding: 5px 15px;
    text-align: center;
    border-radius: 20px;
    margin-right: 8px;
}

.Product_page .purchase-info input.qty {
    margin: 0px 8px;
}

.Product_page .purchase-info input {
    width: 25px;
}

.Product_page .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.Product_page .purchase-info .btn:first-of-type {
    background: #256eff;
}

.Product_page .purchase-info .btn:last-of-type {
    background: #FFBC0C;
    padding: 8px 33px;
    border: none;
    font-size: 14px;
    border-radius: 20px;
}

.Product_page .purchase-info .btn:last-of-type:hover {
    background-color: #383838;
}

.Product_page .purchase-info .btn:hover {
    opacity: 0.9;
}

.Product_page .purchase-info .btn:last-of-type i {
    margin-right: 5px;
}

.Product_page .social-links {
    display: flex;
    align-items: center;
}

.Product_page .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #74cee0;
    border: 1px solid #74cee0;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.5s ease;
}

.Product_page .social-links p {
    font-size: 16px;
    font-weight: 600;
}

.Product_page .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

.Product_page .product_section_img {
    display: inline-block;
    width: 72%;
}

.Product_page .img_section_box {
    display: inline-block;
    width: 18.8%;
}

.Product_page .product-detail {
    border-top: 1px solid #D0D0D0;
    margin-top: 15px;
    padding-top: 8px;
}

.Product_page .product-imgs {
    width: 50%;
    display: inline-block;
}

.Product_page .product-content {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}


.product_tab .article-container {
    padding: 2rem;
}

.product_tab {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4390.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_tab .article-block {
    text-align: center;
}

.product_tab .article-block .entry-content>p {
    color: #666;
}

.product_tab .tabs-container {
    padding: 2rem;
    background-color: #fff;
}

.product_tab .tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_tab .tabs {
    display: flex;
}

.product_tab .tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
}

.product_tab .tabs>ul li {
    display: block;
}

.product_tab .tabs>ul li a,
.tabs>ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    color: #383838;
    padding: 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    font-size: 22px;
    background-color: #fff;
    font-weight: 600;
}

.product_tab .tabs>ul li a:hover,
.tabs>ul li a:focus,
.tabs>ul li a:active {
    border-bottom: none;
    outline: 0;
}

.product_tab .tabs>ul li a.active {
    background-color: #fff;
    color: #FFBC0C;
    text-decoration: underline;
}

.product_tab .tabs>ul li a:hover:not(.active) {
    color: #FFBC0C;
}

.product_tab .tabs>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product_tab .tabs>ul li a>span.tab-label {
    display: none;
}

.product_tab .tabs section {
    width: 85%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
}

.product_tab .tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.product_tab .tabs section>*:nth-child(1) {
    transition-delay: 0.2s;
}

.product_tab .tabs section>*:nth-child(2) {
    transition-delay: 0.3s;
}

.product_tab .tabs section>*:nth-child(3) {
    transition-delay: 0.4s;
}

.product_tab .tabs section>*:nth-child(4) {
    transition-delay: 0.5s;
}

.product_tab .tabs section>*:nth-child(5) {
    transition-delay: 0.6s;
}

.product_tab .tabs section>*:nth-child(6) {
    transition-delay: 0.7s;
}

.product_tab .tabs section>*:nth-child(7) {
    transition-delay: 0.8s;
}

.product_tab .tabs section>*:nth-child(8) {
    transition-delay: 0.9s;
}

.product_tab .tabs section>*:nth-child(9) {
    transition-delay: 1s;
}

.product_tab .tabs section>*:nth-child(10) {
    transition-delay: 1.1s;
}

.product_tab .tabs section>*:nth-child(11) {
    transition-delay: 1.2s;
}

.product_tab .tabs section>*:nth-child(12) {
    transition-delay: 1.3s;
}

.product_tab .tabs section>*:nth-child(13) {
    transition-delay: 1.4s;
}

.product_tab .tabs section>*:nth-child(14) {
    transition-delay: 1.5s;
}

.product_tab .tabs section>*:nth-child(15) {
    transition-delay: 1.6s;
}

.product_tab .tabs section>*:nth-child(16) {
    transition-delay: 1.7s;
}

.product_tab .tabs section>*:nth-child(17) {
    transition-delay: 1.8s;
}

.product_tab .tabs section>*:nth-child(18) {
    transition-delay: 1.9s;
}

.product_tab .tabs section>*:nth-child(19) {
    transition-delay: 2s;
}

.product_tab .tabs section>*:nth-child(20) {
    transition-delay: 2.1s;
}

.product_tab .tabs section.active {
    display: block;
}

.product_tab .tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0);
}

.product_tab ul.menu_text_product {
    font-family: "Lato", sans-serif;
    margin: 0;
    margin-top: 20px;
    padding-left: 15px;
}

.product_tab ul.menu_text_product li {
    padding: 5px;
    list-style: disc;
}


.related_products {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 60px 0px;
    background-image: url('../images/Group_4388.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.related_products .related_products_outer {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.related_products .related_products_one {
    width: 23%;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}

.related_products .related_products_outer img {
    width: 120px;
    height: 150px;
    object-fit: fill;
}

.cus_tr {
    border-bottom: 1px solid #eee;
}

.related_products .related_products_box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0px 2px 0 rgb(255 255 255);
    transition: .5s ease;
}

.related_products .related_products_box:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.related_products .related_products_one:first-child {
    margin-left: 0;
}

.related_products .product_two_rating {
    margin-top: 5px;
}

.related_products .product_two_rating i {
    font-size: 12px;
    color: #FFBC0C;
}

.related_products .related_products_box h5 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-top: 6px;
}

.related_products .price_product {
    font-size: 18px;
    font-weight: 600;
    color: #74CEE4;
    margin-top: 5px;
}

/* login start */
.login_page_main {
    width: 100%;
    padding: 85px 0px;
    background-image: url('../images/Group_4402.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.login_page_main .login .container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}

.login_page_main .login_box {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
    margin-top: 40px;
}

.login_reme_forg_one label {
    font-family: "Lato", sans-serif;
    vertical-align: middle;
}

.login_page_main .login_box .login_left {
    width: 50%;
    height: 100%;
    padding: 25px 25px;
    background-color: #ffff;
}

.login_page_main .login_left .top_link a {
    color: #74cee4;
    font-weight: 700;
    display: flex;
    text-decoration: none;
    font-size: 18px;
}

.login_page_main .login_left .top_link a:hover {
    text-decoration: underline;
}

.login_page_main .login_left .top_link {
    height: 20px
}

.login_page_main .login_left .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}

.login_page_main .login_left h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    color: #383838;
    font-family: "Cormorant Infant", serif;
}

.login_page_main .login_left input {
    border: none;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #383838;
    outline: none;
    font-family: "Lato", sans-serif;
}

.login_page_main .submit_login_button {
    display: block;
    width: 100%;
    text-align: center;
}

.login_page_main .submit {
    border: none;
    border-radius: 8px;
    display: inline-block;
    margin-top: 50px;
    background: #EDBF47;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 9px 15px -11px rgb(237 191 71);
    font-size: 16px;
    width: 38%;
    padding: 14px 10px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    transition: .5s ease;
    margin-right: 5px;
}

.login_page_main a.submit {
    text-decoration: none;
    background-color: black;
    box-shadow: 0px 9px 15px -11px rgb(17 16 16);
}

.login_page_main a.submit:hover {
    background-color: #fff;
    color: #000;
}

.login_page_main .submit:hover {
    background: #fff;
    color: #EDBF47;
}

.login_page_main .login_right {
    color: #fff;
    position: relative;
    background-image: url('../images/childs-toy-focus-with-playroom-softly-blurred.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
}

.login_page_main .login_right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 40%);
}

.login_page_main .right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: -26px;
}

.login_page_main .right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin-top: 30px;
}

.login_page_main .top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}

.login_page_main h1.page-title {
    text-align: center;
    font-size: 40px;
    margin: 30px 0px;
}

.login_reme_forg_one {
    display: inline-block;
    width: 47%;
}

.login_reme_forg_one input[type="checkbox"] {
    width: 12%;
    height: 18px;
    vertical-align: middle;
    accent-color: transparent;
}

.login_reme_forg_two {
    width: 50%;
    display: inline-block;
    text-align: end;
}

.login_reme_forg_two a {
    color: #edbf47;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

/* login end */

/* sign_up start */
.sign_up_page_main {
    width: 100%;
    padding: 85px 0px;
    background-image: url('../images/Group_4402.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1980px;
    margin: 0 auto;
}

.sign_up_page_main .login .container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}

.sign_up_page_main .login_box {
    width: 100%;
    height: 650px;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
    margin-top: 40px;
}

.sign_up_reme_forg_one label {
    font-family: "Lato", sans-serif;
    vertical-align: middle;
}

.sign_up_page_main .login_box .login_left {
    width: 50%;
    height: 100%;
    padding: 25px 25px;
    background-color: #ffff;
}

.sign_up_page_main .login_left .top_link a {
    color: #74cee4;
    font-weight: 700;
    display: flex;
    text-decoration: none;
    font-size: 18px;
}

.sign_up_page_main .login_left .top_link a:hover {
    text-decoration: underline;
}

.sign_up_page_main .login_left .top_link {
    height: 20px
}

.sign_up_page_main .login_left .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}

.sign_up_page_main .login_left h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    color: #383838;
    font-family: "Cormorant Infant", serif;
}

.sign_up_page_main .login_left input {
    border: none;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #383838;
    outline: none;
    font-family: "Lato", sans-serif;
}

.sign_up_reme_forg_one a {
    text-decoration: none;
    color: #74cee4;
}

.sign_up_page_main .submit_login_button {
    display: block;
    width: 100%;
    text-align: center;
}

.sign_up_page_main .submit {
    border: none;
    border-radius: 8px;
    display: inline-block;
    margin-top: 50px;
    background: #EDBF47;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 9px 15px -11px rgb(237 191 71);
    font-size: 16px;
    width: 38%;
    padding: 14px 10px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    transition: .5s ease;
    margin-right: 5px;
}

.sign_up_page_main a.submit {
    text-decoration: none;
    background-color: black;
    box-shadow: 0px 9px 15px -11px rgb(17 16 16);
}

.sign_up_page_main a.submit:hover {
    background-color: #fff;
    color: #000;
}

.sign_up_page_main .submit:hover {
    background: #fff;
    color: #EDBF47;
}

.sign_up_page_main .login_right {
    color: #fff;
    position: relative;
    background-image: url('../images/asian-woman-5449900_1920.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
}
header{
    background: #000;
}

.sign_up_page_main .login_right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 40%);
}

.sign_up_page_main .right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: -26px;
}

.sign_up_page_main .right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin-top: 30px;
}

.sign_up_page_main .top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}

.sign_up_page_main h1.page-title {
    text-align: center;
    font-size: 40px;
    margin: 30px 0px;
}

.sign_up_reme_forg_one {
    display: inline-block;
    width: 100%;
}

.sign_up_reme_forg_one input[type="checkbox"] {
    width: 4%;
    height: 18px;
    vertical-align: middle;
    accent-color: transparent;
    margin-right: 5px;
}

html {
    scroll-behavior: smooth;
}

.top_bottom a {
    background-color: white;
    color: #74cee4;
    padding: 13px 18px;
    font-size: 24px;
    border-radius: 55px;
    box-shadow: 0 0 5px 0 #ccc;
}

.top_bottom {
    position: fixed;
    right: 21px;
    bottom: 43px;
}

.news_latter_sec input[type="submit"] {
    background-color: #fff;
    padding: 11px 20px;
    color: #383838;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: .5s ease;
    cursor: pointer;
    border: none;
    vertical-align: bottom;
}

.news_latter_sec .form_email {
    display: inline-block;
    width: 58%;
}

.news_latter_sec input#email {
    width: 100%;
    padding: 12px;
    text-align: left;
    border: 1px solid #e9e9e9;
    background-color: transparent;
    color: #ffff;
    outline: none;
}

.news_latter_sec p {
    padding-bottom: 20px;
}

.news_latter_sec h3 {
    margin-bottom: 18px !important;
}

/* sign_up end */