.aiz-user-top-menu .user-top-nav-element:hover > .user-top-menu-name,
.aiz-category-menu .category-nav-element:hover > a .cat-name{
    margin-left: 0px;
}
.aiz-card-box .img-fit {
    max-height: 100%;
    width: auto;
    object-fit: inherit;
    margin: auto;
}
.aiz-category-menu .sub-cat-menu{
    display: none;
    position: absolute;
    width: calc(100% - 25%);
    left: calc(25% - 10px);
    height: calc(100% + 20px);
    overflow: hidden;
    top: 0;
    z-index: 9;
    background-color: #fff;
    overflow-y: auto;
}
[dir="rtl"] .aiz-category-menu .sub-cat-menu{
    left: auto;
    right: calc(25% - 10px);
}
.aiz-category-menu .category-nav-element:hover .sub-cat-menu{
    display: block;
}
.aiz-category-menu .category-nav-element:hover > a{
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: -2px 3px 5px rgb(0 0 0 / 0.1);
}
.hover-category-menu .all-category::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    bottom: 100%;
    right: 0;
}
.hover-category-menu .all-category::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-top: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--soft-primary);
    border-left: 12px solid transparent;
    top: -12px;
    right: 20px;
}
[dir="rtl"] .hover-category-menu .all-category::before {
    left: 20px;    
    right: auto;
}
.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    display: block;
}

/*custom menu start*/
.fullnavbarcustom li.category-nav-element img {
    display: block;
    margin: auto;
    margin-bottom: 0;
    width: 64px;
    height: 64px;
    opacity: 1 !important;
}

