* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif; 
    padding-top: 189px;
}

a,a:hover {
    text-decoration: none;
    outline: none;
}

label {
    color: #7e7e7e;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}


.form-control {
    border-radius: 3px;
    padding: 20px;
    background-color: #FFF;
    font-size: 14px;
    color:#0F1833;
}

.form-control::placeholder {
    color: #7e7e7e;
}

select {
    padding: 5px  !important;
    padding-right: 20px !important;
    height: 35px !important;
    background: url('../images/SelectArrow.png') no-repeat right;
    background-position-x: 95%;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: none !important;
}

select:valid {
    color:#0F1833;
}

select:invalid {
    color: #7e7e7e;
}

.form-control,
textarea.form-control {
    box-shadow: 0px 3px 2px -2px transparent;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
    color:#0F1833;
    border-color: #DFC078;
    box-shadow: 0px 6px 8px -2px #dfc07857;
}

textarea.form-control {
    resize: none;
    height: 200px;
}

.modal {
    z-index:1075;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 3px;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.SearchModelContent {
    background-color: transparent;
}

.search_box_popup {
    width: 80%;
    margin: auto;
    text-align: center;
}

.search_box_popup .search_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #efeeee;
    border-radius: 3px;
    outline: none;
    margin-bottom: 0px;
    -webkit-appearance: none;
    transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn {
    visibility: hidden;
    opacity: 0;
    padding: 7px;
    background-color: #DFC078;
    color: #FFF;
    width: 30%;
    outline: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn:hover {
    background-color: #DFC078;
}

.Search_Icon {
    position: absolute;
    right: 80px;
    top: 33px;
    font-size: 20px;
    color: #DFC078;
}

.Arabic {
    font-family:'Cairo', sans-serif; 
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}

.Body_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1039;
    background-color: rgba(0, 0, 0, 0.6);
}

.Section_title {
    text-align: center;
    margin-bottom: 40px;
}

.Section_title ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.Section_title ul li {
    display: inline-block;
    margin: 0 5px;
}

.Section_title ul li img {
    width: auto;
    height: 35px;
}
.Section_title ul li h2 {
    margin-bottom: 0;
    color:#0F1833;
}

.nav-pills {
    padding: 0;
}

.nav-pills .nav-link {
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    background-color: #FFF;
    padding: 5px;
    margin-right: 10px !important;
    border-radius: 30px;
    text-align: center;
    width: 140px;
    text-transform: uppercase;
}

.nav-pills .nav-link:last-of-type {
    margin-right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    border-color: #DFC078;
    background-color: #DFC078;
    color: #fff;
}

.Test_Tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}

.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 30%;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
}

.owl-nav>div {
    background: #FFF;
    color: #DFC078;
    border: 2px solid #DFC078;
    font-size: 25px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-nav>div:hover {
    background: #DFC078;
    color: #FFF;
}

.owl-nav .owl-prev {
    position: relative;
    right: 70px;
    top: 60px;
}

.owl-nav .owl-next {
    position: relative;
    left: 70px;
    top: 60px;
}

#owl-carousel-two .owl-nav .owl-next {
    top: 10px;
}

#owl-carousel-two .owl-nav .owl-prev {
    top: 10px;
}


.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: right;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
    padding: 5px 10px;
	text-decoration: none;
    background-color: #FFF;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #DDD;
    outline: none;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #FFF;
    background: #DFC078;
    border-color: #FFF;
}

.simple-pagination .current {
	color: #FFF;
    background-color:#DFC078;
    border-color: #FFF;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color: #DFC078;
    border: 1px solid #DDD;
}


.Shop_item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.Shop_item:hover {
    box-shadow: 0px 2px 10px #0000002e;
    border-color: #DDD;
}

.Shop_item:hover .image .overlay {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.Shop_item .image {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}

.Shop_item .image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* .Shop_item .image img.favShop:hover {
    content: url('../images/favShopSelected.png');
} */

/* .Shop_item .image img.cartShop:hover {
    content: url('../images/cartShopSelected.png');
} */

.Shop_item .image .overlay {
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: top 0.5s ease-in-out,opacity 0.5s ease-in-out,visibility 0.5s ease-in-out;
}

.Shop_item .image .overlay .SelectFav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.Shop_item .image .overlay .SelectFav img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}

.Shop_item .title {
    padding: 0 5px;
}

.Shop_item .Reviews {
    margin: 0.5rem;
}

.Shop_item .Reviews p {
    margin-bottom: 0;
    color: #616161;
    font-size: 14px;
}


.Shop_item .price {
    margin-bottom: 10px;
}

.Shop_item .price span {
    color: #DFC078;
    font-weight: 600;
    font-size: 16px;
}



.Shop_Item_List {
    text-align: left;
    position: relative;
}

.Shop_Item_List .image {
    float: left;
    width: 330px;
    height: 230px;
    margin-right: 30px;
    margin-bottom: 0;
}

.Shop_Item_List .image .overlay {
    display: none;
}

.Shop_Item_List .SelectFavList {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.Shop_Item_List .SelectFavList img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    cursor: pointer;
}

.Shop_Item_List .title {
    margin-top: 30px;
    padding: 0;
}

.Shop_Item_List .title h5 {
    font-size: 22px;
}

.Shop_Item_List .Reviews p {
    font-size: 16px;
}

.Shop_Item_List .price,
.Shop_item .Reviews {
    margin: 0.5rem 0;
}

.Shop_Item_List .price span {
    font-size: 18px;
}

.Shop_Item_List .rateYo {
    padding: 0 !important;
    margin: 0 !important;
}

.Shop_Item_List .rateYo ,
.Shop_Item_List .Reviews ,
.Shop_Item_List .title ,
.Shop_Item_List .price {
    overflow: hidden;
}

.Shop_Item_List .CartBtnList {
    margin-top: 20px;
}

.Shop_Item_List .CartBtnList button {
    width: 200px;
    padding: 7px;
    font-size: 16px;
    background-color: #DFC078;
    color: #FFF;
    border-radius: 3px;
    transition: all 0.2s;
}

.Shop_Item_List .CartBtnList button i {
    margin-right: 3px;
    font-size: 18px;
}

.Shop_Item_List .CartBtnList button:hover {
    background-color: #0F1833;;
}



.Exhibitor_item {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 1px 3px 10px transparent;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

.Exhibitor_item:hover {
    box-shadow: 1px 3px 10px #00000052;
}

.Exhibitor_item:hover .image img {
    border-radius: 5px;
}

.Exhibitor_item:hover .Item_title img {
    transform: rotate(360deg);
}

.Exhibitor_item .image {
    width: 100%;
    height: 194px;
    margin-bottom: 10px;
}

.Exhibitor_item .image img {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.Exhibitor_item .Item_title img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    box-shadow: 1px 2px 10px #0000001f;
    transition: all 0.5s ease-in-out;
}

.Exhibitor_item .Item_title .title {
    margin-left: 50px;
}

.Exhibitor_item .Item_title .title h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #0F1833;
    font-weight: 600;
}

.Exhibitor_item .Item_title .title span {
    font-size: 14px;
    color: #b1b1b1;
}

.Speaker_Item {
    width: 95%;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    margin:10px auto;
    box-shadow: 0px 3px 10px #00000024;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.Speaker_Item:hover {
    box-shadow: 0px 3px 10px  #DFC078;
    border-color: #DFC078;
}

.Speaker_Item .image {
    width: 100%;
    height: 255px;
}

.Speaker_Item .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.Speaker_Item .title {
    margin: 10px 0;
}

.Speaker_Item .title h5 {
    color: #0F1833;
    font-weight: 600;
}

.Speaker_Item .job {
    margin: 10px 0;
}

.Speaker_Item .job span {
    padding-bottom: 2px;
    color: #545454;
    border-bottom: 3px solid #DFC078;
}

.Speaker_Item .desc {
    padding: 10px 15px;
}

.Speaker_Item .desc p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 14px;
    color: #8e8e8e;
}

.Sponsor_Item {
    width: 80%;
    padding: 10px;
    border-radius: 10px;
    margin: 10px auto; 
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.Sponsor_Item:hover {
    border-color: #DFC078;
    box-shadow: 0px 3px 10px  #DFC078;
}

.Sponsor_Item .image {
    margin-bottom: 20px;
}

.Sponsor_Item .image img {
    width: auto; 
    height: 70px;
    margin: auto;
}

.Sponsor_Item .title h5 {
    color: #434343;
    font-weight: 600;
    font-size: 16px;
}

.CardItem {
    padding: 10px;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    transition: all 0.2s ease-in-out;
}



.CardItem:hover {
    border-color: #DFC078;
    box-shadow: 2px 3px 10px #dfc07857;
}

.CardItem .image {
    position: relative;
    height: 180px;
}

.CardItem .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.brand {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}

.brand img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    box-shadow: 0px 2px 10px #00000014;
    border: 1px solid #707070;
}

.timer {
    position: absolute;
    bottom: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.timer  ul {
    padding: 0;
    margin: 0;
}

.timer ul li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #DFC078;
    width: 35px;
    border: 1px solid #0F1833;
    background-color: #0F1833;
}
  
.timer ul li span {
    display: block;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    color: #0F1833;
    background-color: #FFF;
}

.CardItem .title {
    padding: 10px 0;
}

.CardItem .title h5 {
    margin-bottom: 0;
    color:#0F1833;
    font-size: 18px;
}

.CardItem .list {
    margin-bottom: 10px;
}

.CardItem .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.CardItem .list ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #404040;
    font-size: 14px;
}

.CardItem .list ul li i {
    float: left;
    color: #DFC078;
}

.CardItem .list ul li i.fa-map-marker {
    font-size: 22px;
}

.CardItem .list ul li div {
    margin-left: 30px;
}

.CardItem .bookBtn {
    text-align: center;
}

.CardItem .bookBtn button {
    width: 100%;
    background-color: #DFC078;
    color: #FFF;
    border-radius: 5px;
    padding: 7px;
    transition: all 0.2s ease-in-out;
}

.CardItem .bookBtn button:hover {
    background-color:#0F1833;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color: #DFC078;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #DFC078;
}

.formobile {
    display: none;
}

.fordesktop {
    display: block;
}

.formobile img {
    margin-right: 5px;
    height: 15px;
}

.search-box  {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.search-box .form-control {
    padding-right: 40px;
    border: 1px solid transparent;
    background-color: #F5F5F5;
}

.search-box .form-control:focus {
    background-color: #FFF;
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 15px;
    color:#0F1833;
    font-size: 14px;
}

.headSection {
    padding: 5px;
    background-color: #FFF;
    border-bottom: 1px solid #efefef;
}

.headSection .RightBar {
    margin-top: 5px;
}

.headSection .RightBar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.headSection .RightBar ul .rightBarList {
    float: left;
    width: 33.3333333%;
}

.headSection .RightBar ul .rightBarList h5  {
    color: #0F1833;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
 }

.headSection .RightBar ul .rightBarList h5 img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-bottom: 2px;
    box-shadow: 1px 2px 10px #0000001f;
}

.headSection .RightBar ul .rightBarList .timer {
    position: relative;
    bottom: unset;
    width: 100%;
    justify-content: left;
}

.headSection .RightBar ul .rightBarList .timer  ul {
    padding: 0;
    margin: 0;
}

.headSection .RightBar ul .rightBarList .timer ul li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #616161;
    width: 35px;
    border: none;
    background-color: transparent;
}
  
.headSection .RightBar ul .rightBarList .timer ul li span {
    display: inline-block;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    margin-right: 5px;
    color: #DFC078;
    background-color: transparent;
}

.headSection .RightBar ul .rightBarList i.fa-map-marker {
    font-size: 20px;
    float: left;
    color: #DFC078;
    margin-top: 2px;
}

.headSection .RightBar ul .rightBarList .location {
    margin-left: 20px;
    color: #616161;
    font-size: 16px;
    margin-top: 2px;
}

