body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}

a,
a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

.dflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fright {
    float: right;
}


/* 
header css start 
*/
.product_detail_page {
    border: 4px solid #22C1EE;
}

.container {
    max-width: 1192px !important;
    margin: 0 auto;
    width: 100%;
}

.bottom_section .dflex {
    justify-content: space-between;
}


/*.main_menu{
    float: none!important;
    margin: 0 auto;
    text-align: center;
    width: 965px!important;
}*/

p.toggle_border {
    float: right;
    margin: 10px 0;
}

.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #22c1ee;
    margin-top: 4px;
    margin-bottom: 2px;
}

.main_menu .toggle,
.main_menu [id^=drop] {
    display: none;
}

/*ul.menu{
    text-align: center;
    max-width: 865px;
    margin: 0 auto !important;
}*/
.main_menu nav {
    padding: 0;
}

.main_menu nav:after {
    content: "";
    display: table;
    clear: both;
}

.main_menu h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    color: #1d2212;
    text-align: left;
    margin: 5px;
    padding: 2px 0;
}

.main_menu nav ul li a:after {
    background: rgba(197, 170, 88, 0.25) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}

.main_menu nav ul {
    padding: 0;
    margin: 0;
}

ul.menu {
    text-align: center;
    max-width: 100%;
    margin: 0 auto !important;
}

.main_menu nav ul li {
    margin: 0px;
    float: left;
    margin-right: 2px;
    /*
    min-width: 100px;*/
    text-align: center;
    border-radius: 4px;
    position: relative;
}

.main_menu nav ul li.first_menu {
    /*min-width: 315px;
    max-width: 315px;*/
    text-align: left;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main_menu nav ul li.first_menu i.fa-arrow-right {
    background-color: #686868;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 6px 8px;
    color: #fff;
    margin-right: 10px;
}

.main_menu nav ul li.first_menu>a,
.product_gallery_section .main_menu li label.label_text {
    color: #fff !important;
    padding: 0 25px;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}

.main_menu nav ul li.last_menu {
    border-bottom: none !important;
}

.main_menu nav ul li.last_menu a {
    color: #e64521 !important;
    font-weight: 700;
}

.main_menu nav ul li.active a {
    color: #22C1EE !important;
}

.main_menu nav ul li:first-child:after,
.main_menu nav ul li:last-child:after {
    border: none;
}

.main_menu nav>ul>li:after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main_menu nav a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 50px;
    padding: 0 25px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.main_menu nav ul ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    padding: 0 0 20px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0px !important;
    border: 1px solid #edf2f4;
    top: 50px;
    min-width: 295px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
}

.main_menu nav ul ul li a {
    padding: 5px;
    text-shadow: none;
    color: #121212 !important;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 2;
    text-transform: none;
    border-bottom: none;
}

/*.main_menu nav ul ul li:hover{
    background: #e8e8e8 !important;
}*/

.main_menu nav ul li:hover>ul {
    display: inherit;
}

.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    text-align: left;
    /*
        padding: 1px 10px;*/
    padding: 7px 10px;
    /*max-width: 220px;*/
}

/*.main_menu nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
       width: 170px;
    float: none;
    display: list-item;
    position: relative;
    min-width: 295px;
}*/
.main_menu nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0;
    min-width: 295px
}

.main_menu nav ul ul ul li.browse_all {
    background-color: #372154;
    border-radius: 0;
}

.main_menu nav ul ul ul li.browse_all:hover {
    background-color: #662d91;
}

.main_menu nav ul ul ul li.browse_all a {
    color: #fff !important;
}

.main_menu nav ul ul ul {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0 6px 6px 6px;
    background-color: #fff !important;
    left: 295px;
    top: -1px
}

/*.main_menu nav ul ul ul li a {
    color: #121212 !important;
    border-bottom: none;
    font-weight: 400;
}*/
/*
.main_menu nav ul ul ul li a:hover {
    background: #ddd !important
}*/
/* li>a:after {
    content: ' +';
} */
.main_menu li>a:only-child:after {
    content: '';
}

.main_menu .fa-caret-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #121212;
}

/* 
header css end 
*/
/*banner css start
*/

.top_section #i21,
.top_section #i22,
.top_section #i23 {
    display: none;
}

