@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Playfair+Display:400,700,900');
html{
  height: 100%;
}
body{
  width: 100%;
  float: left;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Playfair Display', serif;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

ul{
  margin:0px;
  padding: 0px;
  list-style: none;
}

img{
  max-width: 100%;
  height: auto;
}
header.header-cont {
  background-color: #9c0d0f;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
}
.header-first{
  padding-bottom: 10px;
  padding-top: 15px;
  background-color: #ffffff;
}
.border-right{
  border-right: 1px solid #ccc !important;
}
.mob-logo-responsive img{
  max-width: 180px;
}

/*menu*/

nav {
  position:relative;
  margin:0px auto;
  width:100%;
  margin-bottom:0px;
  float:right;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border:0;
  list-style:none;
  line-height:1;
  display:block;
  position:relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
#cssmenu:after, #cssmenu > ul:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
#cssmenu #head-mobile {
  display:none
}
#cssmenu {
  float: left;
}
#cssmenu > ul > li {
  float:left;
  border-bottom: 4px solid #9c0d0f;
}
#cssmenu > ul > li > a {
  padding:10px 20px;
  font-size:16px;
  letter-spacing:0px;
  text-decoration:none;
  color: #ffffff;
  font-weight:400;
  /*margin-bottom: 10px;*/
  text-transform:uppercase;
}
.main-menu li.active{
  border-bottom: 2px solid #fff;
  color:#fff;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color:#fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
  /*background:#051c46!important;*/
  border-bottom: 4px solid #e95612;
  -webkit-transition:background .3s ease;
  -ms-transition:background .3s ease;
  transition:background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
/*padding-right:30px*/
}
/*#cssmenu > ul > li.has-sub > a:after {
  position:absolute;
  top:22px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu > ul > li.has-sub > a:before {
  position:absolute;
  top:19px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top:23px;
  height:0
}*/
#cssmenu ul ul {
  position:absolute;
  left:-9999px
}
#cssmenu ul ul li {
  height:0;
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  background:#ffffff;
  transition:all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left:auto;
  z-index: 9;
}
#cssmenu li:hover > ul > li {
  height:37px
}
#cssmenu ul ul ul {
  margin-left:100%;
  top:0
}
#cssmenu ul ul li a {
  border-bottom:1px solid rgba(150,150,150,0.15);
  padding:11px 15px;
  width:250px;
  font-size:14px;
  text-decoration:none;
  color:#000;
  font-weight:400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom:0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color:#ffffff;
  background:#f36d31;
}
#cssmenu ul ul li.has-sub > a:after {
  position:absolute;
  top:16px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu ul ul li.has-sub > a:before {
  position:absolute;
  top:13px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top:17px;
  height:0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background:#363636;
}
#cssmenu ul ul ul li.active a {
  border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top:1px solid #333
}
 @media screen and (max-width:1000px) {
nav {
  width:100%;
}

#cssmenu > ul > li {
  float: left;
  border-bottom:none;
}


#cssmenu > ul > li > a
{
  color:#000000 !important;
  margin-bottom:0px;
}

#cssmenu ul li:hover
{
  background:#9c0d0f !important;
  border-bottom:none;
}

#cssmenu ul li:hover a
{
  color:#ffffff !important;
  
}
#cssmenu ul ul li a
{
  color:#ffffff !important;
  
}

