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: #000;
    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;
}

.txt_center {
    text-align: center;
}

/* 
header css start 
*/


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

.top_header {
    background-color: #141414;
    text-align: center;
    padding: 5px 0;
}

.top_header span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}

.bottom_section {
    background-color: #fff;
}

.bottom_section .container>.dflex {
    justify-content: space-between;
    padding: 10px 0;

}


/*.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 #fff;
    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;
    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: 730px;*/
    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:hover>a {
    color: #FF0B0B !important;
}

.main_menu nav ul li.active a {
    color: #FF0B0B !important;
    font-weight: 600;
}

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


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

.main_menu nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none !important;
}

.main_menu nav ul>li:first-child a {
    padding-left: 0;
}

.main_menu nav ul ul {
    display: none;
    position: absolute;
    z-index: 1000;
    /*padding: 20px 0px;*/
    width: 100%;
    min-width: 200px;
    /*    margin: 0 auto;*/
    left: -30px;
    /*    right: 0;*/
    margin-top: 15px !important;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.11);
    background-color: #000;
    padding: 10px 0;
    /*border-radius: 4px;*/
}

.main_menu nav ul ul:after {
    content: '';
    border-bottom: 24px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.main_menu nav ul ul li a {
    padding: 5px;
    text-shadow: none;
    color: #fff !important;
    font-size: 18px;
    padding: 0 !important;
    line-height: 1.5;
    text-transform: none;
    border-bottom: none;
    font-weight: 600;
}

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

.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    box-shadow: none;
    text-align: left;
    padding: 8px 17px;
    min-width: 130px;
    background-color: #000;
    border-radius: 0;
    margin-top: 2px;

}

.main_menu nav ul ul li:hover {
    background-color: #FF0B0B;
}

.main_menu nav ul ul li:hover a,
.main_menu nav ul ul li:hover a i {
    color: #fff !important;

}

.main_menu nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}


/* li>a:after {
    content: ' +';
} */

.main_menu li>a i {
    margin-right: 5px;
    font-size: 20px;
    /*    color: #fff;*/
}

.main_menu li>a:only-child:after {
    content: '';
}

.main_menu .menu_img {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_section .bottom_right_section .bottom_three_btn {
    border: 1px solid #C1C1C1;
    border-radius: 100px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.bottom_section .bottom_right_section .bottom_three_btn:last-child {
    margin-right: 0;
}

.bottom_section .bottom_right_section span {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-left: 10px;
}

/* 
header css end 
*/
/* 
main_section css start 
*/
.bluebg_section {
    background: url('https://ebayninjafolio.com/stella/gdi_trading/images/blue_section_bg.png');
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}

.bluebg_section .dflex {
    justify-content: space-evenly;
}

.bluebg_section img {
    max-width: 100px;
}

/*gallery section Start*/
.sidemenu_wrapper {
    position: relative;
    margin-bottom: 10px;
}

.sidemenu_wrapper h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    padding: 15px;
    border-radius: 50px;
    background-color: #153972;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    width: 100%;
}

.sidemenu-block {
    overflow: hidden;
    /*width: 600px;*/
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    background-color: #F8F8F8;
    border-radius: 30px;
    padding-top: 75px;
    box-shadow: 0px 0px 4.8px 0px rgb(0 0 0 / 25%);


}

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

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

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

.sidemenu-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
    color: #686868;
    font-weight: 500;
    font-size: 16px;
}

.sidemenu-label img {
    margin-right: 10px;
}

.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;
}

.sidemenu_btmbox_img{
    padding: 25px 0 10px;
}

.sidemenu_btmbox {
    background-color: #F0F0F4;
    border-radius: 7px;
    margin-bottom: 5px;
    padding: 10px 15px;
    height: 70px;
}

.sidemenu_btmbox .dflex {
    justify-content: flex-start;
}

.sidemenu_btmbox img {
    max-width: 50px;
}

.sidemenu_btmbox span {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    padding-left: 10px;
}

.product_gallery_section {
    padding: 60px 0 30px;
}