.top_section .top_slider {
    margin: 0 auto;
    position: relative;
    padding-bottom: 4%;
    user-select: none;
}

.top_section .top_slider .slide_img {
    position: absolute;
    width: 100%;
    ;
    height: 100%;
}

.top_section .top_slider .slide_img img {
    width: inherit;
    height: inherit;
}

.top_section .prev,
.top_section .next {
    width: 3%;
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: .45s;
    cursor: pointer;
    text-align: center;
}

.top_section .next {
    right: 0;
}

.top_section .prev {
    left: 0;
}

.top_section label span {
    position: absolute;
    font-size: 100pt;
    top: 50%;
    transform: translateY(-50%);
}

.top_section label span img {
    max-width: 23px;
}

.top_section .prev span {
    left: 40%;
}

.top_section .next span {
    right: 40%;
}

.top_section .prev:hover,
.top_section .next:hover {
    transition: .3s;
}

.top_section .top_slider #nav_slide {
    width: 100%;
    bottom: 2%;
    height: 11px;
    position: absolute;
    text-align: center;
    z-index: 99;
    cursor: default;
}

 

.top_section .slide_img {
    z-index: -1;
}

.top_section #i21:checked~#twoone,
.top_section #i22:checked~#twotwo,
.top_section #i23:checked~#twothree {
    z-index: 9;
    animation: scroll 1s ease-in-out;
}

.top_section #i21:checked~#nav_slide #dot1,
.top_section #i22:checked~#nav_slide #dot2,
.top_section #i23:checked~#nav_slide #dot3 {
    background-color: #febc0c;
}