.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    text-align: center;
}
.fullnavbarcustom ul.list-unstyled.categories {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    height: auto;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover > a {
    box-shadow: none;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element .sub-cat-menu li.mb-2 a:hover
{
    color: var(--primary) !important;
}
.seeAll
{
    padding: 9px 16px;
}
@media screen and (max-width: 767px)
{
    
    .f-item{
        padding-right:1.5rem;
        padding-left:1.5rem;
    }
   .fullnavbarcustom ul.list-unstyled.categories {
    flex-wrap: nowrap;
} 
}
.blinkseller
{
    text-transform: uppercase;
    font-weight: 600;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
.blinkseller{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
/*custom menu end*/

.top-navbar{
    background-color: #ffe186 !important;
}
.top-header-bold{
    font-weight: 600;
}
.top-header-bold:hover{
    font-weight: 600;
    color: #0f52ba !important;
}
.all-categories-highlight {
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.offer{
   font-weight: 600;
}
.btn-offer{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px 5px 15px 5px;
    text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 420px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 30px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
}
.btn-offer:hover{
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
}



.bannershadow
{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
}
.bannershadow:hover, .spotcontent:hover
{
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
}
.spotcontent {
    position: relative;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
}
.bradius5px img, .bradius5px
{
    border-radius: 5px;
}

.spotcontent {
    margin-bottom: 30px;
}

.spotmain_content {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    background: #f8f9fa;
    width: 95%;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 12px 15px;
    text-align: center;
    margin: auto;
}

.spotcontent img {
    width: 100%;
    /* height: 260px; */
}

.spotmain_content p {
    color: #000;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

p.yeloowclr {
    color: #ba2322;
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: bold;
}
.mb-6, .my-6 {
    margin-bottom: 3rem!important;
}
header.sticky-top.z-1020.bg-white.border-bottom.shadow-sm {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%) !important;
    margin-bottom: 5px;
}
.ptb7px
{
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width: 767px)
{
    
    .f-item{
        padding-right:1.5rem;
        padding-left:1.5rem;
    }
    .aiz-carousel .slick-arrow {
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
}
.aiz-category-menu .sub-cat-menu {
    display: none !important;
}
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    height: 150px;
    overflow-y: scroll;
}
.mobslider
{
    display: none;
}
@media screen and (max-width: 991px)
{
    .fullnavbarcustom ul.list-unstyled.categories {
    flex-wrap: nowrap;
    }
    .fullnavbarcustom ul.list-unstyled.categories {
    justify-content: right;
    }
    .fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element li a {
    font-size: 12px;
    padding: .5rem 1rem;
}
.fullnavbarcustom li.category-nav-element img {
    width: 40px;
    height: 45px;
}
.fullnavbarcustom .card-columns .card {
    display: block;
}
.sub-cat-menu ul.list-unstyled.mb-3 {
    margin-bottom: 0 !important;
}
.mobpad0
{
    padding: 0;
}
.position-relative.logo-bar-area.z-1 {
    height: auto;    margin: 0;
}
.mobpb10
{
        padding: 5px 0;
}
  .mobp0
    {
        padding: 0 !important;
    }
    .mobslider
    {
        display: block;
    }
    .mobbanner_disnone
    {
        display: none;
    }
}
.mob_display{
    display: flex!important;
    flex-wrap: wrap;
}
.d-none.d-xl-block.align-self-stretch.category-menu-icon-box.ml-auto.mr-0 {
    display: none !important;
}

section.bg-white.border-top.mt-auto.footerpolicy h4 {
    font-size: 11px;
}

section.bg-white.border-top.mt-auto.footerpolicy .p-4 {
    padding: 20px 10px !important;
}
.d-none.d-xl-block.align-self-stretch.category-menu-icon-box.ml-auto.mr-0 {
    display: none !important;
}

.alter-color{
    border-color: rgb(255 225 134) !important;
    background-color: rgb(255 225 134) !important;
}

.site-header-logo {
    display: inline-flex;
    height: auto;
    margin-right: 25px;
    text-align: left;
    align-items: center;
}
.addrss-link{
    margin:0px;
    padding:0px;
}
.addrss-link li{
    color:#fff;
    display:inline-block;
    margin-right:10px;
    font-size: 15.3px;
}
.addrss-link li i {
    position: relative;
    margin-right: 0;
    font-size: 18px;
    top: 2px;
}
.top-navbar {
    background-color: rgb(0 0 0 / 95%) !important;
    padding: 9px 0 0;
}
.cls-11 {
    fill: #333;
}
.with_newsearch .form-control {
    padding: 0.6rem 1rem;
    font-size: 14px;
    height: calc(1.3125rem + 0.9rem + 0px);
    border: none !important;
    color: #898b92;
    padding-left: 15px;
}
.with_newsearch button.btn.searchbtn
{
    background: #fff;
    padding: 4px 6px;
    box-shadow: none;
    border: none;
}
.with_newsearch .stop-propagation
{
    background: #000;
}
.top-navbar ul.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50em;
    line-height: 32px;
    font-size: 21px;
}
.top-navbar .list-inline-item:not(:last-child) {
    margin-right: 7px;
}
.header-custom {
    background: rgb(0 0 0 / 95%);
}
.fullnavbarcustom {
    background: transparent !important;
    padding: 0 !Important;
}
.fullnavbarcustom li.category-nav-element a {
    color: #fff;
    font-size: 14px;
}
.dropdown-menu.dropdown-menu-sm {
    top: 100% !important;
}
#cart_items li a, #cart_items2 li a {
    padding: 0;
}
.dropdown-menu.dropdown-menu-lg {
    top: 100% !important;
}
.dropmenu_new a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.dropdown:hover .dropdown-menu
{
    display: block;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover > a {
    box-shadow: none;
    color: #0f52ba !important;
    background: transparent;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element .sub-cat-menu li:hover a
{
    color: #0f52ba !important;
}


.nav-cart-box i {
    color: #fff;
    opacity: 1 !important;
}
.fullnavbarcustom li.category-nav-element a {
    padding: 30px 10px !important;
}
.header-custom .badge-primary {
    background-color: #0f52ba;
    position: relative;
    top: -11px;
    left: -12px;
}
.seeAll {
    padding: 0;
    line-height: 81px;
}
#cart_items a, #cart_items2 a {
    padding: 27px 0;
}
.sec_pad#cart_items a, .sec_pad#cart_items2 a
{
    padding: 25px 0;
}
.header-custom {
    height: auto;
    margin-top: 0;
}
header.sticky-top.z-1020.bg-white.border-bottom.shadow-sm {
    margin-bottom: 0px;
}
.justify-content-around
{
    justify-content: space-around;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    width: 230px;
    left: auto;
}
.sub-cat-menu .card-columns
{
    display: block;
    column-count: 1 !important;
}
div#wishlist i, div#wishlist2 i {
    color: #fff;
    opacity: 1 !important;
}
.flexwrap
{
    flex-wrap: wrap;
}
div#wishlist a {
    padding: 30px 0;
}
div#wishlist2 a {
    padding: 30px 0;
}
@media (min-width: 768px)
{
    .logo-bar-area .h-md-40px, .logo-bar-area .size-md-40px {
    height: 60px;
}
}
.mob_disply
{
    display: none;
}

@media (min-width: 1200px)
{
    .container {
    max-width: 1170px;
}
}
ul.social.colored [class*="facebook"] {
    background-color: #3b5999;
}
ul.social.colored [class*="twitter"] 
{
    background: #38A1F3;
}
footer ul.social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

ul.social.colored [class*="instagram"] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
ul.social.colored i {
    color: #fff;
    font-size: 22px;
    background: transparent !important;
}
@media (max-width: 767px)
{
    .fullnavbarcustom {
    display: none;
}
.cls-12
{
    fill: #fff;
}
/*div#cart_items {*/
/*    display: none;*/
/*}*/
.hideonmob_search
{
    display: none;
}
.mob_disply
{
    display: block;
}
.top-navbar {
    padding: 7px 0;
}
.new_bgsearch_arrow
{
    background: #fff;
    padding: 4px;
    border-radius: 0;
}
.flex-grow-1.front-header-search.d-flex.align-items-center.bg-white.hideonmob_search.active {
    display: none !important;
}
}



@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
   max-width: 1370px;
  }
  
  .logo-bar-area .h-md-40px, .logo-bar-area .size-md-40px {
    height: 80px;
}
.fullnavbarcustom li.category-nav-element a {
    padding: 30px 20px !important;
}
.top-navbar .list-inline-item:not(:last-child) {
    margin-right: 10px;
}
}
@media (min-width: 1900px) {
.fullnavbarcustom li.category-nav-element a {
    padding: 30px 17px !important;
    font-size: 16px;
}
}
@media (max-width: 767px)
{
    .top-navbar
    {
        display: none;
    }
    .mobimgwidth_logo
    {
    width: 245px;
    height: auto;
    margin-left: 20px;
    }
    .header-custom
    {
        padding-bottom: 12px !Important;
    }
    .mobjustifycenter
    {
        justify-content: center;
    }
    .mobmr-0
    {
        margin-right: 0 !Important;
        padding: 0;
    margin-bottom: 10px;
    }
    .hideonmobs
    {
        display: none !Important;
    }
    .addrss-link li {
    font-size: 10px;
}
.site-header-logo {
    margin-right: 0;
    text-align: center;
    justify-content: center;
    width: 100%;
}
}
.newletter_btn input
{
    border-radius: .25rem 0 0 .25rem;
}
.newletter_btn .btn
{
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    border-radius: 0 .25rem .25rem 0;
}
.newletter_btn .btn:hover
{
    background-color: #000;
    border-color: #000;
}
/*heading with border*/
.title_style {
    margin-top: 20px;
}
.title_style .leftrightborder_heading {
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
  font-size: 26px;
}
.title_style .border_left {
  display: inline;
  position: relative;
}
.title_style .border_left:before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #e9e9e9;
  width: 80px;
  position: relative;
  top: -7px;
}
.title_style .border_right {
  display: inline;
  position: relative;
}
.title_style .border_right:before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #e9e9e9;
  width: 80px;
  position: relative;
  top: -7px;
}
/*heading with border end*/
.border-gray-900 {
    border-color: #252f42 !important;
}
.light_black
{
    background: rgb(0 0 0 / 95%) !important;
}
.dark_black
{
    background: #000 !important;
}
.copy_text {
    padding-top: 8px !important;
}
/*mobile menu*/
.showonmob
{
    display: none;
}