.headSection .Links {
    text-align: right;
}

.headSection .Links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.headSection .Links ul li {
    display: inline-block;
    margin-left: 20px;
}

.headSection .Links ul li a {
    color:#0F1833;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.headSection .Links ul li a:hover {
    color: #DFC078;
}

.navbar {
    background-color: #FFF;
    padding: 0;
    top: 46px;
    transition: top 0.5s ease-in-out 0s;
}

.navbar-new-bottom{
    background-color: #dfc078;
    top: 146px;
    z-index: 1040;
    transition: top 0.5s ease-in-out 0s;
}

.navbar-collapse {
    justify-content: left;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    background-color: transparent;
    font-size: 14px;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .active>.nav-link,
 .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
   .navbar-light .navbar-nav .show>.nav-link {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
    background-color:#0F1833; 
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-button.svg');
}

.navbar-light .navbar-toggler {
    position: fixed;
    right: 4%;
    top: 25px;
    z-index: 1;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler>.close {
    display:inline-block;
    color: #DFC078;
    opacity: 1;
    text-shadow: none;
    margin-top: 3px;
}
.navbar-toggler.collapsed>.close, 
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-brand {
    outline: none;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 0;
}

.navbar-brand img {
    width: auto;
    height: 90px;
}

.navbar .links {
    text-align: right;
    margin-right: 10px;
}

.navbar .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .links ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}


.CartNumber {
    position: absolute;
    top: -30%;
    left: 60%;
    color: #FFF;
    text-align: center;
    background-color: #DFC078;
    border-radius: 30px;
}

.CartNumber h5{
    font-size: 10px;
    width: 13px;
    padding: 1px 0;
	margin: auto;
	font-family: sans-serif;
}

.navbar .links ul li a {
    outline: none;
    text-decoration: none;
}

.navbar .links ul li img {
    width: auto;
    height: 20px;
}

.navbar .links ul li img.fav:hover {
    content: url('../images/favhover.png');
}

.navbar .links ul li img.cart:hover {
    content: url('../images/carthover.png');
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    background-color: #0e1832;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-right: 30px;
    padding-left: 20px;
    color: #FFF;
    font-size: 14px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}



.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #31446f;
    color: #FFF;
} 


/* Slider */

/* .slick-dots {
    bottom: -10px;
}
.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 40px;
    opacity: 1;
    color: #acacac;
}

.slick-dots li.slick-active button:before {
    color: #DFC078;
} */






.swiper-container {
    width: 100%;
    height: 500px; 
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
} 

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 2px solid #FFF;
    outline: none;
}

.contentSlider {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    color: #FFF;
    width: 40%;
    text-align: left;
    z-index: 3;
}

.contentSlider .newCollection {
    color: #DFC078;
    font-size: 25px;
    font-weight: lighter;
    text-transform: uppercase;
}

.contentSlider h1 {
    margin-bottom: 0;
    font-size: 80px;
    text-transform: uppercase;
    color:#0F1833;
}

.contentSlider p {
    margin-bottom: 20px;
    font-size: 25px;
    color: #DFC078;
    text-transform: uppercase;
}

.contentSlider p span {
    color:#0F1833;
}

.contentSlider button {
    padding: 7px;
    background-color: #DFC078;
    border-radius: 30px;
    width: 120px;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

.contentSlider button:hover {
    background-color:#0F1833;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    outline: none;

}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #DFC078;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #DFC078;
}

/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url('../images/arrow_right.svg');
    outline: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:url('../images/arrow_left.svg');
    outline: none;
} */

/* Ads */
#Ads {
    margin: 40px 0;
}

#Ads img {
    width: 100%;
    height: 168px;
}

/* Exhibitions */
#Exhibitions {
    margin: 40px 0;
}

/* Statistics */
#stat {
    margin: 40px 0px;
}

#stat ul {
    background-image: url('../images/stat.png');
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#stat ul li {
    float: left;
    width: 33.3333333%;
}

#stat .stat-info {
    margin: 50px 0;
    text-align: center
}

#stat .stat-info img {
    width: auto;
    height: 60px;
    margin-bottom: 10px;
}

#stat .stat-info span {
    display: block;
    margin: auto;
    color: #fff;
    margin-bottom: 10px
}

#stat .stat-info span.time {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}

#stat .stat-info .stat-info-title {
    font-size: 14px;
    color: #DFC078;
    font-weight: 600;
}

/* News */
#News {
    margin: 40px 0;
}

#News .Content .carousel-inner img {
    height: 300px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

#News .Content .content span {
    margin-bottom: 5px;
    color: #9D9D9D;
    font-size: 16px;
}

#News .Content .content h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color:#0F1833;
}

#News .Content .content p {
    margin-bottom: 20px;
    color: #514B4C;
}

#News .Content .content button {
   border: 1px solid #DFC078;
   padding: 4px;
   border-radius: 30px;
   color: #DFC078;
   width: 90px;
   transition: all 0.2s ease-in-out;
}

#News .Content .content button:hover {
    background-color:#0F1833;
    border-color:#0F1833;
    color: #FFF;
}

#News .Content  .carousel-indicators{
    display:inline-block;
    height: 470px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    position:static;
  }
  
#News .Content .carousel-indicators::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  #News .Content  .carousel-indicators::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  #News .Content .carousel-indicators::-webkit-scrollbar-thumb {
    background: #d6d6d6; 
  }
  
  #News .Content .carousel-indicators::-webkit-scrollbar-thumb:hover {
    background: #DFC078; 
  }
  #News .Content .item{
    padding: 7px 15px;
    border:2px solid transparent;
    cursor:pointer;
  }

  #News .Content .item .news_Content {
      margin-top: 15px;
  }

  #News .Content .item span {
      margin-bottom: 5px;
      color: #9D9D9D;
      font-size: 14px;
  }
  
  #News .Content .item h4 {
    margin-bottom: 0;
    font-size: 16px;
  }

  #News .Content .item .NewsImage {
    margin: 0 10px;
  }
  
  #News .Content .item  img {
    width: 100%;
    height: 80px;
    border-radius: 3px;
    background-color: transparent;
  }
  
  #News .Content .item:last-of-type {
    margin-bottom: 0;
  }
  
  #News .Content .item.active ,
  #News .Content .item:hover {
    background-color: #DFC078;
  }

  #News .Content .item.active span,
  #News .Content .item:hover span,
  #News .Content .item.active h4,
  #News .Content .item:hover h4{
    color: #FFF;
  }
  


  
  @media screen and (max-width:992px){
    #News .Content .carousel-indicators{
      display: inline-flex;
      direction: inherit;
      height: auto;
      width: 100%;
      max-width:800px;
      overflow-x: auto;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      overflow-y: hidden;
      justify-content: normal;
      margin-top:20px;
    }
    #News .Content .carousel-inner{
      margin-left:0!important;
    }
    #News .Content .content{
      position:static;
    }
  }
  


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


/* Footer */
.footer {
    padding: 30px 0;
    padding-bottom: 0;
    background-color: #F6F6F6;
}

.title-widget {
    color:#0F1833;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 30px 0;
}


.widget_nav_menu img.FooterLogo {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px solid #acacac;
    border-radius: 10px;
}

.widget_nav_menu img {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.widget_nav_menu .linksList {
    list-style: none;
    padding: 0;
    margin: 0;
}


.widget_nav_menu .linksList li {
    font-size: 16px;
	position: relative;
    margin-bottom: 10px;
    width:100%;
    color:#0F1833;
}

.widget_nav_menu .linksList li a {
    color: #636363;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a:hover {
    color: #DFC078;
    padding-left: 10px;
    border-left: 3px solid #DFC078;
}

.footer-bottom {
    width: 100%;
    border-top: 1px solid #DDD;
}

.language {
    color: #636363;
    padding: 10px;
}

.copyright {
    color: #636363;
    text-align: right;
    padding: 10px;
}

.copyright p ,.language p{
    font-size: 14px;
    margin-bottom: 0;
}

.SocialList {
    list-style: none;
    padding: 0;
    margin: 0;
}


.social {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.social  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social ul li{
    display: inline-block;
    margin-right: 6px;
}

.social ul li a {
    display: flex;
    color: #FFF;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    background-color: #DFC078;
    transition: all 0.2s ease-in-out;
}

.social ul li a i {
    font-size: 20px;
}

.social ul li a:hover {
    background-color:#0F1833;
    transform: rotate(360deg);
}

.newsteller {
    margin-top: 10px;
}

.newsteller span {
    color:#0F1833;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.newsteller .email-box  {
    position: relative;
    width: 100%;
}

.newsteller .email-box .subscribeInp {
    padding-left: 40px;
    border-radius: 30px;
    border: 1px solid #d0d0d0;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.newsteller .email-box i {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #878787;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.newsteller .email-box .subscribeInp:focus {
    box-shadow: none;
    border-color: #DFC078;
}

.newsteller .subscribeButton {
    text-align: right;
    margin-top: 10px;
}

.newsteller .subscribeButton button {
    background-color: #DFC078;
    color: #FFF;
    border-radius: 30px;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.newsteller .subscribeButton button:hover {
    background-color:#0F1833;
}



/*Scroll To Top */
.scroll_top {
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #DFC078;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 10px;
	display: none;
	cursor: pointer;
    border-radius: 5px;
    z-index: 999;
}

.scroll_top i{
	position: absolute;
	top: 10px;
    right: 13px;
    font-size: 22px;
    animation: MoveUpDown 1s linear infinite;
    transition: all 0.2s ease-in-out;
}

.scroll_top:hover{
    background-color:#0F1833;
}

@keyframes MoveUpDown {
    0%, 100% {
      top: 10px;
    }
    25% {
        top: 15px;
    }
    50% {
      top: 20px;
    }
}

/*******************/
/* Exhibition Page */
/******************/
#ExibitionSlider {
    height: 500px;
}

#Exibition_pagination {
    position: relative;
    margin-top: 10px;
}

#Exibition_pagination .swiper-pagination-bullet {
    background-color: #DFC078;
    border-color: #DFC078;
    margin: 0 3px;
}

#Exhibition {
    margin: 40px 0;
}

#Speakers {
    margin: 40px 0;
}

#Sponsors {
    margin: 40px 0;
}

/*******************/
/* Shops Page */
/******************/
#Shops {
    margin: 40px 0;
}

.SortBy,.recentViewed {
    width: 100%;
    text-align: left;
    background-color: #FFF;
    margin-bottom: 30px;
    padding-bottom: 10px;
    box-shadow: 0px 2px 10px #0000001f;
}

.SortBy .title,
.recentViewed .title {
    background-color: #F4F4F4;
    padding: 10px;
    margin-bottom: 10px;
}

.SortBy .title .MainTitle,
.recentViewed .title .MainTitle {
    text-align: left;
}

.SortBy .title .MainTitle span,
.recentViewed .title .MainTitle span {
    color: #0F1833;
    font-size: 16px;
}

.SortBy .title .removeFilter {
    text-align: right;
}

.SortBy .title .removeFilter a {
    font-size: 12px;
    color: #0F1833;
    transition: all 0.2s ease-in-out;
}

.SortBy .title .removeFilter a:hover {
    color: #DFC078;
}

.SortBy .form-group {
    margin-bottom: 0;
}

.SortBy label {
    display: block;
    position: relative;
    padding: 10px;
    padding-right: 20px;
    padding-left: 50px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #000;
}

.SortBy label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .SortBy label .checkmark {
    position: absolute;
    top: 8px;
    left: 20px;
    height: 18px;
    width: 18px;
    border: 1px solid #a5a5a5;
}
  
.SortBy label input:checked ~ .checkmark {
    background-color: #DFC078;
    border-color: #DFC078;
}
  
.SortBy label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.SortBy label input:checked ~ .checkmark:after {
    display: block;
}
  
.SortBy label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Filter_Btn {
    display: none;
}