@keyframes scroll {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.top_section{
    background-color: #040707;
}

.top_section .top_slide_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.top_section .top_slide_content h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

 


/*banner css end*/
/* 
main_section css start 
*/
.banner_section {
    text-align: center;
    background: url(../images/banner_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.banner_section .banner_desc {
    padding: 100px 0;
}

.banner_section h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    max-width: 1030px;
    margin: 0 auto;
}


.banner_section .shop_now,
.featured_category .shop_now,
.testimonial_block .shop_now {
    text-align: center;
    max-width: 205px;
    width: 100%;
    color: #fff !important;
    background-color: #22C1EE !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 20px !important;
    border: none !important;
    padding: 13px 10px;
}

.product_gallery_section {
    padding: 50px 0;
    background-image: url(../images/product_gallery_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.product_gallery_section .main_menu nav ul ul {
    display: block;
    box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.25);
    background-color: #F5F5F5;
    position: inherit;
    top: inherit;
/*    height: 515px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.product_gallery_section .main_menu nav ul>li>ul>li>ul {
    display: none;
    background-color: #F8F8F8 !important;
    padding: 15px 0;
    position: absolute;
    top: -1px;
    left: 315px;
}

.product_gallery_section .main_menu nav ul>li>ul>li:hover>ul {
    display: inherit;
}

.product_gallery_section .main_menu nav ul ul ul li {
    padding: 2px 10px;
    border-bottom: none !important;

}

.product_gallery_section .main_menu nav ul ul ul li a {
    color: #767676 !important;
    font-size: 15px;

}

/*.product_gallery_section ul.menu{
    text-align: left;
    max-width: 300px;
    margin: 0 !important;
    background-color: #F8F8F8;
}*/
.product_gallery_section .main_menu nav ul ul li a {
    color: #686868;
    font-size: 17px;
    font-weight: 500;
}

.product_gallery_section .main_menu nav ul li {
    float: none;
    text-align: left;
    border-bottom: 2px solid #EEEEEE;
}

.product_gallery_section .main_menu nav ul li.first_menu>a,
.product_gallery_section .main_menu .label_text {
    color: #fff !important;
    background-color: #22C1EE;
}

.product_gallery_section .main_menu nav a:hover {
    color: #22C1EE !important;


}

.product_gallery_section .main_menu nav a:hover i.fa-arrow-right {
    background-color: #22C1EE !important;
}

.product_gallery_section .main_menu nav i.fa-angle-double-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.product_gallery_section .main_menu nav ul li:last-child {
    border-bottom: none;
}

.product_gallery_section h2 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 15px;
    line-height: 150%;
    max-width: 530px;
}

.brand_availability {
    background-color: #EBEBEB;
    padding: 15px 25px;
    border-radius: 8px;
    display: inline-block;
    display: none;
}

.product_gallery_section h5 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.product_gallery_section .product_detail_para {
    height: 340px;
    overflow-y: scroll;
}

.product_gallery_section p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-top: 20px;
    max-width: 500px;
}


.product_gallery_section .grey_box {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 30px;
}

.product_gallery_section .grey_box h4 {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
    padding-bottom: 7px;
}

.product_gallery_section .grey_box h4 span {
    color: #FFB91F;
}

.product_gallery_section .grey_box .left_box {
    border-right: 2px solid #E7E7E7;
    margin-right: 15px;
}

.product_detail_box img[src=""] {
    display: none;
}


.product_gallery {
    padding-bottom: 60px;
}

.product_gallery img[src=""] {
    display: none;
}

.product_gallery .span12 {
    padding: 0 15px;
}

.right_side_imgs {
    min-height: 100%;
    height: 100%;
    position: relative;
    width: 100% !important;
    float: none !important;
}

.thumb {
    max-width: 40%
}

.bottom_imgs {
    margin-top: 70px;
}

.row.image-row.text-center {
    display: inline-block;
    z-index: 999999;
    min-height: 100%;
    margin-right: 15px;
}

.row.image-row.text-center .span2 {
    margin: 0 5px;
    display: inline-block;
    z-index: 99999;
}

.gallery_images:target {
    outline: 0;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.gallery_images:target img {
    opacity: 1;
    cursor: none;
}

.gallery_images {
    opacity: 0;
    position: absolute !important;
    z-index: 999;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    /*margin-right: 15px;*/
    height: 100%;
}

.gallery_images img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
}

.span2 .image img {
    width: 75px;
    height: 75px;
    border: 1px solid #dfdfdf;
    padding: 3px;
    margin-bottom: 20px;
}

.span2>image>img {
    opacity: 1;
}

.default_img_div {
    opacity: 1;
    min-height: 100%;
}

.default_img_div .default_img {
    opacity: 1;
    max-width: 31%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.gallery_images:target#img1 {
    opacity: 0;
    display: : none;
}

/*
.about_section h2,
.featured_category h2,
.customer_testimonial h2 {
    color: #74B527;
    font-weight: 600;
    font-size: 33px;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    border-bottom: 4px solid #F58E22;
    border-radius: 2px;
    display: inline-block;
}*/


/*.about_section h2:before,
.featured_category h2:before,
.customer_testimonial h2:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #F58E22;
    border-radius: 2px;
    width: 138px;
    height: 5px;
    bottom: -10px;
}*/


.tab_section {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.tab_section.second {
    margin: 40px 0 !important;
}

.tab_section label {
    order: 1;
    display: block;
    margin: 1px 35px 1px 0px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 600;
    line-height: 45px;
    color: #333333;
    font-size: 24px;
    height: 45px;
    border-bottom: none;
    margin-right: 35px;
    margin-bottom: 0;
    padding-right: 0;
}

.tab_section .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 25px 0;
    border-top: 2px solid #E8E8E8;
}

.tab_section .tab p,
.tab_section .tab ul li,
.tabs_box.first div span,
.tabs_box.first div,
.tabs_box.first #section-heading-1 h3 {
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
}

.tabs_box.first #section-heading-1 h3>div>span {
    font-weight: bolder !important;
}

.tabs_box.first div font {
    font-family: 'Poppins', sans-serif !important;
}

.tabs_box.first section.wrapper {
    background-image: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.tabs_box.first section.wrapper-inner .header-bar {
    padding: 0 !important;
}

.tab_section .tab h3,
.tabs_box.first .card-title-decoration {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
}

.tabs_box.first section h3.card-title,
.tabs_box.first section h3.card-title strong,
.tabs_box.first div>strong,
.tabs_box.first div>b,
.tabs_box.first #section-heading-1 h3>span,
.tabs_box.first #section-heading-1 h3 font strong,
.tabs_box.first section h3.card-title font b,
.tabs_box.first section h3.card-title>font>span,
.tabs_box.first div>font>b,
.tabs_box.first div>div>span>font>span,
.tabs_box.first #section-heading-1 div>span>font>strong,
.tabs_box.first #section-heading-1 h3 span.card-title-decoration b font,
.tabs_box.first section h3.card-title div>span {

    color: #74B527 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    display: block;

}

.tabs_box.first section h3.card-title,
.tabs_box.first section h3.card-title font b,
.tabs_box.first section h3.card-title>font>span,
.tabs_box.first section h3.card-title>span>strong,
.tabs_box.first div>font>b,
.tabs_box.first #section-heading-1 h3>span {
    display: inherit !important;

}