#cssmenu {
  width:100%
}
#cssmenu ul {
  width:100%;
  display:none
}
#cssmenu ul li {
  width:100%;
  border-top:1px solid #eeeeee
}
#cssmenu ul li:hover {
  background:#363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
  height:auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
  width:100%;
  border-bottom:0
}
#cssmenu > ul > li {
  float:none
}
#cssmenu ul ul li a {
  padding-left:25px
}
#cssmenu ul ul li {
  background:#262626 !important;
}
#cssmenu ul ul li:hover {
  background:#363636!important
}
#cssmenu ul ul ul li a {
  padding-left:35px
}
#cssmenu ul ul li a {
  color:#000;
  background:none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
  color:#fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
  position:relative;
  left:0;
  width:100%;
  margin:0;
  text-align:left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
  display:none
}
#cssmenu #head-mobile {
  display:block;
  padding:13px;
  color:#ffffff;
  font-size:16px;
}
.button {
  width:55px;
  height:46px;
  position:absolute;
  right:0;
  top:-3px;
  cursor:pointer;
  z-index: 12399994;
}
.button:after {
  position:absolute;
  top:22px;
  right:20px;
  display:block;
  height:8px;
  width:20px;
  border-top:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  content:''
}
.button:before {
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  position:absolute;
  top:16px;
  right:20px;
  display:block;
  height:2px;
  width:20px;
  background:#ffffff;
  content:''
}
.button.menu-opened:after {
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  top:23px;
  border:0;
  height:2px;
  width:19px;
  background:#ffffff;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg)
}
.button.menu-opened:before {
  top:23px;
  background:#ffffff;
  width:19px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
#cssmenu .submenu-button {
  position:absolute;
  z-index:99;
  right:0;
  top:0;
  display:block;
  border-left:1px solid #eeeeee;
  height:36px;
  width:36px;
  cursor:pointer
}
#cssmenu .submenu-button.submenu-opened {
  background:#262626
}
#cssmenu ul ul .submenu-button {
  height:34px;
  width:34px
}
#cssmenu .submenu-button:after {
  position:absolute;
  top: 17px;
  right: 15px;
  width:8px;
  height:2px;
  display:block;
  background:#777777;
  content:''
}
#cssmenu ul ul .submenu-button:after {
  top:15px;
  right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
  background:#fff
}
#cssmenu .submenu-button:before {
  position:absolute;
  top: 14px;
  right: 18px;
  display:block;
  width:2px;
  height:8px;
  background:#777777;
  content:''
}
#cssmenu ul ul .submenu-button:before {
  top:12px;
  right:16px
}
#cssmenu .submenu-button.submenu-opened:before {
  display:none
}
#cssmenu ul ul ul li.active a {
  border-left:none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top:none
}
#cssmenu ul {
    position: absolute;
    z-index: 9;
    background: #fff;
}
}

/*.today-price{
  margin: 0px auto;
   text-align: center; 
  width: 70%;
}*/

.gold-prices {
    padding: 5px;
}
.gold-prices h6{
  font-size: 13px !important;
  font-weight: 600;
  color: #000;
  font-family: 'Lato', sans-serif !important;
  margin-bottom: 5px;
}
.gold-prices img{
  width: 60px;
  float: left;
  margin-right: 10px;
}
.gold-prices b{
  font-size: 14px;
  color: #9c0d0f;
  font-weight: 600;
}
.gold-prices p{
  font-size: 14px;
  font-weight: 900;
}
.header-signup ul{
  display: inline-flex;
  background-color: #f3f2f2;
}