.Filter_Btn button {
    background: #DFC078;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 5px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.Filter_Btn button i {
    margin-right: 5px;
}

.Filter_Btn button:hover {
    background-color: #DFC078;
    color: #FFF;
}

.Filter_Btn button:focus {
    box-shadow: none;
}

.recentItem {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.recentItem:hover .Itemtitle h5 {
    color: #DFC078;
}

.recentItem .image {
    width: 60px;
    height: 50px;
    margin-right: 10px;
}

.recentItem .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.recentItem .Itemtitle h5 {
    font-size: 14px;
    color: #0F1833;
}

.titleName h4 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 3px;
    box-shadow: 1px 2px 10px #0000001f;
}

.titleName h4 {
    font-weight: 600;
    color: #0F1833;
    font-size: 22px;
    text-transform: uppercase;
}

.filterSort ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filterSort ul li {
    display: inline-block;
    margin-right: 20px;
}

.filterSort ul li span {
    font-size: 14px;
    color: #282425;
    margin-right: 5px;
    display: inline-block;
    font-weight: 600;
}

.filterSort ul li select {
    border: 1px solid #ececec !important;
    display: inline-block;
}

.filterSort ul li .selectDisplay {
    background-position-x: 80%;
}

.perpage {
    margin-left: 10px;
    color: #acacac !important;
    font-weight: lighter !important;
}

.viewMode {
    text-align: right;
    margin-top: 5px;
}

.viewMode ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.viewMode ul li {
    display: inline-block;
    margin-left: 10px;
}

.viewMode ul li img {
    width: 20px;
    height: 18px;
    opacity: 0.4;
}

.viewMode ul li img.selected {
    opacity: 1;
}

/*******************/
/* Packages Page */
/******************/
#Packages {
    margin: 40px 0;
}

.package {
    width: 90%;
    margin: 30px auto;
    padding: 30px 20px;
    box-shadow: 1px 3px 10px #00000026;
    border: 1px solid #DDD;
    background-color: #FFF;
    text-align: center;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.package:hover,
.package.selected {
    background-color: #DFC078;
    border: 1px solid #DFC078;
}

.package.selected {
    transform: scale(1.1);
}

.package:hover .title h4,
.package:hover .price p, 
.package:hover .listDetails ul li p, 
.package.selected .title h4,
.package.selected .price p,
.package.selected .listDetails ul li p {
    color: #FFF;
}

.package:hover .listDetails ul li,
.package.selected .listDetails ul li {
    border-bottom-color: #FFF;
}

.package:hover .SubscribeBtn button,
.package.selected .SubscribeBtn button {
    background-color: #FFF;
    color: #0F1833;
}

.package .title {
    margin-bottom: 20px;
}

.package .title h4 {
    font-size: 18px;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.package .price {
    margin-bottom: 30px;
}

.package .price p {
    margin-bottom: 0;
    color: #DFC078;
    font-size: 27px;
    transition: all 0.2s ease-in-out;
}

.package .price p span {
    font-size: 14px;
}

.package .listDetails {
    margin-bottom: 30px;
}

.package .listDetails ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package .listDetails ul li {
    display: block;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
}

.package .listDetails ul li:last-of-type {
    border-bottom: 0;
}

.package .listDetails ul li p {
    margin-bottom: 0;
    color: #ACACAC;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.package .SubscribeBtn button {
    padding: 7px;
    width: 180px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #DFC078;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

.package .SubscribeBtn button:hover {
    background-color: #0F1833;
    color: #FFF;
}

/*******************/
/* NewsDetails Page */
/******************/
#NewsDetails {
    margin: 40px 0;
}

#NewsDetails .NewsContent {
    margin-bottom: 30px;
}

#NewsDetails .NewsContent .image {
    width: 100%;
    height: 390px;
    margin-bottom: 20px;
}

#NewsDetails .NewsContent .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#NewsDetails .NewsContent .title {
    margin-bottom: 20px;
}

#NewsDetails .NewsContent .title h4 {
    color: #0F1833;
}

#NewsDetails .NewsContent .desc {
    margin-bottom: 20px;
}

#NewsDetails .NewsContent .desc p {
    margin-bottom: 0;
    color: #514B4C;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

#NewsDetails .NewsContent .date span {
    color: #757575;
    font-size: 14px;
}

#NewsDetails .NewsContent .socialMedia {
    text-align: right;
}

#NewsDetails .NewsContent .socialMedia  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#NewsDetails .NewsContent .socialMedia ul li{
    display: inline-block;
    margin-right: 6px;
}

#NewsDetails .NewsContent .socialMedia ul li a {
    display: flex;
    color: #FFF;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    background-color: #DFC078;
    transition: all 0.2s ease-in-out;
}

#NewsDetails .NewsContent .socialMedia ul li a i {
    font-size: 20px;
}

#NewsDetails .NewsContent .socialMedia ul li a:hover {
    background-color:#0F1833;
    transform: rotate(360deg);
}

#NewsDetails .RelatedNews {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 2px 10px #0000001f;
}

#NewsDetails .RelatedNews .title {
    background-color: #F4F4F4;
    padding: 10px;
}

#NewsDetails .RelatedNews .title .MainTitle {
    text-align: left;
}

#NewsDetails .RelatedNews .title .MainTitle span {
    color: #0F1833;
    font-size: 16px;
}

#NewsDetails .RelatedNews .NewsItem {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#NewsDetails .RelatedNews .NewsItem .image {
    max-width: 120px;
    height: 70px;
    margin-right: 10px;
}

#NewsDetails .RelatedNews .NewsItem .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#NewsDetails .RelatedNews .NewsItem .content {
    width: 100%;
}

#NewsDetails .RelatedNews .NewsItem .content_date span {
    font-size: 12px;
}

#NewsDetails .RelatedNews .NewsItem .content_title h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

#NewsDetails .RelatedNews .NewsItem .content_more {
    text-align: right;
}

#NewsDetails .RelatedNews .NewsItem .content_more a {
    color: #DFC078;
    font-size: 12px;
}


/*******************/
/* ProductDetails Page */
/******************/
#ProductDetails {
    margin: 40px 0;
}

#ProductDetails .ProductSlider {
    margin-bottom: 40px;
}

#ProductDetails .ProductSlider .carousel-inner img {
    height: 320px;
    width: 100%;
    border-radius: 5px;
}

#ProductDetails .ProductSlider .carousel-indicators{
    display:inline-block;
    margin: 0;
    position:static;
  }


#ProductDetails .ProductSlider .item{
    padding: 5px;
    border:2px solid transparent;
    border-radius: 5px;
    cursor:pointer;
}
  
  #ProductDetails .ProductSlider .item  img {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: transparent;
  }
  
  #ProductDetails .ProductSlider .item.active ,
  #ProductDetails .ProductSlider .item:hover {
    border-color: #0F1833;
  }

  
  @media screen and (max-width:992px){
    #ProductDetails .ProductSlider .carousel-indicators{
      display: inline-flex;
      direction: inherit;
      height: auto;
      width: 100%;
      max-width:800px;
      overflow-x: auto;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      overflow-y: hidden;
      justify-content: normal;
      margin-top:20px;
    }
    #ProductDetails .ProductSlider .carousel-inner{
      margin-left:0!important;
    }
    #ProductDetails .ProductSlider .content{
      position:static;
    }
  }

  #ProductDetails  .Product_content {
      margin-bottom: 40px;
  }
#ProductDetails  .Product_content .title h4 {
    margin-bottom: 0;
    color: #0F1833;
    font-weight: 600;
    font-size: 24px;
}

#ProductDetails  .Product_content .price {
    margin-bottom: 20px;
}

#ProductDetails  .Product_content .price span {
    color: #DFC078;
    font-weight: 600;
    font-size: 18px;
}


#ProductDetails  .Product_content .quantity {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 5px;
}

#ProductDetails  .Product_content .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 15px;
    font-size: 14px;
    color: #43484D;
    font-weight: 300;
    background-color: transparent;
}
   
#ProductDetails  .Product_content .quantity button[class*=btn] {
    width: 25px;
    height: 25px;
    background: none;
    border-radius: 3px;
    border: 1px solid #DFC078;
    cursor: pointer;
}

#ProductDetails  .Product_content .quantity .minus-btn img,
#ProductDetails  .Product_content .quantity .plus-btn img {
    margin-bottom: 3px;
}

#ProductDetails  .Product_content .quantity button:focus,
#ProductDetails  .Product_content .quantity input:focus {
    outline:0;
}

#ProductDetails  .Product_content .Reviews {
    margin: 20px 0;
}

#ProductDetails  .Product_content .Reviews p {
    margin-bottom: 0;
    color: #616161;
    font-size: 14px;
}

/********************/
/* New Updates 5/7/2020 */
/*******************/
#ProductDetails  .Product_content .SizeGuide {
    margin: 20px 0;
}

#ProductDetails  .Product_content .SizeGuide p {
    margin-bottom: 0;
    color: #616161;
    font-size: 14px;
    cursor: pointer;
}


.Sizes_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
}

.Sizes_PopUp .title {
    border-bottom: 1px solid #e9e6e6;
    margin-bottom: 20px;
}

.Sizes_PopUp .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.Sizes_PopUp .Test_Tabs {
    justify-content: left;
}

.Sizes_PopUp .nav-pills .nav-link {
    padding: 3px;
    border-radius: 0;
    width: 50px;
    font-size: 14px;
    margin-right: 0 !important;
}

.Sizes_PopUp .table-bordered td .Size_title {
    font-weight: 600;
}

.Sizes_PopUp .table thead {
    background-color: #FFF;
    border: 1px solid #e4e4e4;
}

.Sizes_PopUp .table thead th {
    color: #DFC078;
    font-weight: 600;
}


/*********************************************/
.PaymentMethod_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
}

.PaymentMethod_PopUp .title {
    border-bottom: 1px solid #e9e6e6;
    margin-bottom: 20px;
}

.PaymentMethod_PopUp .radio-label {
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.PaymentMethod_PopUp .radio-label img {
    height: auto;
    width: 35px;
    margin-right: 5px;
}

.PaymentMethod_PopUp input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.PaymentMethod_PopUp input[type="radio"] + .radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1.5px solid #c9cdd2;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 8px;
    vertical-align: sub;
    cursor: pointer;
    text-align: center;
}

.PaymentMethod_PopUp input[type="radio"]:checked + .radio-label {
    color: #DFC078;
}

.PaymentMethod_PopUp input[type="radio"]:checked + .radio-label:before {
    background-color:#DFC078;
    border-color:#DFC078;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.PaymentMethod_PopUp input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #c9cdd2;
    border-color: #838d98;
    background: #838d98;
}


.PaymentMethod_PopUp .PaymentContent  .buttons {
    text-align: left;
    margin-top: 30px;
}

.PaymentMethod_PopUp .PaymentContent  .buttons button {
    width: 140px;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}


.PaymentMethod_PopUp .PaymentContent  .buttons button.PayBtn {
   background-color: #DFC078;
   color: #FFF;
   margin-right: 10px;
}


.PaymentMethod_PopUp .PaymentContent  .buttons button.CancelBtn {
    background-color: transparent;
    border: 2px solid #DFC078;
    color: #DFC078;
}

.PaymentMethod_PopUp .PaymentContent  .buttons button.PayBtn:hover {
    background-color:#0F1833;
}

.PaymentMethod_PopUp .PaymentContent  .buttons button.CancelBtn:hover {
    background-color:#0F1833;
    border-color: #0F1833;
    color: #FFF;
}

/*********************************************/












#ProductDetails  .Product_content .DeliveryDate {
    margin-bottom: 20px;
}

#ProductDetails  .Product_content .DeliveryDate p {
    margin-bottom: 20px;
    color: #DFC078;
    font-size: 14px;
}

#ProductDetails  .Product_content .DeliveryDate span {
    color: #0F1833;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #DFC078;
}

