*,body{
  font-family:"Calibri", sans-serif;
}
.award-head {
    padding-top: 10px !important;
}
.customer-half {
   /* min-height: 200px;
    max-height: 400px;
    overflow-y: auto;*/
}
.top-head{
    background-color:#FD7509;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
    .awards-menu{
        /* padding-bottom:5px; */
        padding: 0px 0px;
    }
.panel-default {
    border-color: #fff;
}
  
    .personal-menu1 ul li a span:hover p{
      text-decoration: none;
    }
.top-head p{
    text-transform: uppercase;
    text-align:center;
    color:#fff;
    font-size:22px;
    margin:0px;
    }
    .award-head1{
        padding: 0px;
        margin: 0px;
         background: #fff;
        display: table !important;
        width: 100%;
        border: 1px solid #b1b0b0;
    box-shadow: 1px 1px 1px 1px #dcdada;
    }
@media (max-width: 1200px) and (min-width: 1024px) {
    .container-imagecard {
        padding: 0px !important;
        width: 100% !important;
        / max-width: fit-content !important;
        / max-width: 1400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (min-width: 1900px) and (max-width: 4000px){
    .award-head.container {
        max-width: 2000px !important;
    }
    #btnSearchByInput1 {
        position: absolute;
        /* left: 3px; */
        background: transparent;
        border: none;
        top: 5px;
        color: #a3a1a1;
        font-size: 15px !important;
    }
} 

.award-head-fixed {
   
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0px;
}



.header-right-side1 {
    padding: 0px 0px;
    margin: 0px;
    /*float: right;*/
    /* width: 100%; */
    position: relative;
    display:table;
    text-align:center;
}

.awards-menu1 {
    margin: 0 auto;
    padding: 0px;
    /* text-align: left;
    float: left;*/
    width: auto;
    display: inline-block;
}

    .awards-menu1 li {
        display: inline-block;
        list-style: none;
        float: left;
        padding:0px 3px;
    }
        .awards-menu1 li a i {
            padding: 0px 5px 0px 0px;
            font-size: 20px;
        }

.awa-logo-mobile1{
    display:none;
    
}
.awards-menu1 li a {
    display: flex;
    /* vertical-align: text-bottom; */
    align-items: center;
    justify-content: center;
    margin: 0px;
    /*text-shadow: 2px 3px 2px black;*/
    padding: 8px 10px 0px 10px;
    /*color: #404040;*/
    text-align: center;
    line-height: 17px;
    /* color: #B1B1B1; */
    color: #969696;
    width: 146px;
    /* height: 52px; */
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    position: relative;
  
  
}
.personal-menu1 ul li a p {
    font-size: 13px !important;
}
.awards-logo1 {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 18%;
}
.awards-logo1 .awa-logo1 {
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}
.awards-logo1 .awa-logo1 img {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
}
.trophy-search1 {
    padding: 0px;
    float: left;
    width: 51%;
    position: relative;
}
.personal-menu1 ul li {
    float: right;
    list-style: none;
    padding: 0px 8px;
}
.personal-menu1 ul li a {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.personal-menu1 ul li a span.overlay {
    display: block;
    text-align: center;
    padding: 5px 7px !important;;
    height: 40px !important;;
    width: 40px !important;;
    /* border: 2px solid #252525; */
    border-radius: 50%;
    background-color: #FEA325;
    /* background-image: url(/img/chat-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: rotate(50deg); */
    color: #fff;
    font-size: 22px;
    margin: 0px;
}
.personal-menu1 ul li a p {
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.trophy-search1 input[type="search"] {
    width: 100%;
    border: 1px solid #bab5b5;
    padding: 5px 40px 5px 25px;
    font-size: 14px;
}
.trophy-search1 {
    /* background: #faf9f9; */
    padding: 4px;
    float: left;
    width: 60%;
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 20px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
}










.menu-list > li > a {
    pointer-events: none;
    font-weight: bold;
    color:#a1a1a1;
  }
  
  body.stop-transition .menu-list {
    transition: none;
  }
  
  /* # MENU # */
  
  .menu-container {
    height: 2rem;
  }
  
  .menu-list {
    display: flex;
    position: relative;
    flex-direction: column;
    left: -100%;
    width: 100%;
    transition: all 0.3s linear;
  }
  .menu-sublist li {
    padding-right: 0 !important;
  }
  .menu-list li {
    padding-right: 11%;
    list-style: none;
    font-size:15px;
  }
  
  .menu-list li > a {
    display: block;
    text-align: left;
    text-decoration: none;
   
    padding: 5px 0 0 0;
   
  }
  .navsub-link{
    color:#fd770d !important;
    font-weight:600;
    font-size:15px;
  }
  .menu-list li:hover > a {
   border-bottom:4px solid #fd770d ;
  }
  .menu-sublist{
    padding-right: 35px !important;
    padding: 0px;
  }
  .menu-sublist li > a {

color:#b0b0b0;
font-size:15px;
  }
  .view-all{
    color:#fd770d;
   
    size:15px;
    font-weight:bold;
  }
  .view-all:hover{
    color:#fd770d;
    border-bottom:2px solid #fd770d;
  }
  .menu-sublist li:hover > a {
    border:none;
    color:#fd770d;
    text-decoration: underline;
  }
  .submenu-container {
    position: absolute;
    left: 200%;
  }
  
  .menu-toggler {
    display: flex;
    height: 100%;
    cursor: pointer;
    padding: 0 10vw;
    padding-left: 1rem;
    background-color: #666;
  }
  
  /* # HAMBURGER # */
  
  .hamburger {
    background-color: #ccc;
    width: 30px;
    height: 3px;
    transition: all 0.3s linear;
    align-self: center;
    position: relative;
  }
  
  .hamburger::before,
  .hamburger::after {
    width: 30px;
    height: 3px;
    background-color: #ccc;
    content: "";
    position: absolute;
    transition: all 0.3s linear;
  }
  
  .hamburger::before {
    top: -10px;
  }
  
  .hamburger::after {
    top: 10px;
  }
  
  /* # OPEN # */
  
  .open .hamburger {
    transform: rotate(-45deg);
  }
  
  .open .hamburger::before {
    transform: rotate(-90deg) translate(-10px, 0px);
  }
  
  .open .hamburger::after {
    opacity: 0;
    transform: rotate(90deg);
  }
  
  .open ~ .menu-list {
    left: 0;
    transition: all 0.3s linear;
  }
  
  .menu-list li .open {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  /* # SUBMENU OPEN # */
  
  /* new rule */
  .menu-list li .open.submenu-container {
    left: 0;
    transition: all 0.3s linear;
  }
  
  /* new rule */
  .newHeight {
    overflow-x: hidden;
    overflow-y: auto;
   
  }
  
  /* # DESKTOP # */
  @media screen and (max-width: 1023px){
   
    .menu-toggler {
      display: none;
    }
  }
  @media (min-width: 800px) {
   
    .menu-toggler {
      display: none;
    }
  
    .menu-list {
      flex-direction: row;
      position: relative;
      left: 0;  
      margin: 5px 0px;  
      /* in 3 below is uncommented */
      /* transition: all 0s; */
    }
  
    .menu-list li:hover > a {
      /* background-color: beige; */
    }
  
    .menu-list li .open {
      display: none;
    }
  
    /* this rule is new */
    .menu-list li .submenu-container {
      left: 0;
      display: none;
    }
  
    .menu-list li:hover > .submenu-container {
        padding-top: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        position: absolute;
        z-index: 99;
        background: #fff;
        padding-left: 20px;
        padding-bottom: 20px;
    }
  
    .menu-list li a:hover > .submenu-container div {
      flex: 1;
    }
  }


/* start banner */


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

.carousel-control.left, .carousel-control.right{
    background-image:none;
}
.carousel-indicators {
    background: #ccc;
    border-radius: 16px;
    width: 85px;
    text-align: center;
    height: 20px;
    left: 50%;
    margin-left: -2%;
}
.carousel-indicators .active{
    background-color: #fb770d;
}
.carousel-indicators li{
    background-color: #fff;
    border: 2px solid #fff;
}

/* end banner */

/* start buy trophy */
.buy-trophy-para {
   /* color: #a1a1a1;
    font-weight: 600;*/
    font-size: 20px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.home-crd {
    padding: 0px;
    border: 2px solid #cacaca;
    margin: 0px 10px 10px 0px;
}

.home-crd-title {
    padding: 0px;
    background-color: #efedec;
    border: 2px solid #e6e4e4;
}
.home-crd-title h2 {
    padding: 5px;
    margin: 0px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.home-crd-img {
    padding: 0px;
    margin: 0px auto;
    display: block;
    text-align: center;
}
.home-crd-img img {
    padding: 0px;
    margin: 0px auto;
    /* height: 100%; */
    max-width: 100%;
    display: table;
}
.home-crd-btn {
    padding: 0px;
    position: absolute;
    bottom: 64px;
    text-align: center;
    right: 0;
    left: 0;
}
.buy-trophy-card{
    padding:0px 15px;
}
.home-col{
    padding:0px;
}
.buy-trophy-whole{
    background: #f5f5f5 !important;
}
.shopby{
    border: 1px solid #fb770d;
    color: #fb770d;
    padding: 6px 20px;
    margin: 20px 0px;
}
.shopby:hover{
    text-decoration: none;
}
.shopright{
    float:right;
}
.shopleft{
    float:left;
}
.home-crd-btn a {
    background-color: #faf9f9c2;
    color: #000;
    padding: 6px 8px;
    font-size: 26px;
    text-align: center;
    border: 4px solid #cacaca;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 1023px) and (min-width: 280px){
    .hover-img{
        height:auto !important;
    }
    .buy-trophy {
        font-size: 15px;
    }
    .home-crd-title h2 {
        font-size: 17px;
    }
    .home-crd-btn a {
        font-size: 13px;
    }
    .shopby {

        padding: 6px 5px;
    }
    fieldset {
        padding-bottom: 20px;
    }
}
/* end buy trophy */


/* start text-image */
fieldset {
    margin: 0 15px 30px 15px;
    border: 1px solid #ccc;
  }
  
  legend {
   border-bottom:none;
   text-align:center;
   width:auto;
   color:#b1b1b1;
  }
  .txt-img-content{
    padding: 20px 20px;
    border-left: 1px solid #ccc;
  }
  .txt-img-content p{

color:#969696;
font-size: 17px;
  }
.get-quote {
    text-align: center;
    padding-top: 15px;
}
/* end text - image */

/* start shop more */
.shop-more-body{
  background: #f5f5f5 !important;

}

.shop-content p{
text-align:center;
font-size:20px;
background:#fff;
margin:0px;
color:#b1b1b1;
border-bottom: 2px solid #b1b1b1;
}
.shop-content{
    margin-bottom: 20px;
}
.shop-content img{
width:100%;
}
.more-pro{
    margin:20px 0px;
}
.family-owned {
    padding: 0px 0px 15px 0px;
    margin: 40px 0px 0px;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}
/* end shop more */

/* start popup */
.popup-head{
    background:#FEA325;
    padding: 15px 0px;
}
#myModal .modal-dialog{
  margin: 70px auto;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
}
#newsletter-popup{
    margin: 70px auto;
    padding:30px 40px 40px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .frm-row{
    text-align: center;
  }
  
  #myModal .modal-content{
    box-shadow: none;
    border: none;
  }
  .popup2{
    padding: 20px 20px;
  }
  @media screen and (max-width: 1366px){
   #myModal .modal-dialog{
      width: 52% !important;
      /* height: 295px; */
    
    }
 
  
  }
  @media (min-width: 768px) and (max-width: 1023px){
    .award-head.container {
        padding-left: 0;
        margin: 0px;
        width: 100%;
    }
    #btnSearchByInput1 {
        right: 3px;
        left: auto;
    }
  .award-head{
    display:none;
  }
}
  @media screen and (max-width: 1023px){
    #newsletter-popup, #myModal .modal-dialog {
        width: 80% !important;
        padding: 10px 10px;
      /*  position: absolute;
        top: 26%;
        left: 39%;
        transform: translate(-50%, -50%);*/
    }
  }
  
  .newsletter-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 99;
  }
  
  #newsletter-popup h3, .popup2 h3{
    color: #fb770d;
    font-size: 38px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
  }

  #newsletter-popup p, .popup2 p{
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  
  #newsletter-popup input[type="text"], .popup2 input[type="text"]{
    width: 70%;
    height: 39px;
    border: none;
    text-indent: 10px;
    font-size: 15px;
    padding: 0;
    color: #fb770d;
    margin: 20px 0px;
    border: 1px solid #ccc;
  }
  #newsletter-popup ::placeholder, .popup2::placeholder {
    color: #fb770d;
  }
  
  #newsletter-popup input[type="submit"], .popup2 input[type="submit"]{
    background: #fff;
    border-radius: 5px;
    border: 3px solid #fb770d;
    color: #fb770d;
    text-align: center;
    display: block;
    padding: 5px;
    line-height: 1.5;
    width: 52%;
    cursor: pointer;
    margin: 0 auto;
    font-size: 21px;
  }
  
  #newsletter-popup .popup-close, .popup2 .popup-close, .close{
    color: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    background-color: #ccc !important;
    border-radius: 50%;
    font-weight: 800;
    opacity:1;
  }