.tabs_box.first section .main-content {
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
    padding-top: 0 !important;
}

.tabs_box.first .header-title {
    color: #333333 !important;
    font-size: 34px !important;
    text-align: left !important;
    margin-top: 0 !important;
}

.tabs_box.first .header-title font {
    font-family: 'Poppins', sans-serif !important;
}

/* .tabs_box.first section h3.card-title,
 .tabs_box.first section h3.card-title strong,
 .tabs_box.first div>strong,
 .tabs_box.first div>b,
  .tabs_box.first div>div>span
 {
        padding-top: 15px !important;
    padding-bottom: 10px !important;
 }*/
.tabs_box.first div>span>span {
    font-weight: 700 !important;
}

.tabs_box.first #section-heading-1 div>strong {
    display: none !important;
}

/*  .tabs_box.first section .main-content div:first-child{
    margin: 0 0 10px;
  }*/
/*  .tabs_box.first div>div>span>font>span{
    margin: 10px 0 0;
  }
*/
.tabs_box.first section h3.card-title font,
.tabs_box.first #section-heading-1,
.tabs_box.first .card .card-block div font,
.tabs_box.first .card .card-block div font span,
.tabs_box.first div>font {
    margin: 10px 0;
}

.tabs_box.first .card .card-block h3.card-title font span {
    margin: 0 !important;
}

.tabs_box.first div>font>b,
.tabs_box.first section div>h3.card-title>font,
.tabs_box.first .card .card-block div>div>div>font>b {
    display: inline-block !important;
}

.tabs_box.first .card .card-block div>div>div>font>b {
    margin-top: 10px !important;
}

.tabs_box.first section[type="text/css"] {
    display: none !important;
}

.tabs_box.first ul li {
    position: relative;
    padding-left: 40px;
}

.tabs_box.first ul li:before {
    content: '';
    background-image: url('../images/list_icon.png');
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
}

.tabs_box.first section .main-content br {
    display: none !important;
}

.tabs_box.first section .main-content div {
    padding: 0 !important;
}

.tabs_box.first .container-lg {
    max-width: 100% !important;
}

/*.tabs_box.first .tab pbr,
.tabs_box.first .tab p>strong,
.tabs_box.first .tab p:empty {
    display: none;
} */
.tabs_box.first .tab p br,
.tabs_box.first .tab p>strong>br,
.tabs_box.first .tab p:empty{
    display: none;
}
.tabs_box.first .tab p{
    display: block;
/*    padding-bottom: 20px;*/
}
.tabs_box.first .tab p span{
    display: block;
}
.tabs_box.first .tab p span strong{
    padding: 15px 0;
    display: block;
} 
.tabs_box.first {
    padding-bottom: 30px;
}
.tab_section input[type="radio"] {
    display: none;
}

.tab_section input[type="radio"]:checked+label {
    border-bottom: 5px solid #040707;
    color: #22C1EE;
}

.tab_section input[type="radio"]:checked+label+.tab {
    display: block;
}

.tabs_box.first .tab_section ul {
    list-style-type: none !important;
}

.tab_section ul {
    list-style-type: disc;
}

.tab_section .tab ul li {
    padding-top: 10px;
}

.tab_section .tab ul li img {
    padding-right: 5px;
}

.tabs_box.first,
.tabs_box.first div {
    background-color: #F6FDFF;
}

.tabs_box.first .tab_section .tab {
    border-color: #FEFBF8;
}

.tabs_box.first .tab_section .tab {
    font-weight: 600;
    padding: 0;
}

.tabs_box.first .tab_section label {
    font-size: 30px;
}