#ProductDetails  .Product_content .AddToCartBtn {
    margin-top: 7px;
}

#ProductDetails  .Product_content .AddToCartBtn button {
    width: 180px;
    padding: 7px;
    font-size: 14px;
    background-color: #DFC078;
    color: #FFF;
    border-radius: 3px;
    transition: all 0.2s;
} 

#ProductDetails  .Product_content .AddToCartBtn button i {
    margin-right: 3px;
    font-size: 18px;
}

#ProductDetails  .Product_content .AddToCartBtn button:hover {
    background-color: #0F1833;
}

#ProductDetails  .Product_content .AddToFav {
    text-align: right;
}

#ProductDetails  .Product_content .AddToFav img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    cursor: pointer;
}


/*******************/
/* Login Page */
/******************/
#Login {
    margin: 40px 0;
}

#Login .login_padding {
    padding: 0;
}

#Login .Form {
    background-color: #F9F9F9;
    padding: 40px;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 30px 0 0 30px;
}

#Login .Form .title {
    text-align: center;
    margin-bottom: 30px;
}


#Login .Form .title h4 {
    color: #0F1833;
    margin-bottom: 0;
    font-weight: 600;
}

#Login .Form .title span {
    display: inline-block;
    height: 3px;
    width: 40px;
    border-radius: 30px;
    background-color: #0F1833;
}

#Login .Form .loginButton {
    margin-top: 30px;
}

#Login .Form .loginButton button {
    background: #DFC078;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 3px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#Login .Form .loginButton button:hover {
    background-color: #0F1833;
}

#Login .Form .UserIcon {
    position: absolute;
    top: 45%;
    right: -26px;
    z-index: 1;
    background-color: #F9F9F9;
    box-shadow: 1px 1px 8px #000000a8;
    border-radius: 30px;
    padding: 13px 18px;
}

#Login .Form .UserIcon i {
    font-size: 24px;
    color:#0F1833;
}

#Login .Form .MyLabel {
    display: block;
    position: relative;
    pointer-events: auto;
    padding-left: 30px;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    color: #212121;
}

#Login .Form .MyLabel a {
    text-decoration: none;
    outline: none;
    color: #DFC078;
}

#Login .Form .MyLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
#Login .Form .MyLabel .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #ececec;
}
  
  
  #Login .Form .MyLabel input:checked ~ .checkmark {
    background-color: #DFC078;
    border-color: #DFC078;
  }
  
  #Login .Form .MyLabel .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  #Login .Form .MyLabel input:checked ~ .checkmark:after {
    display: block;
  }
  
  #Login .Form .MyLabel .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #Login .Form .ForgotPass {
      text-align: right;
  }


#Login .createAccont {
    background-color: #0F1833;
    padding: 40px;
    width: 100%;
    height: 400px;
    text-align: center;
    border-radius: 0 30px 30px 0;
}

#Login .createAccont .title {
    text-align: center;
    margin-bottom: 30px;
}

#Login .createAccont .title h4 {
    color: #F9F9F9;
    margin-bottom: 0;
    font-weight: 600;
}

#Login .createAccont .title span {
    display: inline-block;
    height: 3px;
    width: 40px;
    border-radius: 30px;
    background-color: #F9F9F9;
}

#Login .createAccont p {
    color: #F9F9F9;
    width: 80%;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 40px;
}



#Login .createAccont .ExhibitorBtn button {
    background-color: #F9F9F9;
    width: 80%;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #0F1833;
    transition: all 0.2s ease-in-out;
}

#Login .createAccont .ExhibitorBtn button:hover {
    background-color: #DFC078;
    color: #FFF;
}

#Login .createAccont .VisitorBtn button {
    border: 1px solid #F9F9F9;
    width: 80%;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #F9F9F9;
    transition: all 0.2s ease-in-out;
}

#Login .createAccont .VisitorBtn button:hover {
    background-color: #DFC078;
    border-color: #DFC078;
    color: #FFF;
}


/*******************/
/* Register Page */
/******************/
#Register {
    margin: 40px 0;
}

#Register .Form {
    background-color: #F9F9F9;
    padding: 40px;
    width: 100%;
    border-radius: 30px;
}

#Register .Form select {
    padding: 5px 20px !important;
    border: 1px solid #ececec !important;
    height: 42px !important;
    background: url(../images/SelectArrow.png) no-repeat right #FFF;
    background-position-x: 98%;
}

#Register .profile_User {
    width: 120px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

#Register .profile_User .Edit_icon i {
    position: absolute;
    top: 2%;
    right: 7%;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    margin: auto;
    border: 1px solid #4C80DB;
    border-radius: 150px;
    padding: 5px;
    background: #4C80DB;
}

#Register .profile_User .Edit_icon img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
#Register .profile_User .Edit_icon .upload-box {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

#Register .profile_User span {
    display: block;
    color: #9D9D9D;
    margin-top: 10px;
    font-size: 14px;
}

#Register .Form .MyLabel {
    display: block;
    position: relative;
    pointer-events: auto;
    padding-left: 30px;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    color: #212121;
}

#Register .Form .MyLabel a {
    text-decoration: none;
    outline: none;
    color: #DFC078;
}

#Register .Form .MyLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
#Register .Form .MyLabel .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #ececec;
}
  
  
  #Register .Form .MyLabel input:checked ~ .checkmark {
    background-color: #DFC078;
    border-color: #DFC078;
  }
  
  #Register .Form .MyLabel .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  #Register .Form .MyLabel input:checked ~ .checkmark:after {
    display: block;
  }
  
  #Register .Form .MyLabel .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #Register .Form .RegisterButton {
      margin-top: 30px;
  }

  #Register .Form .RegisterButton button {
    background: #DFC078;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 3px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#Register .Form .RegisterButton button:hover {
    background-color: #0F1833;
}

/*******************/
/* Contact Page */
/******************/
#Contact {
    margin: 40px 0;
}

#Contact .Form {
    background-color: #F9F9F9;
    padding: 40px;
    width: 100%;
    border-radius: 30px;
}


#Contact .Form .socialMedia {
    text-align: center;
    margin-bottom: 30px;
}

#Contact .Form .socialMedia  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#Contact .Form .socialMedia ul li{
    display: inline-block;
    margin-right: 20px;
}

#Contact .Form .socialMedia ul li a {
    display: flex;
    color: #FFF;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    background-color: #DFC078;
    transition: all 0.2s ease-in-out;
}

#Contact .Form .socialMedia ul li a i {
    font-size: 20px;
}

#Contact .Form .socialMedia ul li a:hover {
    background-color:#0F1833;
    transform: rotate(360deg);
}


#Contact .Form .SendButton button {
    background: #DFC078;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 3px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#Contact .Form .SendButton button:hover {
    background-color: #0F1833;
}

/*******************/
/* About Page */
/******************/
#About {
    margin: 40px 0;
}

#About .content {
    background-color: #F9F9F9;
    padding: 40px;
    width: 100%;
    border-radius: 30px;
}


#About .content p {
    line-height: 1.8;
    color: #636363;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}

/*******************/
/* MyAddress Page */
/******************/
#MyAddress {
    margin: 40px 0;
}

#MyAddress .content .NewAddressButton {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

#MyAddress .content .NewAddressButton button {
    background: #DFC078;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 3px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#MyAddress .content .NewAddressButton button i {
    font-size: 12px;
    margin-right: 5px;
    padding: 7px;
    width: 25px;
    height: 25px;
    background-color: #FFF;
    border-radius: 50%;
    color: #DFC078;
    transition: all 0.2s ease-in-out;
}

#MyAddress .content .NewAddressButton button:hover {
    background-color: #0F1833;
}

#MyAddress .content .NewAddressButton button:hover i {
    color: #0F1833;
}

#MyAddress .content .NextButton {
    text-align: right;
    margin-bottom: 20px;
}

#MyAddress .content .NextButton button {
    background-color: transparent;
    width: 150px;
    padding: 5px;
    border: 1px solid #DFC078;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #DFC078;
    transition: all 0.2s ease-in-out;
}

#MyAddress .content .NextButton button:hover {
    background-color: #DFC078;
    color: #FFF;
}

#MyAddress .content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #MyAddress .content ul li {
      float: left;
      width: 100%;
      margin-bottom: 20px;
  }
  
  #MyAddress .content ul li input[type="radio"][id^="address"] {
    display: none;
  }
  
  #MyAddress .content ul li label {
    border: 1px solid #DDD;
    padding: 20px;
    display: block;
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
    color: #757575;
  }

  #MyAddress .content ul li label:hover {
      color: #757575;
  }

  #MyAddress .content ul li label h6 {
    font-weight: 600;
  }

  #MyAddress .content ul li label h6 i {
      margin-right: 5px;
      font-size: 20px;
  }

  #MyAddress .content ul li label p {
      margin-bottom: 0;
      color: #a5a4a4;
      font-size: 14px;
  }
  
  #MyAddress .content ul li input:checked + label {
    border-color: #DFC078;
  }

  #MyAddress .content ul li input:checked + label h6,
  #MyAddress .content ul li input:checked + label p {
      color: #DFC078;
  }


  #MyAddress .content .Form {
    background-color: #F9F9F9;
    padding: 40px;
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    display: none;
  }


  #MyAddress .content .Form select {
    padding: 5px 20px !important;
    border: 1px solid #ececec !important;
    height: 42px !important;
    background: url(../images/SelectArrow.png) no-repeat right #FFF;
    background-position-x: 98%;
}


  #MyAddress .content .Form .AddButton {
    text-align: right;
}

#MyAddress .content .Form .AddButton button {
    background-color: #DFC078;
    width: 150px;
    padding: 7px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#MyAddress .content .Form .AddButton button:hover {
    background-color: #0F1833;
}

#MyAddress .content .Form .AddButton .CancelBtn {
    background-color: transparent;
    width: 150px;
    padding: 5px;
    border: 1px solid #DFC078;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #DFC078;
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
}

#MyAddress .content .Form .AddButton .CancelBtn:hover {
    background-color: #DFC078;
    color: #FFF;
}


/*******************/
/* ShoppingCart Page */
/******************/
#ShoppingCart {
    margin: 40px 0;
}

#ShoppingCart .Content {
    padding: 30px;
    border-radius: 30px;
    background-color: #F9F9F9;
    margin-bottom: 20px;
}

#ShoppingCart .totalPrice {
    padding: 20px;
    border-radius: 30px;
    background-color: #F9F9F9;
    margin-bottom: 20px;
}

#ShoppingCart .totalPrice .title {
    margin-bottom: 10px;
}

#ShoppingCart .totalPrice .title span {
    color: #000;
}

#ShoppingCart .totalPrice .title span.titleTotal {
    font-weight: 600;
}


#ShoppingCart .totalPrice .price {
    margin-bottom: 10px;
    text-align: right;
}

#ShoppingCart .totalPrice .price span {
    color: #DFC078;
}

#ShoppingCart .totalPrice .price span.priceTotal {
    font-weight: 600;
}


#ShoppingCart .checkoutBtn button {
    background-color: #DFC078;
    width: 180px;
    padding: 5px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#ShoppingCart .checkoutBtn button:hover {
    background-color: #0F1833;
}

#ShoppingCart .ContinueBtn {
    text-align: right;
}

#ShoppingCart .ContinueBtn button {
    background-color: transparent;
    width: 200px;
    padding: 5px;
    border: 1px solid #DFC078;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #DFC078;
    transition: all 0.2s ease-in-out;
}

#ShoppingCart .ContinueBtn button:hover {
    background-color: #DFC078;
    color: #FFF;
}

#ShoppingCart .DiscountCode {
    padding: 20px;
    border-radius: 30px;
    background-color: #F9F9F9;
    text-align: center;
}

#ShoppingCart .DiscountCode .title {
    margin-bottom: 1rem;
}