.header-signup {
    margin-top: 10px;
}
.header-signup a{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  padding: 5px 15px;
  border-right: 1px solid #ccc;
  display: block;
}
.header-signup li{
  line-height: 20px;
}
.header-signup a:hover {
    color: white !important;
    border-right: 1px solid #9c0d0f !important;
    background: #9c0d0f !important;
}
.header-signup li:last-child a{
  border-right: none;
}
.call-contact{
  margin-top: 15px;
  float: right;
  width: 100%;
}
.call-contact img{
  width: 20px;
  float: left;
  margin-right: 15px;
}
.call-contact p{
  font-size: 14px;
  font-weight: 600;
  color: #9c0d0f;
  margin-bottom: 0px;
}
.banner-images img{
  width: 100%;
  height: 540px;
}
.header-second {
  width: 100%;
  float: left;
  height: 46px;
}
.banner-images{
  width: 100%;
  float: left;
}
.Exclusive{
  width: 100%;
  float: left;
  background:url(../images/background-exclusive.png) no-repeat;
  background-size: 100%;
}
.heading-exclusive{
  margin-top: 50px;
  text-align: center;
}
.heading-exclusive h2{
  font-size: 55px;
  color: #444;
}
.srj-exclusive{
  margin-top: 50px;
}
.diamond-banner{
  margin-top: 29px;
}
.latest-products{
  width: 100%;
  float: left;
  margin-top: 50px;
  background:url(../images/side-girl.png) no-repeat;
  background-position: bottom right;
  background-size: 20%;
  padding-bottom: 5%;
}
.products-list{
  border: 1px solid #d0d0d0;
} 
.mar-products{
  margin-top: 60px !important;
}
.product-specifications{
  margin-top: 30px;
}
.jewelery-content{
  text-align: center;
  margin-top: 20px;
}
.jewelery-content h4{
  font-size: 18px;
  text-transform: capitalize;
}
.jewelery-content img{
  width: 20px;
}
.btn-all{
  text-align: center;
  margin-top: 20px;

}
.btn-all button{
  padding: 10px 30px;
  background-color: #9c0d0f;
  border-color: #9c0d0f;
  border-radius: 0px;
}
.btn-all .btn-primary:hover {
    color: #fff;
    background-color: #380f17 !important;
    border-color: #380f17 !important;
}
.new-arrivals{
  width: 100%;
  float: left;
  background:url(../images/new-arrivals.png) no-repeat;
  background-position: top left;

}
.new-products{
  margin-top: 60px;
  margin-bottom: 60px;

}
.arrivals-title {
  background-color: #e95612;
  color: #fff;
  width: 100%;
  float: left;
  padding: 5px 30px;
}
.arrivals-title h3{
  float: left;
  margin-right: 10px;
  font-size: 40px;
}
.arrivals-title img{
  width: 42px;
  margin-top: 6px;
}
.arrivals-products{
  background-color: #fff;
  padding: 0px 30px !important;
}
.products-new{
  border: 1px solid #ccc;
  width: 210px;
  height: 230px;
  text-align: center;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
.products-new img{
  margin: 0px auto;
  width: 75% !important;

}
.products-new p{
  margin-top: 15px;
  text-align: center;
  color: #575978;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;

}
.mar-new-arrivals{
  margin-top: 30px;
}
.our-media{
  width: 100%;
  float: left;
  background:url(../images/our-media-bg.png) no-repeat;
  background-size: 100%;
  margin-bottom: 60px;
}
.media-video{
  height: 570px;
  padding: 30px;
  background-color: #9c0d0f;
  margin-top: 50px;
}
.saving-scheme{
  text-align: center;
}
.saving-scheme img{
  display: -webkit-box;
  margin: 0px auto;
  margin-top: 40px;
}
.best-saving{
  margin-top: 80px;
}
.best-saving h2{
  font-size: 36px;
}
.best-saving img{
  margin-top: 0px;
}
.advantage-list img{
  float: left;
  margin-right: 20px;
}
.advantage-list p{
  margin-top: 12px;
  font-size: 16px;
}
.advantages-srj{
  margin-top: 50px;
}
.join-newsletter{
  width: 100%;
  float: left;
  color: #fff;
  background-color: #970005;
  padding: 10px;
}
.join-newsletter h5{
  font-size: 40px;
}
.join-newsletter p{
  margin-bottom: 0px;
}

.join-newsletter input{
  background: transparent;
  border-radius: 0px;
  height: 50px;
  margin-top: 15px;
}

.join-newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
}

.join-newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
}