/* end popup */
.button-1 {
  /*background-color: transparent;*/
  /*border: 3px solid #fb770d;*/
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  /*color: #fb770d;*/
  font-size: 14px;
    font-weight: 600;
}
/* .button-1:hover {
  box-shadow: 0 0 5px 0 #fb770d inset, 0 0 5px 2px #fb770d;
  border: 3px solid #fb770d;
} */

@media (max-width: 1023px) and (min-width: 280px){
    .awards-menu{
        display:none
    }
    .top-head p {
      font-size: 6px;
    }
}










/* @media (min-width: 1200px){
.container {
    width:85%;
}
} */
@media (min-width: 1200px) and (max-width: 4000px){

    #btnSearchByInput1 {
        position: absolute;
        font-size: 14px;
        left: 3px;
        z-index: 1;
        background: transparent;
        border: none;
        top: 4px;
        color: #a3a1a1;
    }

} 
@media (min-width: 1023px){
    .container {
        padding: 0 85px !important;
        width: 100% !important;
        /* max-width: fit-content !important; */
        max-width: 1800px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .container-imagecard {
        padding: 0 85px;
        width: 100% !important;
        /* max-width: fit-content !important; */
        max-width: 1400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .award-head.container {
        padding: 0 20px !important;
        width: 100% !important;
        /* max-width: fit-content !important; */
        max-width: 1900px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
/* start customer review */
.excellent-star{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.excellent-star i{
  color: #f8b604;
  font-size: 17px;
}
.container-star{
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px;
  box-shadow: 0px 0px 2px 2px #dcdada;
  border-radius: 6px;
  margin-bottom: 10px;
}
.initial{
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
}
.show-more-btn{
  text-align: center;
    padding: 20px 0px;
}
.show-all{
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 19px;
  padding: 4px 14px;
  color: #000;
  box-shadow: 1px 1px 1px 1px #000;

}
.initial-star i{
  color: #f8b604;
}
.container-para p{
  font-size:14px;
}
.customer-half{
  width: 100%;
    margin: 0px auto;
}
@media (max-width: 992px)  {
    .customer-half .container-star {
        height: auto !important;
    }
    .home-col:nth-child(odd) .home-crd {
        margin: 0px 10px 10px 0px;
    }
    .carousel-indicators{
        display:none;
    }
    .txt-img-content {
        border-left: none !important;
    }
}


.home-crd-img,.hover-hidden, .social-img{
  overflow: hidden;
}
.hover-img, .social-hover{
  transition-duration: 2s;
}
.home-crd-img:hover .hover-img , .shop-content:hover .hover-img ,.social-img:hover .social-hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.social-img{
  width:100%;
}
    .social-img img {
        width: 100%;
        padding: 10px 0px;
    }
.follow-social .col-lg-4{
  padding:5px;
}
/* end customer review */

/* start footer */

footer {
  padding: 0px 0px 0px;
  margin: 0px;
  background: #fff;
}
.ft-blog-ic i{
  color:#fff;
}
.footer-sublinks {
padding: 0px 0px 30px;
margin: 0px;
}

.footer-sublinks .contact-info {
padding: 0px 0px 18px 0px;
margin: 0px;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
}

.foot-sublink {
padding: 0px;
margin: 0px;
}

.foot-sublink li {
padding: 7px 0px;
margin: 0px;
list-style: none;
position: relative;
}

.foot-sublink li a {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  position: relative;
}

  .foot-sublink li a:before {
      /* font-family: 'FontAwesome';
      content: "\f061";
      font-size: 14px;
      left: 0px;
      position: absolute;
      top: -2px;
      color: #ffffff;
      font-weight: 300; */
  }

  .foot-sublink li a:hover {
      text-decoration: underline !important;
  }

.opening-time {
padding: 0px;
margin: 0px;
}

.opening-time li {
padding: 7px 0px;
margin: 0px;
list-style: none;
}

.opening-time li p {
  padding: 0px;
  margin: 0px;
  display: block;
  letter-spacing: 1px;
  color: #000;
}

.opening-time li span {
  padding: 0px;
  margin: 0px;
  display: block;
  float: right;
  /*color: #f49067;*/
  font-weight: 600;
}

.contact-details {
padding: 0px;
margin: 0px;
}

.contact-details li {
padding: 0px 0px 15px;
margin: 0px;
list-style: none;
display: table;
width: 100%;
}

.contact-details li i {
  padding: 2px 0px 0px 0px;
  margin: 0px;
  display: block;
  float: left;
  text-align: center;
  font-size: 21px;
  color: #000;
  width: 5%;
}

.contact-details li .add-detail {
  padding: 0px 0px 0px 15px;
  margin: 0px;
  display: block;
  float: left;
  width: 92%;
}

  .contact-details li .add-detail h5 {
      padding: 0px 0px 5px;
      margin: 0px;
      font-size: 15px;
      letter-spacing: 1px;
      font-weight: 600;
      color: #4D4D4D;
  }

  .contact-details li .add-detail p {
      padding: 0px;
      margin: 0px;
      line-height: 24px;
      font-size: 14px;
      letter-spacing: 1px;
      color: #000;
  }

  .contact-details li .add-detail a {
      padding: 0px;
      margin: 0px;
      font-size: 14px;
      letter-spacing: 1px;
      display: block;
      color: #000;
  }

.payment-medhod {
padding: 0px;
margin: 0px;
display: table;
width: 100%;
}

.payment-medhod li {
padding: 0px;
margin: 0px 15px 0px 0px;
list-style: none;
float: left;
}

.payment-medhod li img {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.copyright {
padding: 0px 0px;
margin: 0px;
border-top: 1px solid #545454;
}

.copyright span {
padding: 0px 0px 0px 0px;
margin: 0px;
display: table;
width: 100%;
text-align: center;
letter-spacing: 1px;
color: #000;
font-size: 14px;
}
.awards_body_center {
  width: 100%;
  margin: 0px auto;
}
.copyright span a {
  color: #000;
  font-weight: 500;
}
#textInputAddlCostSet1, #textInputMaxSet1 {
border: 1px solid #a9a9a905;
color: #cf0b0b;
font-weight: 600;
font-size: 17px;
}
.product-add-video {
padding: 0px;
margin: 50px auto;
width: 70%;
display: table;
height: 400px;
}
.mobile-footer .panel-body {
  background-color: #dedede;
}
@media (min-width: 280px) and (max-width: 1023px)
{
  .newsletter-content .form-list .email-box {
    margin-bottom: 5px !important;
}

.newsletter-content .form-list .email-box {
  width: 67% !important;
}
.newsletter-content .form-list .email-box {
  padding: 8px 10px !important;
  margin: 0px 10px 0px 0px !important;
  font-size: 14px;
  float: left;
  box-sizing: border-box;
  width: 68% !important;
}
.newsletter-content .form-list .submit-box {
  padding: 10px 10px !important;
  margin: 0px;
  font-size: 14px;
  color: #000 !important;
  float: left;
  box-sizing: border-box;
  border: none !important;
  width: 27% !important;
  /*background-color: #FF9900 !important;*/
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
  .mobile-review {
    font-size: 12px;
    font-weight: 400;
    color: #000 !important;
    padding: 2px 10px;
    margin-left: 6px;
    text-align: center;
    line-height: 20px;
  }
  .mobile-contact-details {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
  .mobile-review {
    background: #c8c6c6  !important;
}
  .footer-toggle .panel-default > .panel-heading a {
    display: inherit !important;
    margin-left: 0px;
    width: 100%;
}
.mobile-footer {
    display: block !important;
}
.panel-default > .panel-heading a {
  font-size: 12px !important;
}
.panel-default > .panel-heading a {
  padding: 15px 6px !important;
}
.footer-toggle .panel-default > .panel-heading a {
    display: inherit !important;
    margin-left: 0px;
    width: 100%;
}
.desktop-footer {
    display: none;
}
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel+.panel {
  margin-top: 5px;
}
.review-head-1 {
    padding: 10px;
    margin: 0px;
    background-color: #dedede !important;
    color: #000 !important;
    display: table;
    width: 100%;
}
.mobile-footer .panel-heading {
    /*background-color: #3a3a3a;*/
    background-color: #fff;
    text-transform: uppercase;
    color: #9f9f9f;
}
.rating-ul {
  padding: 0px;
  margin: 0px;
  width: auto;
  float: left;
  display: inline-table;
}
.rating-ul li {
  padding: 0px;
  margin: 0px;
  width: auto;
  float: left;
  list-style: none;
}
.rating-ul li i {
  padding: 0px 2px;
  margin: 0px;
  /*color: #FF9900 ;*/
  font-size: 14px;
}
.mobile-contact-details li {
  padding: 0px 0px 15px;
  margin: 0px;
  list-style: none;
  display: table;
  width: 100%;
}
.col-xs-3,.col-xs-4,.col-xs-2{
  padding:0px;
}
#collapsefour a, #collapsefive a, #collapsesix a {
  color: #000;
  font-size: 13px;
  display: block;
}
.mobile-contact-details li .add-detail {
  padding: 0px 0px 0px 15px;
  margin: 0px;
  display: inline-table;
  /* float: left; */
  width: 92%;
}
.mobile-footer {
  display: none;
}
.ft-cash-ic2 li a, .ft-cash-ic li a {
  padding: 0px;
  display: block;
  width: 40px;
}
.ft-cash-ic2 li img, .ft-cash-ic li img {
  padding: 0px;
  width: 100%;
}
.ft-cash-ic {
  padding: 10px 0px 0px;
  display: table;
  margin: 0px auto;
}
.ft-cash-ic2 {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
.turste {
  padding: 25px 0px !important;
}
.ft-cash-ic2 li, .ft-cash-ic li {
  padding: 6px 3px 0px;
  list-style: none;
  float: left;
}
.paypal-ic {
  width: 150px !important;
}
.social-ft {
  margin: 0px;
  padding: 16px 0px 0px;
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.ft-social-ic {
  padding: 10px 0px 0px;
  display: table;
  margin: 0px auto;
}
.ft-social-ic2 li, .ft-social-ic li {
  padding: 7px 14px 0px 14px;
  list-style: none;
  float: left;
}
.ft-social-ic2 li a, .ft-social-ic li a {
  padding: 0px;
  display: block;
  width: 40px;
}
.ft-social-ic2 li img, .ft-social-ic li img {
  padding: 0px;
  width: 100%;
}
.ft-social-ic2 {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
.blog-column {
  padding: 10px;
  border: 2px solid #000;
}
.ft-blog-ic {
  padding: 5px 15px;
  margin: 0px 
}
.ft-blog-ic i {
  padding: 10px;
  margin: 0px;
  background: #000;
  border-radius: 8px;
}
.ft-blog-content {
  padding: 0px 10px;
  margin: 0px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  color: #000;
}
.grey-bg{
  background: #c8c6c6;
  padding: 7px 0px;
  margin-bottom: 15px;

}
.credit-card{
  padding: 0px;
  margin: 0px 15px !important;
  text-align: right;
  font-size:16px;
}
.credit-card .how-does{
float:left;
font-weight:700
}
.credit-card .how-does1{
  font-weight:700
}
.panel-body p{
  color:#000;
}
/* end footer */

.modal-backdrop {
  position: static;
}

.modal-header .close {
  margin-top: -2px;
  font-weight: 200;
}
.frm-stay{
  text-align:center;
}
.frm-submit a{
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.frm-row p{
  color:#000;
}




/* header_style_start */

@media screen and (max-width: 1023px) {
  .award-head {
    position: relative;
    padding-top:0px !important;
  }
  .awards-logo {
    width: 110px;
  }
    .personal-menu {
        margin: 0px auto;
        display: table;
        width: 100% !important;
        float: none;
        /*position: absolute;*/
        top: 0px;
    }
  .personal-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
  }
  .personal-menu ul li {
    padding: 5px 3px;
    float: right;
  }
 .cartlogin-ic {
     width: 40px;
 }
    .personal-menu ul li a span.overlay {
        display: block;
        text-align: center;
        padding: 5px 7px;
        height: 40px;
        width: 40px;
        /* border: 2px solid #252525; */
        border-radius: 50%;
        background-color: #FEA325;
        /* background-image: url(/img/chat-bg.png); */
        background-repeat: no-repeat;
        background-size: cover;
        transform: rotate(50deg);
        color: #fff;
        font-size: 22px;
        margin: 0px;
    }
  .personal-menu ul li a span.overlay {
    padding: 0px 4px !important;
    height: 32px !important;
    width: 32px !important;
}
.personal-menu ul li a {
  display: block;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.personal-menu ul li a i {
  transform: rotate(-50deg);
  padding: 0px;
  font-size: 20px;
}
.personal-menu ul li a p {
  font-size: 12px;
  color: #252525;
  font-weight: 400;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.menu-bar {
  display: block;
  position: absolute;
  z-index: 9;
  /*left: 5px;*/
  right: 48px;
}
/*.awards-mob-menu {
  display: block;
  margin: 0px 0px 0px 5px;
  float: right;
}*/
.awards-mob-menu .mob-bar-icon {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  display: block;
  text-align: center;
}
    .awards-mob-menu i {
        border-top-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border: none !important;
        padding: 5px 6px !important;
        height: 41px !important;
        width: 45px !important;
        font-size: 21px !important;
        align-items: center;
        justify-content: center;
        display: flex !important;
        /*background-color: #FEA325;*/
        background: transparent;
        color: #a3a1a1 !important;
        text-align: center;
        position: absolute;
        /*left: -2px;*/
        top: 1px;
    }
    .trophy-search button {
        position: absolute !important;
        /*right: 3px !important;*/
        left: 5px !important;
        width: fit-content;
        top: 2px !important;
        font-size: 24px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        font-weight: 600;
        padding: 3px 13px;
        border: none !important;
        outline: none;
        /* background-color: #FEA325 !important;*/
        background: transparent;
        color: #a3a1a1 !important;
    }
    .trophy-search {
        width: 100% !important;
        margin: 0px 0px 5px !important;
        float: right !important;
        position: relative;
    }
.trophy-search {
  display: block !important;
}
    .trophy-search input[type="search"] {
        width: 100%;
        /*border: 2px solid #252525;*/
        border: 1px solid #bab5b5;
        padding: 10px 40px 10px 10px;
        border-radius: 5px;
        font-size: 14px;
    }
.trophy-search input[type="search"] {
  padding: 10px 40px 10px 47px !important;
}
}

.shop-more-body section p span {
    font-size: 18px;
}

















/* 
header_style_end */