#ShoppingCart .DiscountCode .title span {
    font-size: 18px;
    color: #000;
}

#ShoppingCart .DiscountCode .couponBtn button {
    background-color: #DFC078;
    width: 180px;
    padding: 5px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#ShoppingCart .DiscountCode .couponBtn button:hover {
    background-color: #0F1833;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table thead {
    background-color: #DFC078;
}

.table-bordered {
    border: none;
}

.table-bordered thead th,
.table-bordered tr:last-of-type td {
    border: 0;
}

.table thead th {
    color: #FFF;
}

.table td,
.table th {
    vertical-align: middle;
    text-align: center;
}

.table-bordered td,
.table-bordered th {
    border: 0;
    font-size: 15px;
    border-bottom: 0;
}

.table-bordered td .productImg {
    width: 150px;
    margin: auto;
    height: 90px;
    border-radius: 3px;
}


.table-bordered td .Product_title {
    color: #000;
    font-weight: 600;
}

.table-bordered th {
    font-weight: 500;
    color: #000;
}


.table-bordered .deletecard {
    color: #FFF;
    background-color: #DFC078;
    padding: 5px;
    padding-left: 6px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 150px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.table-bordered .deletecard:hover {
    background-color: #0F1833;
}

table td .quantity {
    display: inline-block;
}

table td .quantity input {
    -webkit-appearance: none;
    border: 2px solid #E1DEDE;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
    background: #FFF;
  }

  
table td .quantity button[class*=btn] {
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 5px;
    border: 2px solid #E1DEDE;
    cursor: pointer;
}

table td .quantity button[class*=btn]:hover {
    border-color: #DFC078;
    background-color: transparent;
}

table td .quantity button:focus,
table td .quantity input:focus {
    outline:0;
}

table td .quantity .minus-btn img,
table td .quantity .plus-btn img {
    margin-bottom: 3px;
}


/*******************/
/* MyAccount Page */
/******************/
#MyAccount {
    margin: 40px 0;
}

#MyAccount .Links {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background-color: #FFF;
    box-shadow: 0px 2px 10px #0000001f;
}

#MyAccount .Links .title {
    background-color: #F4F4F4;
    padding: 10px;
    margin-bottom: 10px;
}

#MyAccount .Links .title .MainTitle {
    text-align: left;
}


#MyAccount .Links .title .MainTitle span {
    font-size: 18px;
    font-weight: 600;
}

#MyAccount .Links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


#MyAccount .Links ul li {
   display: block;
   margin: 20px;
}

#MyAccount .Links ul li a {
    color: #A1A1A1;    
    transition: all 0.2s ease-in-out;
}

#MyAccount .Links ul li a.active,
#MyAccount .Links ul li a:hover  {
    border-left: 3px solid #DFC078;
    padding-left: 20px;
    color: #DFC078;
}

#MyAccount #MyAddress {
    margin: 0;
}

#MyAccount #MyAddress .content .NewAddressButton {
    display: flex;
    justify-content: flex-end;
}

#MyAccount #EditProfile .title h4 {
    color: #b8b8b8;
    margin-bottom: 0;
    font-size: 18px;
}


#MyAccount #EditProfile .Form .SaveButton button {
    background-color: #DFC078;
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#MyAccount #EditProfile .Form .SaveButton button:hover {
    background-color: #0F1833;
}

#MyAccount #ShoppingCart {
   margin: 0;
}

#MyAccount #ShoppingCart .Content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

#MyAccount #ShoppingCart .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

/** New Updates 15-11-2020 ***/
#MyAccount #AttachmentSec .reg_Attachment {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

#MyAccount #AttachmentSec .reg_Attachment .Edit_icon i {
    position: absolute;
    top: 2%;
    right: 7%;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    margin: auto;
    border: 1px solid #4C80DB;
    border-radius: 150px;
    padding: 5px;
    background: #4C80DB;
}

#MyAccount #AttachmentSec .reg_Attachment .Edit_icon img {
    width: 100%;
    height: 100px;
    border-radius: 0;
}
#MyAccount #AttachmentSec .reg_Attachment .Edit_icon .upload-box {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

#MyAccount #AttachmentSec .Attachmentlabel {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    #MyAccount #AttachmentSec .reg_Attachment {
        width: 120px;
    }
    #MyAccount #AttachmentSec .reg_Attachment .Edit_icon img {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    #MyAccount #AttachmentSec .reg_Attachment {
        width: 120px;
    }
    #MyAccount #AttachmentSec .reg_Attachment .Edit_icon img {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #MyAccount #AttachmentSec .reg_Attachment .Edit_icon img {
        height: 75px;
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    #MyAccount #AttachmentSec .reg_Attachment .Edit_icon img {
        height: 75px;
    }
}
/***************************/

#MyOrders .table td, #MyOrders .table th {
    text-align: left;
}

#MyAccount #MyOrders .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

#MyOrders .table td .ViewBtn {
    background: transparent;
    border: 1px solid #DFC078;
    padding: 3px;
    font-size: 12px;
    width: 45%;
    margin-right: 5px;
    border-radius: 3px;
    color: #DFC078;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#MyOrders .table td .ViewBtn:hover {
    background: #DFC078;
    color: #FFF;
}

#MyOrders .table td .ReorderBtn {
    background: #DFC078;
    border: none;
    padding: 5px;
    font-size: 12px;
    width: 45%;
    border-radius: 3px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#MyOrders .table td .ReorderBtn:hover {
    background: #0F1833;
}

#MyOrders .table td .Order_Date {
    color: #888084;
    font-size: 14px;
}

#MyAccount #ChangePassword .Form .SaveButton button {
    background-color: #DFC078;
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#MyAccount #ChangePassword .Form .SaveButton button:hover {
    background-color: #0F1833;
}



/*******************/
/* Order_Details Page */
/******************/
#Order_Details {
    margin: 40px 0;
}

#Order_Details .Content {
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 30px;
}  

#Order_Details .Content .OrderName {
    margin-bottom: 20px;
}

#Order_Details .Content .OrderName .title h5 {
    color: #000;
    font-weight: 600;
}
  
#Order_Details .Content .OrderName .Status {
    text-align: right;
}


#Order_Details .Content .OrderName .Status span {
    color: #EA9B1E;
    padding: 5px;
    display: inline-block;
    text-align: center;
    width: 140px;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
}

#Order_Details .Content .Address h5 {
    color: #DFC078;
}

#Order_Details .Content .Address span {
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

#Order_Details .Content .Address span i {
    margin-right: 5px;
    font-size: 20px;
}

#Order_Details .Content .Address p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}

#Order_Details .Content .DeliveryCost p {
    margin-bottom: 0;
    color: #8E8E8E;
}

#Order_Details .Content .DeliveryCost p span {
    color: #DFC078;
}

#Order_Details .Content .TotalPrice .price {
    margin-bottom: 10px;
    text-align: right;
}

#Order_Details .Content .TotalPrice .price span {
    text-align: right;
    color: #DFC078;
    margin-bottom: 10px;
    font-size: 16px;
}

#Order_Details .Content .TotalPrice .title {
    margin-bottom: 10px;
}

#Order_Details .Content .TotalPrice .title h5 {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

#Order_Details .Content .TotalPrice .title h5.titleTotal,
#Order_Details .Content .TotalPrice .price span.priceTotal {
    font-weight: 600;
}

#Order_Details .Content .Feedback {
    text-align: right;
}

#Order_Details .Content .Feedback ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#Order_Details .Content .Feedback ul li {
    display: inline-block;
    margin-right: 25px;
}

#Order_Details .Content .Feedback ul li a {
    color: #929292;
    display: flex;
    align-items: center;
}

#Order_Details .Content .Feedback ul li a:hover {
    color: #DFC078;
}

#Order_Details .Content .Feedback ul li span {
    font-size: 16px;
}

#Order_Details .Content .Feedback ul li i.fa-frown-o {
    font-size: 22px;
}

#Order_Details .Content .Feedback ul li i {
    font-size: 20px;
    color: #DFC078;
    margin-right: 5px;
}

#Order_Details .Content .Feedback ul li:last-of-type {
    margin-right: 0;
}

.Complain_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
}

.Complain_PopUp .title {
    border-bottom: 1px solid #e9e6e6;
    margin-bottom: 20px;
    text-align: center;
}

.Complain_PopUp .ButtonsDiv {
    text-align: right;
}

.Complain_PopUp .ButtonsDiv .SendBtn {
    border:none;
    background-color: #DFC078;
    padding: 5px;
    width: 140px;
    margin: auto;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.Complain_PopUp .ButtonsDiv .SendBtn:hover {
    background-color: #0F1833;
}


.Complain_PopUp .ButtonsDiv .CancelBtn {
    border:1px solid #DFC078;
    background-color: transparent;
    padding: 5px;
    width: 140px;
    margin: auto;
    text-align: center;
    margin-right: 7px;
    border-radius: 3px;
    color: #DFC078;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.Complain_PopUp .ButtonsDiv .CancelBtn:hover {
    background-color: #DFC078;
    color: #FFF;
}


/*******************/
/* Order_Summary Page */
/******************/
#Order_Summary {
    margin: 40px 0;
}

#Order_Summary .Content {
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 30px;
}  

#Order_Summary .Content .TotalPrice .price {
    margin-bottom: 10px;
    text-align: right;
}

#Order_Summary .Content .TotalPrice .price span {
    text-align: right;
    color: #DFC078;
    margin-bottom: 10px;
    font-size: 16px;
}

#Order_Summary .Content .TotalPrice .title {
    margin-bottom: 10px;
}

#Order_Summary .Content .TotalPrice .title h5 {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

#Order_Summary .Content .TotalPrice .title h5.titleTotal,
#Order_Summary .Content .TotalPrice .price span.priceTotal {
    font-weight: 600;
}

#Order_Summary .Content .Address h5 {
    color: #DFC078;
}

#Order_Summary .Content .Address span {
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

#Order_Summary .Content .Address span i {
    margin-right: 5px;
    font-size: 20px;
}

#Order_Summary .Content .Address p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}

#Order_Summary .Content .PaymentMethod {
    text-align: right;
}

#Order_Summary .Content .PaymentMethod .title {
    text-align: left;
    margin-top: 10px;
}

#Order_Summary .Content .PaymentMethod .title h5 {
    margin-bottom: 0;
}

#Order_Summary .Content .PaymentMethod ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
  
#Order_Summary .Content .PaymentMethod li {
    display: inline-block;
    margin-right: 10px;
}

#Order_Summary .Content .PaymentMethod li:last-of-type {
    margin-right: 0;
}
  
#Order_Summary .Content .PaymentMethod input[type="radio"][id^="method"] {
    display: none;
}
  
#Order_Summary .Content .PaymentMethod label {
    border: 2px solid transparent;
    border-radius: 3px;
    padding: 3px;
    display: block;
    cursor: pointer;
}
  
#Order_Summary .Content .PaymentMethod label img {
    height: 28px;
    width: 45px;
}
  
#Order_Summary .Content .PaymentMethod input:checked + label {
    border-color: #DFC078;
}

#Order_Summary .Content .DeliveryCost p {
    margin-bottom: 0;
    color: #8E8E8E;
    margin-top: 5px;
}

#Order_Summary .Content .DeliveryCost p span {
    color: #DFC078;
}

#Order_Summary .Content .DeliveryCost .PayButton {
    text-align: right;
}

#Order_Summary .Content .DeliveryCost .PayButton button {
    background-color: #DFC078;
    width: 200px;
    border: none;
    padding: 7px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

#Order_Summary .Content .DeliveryCost .PayButton button:hover {
    background-color: #0F1833;
}

#Order_Summary .MyLabel {
    display: block;
    position: relative;
    pointer-events: auto;
    padding-left: 30px;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    color: #212121;
}

#Order_Summary .MyLabel a {
    color: #DFC078;
}