#hamburger {
  width: 35px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 9px;
}

#hamburger span:nth-child(3) {
  top: 19px;
}

#hamburger.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li.nav-dropdown:hover > a {
  color: #000;
}
.sitenavigation li a {
  color: #758283;
  text-decoration: none;
  display: block;
  padding: 11px 14px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: white;
  background-color: #ECECEC;
}
.sitenavigation li a.nav-selected {
  background-color: #777;
  color: #000;
}
.sitenavigation li a:hover {
  color: #000;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
}
.sitenavigation li ul a {
  background-color: #dfdfdf;
  font-size: 0.8125em;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  background-color: lightgray;
}
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #ECECEC;
}

.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}
a.text-reset.prlist:hover span {
    color: #9A0056 !important;
}
@media (max-width: 1199px) {
    .z-index2
    {
        z-index: 8;
    }
 .fullnavbarcustom {
    display: none;
}  
.flex-grow-1.d-flex.align-items-center.bg-white.justify-content-start {
    justify-content: end !important;
    margin-right: 60px;
}
        .showonmob
    {
        display: block;
        z-index: 9999999;
    }
.navbar {
    width: 100%;
    /* background-color: #f9f9f9; */
    /* border: thin solid #ededed; */
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
}
.d-lg-none.ml-auto.mr-0.mobsearch i {
    position: absolute;
    right: 65px;
    top: 18.4px;
    z-index: 2;
}

/*.position-relative.logo-bar-area.z-1 {
    padding: 10px 0;
}*/
  .navbar .logo {
    float: right;
    font-weight: 800;
    padding: 5px;
    margin: 10px;
  }
.navbar .menu-icon {
    position: absolute;
    height: 25px;
    padding-top: 0;
    margin-top: 15px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 25px;
}
  .navbar .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #fff;
    right: 0;
    left: 0;
    z-index: 100;
    top: 100%;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul a {
       width: 100%;
    margin: 0;
    background-color: #fff;
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    color: #000;
    text-transform: uppercase;
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    text-transform: capitalize;
}
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    border-bottom: solid 1px #f7f7f7;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul li li {
    background-color: #fff;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #f9f9f9;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #fff;
    font-size: 15px;
    padding-left: 20px;
  }
 .navbar .sitenavigation.is-tapped > ul ul a:before {
    content: "- ";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 90%;
  }
  ul.submenulist {
    padding: 20px 0 15px !important;
}
/*  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: "\f107";
    font-family: 'Line Awesome Free';

    position: absolute;
    color: #fff;
    padding: 0;
    display: block;
    width: 10%;
    right: 0;
    margin-top: -33px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #0f52ba;
}*/
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown i {
    content: "\f107";
    font-family: 'Line Awesome Free';

    position: absolute;
    color: #fff;
    padding: 0;
    display: block;
    width: 10%;
    right: 0;
   
    margin-top: -28px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #0f52ba;
}
.navbar .sitenavigation.is-tapped > ul li.nav-dropdown.open a i {
    transform: rotate(
180deg
);
}
 .navbar .sitenavigation.is-tapped > ul ul li.nav-dropdown a i {
    transform: rotate(
0deg
) !Important;
}
 .navbar .sitenavigation.is-tapped > ul ul li.nav-dropdown.open a i {
    transform: rotate(
180deg
) !Important;
}
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
    content: "\f106";
    font-family: 'Line Awesome Free';
    position: absolute;
    color: #fff;
    padding: 0;
    display: block;
    width: 10%;
    right: 0;
    margin-top: -33px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #0f52ba;
  }
  .submenulist
  {
      
    background: #fff;
    padding: 20px 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul.submenulist a {
    padding: 0;
    text-align: center;
}
}
@media screen and (max-width: 767px)
{
    .d-lg-none.ml-auto.mr-0.mobsearch i {
    position: absolute;
    right: 65px;
    top: 13.4px;
}
.position-relative.logo-bar-area.z-1 {
    padding: 0px 0 0 !Important;
}
.navbar .menu-icon {
    margin-top: 10px;
}
}
.boximg {
    display: inline-block;
    width: 100%;
    height: 120px;
    background: #ddd;
    /* display: contents; */
}
.boximg span
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    height: 100%;
}