.tabs_box.first .tab_section input[type="radio"]:checked+label {
    border-bottom: 5px solid #040707;
}

.featured_category {
    background-color: #F6FDFF;
    margin-top: 30px;
}

.featured_category .dflex {
    justify-content: space-between;
}

.featured_category h2,
.testimonial_slider h2 {
    color: #22C1EE;
    font-weight: 600;
    font-size: 33px;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}

.featured_category h2:before,
.testimonial_slider h2:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #000000;
    border-radius: 30px;
    width: 100%;
    height: 5px;
    bottom: -10px;
}

.featured_category h3 {
    font-size: 26px;
    color: #22C1EE;
    font-weight: 600;
    z-index: 9;
    position: relative;
}

.featured_category .featured_category_box {
    box-shadow: 0px 8px 0px #22C1EE, 0px 0px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 25px;
    position: relative;
    min-width: 480px;
    margin-bottom: 25px;
    min-height: 295px;
}

.featured_category ul {
    margin-left: 10px;
}

.featured_category ul li,
.featured_category ul li a{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 1.8;
}

.featured_category ul li img {
    margin-right: 5px;
}

.featured_category .shop_now {
    font-size: 18px !important;
    background-color: #000000 !important;
    border-radius: 3px !important;
    padding: 8px 10px !important;
    max-width: 150px !important;
}

.featured_category .featured_category_box .featured_category_imgabs {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;
}

.featured_category .featured_category_box.big_category_box {
    min-width: 665px;
}

.two_section_block {
    position: relative;
    margin-top: 80px;
}

.two_section_block .container>.dflex {
    justify-content: flex-end;
}

.two_section_block .single_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

/*.two_section_block .single_image img {
    max-height: 700px;
}*/

.four_box_section {
    text-align: center;
    width: 54%;
    padding-top: 40px;
}

.four_box_section .white_box {
    background-color: #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 65px 15px 10px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 70px;
    border-radius: 5px;
    width: 40%;
    height: 145px;
    text-align: center;
    cursor: pointer;
}

.four_box_section .white_box:nth-child(2n+2) {
    margin-right: 0;
}

.four_box_section .dflex:last-child .white_box {
    margin-bottom: 0;
}

.four_box_section .white_box .white_box_img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #22C1EE;
    border: 6px solid #fff;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.four_box_section .white_box .white_box_img img {
    max-width: 45px;
}

.four_box_section .white_box .white_box_desc h3 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0;
}

/*.four_box_section .white_box .white_box_desc {
    padding-top: 30px;
}*/

.testimonial_section {
    padding: 30px 0;
    margin-top: 200px;
}

.testimonial_section .testimonial_block>.dflex {
    justify-content: space-between;
}

.testimonial_slider #i1,
.testimonial_slider #i2,
.testimonial_slider #i3,
.testimonial_slider #i4,
.testimonial_slider #i5,
.testimonial_slider #i6,
.testimonial_slider #i7,
.testimonial_slider #i8,
.testimonial_slider #i9,
.testimonial_slider #i10{
    display: none;
}

.testimonial_slider {
    /*    margin: 0 auto;*/
    position: relative;
    padding-bottom: 350px;
    user-select: none;
    /*    padding-top: 6rem;*/
    max-width: 960px;
    min-width: 460px;
    margin-right: 35px;
    /*    background-color: #fff;*/
}

.testimonial_slider h2 {
    color: #000;
}

.testimonial_slider h2:before {
    border-bottom-color: #22C1EE;
}

.testimonial_slider .testimonial_text {
    max-width: 712px;
    margin: 0 auto;
}

.testimonial_slider .testimonial_box {
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0px 0px 19px 0px rgb(125 125 125 / 10%);
    padding: 30px;
    text-align: left;
    min-height: 285px;
}


.testimonial_slider .testimonial_box>.dflex {
    justify-content: space-between;
    align-items: flex-start;
}

.testimonial_slider .testimonial_box .apostrophe {
    max-width: 40px;
}

.testimonial_section .testimonial_heading {
    background-image: url('../images/testimonial_heading_bg.png');
    padding: 30px 20px;
    flex: 1 1 0%;
    max-width: 530px;
}