#Order_Summary .MyLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  #Order_Summary .MyLabel .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #ececec;
}
  
  
#Order_Summary .MyLabel input:checked ~ .checkmark {
    background-color: #DFC078;
    border-color: #DFC078;
  }
  
  #Order_Summary .MyLabel .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  #Order_Summary .MyLabel input:checked ~ .checkmark:after {
    display: block;
  }
  
  #Order_Summary .MyLabel .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*******************/
/* SpeakerDetails Page */
/******************/
#SpeakerDetails {
    margin: 40px 0;
}

#SpeakerDetails .content .image {
    width: 100%;
    height: 500px;
}

#SpeakerDetails .content .image img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

#SpeakerDetails .content .title {
    margin: 10px 0;
}

#SpeakerDetails .content .title h5 {
    color: #0F1833;
    font-weight: 600;
    font-size: 25px;
}

#SpeakerDetails .content .title h5 span {
    color: #DFC078;
    font-size: 18px;
    font-weight: lighter;
    margin-left: 5px;
}

#SpeakerDetails .content .desc p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #505050;
    font-size: 14px;
    text-align: justify;
}

/*******************/
/* Conferences Page */
/******************/
#Conferences {
    margin: 40px 0;
}

.Conference_item {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

.Conference_item:hover {
    box-shadow: 1px 3px 10px #00000052;
}

.Conference_item:hover .mapAddress a i {
    transform: rotate(360deg);
}

.Conference_item .image {
    width: 100%;
    height: 120px;
}

.Conference_item .image img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.Conference_item .title {
    margin: 10px 0;
}

.Conference_item .title h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color:#0F1833;
}

.Conference_item .mapAddress a {
    text-decoration: none;
    outline: none;
    color: #DFC078;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.Conference_item .mapAddress a div {
    margin-left: 20px;
}

.Conference_item .mapAddress a i {
    float: left;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}


/*******************/
/* ConferenceDetails Page */
/******************/
#ConferenceDetails {
    margin: 40px 0;
}

#ConferenceDetails .content {
    margin-bottom: 30px;
}

#ConferenceDetails .content .date {
    margin-bottom: 10px;
}

#ConferenceDetails .content .date span {
    font-size: 12px;
    color: #9e9e9e;
}

#ConferenceDetails .content .title {
    margin-bottom: 10px;
}

#ConferenceDetails .content .title h5 {
    color: #0F1833;
    font-weight: 600;
    font-size: 25px;
}

#ConferenceDetails .content .title h5 span {
    color: #DFC078;
    font-size: 18px;
    font-weight: lighter;
    margin-left: 5px;
}

#ConferenceDetails .content .mapAddress {
    margin-bottom: 10px;
}

#ConferenceDetails .content .mapAddress a {
    text-decoration: none;
    outline: none;
    color: #DFC078;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

#ConferenceDetails .content .mapAddress a div {
    margin-left: 20px;
}

#ConferenceDetails .content .mapAddress a i {
    float: left;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

#ConferenceDetails .content .desc p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #505050;
    font-size: 14px;
    text-align: justify;
}

#ConferenceDetails .Image {
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#ConferenceDetails .Image img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

#ConferenceDetails .Image .overlay_ProjectDetails {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#ConferenceDetails .Image .overlay_ProjectDetails .fa-search {
    font-size: 20px;
    color: #FFF;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

#ConferenceDetails .Image:hover img {
    transform: scale(1.1);
}

#ConferenceDetails .Image:hover .overlay_ProjectDetails {
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #DFC078;
}

/************************/
/* New Update 22/6/2020 */
/***********************/
.headSectionMob {
    margin: 40px 0;
}

.headSectionMob .RightBar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.headSectionMob .RightBar ul .rightBarList {
    float: left;
    width: 33.3333333%;
}

.headSectionMob .RightBar ul .rightBarList h5  {
    color: #0F1833;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
 }

.headSectionMob .RightBar ul .rightBarList h5 img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-bottom: 2px;
    box-shadow: 1px 2px 10px #0000001f;
}

.headSectionMob .RightBar ul .rightBarList .timer {
    position: relative;
    bottom: unset;
    width: 100%;
    justify-content: left;
}

.headSectionMob .RightBar ul .rightBarList .timer  ul {
    padding: 0;
    margin: 0;
}

.headSectionMob .RightBar ul .rightBarList .timer ul li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #616161;
    width: 35px;
    border: none;
    background-color: transparent;
}
  
.headSectionMob .RightBar ul .rightBarList .timer ul li span {
    display: inline-block;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    margin-right: 5px;
    color: #DFC078;
    background-color: transparent;
}

.headSectionMob .RightBar ul .rightBarList i.fa-map-marker {
    font-size: 20px;
    float: left;
    color: #DFC078;
    margin-top: 2px;
}

.headSectionMob .RightBar ul .rightBarList .location {
    margin-left: 20px;
    color: #616161;
    font-size: 16px;
    margin-top: 2px;
}