.row.m-0 li.col-md-6
{
    width: 50% !important;
}
/*mobile menu end*/

.carousel-box.brandhgt a .row {
    height: 195px;
    /* display: flex !important; */
    /* align-items: center; */
    justify-content: center;
}

.carousel-box.brandhgt img {
    width: 100%;
    display: flex;
    align-items: center;
}
.dropdown-menu-right:before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
}

/* 07-5-2022*/
div#compare, div#compare2 {padding: 25px 0;}

div#compare i, div#compare2 i {color: #fff;color: #fff;
opacity: 1 !important;
font-size: 20px;
position: relative;
top: 4px;}

.dropdown-menu.dropdown-menu-sm {
transform: translate3d(0px, 0px, 0px) !important;
right: 0 !important;
left: auto !important;
}

@media screen and (max-width: 767px)
{
.dropdown-menu.dropdown-menu-sm {
right: auto !important;
}
.row.m-0.justify-content-end.aar {
justify-content: center !important;
}
}

.fullnavbarcustom li.category-nav-element .sub-cat-menu a { 
    padding: 10px 10px !important;
}
div#search-content {
    height: 555px;
    overflow: hidden;
}

.product-item-not-available {
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: #ffffff85;
    display: block;
    width: 100%;
    height: 100%;
}
.product-item-not-available > span {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);    position: relative;
    top: 35%;
    transform: translateY(-50px);
}
.product-item-not-available span.text {
    border-radius: 4px;
}
.product-item-not-available span.text {
    display: inline-block;
    padding: 1.236em 2em;
  
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

i.la.la-search.la-flip-horizontal {
    font-size: 25px;
    /* height: 31px; */
    position: relative;
    top: 3px;
    color: #000;
}
.aiz-card-box a.d-block {
    text-align: center;
}
.slick-slide  .aiz-card-box img {
    display: block;
    object-fit: contain;
}
.aiz-card-box a.d-block.text-reset {
    text-align: left;
}

@media screen and (min-width: 1800px)
{div#search-content {
    height: 570px;
}
    
}
div#wishlist i, div#wishlist2 i {
    font-size: 20px !important;
}
.row.m-0.justify-content-end.aar .la {
    font-size: 21px;
}