.join-newsletter ::-ms-input-placeholder { /* Microsoft Edge */
  color: white !important;
}
.join-newsletter button{
  margin-top: 5px;
  padding: 12px 30px;
  background-color: #fff;
  border-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
}
.join-newsletter button:hover{
  background-color: #380f17 !important;
  border-color: #380f17 !important;
}
.footer{
  width: 100%;
  float: left;
  margin-top: 50px;
}
.contact-call img{
  width: 30px;
  float: left;
  margin-right: 19px;
}
.contact-address img{
  width: 40px;
  margin-top: 10px;
  overflow: hidden;
  float: left;
  margin-right: 19px;
}
.contact-address p{
  overflow: hidden;
  line-height: 30px;
}
.social-links{
  text-align: center;
  margin-top: 10px;
}
.social-links ul{
  display: inline-block;
}
.social-links li{
  background-color: #d59339;
  display: inline-block;
  width: 40px;
  padding: 10px;
  height: 40px;
  line-height: 17px;
  border-radius: 100px;
  margin: 0px 5px;
}
.social-links li img{
  width: 20px;
}
.social-links li:hover{
  background-color: #970005;
  cursor: pointer;
}
.footer-menu {
  text-align: center;
  margin-top: 20px;
}
.footer-menu ul{
  display: inline-block;
}
.footer-menu li{
  display: inline-block;
  padding: 10px 20px
}
.footer-menu li a{
  color: #000;
}
.footer-menu li a:hover{
  color: #970005;
  text-decoration:none;
}
.copyrights{
  text-align:center;
  margin-top: 10px;
}
.mar-top-products{
  margin-top: 30px;
}
.footer-logo img{
  width:180px;
  margin-top: -10px;
}
.copyrights h6{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.latest-pro img{
  width: 100%;
  height: 260px;
  padding: 1rem;
  background: #fff;
  /*padding: 2rem;
  background-color: #fff;*/
}
.latest-pro{
  padding-bottom: 30px;
}


/*Contact Us*/
.banner-map{
  width: 100%;
  float: left;
  height: 350px;
}
.Enquire-form{
  width: 100%;
  float: left;
  background:url(../images/bg-contact.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.Enquire-form .form-control{
  height: 50px;
  border-radius: 0px;
  padding-left: 20px;
}
.Enquire-form textarea{
  height: auto !important;
}
.btn-submit {
  text-align: center;
  margin-top: 20px;
}
.btn-submit input {
  padding: 10px 50px;
  background-color: #9c0d0f;
  border-color: #9c0d0f;
  border-radius: 0px;
}
.btn-submit .btn-primary:hover {
  color: #fff;
  background-color: #380f17 !important;
  border-color: #380f17 !important;
}
.enquire-form-control h2{
  font-size: 30px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  color: #444;
}
.form-message{
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  padding: 50px;
  padding-bottom: 30px;
  border-radius: 20px;
  margin-top: -90px;
  background-color: #fff;
  background:url(../images/floral-bg.png) no-repeat #fff;
  background-position: -4% -3%;
  background-size: 16%;
}
.form-message h1{
  width: 40%;
  font-size: 50px;
  font-weight: 600;
  color: #444;
  margin-top: 3rem;
  margin-left: 2rem;
  margin-bottom: 30px;
}
.contact-us{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.contact-us .social-links{
  text-align: left !important;
}
.contact-info h3{
  font-size: 46px;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
}
.address-info h4{
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #444;
}
.address-info img{
  float: left;
  width: 35px;
  margin-right: 10px;
}
.contact-us .address{
  overflow: hidden;
  width: 220px;
}
.Enquire-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9c0d0f !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

/* Inner page */

.banner-gold{
  width: 100%;
  float: left;
  background:url(../images/gold-bg.png) no-repeat;
  height: 300px;
}
.banner-heading h2{
  line-height: 60px;
  font-size: 40px;
  float: right;
  margin-bottom: 0px;
}
.new-arrivals-jewellery{
  width: 100%;
  float: left; 
  margin-bottom: 3rem;
  background:url(../images/gold-jewelery-bg.png) no-repeat;
  background-size: 100%;
}
.jewellery-arrivals{
  text-align:center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.jewellery-arrivals h3{
  font-size: 40px;
  color: #444;
  margin-bottom: 0px;
}
.gold-images{
  text-align: center;
  font-size: 20px;
  color: #444;
  margin-top: 10px;
}
.gold-images img{
  border: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
  padding: 2rem;
  height: 320px;
}
.purely-handcraft{
  margin-top: 4rem;
}
.purely-handcraft h2:last-child {
    margin-right: -180px;
}.purely-handcraft h2:nth-child(2) {
    margin-right: -50px;
}

/*Gemstone*/
.banner-gemstone{
  width: 100%;
  float: left;
  background:url(../images/gem-stone-bg.jpg) no-repeat;
  height: 300px;
}
.banner-gemstone h2{
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin-top: 5rem;
}
.birth-stone{
  width: 100%;
  float: left;
  margin-bottom: 3rem;
  background:url(../images/bithstone-bg.png) no-repeat;
  background-size: 100%;
}
.birth-para{
  font-size: 18px;
  text-align: center;
  color: #444;
  line-height: 30px;
  margin-top: 3rem;
}
.birth-stone .table-sign{
  margin-top: 3rem;
  text-align: center;
}
.birth-stone .table .thead-dark th {
    color: #fff;
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
.birth-stone .table td, .table th{
  padding: 1rem !important;
}
.birth-stone .table {
    border: 2px solid #4b4b4b;
}
.bithday-stone{
  margin-top: 3rem;
}
.bithday-stone h3{
  font-size: 20px;
  font-weight: bold;
}
.stone-list{
  margin-top: 1rem;
  padding-left: 1rem;
}
.stone-list ul li{
  padding: 16px 0px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}
.stone-list ul li span{
  float: right;
  font-style: italic;
  color: #222;
}
.gem-stone{
  text-align: center;
  padding: 1.5rem;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  height: 100%;

}
.gem-stone p{
  margin-top: 30px;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0px;
}
.gem-stone img {
    width: 100px;
	height:100px;
}
.stone-jew{
  margin-top: 30px;
}
.peral-list img{
  margin-top: 60px;
}

/*saving-scheme*/
.banner-scheme{
  width: 100%;
  float: left;
  background:url(../images/scheme-bg.jpg) no-repeat;
  height: 300px;
}
.sav-scheme{
  width: 100%;
  float: left;
  background:url(../images/scheme-bg.png) no-repeat;
  background-size: 100%
}
.gold-savings{
  margin-top: 7rem;
}
.gold-savings h2{
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0px;
}
.gold-sub-heading{
  display: flex;
  justify-content: flex-end;
}
.gold-sub-heading img{
  float:left;
  margin-top: 10px;
}
.gold-sub-heading h6{
  font-size: 46px;
}
.Scheme-plan img{
  margin-bottom: 50px;
}
.Scheme-plan ul li {
  margin-bottom: 15px;
  line-height: 30px;
  background: url(../images/schem-list-icons.png)no-repeat;
  padding-left: 40px;
  font-size: 16px;
  background-position:top left;
}
.trade-mark{
  text-align:center;
  margin-top: 50px;
}
.Scheme-plan .table .thead-dark th {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  font-size: 14px;
  text-align: center;
}
.Scheme-plan .table {
  text-align: center;
  font-size: 15px;
  border: 2px solid #4b4b4b;
}
.benefit-plan{
    padding: 25px;
    height: 100%;
}
.Scheme-plan a{
  color: #222;
  text-decoration: none;
}
.Scheme-plan .benefit-plan:hover{
  -webkit-box-shadow: 0 12px 30px 0 rgba(0,24,78,.24);
  box-shadow: 0 12px 30px 0 rgba(0,24,78,.24);
  text-decoration: none;
}
.scheme-gifts{
  width: 100%;
  float: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.join-newsletter button i {
    display: none;
}


/*About us*/
.banner-aboutus{
  width: 100%;
  float: left;
  background:url(../images/aboutus-bg.jpg) no-repeat;
  height: 300px;
  background-position: center !important;
  background-size: cover !important;
}

.banner-aboutus h2{
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin-top: 5rem;
  color: #fff;

}
.about-us{
  width: 100%;
  float: left;
  margin-bottom: 5rem;
}


/*Category*/

.category-images{
  text-align: center;
  font-size: 20px;
  color: #444;
  margin-top: 30px;
}
.category-list{
  position: relative;
  width: 100%;
  padding-top: 2em;
  height: 320px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    border-radius: 10px;
}
.category-list img{
  width: 55%;
}
.category-list p {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-family: 'Playfair Display', serif;
  background-color: #f36b2d;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
  font-size: 22px;
}
.category-images a:hover, .category-images a:hover .category-list p {
  -webkit-box-shadow: 0 12px 30px 0 rgba(0,24,78,.24);
  box-shadow: 0 12px 30px 0 rgba(0,24,78,.24);
}
.srjbreadcrumb{
	margin-bottom:3rem;
}
.srjbreadcrumb a span {
    color: #9c0d0f;
}
.srjbreadcrumb nav span {
    color: #717171;
}
.under-constructions{
	width:100%;
	float:left;
	text-align:center;
}
.bread-under {
    margin-top: 1.5rem;
}
.silver-images img {
    padding: 0px !important;
}



/* Mega Menu */

#wp-megamenu-primary>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu{
	-webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    width: 100%;
    float: left;
    padding: 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li{
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #cccc;
    padding: 10px 0px;
    margin: 10px;
    width: 22.5%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
    margin-bottom: 10px;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a img {
    width: 55%;
    margin-bottom: 0px;
    padding: 0px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:before, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after{
    width: 100% !important;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li a{
	padding-bottom: 10px;
	padding-top: 15px;
	text-decoration:none;
	border-bottom: 4px solid transparent;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li a:hover{
	border-bottom: 4px solid #f36e32;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover a{
	border-bottom: 4px solid #f36e32;
}
ul.wp-megamenu-sub-menu li .wpmm-col:hover, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child:hover {
	border: 2px solid #9c0d0f !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child{
	border-right: 1px solid #ccc !important;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li{
	cursor:pointer;
}
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a:hover{
	color:#000;
	text-decoration:none;
}
li.silver-megamenu-img ul.wp-megamenu-sub-menu li.wpmm-col{
width:30% !important
}
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a{
	padding: 0px;
	color: #000 !important;
}