.testimonial_section .testimonial_heading h2 {
    font-size: 22px;
    font-weight: 700;
    color: #22C1EE;
    max-width: 420px;
    line-height: 150%;
    margin-top: 0;
}

.testimonial_section .testimonial_heading p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    max-width: 445px;
    line-height: 25px;
}

.testimonial_section .testimonial_heading .shop_now {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 170px;
    padding: 9px !important;
}

.testimonial_slider h6 {
    color: rgba(176, 176, 176, 1);
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.testimonial_slider p {
    color: rgba(43, 43, 43, 1);
    font-weight: 500;
    font-size: 17px;
    border-bottom: 1px solid rgba(212, 212, 212, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 140px;
}

.testimonial_slider .testimonial_author_img {
    max-width: 50px;
}

.testimonial_slider h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(43, 43, 43, 1);
    padding-left: 13px;
}

.testimonial_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.testimonial_slider .testimonial_box .bottom_text.dflex {
    align-items: center;
}

.testimonial_slider .right_reviews i {
    color: #22C1EE;
    padding-right: 3px;
}

.testimonial_slider .right_reviews i.grey_color {
    color: rgba(212, 212, 212, 1);
}

.testimonial_slider .prev,
.testimonial_slider .next {
    width: 3%;
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: .45s;
    cursor: pointer;
    text-align: center;
}

.testimonial_slider .next {
    right: 40% !important;
    left: auto !important;
}

.testimonial_slider .prev {
    left: -25% !important;
}

.testimonial_slider label span {
    position: absolute;
    font-size: 100pt;
    top: 50%;
    transform: translateY(-50%);

}


/*.testimonial_slider .prev span {
    left: 40%;
}

.testimonial_slider .next span {
    right: 40%;
}*/

.testimonial_slider .prev:hover,
.testimonial_slider .next:hover {
    transition: .3s;
}

.testimonial_slider #nav_slide {
    width: 100%;
    transform: rotate(90deg);
    top: 52%;
    right: -42%;
    height: 11px;
    position: absolute;
    text-align: center;
    z-index: 99;
    cursor: default;
}

.testimonial_slider #nav_slide .dots {
    top: -70px;
    width: 10px;
    height: 4px;
    margin: 0 4px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    background-color: rgba(170, 170, 170, 1);
    transition: .4s;
    opacity: .25;
}

.testimonial_slider #nav_slide .dots:hover {
    cursor: pointer;
    background-color: rgba(116, 181, 39, 1);
    transition: .25s
}

.testimonial_slider .slide_img {
    z-index: -1;
}

.testimonial_slider #i1:checked~#one,
.testimonial_slider #i2:checked~#two,
.testimonial_slider #i3:checked~#three,
.testimonial_slider #i4:checked~#four,
.testimonial_slider #i5:checked~#five,
.testimonial_slider #i6:checked~#six,
.testimonial_slider #i7:checked~#seven,
.testimonial_slider #i8:checked~#eight,
.testimonial_slider #i9:checked~#nine,
.testimonial_slider #i10:checked~#ten{
    z-index: 9;
    animation: scroll 1s ease-in-out;
}

.testimonial_slider #i1:checked~#nav_slide #dot1,
.testimonial_slider #i2:checked~#nav_slide #dot2,
.testimonial_slider #i3:checked~#nav_slide #dot3,
.testimonial_slider #i4:checked~#nav_slide #dot4,
.testimonial_slider #i5:checked~#nav_slide #dot5,
.testimonial_slider #i6:checked~#nav_slide #dot6,
.testimonial_slider #i7:checked~#nav_slide #dot7,
.testimonial_slider #i8:checked~#nav_slide #dot8,
.testimonial_slider #i9:checked~#nav_slide #dot9,
.testimonial_slider #i10:checked~#nav_slide #dot10 {
    background-color: #22C1EE;
    opacity: 1;
}


.testimonial_slider .arrow_border {

    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    z-index: 99;
    right: 0;
    margin: 0 auto;
}

.testimonial_slider svg {
    width: 0.5rem;
    height: 100%;
}

.testimonial_slider svg,
.testimonial_slider path {
    fill: #a99d9d;
    opacity: 1;
}

.testimonial_slider .testimonial_slider_starreviews {
    justify-content: flex-start;
    text-align: left;
}