img.pay_logo {
    width: 100%;
}
.logindropdown a {
    padding: 27px 5px;
}
.logindropdown .list-group-flush>.list-group-item a
{
    padding: 0px 0;
}
i.la.la-user.la-2x.opacity-80
{
    margin-top: 0 !Important;
}
footer h4 {
    padding-bottom: 31px !important;
}

section.light_black.py-5.text-light.footer-widget h4 {
    padding-bottom: 15px !important;
    margin-bottom: 12px !important;
}
button.btn.btn-primary.searchbtn:focus i {
    color: #fff;
}

button.btn.btn-primary.searchbtn:focus {
    border-radius: 0;
}
@media screen and (max-width: 1199px)
{
     .top-navbar .list-inline-item:not(:last-child) {
    margin-right: 2px;
}
ul.social.colored i {
    font-size: 17px;
}
.top-navbar ul.social a {
    width: 27px;
    height: 27px;
    font-size: 12px;
}  
.navbar .menu-icon {
    z-index: 999;
}
.row.m-0.d-flex.align-items-center.flexwrap.mobjustifycenter {
    justify-content: space-between;
}

}
@media screen and (max-width: 1100px)
{
 

.mobtextcxenter
{
    text-align: center;
}



}
@media screen and (max-width: 991px)
{
    .flex-grow-1 {
    flex: 100% !important;
}
    .col-xl-2.pr-0.pl-0.col-lg-4.col-4.d-lg-block.d-sm-none {
    display: none;
}
.flex-grow-1.front-header-search.d-flex.align-items-center.bg-white.hideontab {
    display: none !important;
}
.navbar
{
    z-index: -1;
}
.navbar .menu-icon {
    z-index: 999;
    left: 40px;
    top: 14px;
}
.navbar .sitenavigation.is-tapped > ul
{
    top: 85%;
}
button.btn.searchbtn {
    padding: 0.2rem 1rem;
}
    img.mw-100.h-65px.h-md-40px.mobimgwidth_logo {
    margin-left: 40px;
}
.col-auto.col-xl-3.pl-0.pr-3.d-flex.align-items-center.z-index2.col-lg-7.col-7 {
    z-index: 9999999;
}
.flex-grow-1.front-header-search.d-flex.align-items-center.bg-white {
    margin-bottom: 7px;
}
    .flex-grow-1.front-header-search.d-flex.align-items-center.bg-white.hideonmob_search {
    display: none !important;
}
.row.m-0.justify-content-end.aar {
    justify-content: center !important;
}
    .row.m-0.with_newsearch {
    text-align: center;
    justify-content: center;
}
}
@media screen and (max-width: 767px)
{
/*.col-auto.col-xl-3.pl-0.pr-3.d-flex.align-items-center.z-index2.col-lg-7.col-7.mobmlduetomenu {
    margin-left: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}
    img.mw-100.h-65px.h-md-40px.mobimgwidth_logo {
    margin-left: 0px;
}*/
.nav-cart-box.dropdown.show.logindropdown {
    display: none;
}
}
@media screen and (max-width: 575px)
{
.col-auto.col-xl-3.pl-0.pr-3.d-flex.align-items-center.z-index2.col-lg-7.col-7.mobmlduetomenu {
    margin-left: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}
    img.mw-100.h-65px.h-md-40px.mobimgwidth_logo {
    margin-left: 0px;
}
    .slick-list.draggable {
    height: auto !important;
}
    .text-md-left.mobfooter.imglogo_footer img {
    width: 100%;
    object-fit: contain;
}
   .navbar
   {
       height: 55px;
   }
    .mobimgwidth_logo {
    width: 250px;
    }


.navbar .menu-icon {
    left: 15px;
}

.nav-cart-box.dropdown.show.logindropdown {
    display: none;
}
.navbar .menu-icon {
    left: 0;
    margin-left: 15px;
    z-index: 99999;
}
div#cart_items, div#cart_items2 {
    display: none;
}
.row.m-0.justify-content-end.aar {
    justify-content: end !important;
}
.navbar .menu-icon {
    left: 0;
    margin-left: 15px;
    z-index: 99999;
    margin: 0;
    margin-left: 10px;
    top: 20px;
}
}
div#compare span.badge.badge-primary.badge-inline.badge-pill {
    top: -6px;
}
@media screen and (max-width: 767px)
{
    .mobp0
    {
        padding: 0;
    }
.logindropdown a {
    padding: 21px 5px;
}
.logindropdown .list-group-flush>.list-group-item a
{
    padding: 0px 0;
}
    #cart_items a, #cart_items2 a {
    padding: 21px 0;
}
div#wishlist a, div#wishlist2 a {
    padding: 21px 0;
}
div#compare, div#compare2 {
    padding: 18px 0;
}
  .product-item-not-available span.text {
    padding: 15px;
    font-size: 14px;
  }
  .product-item-not-available {
    left: 0;
    right: 0;
  }
  .title_style .leftrightborder_heading {
    font-size: 16px;
    text-align: center;
}
.title_style .border_right:before {
    width: 55px;
}
.title_style .border_left:before {
    width: 55px;
}
.half-outside-arrow .slick-prev {
    left: 0;
}
.half-outside-arrow .slick-next {
    right: 0;
}
.copy_text {
    padding-top: 13px !important;
}
.mobmt_0
{
    margin-top: 0 !Important;
}
section.light_black.py-5.text-light.footer-widget.mobpad20 {
    padding: 10px 0 !important;
}
.navbar .sitenavigation.is-tapped > ul {
    top: 100%;
}
.hideonmobcart
{
    display: none;
}
.flex-grow-1.front-header-search.d-flex.align-items-center.bg-white {
    border-radius: 7px;
}
input#searchtwo {
    border-radius: 7px;
}
.flex-grow-1.front-header-search.d-flex.align-items-center.bg-white
{
  
    margin: 5px 0px 7px;  
}
button.btn.searchbtn {
    padding: 0.2rem 8px 0.3rem;
}
div#compare, div#compare2 {
    padding: 18px 13px;
}
div#compare {
    position: relative;
    left: 5px;
}
span.flex-grow-1.ml-1 {
    position: absolute;
}
div#wishlist span.badge.badge-primary.badge-inline.badge-pill, div#wishlist2 span.badge.badge-primary.badge-inline.badge-pill {
    top: -8px;
    left: 4px;
}
.header-custom .badge-primary {
    left: 4px;
}
.header-custom .badge-primary {
    left: 7px;
    top: -10px;
}
div#wishlist, div#wishlist2 {
    padding: 0 10px 0 0;
}
div#wishlist{
    position: relative;
    right: -5px;
}
button.btn.searchbtn {
    padding: 0.4rem 1rem;
}
}