@media only screen and (max-width: 600px) {
    body {
        padding-top: 90px;
    }
    .navbar-brand img {
        height: 80px;
    }
    .headSection {
        display: none;
    }
    .formobile {
        display: block;
    }
    .fordesktop {
        display: none;
    }
    .navbar {
        top: 0;
        padding: 0;
        box-shadow: 0px 3px 10px #00000008;
    }
    /* .navbar-new-bottom {
        top: 90px;
    } */
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 80%;
        background-color: #0e1832;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 90px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .search-box {
        display: none;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar .links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }
    .dropdown-menu {
        background-color: #FFF;
    }
    #dropdownMenu_2 {
        background-color: #efefef;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    }
    .dropdown-item {
        color: #0F1833;
    }
    .swiper-container {
        height: 150px;
    }
    .contentSlider {
        width: 70%;
        left: 50%;
    }
    .contentSlider .newCollection {
        font-size: 16px;
    }
    .contentSlider h1 {
        font-size: 25px;
    }
    .contentSlider p {
        font-size: 16px;
    }
    .contentSlider button {
        padding: 3px;
        width: 90px;
        font-size: 12px;
    }
    .swiper-pagination-bullet {
      display: none;
    }
    #Ads img {
        height: auto;
    }
    .Section_title ul li h2 {
        font-size: 18px;
    }
    .Section_title ul li img {
        height: 24px;
    }
    .nav-pills .nav-link {
        width: 85px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .CardItem {
        width: 90%;
        margin: auto;
    }
    .owl-nav .owl-prev {
        right: 15px;
    }
    .owl-nav .owl-next {
        left: 15px;
    }
    #stat ul li {
        width: 100%;
    }
    #stat .stat-info {
        margin: 20px 0;
    }
    #stat .stat-info img {
        height: 50px;
    }
    #stat .stat-info span.time {
        font-size: 18px;
    }
    #stat .stat-info .stat-info-title {
        font-size: 12px;
    }
    #News .Content .item .news_Content {
        padding: 0 10px;
    }
    #News .Content .carousel-inner img {
        height: auto;
    }
    #News .Content .content span {
        font-size: 12px;
    }
    #News .Content .content h4 {
        font-size: 18px;
    }
    #News .Content .content p {
        font-size: 12px;
    }
    #News .Content .content button {
        font-size: 12px;
        width: 80px;
    }
    #News .Content .item h4 ,
    #News .Content .item span{
        font-size: 12px;
    }
    #News .Content .item .news_Content {
        margin-top: 0
    }
    .footer {
        text-align: center;
    }
    .copyright,.language {
        text-align: center;
    }
    .title-widget {
        font-size: 16px;
    }
    .widget_nav_menu .linksList li {
        font-size: 14px;
    }
    .widget_nav_menu ul li {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }
    .newsteller span {
        font-size: 14px;
    }
    .newsteller .subscribeButton button {
        font-size: 14px;
    }
    #ExibitionSlider {
        height: 150px;
    }
    #Exibition_pagination {
        margin-top: 0;
    }
    #Exibition_pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
    }
    .Speaker_Item .image {
        height: auto;
    }
    .Speaker_Item .desc p {
        font-size: 12px;
    }
    .Sponsor_Item .image img {
        height: 55px;
    }
    .Sponsor_Item .title h5 {
        font-size: 14px;
    }
    .Exhibitor_item .image {
        height: auto;
    }
    .Filter_Mobile {
        display: none;
    }
    .Filter_Btn {
        display: block;
    }
    .titleName {
        text-align: center;
    }
    .titleName h4 {
        font-size: 20px;
    }
    .titleName h4 img {
        width: 40px;
        height: 40px;
    }
    .filterSort ,
    .viewMode {
        text-align: center;
    }
    .filterSort ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .filterSort ul li:last-of-type {
        margin-bottom: 0;
    }
    .Shop_item .image {
        height: auto;
    }
    .package .listDetails ul li {
        width: 100%;
    }
    .Shop_Item_List .image .overlay {
        display: block;
    }
    .CartBtnList,
    .SelectFavList {
        display: none;
    }
    /* About Page */
    #About .content {
        padding: 30px;
    }
    #About .content p {
        font-size: 12px;
    }
    /* MyAccount Page */
    #MyAccount .Links .title .MainTitle span {
        font-size: 16px;
    }
    #MyAccount .Links ul li a {
        font-size: 14px;
    }
    #MyAccount .Links ul li {
        margin: 15px;
    }
    .form-control {
        font-size: 12px;
    }
    #MyAccount #ChangePassword .Form .SaveButton button ,
    #MyAccount #EditProfile .Form .SaveButton button ,
    #MyAddress .content .NewAddressButton button ,
    #MyAddress .content .Form .AddButton button ,
    #MyAddress .content .Form .AddButton .CancelBtn {
        font-size: 14px;
    }
    #MyAccount #EditProfile .title h4 {
        font-size: 16px;
    }
    #MyAccount #MyAddress .content .NewAddressButton {
        justify-content: center;
    }
    #MyAddress .content .NewAddressButton button i {
        padding: 6px;
        width: 22px;
        height: 22px;
    }
    #MyAddress .content ul li label h6 {
        font-size: 14px;
    }
    #MyAddress .content ul li label h6 i {
        font-size: 18px;
    }
    #MyAddress .content .Form .CityMobile {
        margin-bottom: 20px;
    }
    #MyAddress .content ul li label p {
        font-size: 12px;
    }
    #MyAddress .content .Form {
        padding: 30px;
    }
    #MyAddress .content .Form select {
        background-position-x: 95%;
    }
    #MyAddress .content .Form .AddButton {
        text-align: center;
    }
    #MyAddress .content .Form .AddButton .CancelBtn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    #MyAddress .content .Form .AddButton button {
        width: 100%;
    }
    .table-bordered td, .table-bordered th {
        font-size: 12px;
    }
    .table-bordered td .Product_title ,
    .table-bordered td .Product_price {
        font-size: 12px;
    }
    .table-bordered td .productImg {
        width: 110px;
    }
    .table-bordered .deletecard {
        padding: 5px;
        padding-left: 5px;
        width: 23px;
        height: 23px;
    }
    #MyOrders .table td .ViewBtn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    #MyOrders .table td .ReorderBtn {
        width: 100%;
    }
    /* Conference Details Page */
    #ConferenceDetails .content .title h5 {
        font-size: 18px;
    }
    #ConferenceDetails .content .desc p {
        font-size: 12px;
    }
    /* Contact Page */
    #Contact .Form {
        padding: 30px;
    }
    #Contact .Form .socialMedia ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #Contact .Form .SendButton button {
        font-size: 14px;
    }
    /* Register Page */
    #Register .Form {
        padding: 30px;
    }
    #Register .Form select {
        background-position-x: 95%;
    }
    #Register .Form .MyLabel {
        font-size: 14px;
    }
    #Register .Form .RegisterButton button {
        font-size: 14px;
    }
    /* Login Page */
    #Login .login_padding {
        padding: 0 15px;
    }
    #Login .Form {
        padding: 30px;
        height: auto;
        border-radius: 30px 30px 0 0;
    }
    #Login .Form .MyLabel ,
    #Login .Form .ForgotPass label {
        font-size: 14px;
    }
    #Login .Form .UserIcon {
        display: none;
    }
    #Login .Form .title h4 ,
    #Login .createAccont .title h4{
        font-size: 18px;
    }
    #Login .Form .ForgotPass {
        text-align: center;
    }
    #Login .Form .loginButton {
        margin-top: 20px;
    }
    #Login .Form .loginButton button ,
    #Login .createAccont .ExhibitorBtn button ,
    #Login .createAccont .VisitorBtn button {
        font-size: 14px;
    }
    #Login .createAccont {
        padding: 30px;
        height: auto;
        border-radius: 0 0 30px 30px;  
    }
    #Login .createAccont p {
        font-size: 14px;
    }
    #Login .createAccont .ExhibitorBtn button {
        width: 100%;
        margin-bottom: 10px;
    }
    #Login .createAccont .VisitorBtn button {
        width: 100%;
    }
    /* MyAddress Page */
    #MyAddress .content .NewAddressButton {
        justify-content: center;
    }
    #MyAddress .content .NextButton {
        text-align: center;
    }
    #MyAddress .content .NextButton button {
        width: 200px;
        font-size: 14px;
    }
    /* News Details Page */
    #NewsDetails .NewsContent .image {
        height: auto;
    }
    #NewsDetails .NewsContent .title h4 {
        font-size: 18px;
    }
    #NewsDetails .NewsContent .desc p {
        font-size: 12px;
    }
    #NewsDetails .NewsContent .date {
        text-align: center;
        margin-bottom: 10px;
    }   
    #NewsDetails .NewsContent .socialMedia {
        text-align: center;
    }
    /* Order Details Page */
    #Order_Details .Content .OrderName .title {
        text-align: center;
        margin-bottom: 10px;
    }
    #Order_Details .Content .OrderName .title h5 {
        font-size: 18px;
    }
    #Order_Details .Content .OrderName .Status {
        text-align: center;
    }
    #Order_Details .Content .OrderName .Status span {
        font-size: 14px;
    }
    #Order_Details .Content .TotalPrice .title ,
    #Order_Details .Content .TotalPrice .price ,
    #Order_Details .Content .Address ,
    #Order_Details .Content .DeliveryCost p ,
    #Order_Details .Content .Feedback{
        text-align: center;
    }
    #Order_Details .Content .Address p {
        font-size: 12px;
    }
    #Order_Details .Content .DeliveryCost p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #Order_Details .Content .Feedback ul li span {
        font-size: 14px;
    }
    .Complain_PopUp .ButtonsDiv .CancelBtn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 14px;
    }
    .Complain_PopUp .ButtonsDiv .SendBtn {
        width: 100%;
    }
    #Order_Details .Content .TotalPrice .title h5 ,
    #Order_Details .Content .TotalPrice .price span ,
    #Order_Details .Content .Address span {
        font-size: 14px;
    }
    #Order_Details .Content .Address h5 ,
    #Order_Details .Content .Address span i {
        font-size: 18px;
    }
    /* Order Details Page */
    #Order_Summary .Content .TotalPrice .title ,
    #Order_Summary .Content .TotalPrice .price ,
    #Order_Summary .Content .Address ,
    #Order_Summary .Content .PaymentMethod .title ,
    #Order_Summary .Content .PaymentMethod ul ,
    #Order_Summary .Content .DeliveryCost p ,
    #Order_Summary .Content .DeliveryCost .PayButton {
        text-align: center;
    }
    #Order_Summary .Content .TotalPrice .title h5 ,
    #Order_Summary .Content .TotalPrice .price span ,
    #Order_Summary .Content .Address span {
        font-size: 14px;
    }
    #Order_Summary .Content .Address h5 ,
    #Order_Summary .Content .Address span i {
        font-size: 18px;
    }
    #Order_Summary .Content .Address p {
        font-size: 12px;
    }
    #Order_Summary .Content .PaymentMethod .title ,
    #Order_Summary .Content .DeliveryCost p  {
        margin-bottom: 20px;
    }
    #Order_Summary .Content .PaymentMethod .title h5 ,
    #Order_Summary .MyLabel ,
    #Order_Summary .Content .DeliveryCost .PayButton button {
        font-size: 14px;
    }
    /* ShoppingCart Page */
    #ShoppingCart .totalPrice .title span , 
    #ShoppingCart .totalPrice .price span{
        font-size: 14px;
    }
    #ShoppingCart .checkoutBtn {
        text-align: center;
        margin-bottom: 10px;
    }
    #ShoppingCart .ContinueBtn {
        text-align: center;
    }
    #ShoppingCart .checkoutBtn button ,
    #ShoppingCart .ContinueBtn button {
        font-size: 14px;
        width: 100%;
    }
    #ShoppingCart .DiscountCode .title span {
        font-size: 16px;
    }
    #ShoppingCart .DiscountCode .couponBtn button {
        font-size: 14px;
        width: 100%;
    }
    /* Speaker Details Page */
    #SpeakerDetails .content .image {
        height: auto;
    }
    #SpeakerDetails .content .title h5 {
        font-size: 18px;
    }
    #SpeakerDetails .content .title h5 span {
        font-size: 14px;
    }
    #SpeakerDetails .content .desc p {
        font-size: 12px;
    }
    /* Product Details Page */
    #ProductDetails .ProductSlider .carousel-indicators {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #ProductDetails .ProductSlider .carousel-inner img {
        height: 240px;
    }
    #ProductDetails .ProductSlider {
        margin-bottom: 20px;
    }
    #ProductDetails .Product_content .title h4 {
        font-size: 18px;
    }
    #ProductDetails .Product_content .price span {
        font-size: 16px;
    }
    #ProductDetails .Product_content .price {
        margin-top: 5px;
    }
    #ProductDetails .Product_content .DeliveryDate span ,
    #ProductDetails .Product_content .Reviews p ,
    #ProductDetails .Product_content .DeliveryDate p {
        font-size: 12px;
    }
    #ProductDetails .Product_content .AddToCartBtn button {
        font-size: 14px;
    }
    /************************/
    /* New Update 22/6/2020 */
    /***********************/
    .headSectionMob .RightBar ul .rightBarList {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .headSectionMob .RightBar ul .rightBarList h5,
    .headSectionMob .RightBar ul .rightBarList .location {
        font-size: 14px;
    }
    /************************/
    /* New Update 5/7/2020 */
    /***********************/
    #ProductDetails .Product_content .SizeGuide p {
        font-size: 12px;
    }
    .Sizes_PopUp .nav-pills .nav-link {
        font-size: 12px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 90px;
    }
    .headSection {
        display: none;
    }
    .navbar-brand img {
        height: 80px;
    }
    .fordesktop {
        display: none;
    }
    .formobile {
        display: block;
    }
    .Search_Icon {
        right: 90px;
    }
    .navbar {
        top: 0;
        padding: 0;
        box-shadow: 0px 3px 10px #00000008;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 40%;
        background-color: #0e1832;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 90px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .search-box {
        display: none;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar .links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }
    .dropdown-menu {
        background-color: #FFF;
    }
    #dropdownMenu_2 {
        background-color: #efefef;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    }
    .dropdown-item {
        color: #0F1833;
    }
    .swiper-container {
        height: 242px;
    }
    .contentSlider .newCollection {
        font-size: 18px;
    }
    .contentSlider h1 {
        font-size: 30px;
    }
    .contentSlider p {
        font-size: 18px;
    }
    .contentSlider button {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    #Ads img {
        height: auto;
    }
    .Section_title ul li h2 {
        font-size: 18px;
    }
    .Section_title ul li img {
        height: 24px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .owl-nav .owl-next {
        left: 50px;
    }
    .owl-nav .owl-prev {
        right: 50px;
    }
    #stat .stat-info {
        margin: 20px 0;
    }
    #stat .stat-info img {
        height: 40px;
    }
    #stat .stat-info span.time {
        font-size: 16px;
    }
    #stat .stat-info .stat-info-title {
        font-size: 10px;
    }
    #News .Content .item .news_Content {
        padding: 0 10px;
    }
    #News .Content .carousel-inner img {
        height: auto;
    }
    #News .Content .content span {
        font-size: 12px;
    }
    #News .Content .content h4 {
        font-size: 18px;
    }
    #News .Content .content p {
        font-size: 12px;
    }
    #News .Content .content button {
        font-size: 12px;
        width: 80px;
    }
    #News .Content .item h4 ,
    #News .Content .item span{
        font-size: 12px;
    }
    #News .Content .item .news_Content {
        margin-top: 0
    }
    .social ul li {
        margin-right: 4px;
    }
    .widget_nav_menu {
        text-align: left !important;
    }
    .title-widget {
        font-size: 16px;
    }
    .widget_nav_menu ul li {
        font-size: 14px;
    }
    .widget_nav_menu .linksList li {
        font-size: 14px;
    }
    .widget_nav_menu ul li {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }
    .newsteller span {
        font-size: 14px;
    }
    .newsteller .subscribeButton button {
        font-size: 14px;
    }
    #ExibitionSlider {
        height: 242px;
    }
    #Exibition_pagination {
        margin-top: 0;
    }
    #Exibition_pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
    }
    .Exhibitor_item .image {
        height: 180px;
    }
    .Speaker_Item .image {
        height: 200px;
    }
    .Speaker_Item .desc p {
        font-size: 12px;
    }
    .Sponsor_Item .image img {
        height: 60px;
    }
    .Sponsor_Item .title h5 {
        font-size: 14px;
    }
    .Filter_Mobile {
        display: none;
    }
    .Filter_Btn {
        display: block;
    }
    .filterSort ,
    .viewMode {
        text-align: center;
    }
    .package {
        width: 100%;
    }
    .package .listDetails ul li {
        width: 100%;
    }
    .Shop_Item_List .image .overlay {
        display: block;
    }
    .CartBtnList,
    .SelectFavList {
        display: none;
    }
    /* About Page */
    #About .content {
        padding: 30px;
    }
    #About .content p {
        font-size: 12px;
    }
     /* MyAccount Page */
     #MyAccount .Links .title .MainTitle span {
        font-size: 16px;
    }
    #MyAccount .Links ul li a {
        font-size: 14px;
    }
    #MyAccount .Links ul li {
        margin: 15px;
    }
    .form-control {
        font-size: 12px;
    }
    #MyAccount #ChangePassword .Form .SaveButton button ,
    #MyAccount #EditProfile .Form .SaveButton button ,
    #MyAddress .content .NewAddressButton button ,
    #MyAddress .content .Form .AddButton button ,
    #MyAddress .content .Form .AddButton .CancelBtn {
        font-size: 14px;
    }
    #MyAccount #EditProfile .title h4 {
        font-size: 16px;
    }
    #MyAddress .content .NewAddressButton button i {
        padding: 6px;
        width: 22px;
        height: 22px;
    }
    #MyAddress .content ul li label h6 {
        font-size: 14px;
    }
    #MyAddress .content ul li label h6 i {
        font-size: 18px;
    }
    #MyAddress .content ul li label p {
        font-size: 12px;
    }
    #MyAddress .content .Form {
        padding: 30px;
    }
    #MyAddress .content .Form select {
        background-position-x: 95%;
    }
    .table-bordered td, .table-bordered th {
        font-size: 12px;
    }
    .table-bordered td .Product_title ,
    .table-bordered td .Product_price {
        font-size: 12px;
    }
    .table-bordered td .productImg {
        width: 110px;
    }
    .table-bordered .deletecard {
        padding: 5px;
        padding-left: 5px;
        width: 23px;
        height: 23px;
    }
    #MyOrders .table td .ViewBtn {
        margin-right: 2px;
        font-size: 11px;
    }
    #MyOrders .table td .ReorderBtn {
        font-size: 11px;
        width: 50%;
    }
    /* Conference Details Page */
    #ConferenceDetails .content .title h5 {
        font-size: 18px;
    }
    #ConferenceDetails .content .desc p {
        font-size: 12px;
    }
    /* Contact Page */
    #Contact .Form {
        padding: 30px;
    }
    #Contact .Form .socialMedia ul li {
        margin-right: 10px;
    }
    #Contact .Form .SendButton button {
        font-size: 14px;
    }
    /* Register Page */
    #Register .Form {
        padding: 30px;
    }
    #Register .Form .MyLabel {
        font-size: 14px;
    }
    #Register .Form .RegisterButton button {
        font-size: 14px;
    }
    /* Login Page */
    #Login .login_padding {
        padding: 0 15px;
    }
    #Login .Form {
        padding: 30px;
        height: auto;
        border-radius: 30px 30px 0 0;
    }
    #Login .Form .MyLabel ,
    #Login .Form .ForgotPass label {
        font-size: 14px;
    }
    #Login .Form .UserIcon {
        display: none;
    }
    #Login .Form .title h4 ,
    #Login .createAccont .title h4{
        font-size: 18px;
    }
    #Login .Form .loginButton {
        margin-top: 20px;
    }
    #Login .Form .loginButton button ,
    #Login .createAccont .ExhibitorBtn button ,
    #Login .createAccont .VisitorBtn button {
        font-size: 14px;
    }
    #Login .createAccont {
        padding: 30px;
        height: auto;
        border-radius: 0 0 30px 30px;  
    }
    #Login .createAccont p {
        font-size: 14px;
    }
    /* MyAddress Page */
    #MyAddress .content .NextButton button {
        font-size: 14px;
    }
    /* News Details Page */
    #NewsDetails .NewsContent .image {
        height: auto;
    }
    #NewsDetails .NewsContent .title h4 {
        font-size: 18px;
    }
    #NewsDetails .NewsContent .desc p {
        font-size: 12px;
    }
    #NewsDetails .NewsContent .date {
        text-align: center;
        margin-bottom: 10px;
    }   
    #NewsDetails .NewsContent .socialMedia {
        text-align: center;
    }
    /* Order Details Page */
    #Order_Details .Content .OrderName .title h5 {
        font-size: 18px;
    }
    #Order_Details .Content .OrderName .Status span {
        font-size: 14px;
    }
    #Order_Details .Content .Address p {
        font-size: 12px;
    }
    #Order_Details .Content .DeliveryCost p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #Order_Details .Content .Feedback ul li span {
        font-size: 14px;
    }
    .Complain_PopUp .ButtonsDiv .CancelBtn ,
    .Complain_PopUp .ButtonsDiv .SendBtn {
        font-size: 14px;
    }
    #Order_Details .Content .TotalPrice .title h5 ,
    #Order_Details .Content .TotalPrice .price span ,
    #Order_Details .Content .Address span {
        font-size: 14px;
    }
    #Order_Details .Content .Address h5 ,
    #Order_Details .Content .Address span i {
        font-size: 18px;
    }
    /* Order Details Page */
    #Order_Summary .Content .TotalPrice .title h5 ,
    #Order_Summary .Content .TotalPrice .price span ,
    #Order_Summary .Content .Address span {
        font-size: 14px;
    }
    #Order_Summary .Content .Address h5 ,
    #Order_Summary .Content .Address span i {
        font-size: 18px;
    }
    #Order_Summary .Content .Address p {
        font-size: 12px;
    }
    #Order_Summary .Content .PaymentMethod .title ,
    #Order_Summary .Content .DeliveryCost p  {
        margin-bottom: 20px;
    }
    #Order_Summary .Content .PaymentMethod .title h5 ,
    #Order_Summary .MyLabel ,
    #Order_Summary .Content .DeliveryCost .PayButton button {
        font-size: 14px;
    }
    #Order_Summary .Content .DeliveryCost .PayButton button {
        width: 160px;
    }
    /* ShoppingCart Page */
    #ShoppingCart .totalPrice .title span , 
    #ShoppingCart .totalPrice .price span{
        font-size: 14px;
    }
    #ShoppingCart .checkoutBtn button ,
    #ShoppingCart .ContinueBtn button {
        font-size: 14px;
    }
    #ShoppingCart .DiscountCode .title span {
        font-size: 16px;
    }
    #ShoppingCart .DiscountCode .couponBtn button {
        font-size: 14px;
    }
    /* Speaker Details Page */
    #SpeakerDetails .content .image {
        height: auto;
    }
    #SpeakerDetails .content .title h5 {
        font-size: 18px;
    }
    #SpeakerDetails .content .title h5 span {
        font-size: 14px;
    }
    #SpeakerDetails .content .desc p {
        font-size: 12px;
    }
    /* Product Details Page */
    #ProductDetails .ProductSlider .carousel-indicators {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #ProductDetails .ProductSlider .item img {
        height: 75px;
    }
    #ProductDetails .ProductSlider .carousel-inner img {
        height: 420px;
    }
    #ProductDetails .ProductSlider {
        margin-bottom: 20px;
    }
    #ProductDetails .Product_content .title h4 {
        font-size: 18px;
    }
    #ProductDetails .Product_content .price span {
        font-size: 16px;
    }
    #ProductDetails .Product_content .price {
        margin-top: 5px;
    }
    #ProductDetails .Product_content .DeliveryDate span ,
    #ProductDetails .Product_content .Reviews p ,
    #ProductDetails .Product_content .DeliveryDate p {
        font-size: 12px;
    }
    #ProductDetails .Product_content .AddToCartBtn button {
        font-size: 14px;
    }
    /************************/
    /* New Update 22/6/2020 */
    /***********************/
    .headSectionMob .RightBar ul .rightBarList {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    /************************/
    /* New Update 5/7/2020 */
    /***********************/
    #ProductDetails .Product_content .SizeGuide p {
        font-size: 12px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    body {
        padding-top: 90px;
    }
    .navbar-brand img {
        height: 80px;
    }
    .headSection {
        display: none;
    }
    .formobile {
        display: block;
    }
    .fordesktop {
        display: none;
    }
    .Search_Icon {
        right: 100px;
    }
    .navbar {
        top: 0;
        padding: 0;
        box-shadow: 0px 3px 10px #00000008;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 40%;
        background-color: #0e1832;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 90px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .search-box {
        display: none;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar .links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }
    .dropdown-menu {
        background-color: #FFF;
    }
    #dropdownMenu_2 {
        background-color: #efefef;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    }
    .dropdown-item {
        color: #0F1833;
    }
    .swiper-container {
        height: 247px;
    }
    .contentSlider .newCollection {
        font-size: 24px;
    }
    .contentSlider h1 {
        font-size: 45px;
    }
    .contentSlider p {
        font-size: 24px;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    #Ads img {
        height: auto;
    }
    .Section_title ul li h2 {
        font-size: 18px;
    }
    .Section_title ul li img {
        height: 24px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .owl-nav .owl-next {
        left: 30px;
    }
    .owl-nav .owl-prev {
        right: 30px;
    }
    #stat .stat-info {
        margin: 20px 0;
    }
    #stat .stat-info img {
        height: 40px;
    }
    #stat .stat-info span.time {
        font-size: 16px;
    }
    #stat .stat-info .stat-info-title {
        font-size: 10px;
    }
    #News .Content .item .news_Content {
        padding: 0 10px;
    }
    #News .Content .carousel-inner img {
        height: auto;
    }
    #News .Content .item h4 ,
    #News .Content .item span{
        font-size: 12px;
    }
    #News .Content .item .news_Content {
        margin-top: 0
    }
    .widget_nav_menu {
        text-align: left !important;
    }
    .title-widget {
        font-size: 16px;
    }
    .widget_nav_menu ul li {
        font-size: 14px;
    }
    .widget_nav_menu .linksList li {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }
    .newsteller span {
        font-size: 14px;
    }
    .newsteller .subscribeButton button {
        font-size: 14px;
    }
    .social ul li {
        margin-bottom: 5px;
    }
    .newsteller .email-box .subscribeInp {
        font-size: 11px;
    }
    #ExibitionSlider {
        height: 247px;
    }
    #Exibition_pagination {
        margin-top: 0;
    }
    #Exibition_pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
    }
    .Filter_Mobile {
        display: none;
    }
    .Filter_Btn {
        display: block;
    }
    .Exhibitor_item .image {
        height: 156px;
    }
    .Shop_item .image {
        height: 173px;
    }
    .Shop_Item_List .title {
        margin-top: 20px;
    }
    .Shop_Item_List .title h5 {
        font-size: 18px;
    }
    .Shop_Item_List .price span {
        font-size: 16px;
    }
    .Shop_Item_List .CartBtnList button {
        width: 180px;
        padding: 5px;
        font-size: 14px;
    }
    .Shop_Item_List .image {
        width: 300px;
        height: 210px;
    }
    /* Conference Details Page */
    #ConferenceDetails .content .title h5 {
        font-size: 18px;
    }
    #ConferenceDetails .content .desc p {
        font-size: 12px;
    }
    #ConferenceDetails .Image {
        height: 70px;
    }
    /* Login Page */
    #Login .Form .MyLabel ,
    #Login .Form .ForgotPass label {
        font-size: 14px;
    }
    /* Product Details Page */
    #ProductDetails .ProductSlider .carousel-indicators {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #ProductDetails .ProductSlider .item img {
        height: 85px;
    }
    #ProductDetails .ProductSlider .carousel-inner img {
        height: 420px;
    }
    #ProductDetails .ProductSlider {
        margin-bottom: 20px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    body {
        padding-top: 180px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.4rem 0.4rem;
    }
    .navbar .links ul li {
        margin-left: 20px;
    } 
    .owl-nav .owl-next {
        left: 45px;
    }
    .owl-nav .owl-prev {
        right: 45px;
    }
    .contentSlider {
        left: 35%;
        width: 50%;
    }
    .social ul li {
        margin-right: 1px;
    }
    .social ul li a {
        width: 30px;
        height: 30px;
    }
    .headSection .RightBar ul .rightBarList h5 {
        font-size: 14px;
    }
    .headSection .RightBar ul .rightBarList h5 img {
        width: 25px;
        height: 25px;
    }
    .headSection .RightBar ul .rightBarList .timer ul li {
        margin-right: 0px;
        font-size: 13px;
    }
    .headSection .RightBar ul .rightBarList .timer ul li span {
        font-size: 13px;
    }
    .headSection .RightBar ul .rightBarList .location {
        font-size: 14px;
    }
    .headSection .RightBar ul .rightBarList i.fa-map-marker {
        font-size: 18px;
    }
    .Exhibitor_item .image {
        height: 156px;
    }
    .Shop_item .image {
        height: 173px;
    }
    .SortBy label {
        font-size: 11px;
    }
    .SortBy .title .MainTitle span, 
    .recentViewed .title .MainTitle span {
        font-size: 14px;
    }
    .SortBy .title .removeFilter a {
        font-size: 9px;
    }
    .recentItem .image {
        width: 70px;
        height: 40px;
    }
    .Shop_Item_List .title {
        margin-top: 20px;
    }
    .Shop_Item_List .image {
        width: 300px;
        height: 210px;
    }
    .Shop_Item_List .CartBtnList {
        margin-top: 10px;
    }
    .package .listDetails ul li {
        width: 100%;
    }
    /* Conference Details Page */
    #ConferenceDetails .content .title h5 {
        font-size: 20px;
    }
    #ConferenceDetails .Image {
        height: 70px;
    }
    /* News Details Page */
    #NewsDetails .RelatedNews .NewsItem .content_title h6 {
        font-size: 12px;
    }
    #NewsDetails .RelatedNews .NewsItem .image {
        min-width: 75px;
    }
    #NewsDetails .RelatedNews .NewsItem .content_date span {
        font-size: 10px;
    }
}