.testimonial_slider .testimonial_slider_stars {
    width: 15%;
}

.testimonial_slider .testimonial_slider_stars i {
    color: #ba0c2f !important;
    font-size: 15.5px;
}

.testimonial_slider .cbradio_slider_starreviews h6 {
    color: #9c9c9c !important;
    text-decoration: underline !important;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 500;
}


/* 
main_section css end 
*/

/* 
footer css start 
*/
footer {
    background-color: #000;
}

.big_footer {
    padding: 30px 0;
}

.big_footer .container {
    position: relative;
}

.big_footer .dflex {
    justify-content: space-between;
    align-items: flex-start;
}

.big_footer .footer_logo {
    display: block;
    margin: 0 auto;
}

.big_footer .bottom_footer {
    border-top: 2px solid #DDDDDD;
    padding-top: 35px;
}

.big_footer p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    max-width: 285px;
}

.big_footer h2 {
    font-size: 18px;
    line-height: 30px;
    color: #74B527;
    font-weight: 600;
    margin-top: 0;
}

.big_footer ul {
    list-style: none;
    padding-left: 0;
}


.big_footer ul li a {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
}

.big_footer ul li a:hover {
    color: #22C1EE;
}

.big_footer h3 {
    font-size: 18px;
    line-height: 30px;
    color: #22C1EE;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}

.big_footer .payment_icons {
    padding-top: 30px;
}


.small_footer {
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
}

.small_footer span {
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

.small_footer span b a {
    font-weight: 700;
    color: #000000 !important;
}

.small_footer .dflex {
    justify-content: space-between;
}

/* 
footer css end 
*/
/*#gallery label[for="image-5"],
#gallery label[for="image-6"],
#gallery label[for="image-7"],
#gallery label[for="image-8"],
#gallery label[for="image-9"],
#gallery label[for="image-10"],
#gallery label[for="image-11"] {
    display: none;
}*/
#gallery_outer_1 #gallery{
    direction: ltr !important;
}
#gallery_outer_1 .g_image {
    float: right !important; 
    direction: rtl !important;
}
.sidemenu_wrapper h3 {
    color: #3c3c3c;
    font-size: 19px;
    font-weight: 700;
    padding: 20px 15px;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sidemenu-block {
    overflow: hidden;
    /*width: 600px;*/
    margin: 0 auto;
    border: 1px solid #d4d4d4;
}

.sidemenu-block input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.sidemenu {
    width: 100%;
    /*color: white;*/
    overflow: hidden;
    margin-bottom: 10px;
}

.sidemenu:last-child {
    margin-bottom: 0;
}

.sidemenu-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 13px 15px;
    cursor: pointer;  
    margin-bottom: 0;
    border-bottom: 1px solid #d4d4d4;
}
.sidemenu-label a{
    font-weight: 500;
    font-size: 15px;
    color: #3c3c3c;
}
.sidemenu-label::after {
    content: "\276F";
    /*width: 16px;
    height: 16px;*/
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #545454;
    line-height: 25px;
}

.sidemenu-label.sidemenu_none::after {
    display: none;
}

.sidemenu-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4, 57, 94, 1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.sidemenu-content ul {
    margin-bottom: 0;
}

.sidemenu-content ul li {
    padding: 15px 0;
}

.sidemenu-content ul li:last-child {
    padding-bottom: 0;
}

.sidemenu-content ul li a {
    margin: 0;
    color: #3c3c3c;
    font-size: 14px;
}

input:checked+.sidemenu-label::after {
    /*-webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked~.sidemenu-content {
    max-height: 100vh;
    padding: 16px;
    border-bottom: 1px solid #d4d4d4;
}
.sidemenu-content.sub_cat{
    display: none;
}
input:checked~.sidemenu-content.sub_cat {
    display: block;
    border-bottom: none;
    padding: 0 16px;
} 
.sidemenu:last-child .sidemenu-label,
.sidemenu:last-child input:checked~.sidemenu-content {
    border-bottom: none;
}
.sidemenu-content.sub_category .sub_cat_label{
    border-bottom: none;
    padding: 0;
    font-weight: 400;
}
.sidemenu-label.sub_cat_label a{
    font-weight: 400;
}