@media screen and (min-width: 431px) and (max-width: 575px)
{
    .flex-grow-1.front-header-search.d-flex.align-items-center.bg-white {
    margin: 20px 0px 7px;
    width: 100%;
}
}
.col-xl-2.pr-0.pl-0.col-lg-4.col-4.d-lg-none.z-index8 {
    z-index: 9999999;
}
h3.fw-600.fs-14.text-truncate-2.lh-1-4.mb-0.h-35px {
    min-height: 35px;
    height: auto;
}
input#search:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (max-width: 345px)
{
div#wishlist {
    right: -8px;
    padding: 0;
}
div#compare {
    left: 9px;
    padding: 18px 8px;
}
}

.aiz-user-panel.width_full {
    width: 100%;
}

#coupon_form .card-header.mb-2 {
    padding: 0;
}
.newbold {
    font-weight: 600 !important;
    font-size: 13px !important;
        text-transform: capitalize;
}
p.redtext {
    margin-top: 3px !important;
    color: red;
    margin: 0;
    font-size: 11px;
}



/* ------------------------------------
    30. Contact Section CSS
---------------------------------------*/
.rs-contact.main-home .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.main-home .contact-map {
  overflow: hidden;
}
.rs-contact.main-home .contact-map iframe {
  float: left;
  width: 100%;
  height: 400px;
  border: none;
}
.rs-contact.main-home .contact-icons-style .contact-item {
  display: flex;
  padding: 30px 30px 30px 30px;
  margin: 0 -5px 0 0;
  background-image: url(assets/images/contact/con-box.png);
}
.rs-contact.main-home .contact-icons-style .contact-item .contact-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0px 0px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text {
  padding: 0px 0px 0px 15px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a {
  color: #ffffff;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a:hover {
  color: #bb0b0b;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a {
  color: #C5C2C2;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a:hover {
  color: #bb0b0b;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .services-txt {
  margin: 0;
  color: #C5C2C2;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item {
  background-image: url(assets/images/contact/box-bg2.png);
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a {
  color: #0a0a0a;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a:hover {
  color: #bb0b0b;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a:hover {
  color: #bb0b0b;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .services-txt {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address.box-style2 .contact-item {
  background-image: url(assets/images/contact/box-bg3.png);
}

.rs-contact.main-home.office-modify1 .contact-section {
  background-color: #ebebeb;
  padding: 100px 80px 121px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap .from-control {
  color: #000000;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #fff;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section.contact-style2 {
  padding: 90px 80px 100px;
}
.rs-contact.main-home.office-modify1 .contact-box {
  padding: 35px 35px 35px 35px;
  background-color: #ebebeb;
  margin: 0 -4px 0 0;
}
.rs-contact.main-home.office-modify1 .contact-box .contact-icon img {
    width: 50px;
    height: 50px;
    max-width: unset;
    margin-bottom: 15px;
    filter: grayscale(1);
    object-fit: contain;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a {
  color: #14171C;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a:hover {
  color: #bb0b0b;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a {
  color: #444444;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a:hover {
  color: #000000;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt {
  margin: 0;
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .office-buliding {
  background: url(assets/images/contact/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-contact.main-home.home5-contact-style .contact-wrap .from-control {
  color: #0a0a0a;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
.rs-contact.main-home.home5-contact-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.contact-style2 .contact-address {
  background-color: #ffffff;
  padding: 70px 50px 60px 60px;
}
.rs-contact.contact-style2 .contact-address .address-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
  width: 35px;
  height: 35px;
  max-width: unset;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text {
  padding-left: 25px;
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a:hover {
  color: #bb0b0b;
}
.rs-contact.contact-style2 .contact-map {
  overflow: hidden;
}

.rs-contact.contact-style2 .contact-wrap .from-control {
  padding: 15px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap textarea {
  height: 120px;
}
.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.faq-style .contact-item {
  padding: 35px 35px 35px 35px;
  background-color: #fff;
}
.rs-contact.faq-style .contact-item .contact-icon img {
  width: 64px;
}
.rs-contact.faq-style .contact-item .content-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 25px 0px 5px 0px;
}
.rs-contact.faq-style .contact-item .content-text .title a {
  color: #14171C;
}
.rs-contact.faq-style .contact-item .content-text a {
  color: #333333;
}
.rs-contact.faq-style .contact-item .content-text a:hover {
  color: #bb0b0b;
}
.rs-contact.faq-style .contact-item .content-text .services-txt {
  color: #333333;
  margin: 0;
}
.rs-contact.home3-contact-style .contact-wrap {
  padding: 60px 60px 83px 60px;
  background: #ffffff;
}
.rs-contact.home3-contact-style .contact-wrap .from-control {
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF;
  background-color: #F9F9F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.home3-contact-style .contact-wrap textarea {
  height: 120px;
}
.rs-contact.home3-contact-style .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.home3-contact-style .icon-box-wraper {
  background-image: url(assets/images/contact/con-home3.jpg);
  background-position: top left;
  background-size: cover;
  padding: 70px 50px 99px 50px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item {
  display: flex;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box {
  margin-right: 25px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i {
  background-color: #1273EB;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i:before {
  font-size: 23px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a {
  color: #0a0a0a;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a:hover {
  color: #0082f1;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a {
  color: #454545;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a:hover {
  color: #0082f1;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content p {
  margin: 0;
}
.mb-30 {
    margin-bottom: 20px;
}
h2.title.pb-20 {
    font-weight: 800;
    letter-spacing: -1px;
}

.rs-contact.contact-style2.bg9.pt-100.pb-100.md-pt-70.md-pb-70 {
    padding: 60px 0;
}


.readon.submit {
    background-color: #000;
    padding: 9px 15px 10px;
    border: none;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}
.readon.submit:hover {
    color: #fff;
    opacity: .99;
    background: #0f52ba;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a {
    font-weight: 600;
    font-size: 21px;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text .title {
    font-size: 20px;
    font-weight: 800 !important;
    line-height: 33px;
    margin: 0 0 10px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt, .rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt a {
    margin: 0;
    color: #444444;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
}
.rs-contact.main-home.office-modify1 .contact-box {
    padding: 25px;
    background-color: #fff;
    margin: 0 -4px 15px 0;
    min-height: 210px;
    box-shadow: 0 6px 25px #eee;
}
p.margin-0 {
    font-size: 14px;
    margin: 10px 0 20px;
}
.rs-contact.pt-100.md-pt-70 {
    padding-top: 60px;
}
.contactformm
{
        border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}
.d-flex
{
    display:  -webkit-flex !important;
} 
.newletter_btn .btn {
    background-color: #0f52ba;
    border-color: #0f52ba;
    border-radius: 0 0.25rem 0.25rem 0;
}
span.discountstyle {
    color: #979769;
    font-weight: 500;
    border-left: 0.5px solid #000;
    padding-left: 6px;
    font-size: 19px;
    line-height: 24px;
    position: relative;
    top: -3px;
}
span.discountstyleoffs {
    font-size: 19px;
    line-height: 24px;
}
span.discountstyleoffs {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
}



.rs-contact.main-home.office-modify1 .contact-box .contact-icon img {
    object-fit: contain;
}

.rs-contact.contact-style2 .contact-wrap .from-control {
    padding: 15px;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}
select#login_country_code {
    padding: 12px;
    font-size: 13px;
}
select#login_country_code {
    border-radius: 0;
    height: 52px;
    border-right: 0;
}
select#login_country_code:focus {
    border-color: #e2e5ec;
    outline: none;
    box-shadow: none;
}
.col-lg-12.mb-10 {
    margin-bottom: 10;
    margin-bottom: 8px;
}
.contcall
{
    width: 26px !Important;
}

.minhghtin_vh
{
    min-height: 50vh;
}
.boxshadowwith_border
{
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 7%);
}
.btn_radius
{
    border-radius: 3px;
}