.product_gallery_section h2 {
    color: #333333;
    font-weight: 600;
    font-size: 21px;
    margin-top: 0;
    line-height: 150%;
    max-width: 530px;
}

.product_gallery_section h4 {
    color: #153972;
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
}

.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;
}

.product_detail .product_detail_box {
    position: relative;
    box-shadow: 0px 0px 4.8px 0px rgb(0 0 0 / 25%);
    border-radius: 30px;
}

.product_detail h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #153972;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    width: 100%;
}

.product_detail table {
    width: 100%;
    max-width: 700px;
    margin-top: 40px;

}

.product_detail table tr th {
    border-right: 2px solid rgb(194 194 194 / 10%);
    color: #06094C !important;
}

.product_detail table tr th,
.product_detail table tr td {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-bottom: 2px solid rgb(194 194 194 / 10%);
    padding: 15px;
}

.product_detail table tr:last-child th,
.product_detail table tr:last-child td {
    border-bottom: 0;
}

.product_detail .sidemenu_btmbox {
    text-align: center;
    margin-top: 15px;
}

.product_detail .sidemenu_btmbox .dflex {
    justify-content: space-between;
    max-width: 280px;
}

.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: 29px;
    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;

}

.tab_section .tab p {
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    line-height: 26px;
}

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

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


.tab_section input[type="radio"] {
    display: none;
}

.tab_section input[type="radio"]:checked+label {
    color: #06094C;
    position: relative;
}

.tab_section input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #333333;
    border-radius: 5px;
    width: 100px;
    left: 0;
    bottom: 0;
}

.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;
}

.accordion-wrapper {
    overflow: hidden;
    /*width: 600px;*/
    margin: 0 auto;
}

.accordion-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}

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

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    padding: 13px 15px;
    font-weight: 600;
    cursor: pointer;
    font-size: 23px;
    text-align: center;
    color: #fff;
    /*    font-family: 'Oxanium', cursive;*/
    margin-bottom: 0;
    background-image: url('https://ebayninjafolio.com/stella/gdi_trading/images/accordion_bg.png');
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 100px;
}

/*.accordion-label:hover {
    background: #dddddd;
}*/

.accordion-label::after {
    content: "\f0d7";
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: normal normal normal 20px / 1 FontAwesome;
    font-size: inherit;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

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

.accordion-content p,
.accordion-content ul li {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

.accordion-content ul {
    list-style-type: disc;
    padding-left: 30px;
}

input:checked+.accordion-label {
    /*    background-image: url('https://ebayninjafolio.com/stella/gdi_trading/images/accordion_bg.png');*/
    background-position: center;
    background-size: cover;
}

input:checked+.accordion-label::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 25%;
}

input:checked~.accordion-content {
    max-height: 100vh;
    padding: 16px;
    border: 1px solid #dddddd;
}

.featured_products {
    text-align: center;
    margin: 20px 0;
}

.featured_products h2 {
    color: #06094C;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.featured_products h2:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #333333;
    width: 170px;
    left: 0;
    bottom: -8px;
    border-radius: 30px;
}

.featured_products .featured_products_desc h3 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.featured_products .featured_products_desc h4 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.featured_products .featured_products_desc .view_btn {
    max-width: 195px;
    margin: 0 auto;
    display: block;
    width: 100%;
    color: #fff !important;
    background-color: #020B83;
    border-radius: 2px !important;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 20px !important;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
}


/* 
main_section css end 
*/

/* 
footer css start 
*/

.big_footer {
    text-align: center;
    padding: 30px 0;
    background-image: url('https://ebayninjafolio.com/stella/gdi_trading/images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.big_footer .container>.dflex {
    justify-content: space-between;
}

.big_footer .footer_three_btn {
    border: 0.96px solid #C1C1C1;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.big_footer .footer_three_btn:last-child {
    margin-right: 0;
}

.big_footer .footer_three_btn span {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-left: 10px;
}


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

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

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

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

/* 
footer css end 
*/
.disclaimer_section p{
    text-align: center;
}
/*#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;
}
 
 */