@font-face {
    font-family: AnotherdayinParadise;
    src: url(../fonts/AnotherdayinParadise.ttf);
}
@font-face {
    font-family: DIN;
    src: url(../fonts/DIN.ttf);
}
html {
    font-family: DIN;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0px;
    /*background: url(../images/afters-1238688_960_720.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;*/
    font-family: DIN;
    color: #616060;
}
h1 {
  color: #e0284d;
  margin-top: 0px;
  margin-bottom: 20px;
}
.blog:nth-child(even) {
  margin: 30px 0px; 
  background: #efefef; 
  padding: 14px 0px;
}
.blog:nth-child(odd) {
  background: none;
}
.blog h2 {
  margin: 0px 0px 10px 0px;
}
nav p  {
  color: #fff !important;
}
.nav {
  color: #fff !important;
}
.container{ 
  background-color: #fff;
}




@keyframes ripple {
    0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.md-radio {
  margin: 16px 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #E0284D;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 3px solid #E0284D;
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  transform: scale(0);
  background: #E0284D;
}

*, *:before, *:after {
  box-sizing: border-box;
}





#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.carousel-inner > .sg-home-slider-item {
    height: auto !important;
    overflow: hidden;
}

header {
    background-color: #fff;
    padding: 10px;
}

.dropdown-menu > li > a {
    padding: 5px 10px !important;
}
.sg-dashboard-h2 {
    margin-top: 0px !important;
}
.sg-sidemenu-open {
    background: #ffc9e3; 
    padding-left:30px;
    color: #000;
	text-transform: uppercase;
	font-size: 12px !important;
}
.sg-h2-head {
    color: #616060 !important;
}
.panel-body h2 {
    color: #E0284D !important;
}
.panel-body p {
    color: #616060;
}
.btn-primary {
	background-color: #E0284D !important;
	border: solid 1px #b30e2f !important;
}
.btn-primary:hover {
    border-color: #b30e2f !important;
}
.sg-login-nav {
	border-top:1px solid #bbb; 
	background:#E12F5E;
}
.sg-side-submenu > li > a:hover,
.sg-side-submenu > li > a:focus {
  text-decoration: none;
  background-color: #E9F8E1 !important;
  color: #3279B5 !important;
}
.sg-side-submenu {
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 12px;	
}
.sg-sidemenu-mar {
    margin: 0px 15px 15px 15px;
}
.sg-sidemenu-mar li {
    display: block !important;
}
.sg-sidemenu-mar > li > a:hover,
.sg-sidemenu-mar > li > a:focus {
  text-decoration: none;
  background-color: #3279B5;
  color: #fff;
}
.sg-top-head{
    border-bottom: 1px solid #DAD7D7;
}
.sg-login-btn {
    margin-top: 10px !important;
    text-align: right;
    color: #616060;
}
.sg-con-no{
    margin-top: 10px !important;
    text-align: right;
    color:#292929;
    font-size: 15px;
}
.sg-con-no a {
    color: #292929 ;
}
a {
    text-decoration: none;
    color: #616060;
}
a:hover {
    text-decoration: none;
    color: #E0284D;
}
.sg-blue-link {
    color: #3379b6;
}
.sg-blue-link:hover {
    color: #E0284D;
    text-decoration:underline;
}
p {
    font-family: DIN;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #616060;
}
h2 {
    color: #E0284D;
    font-size: 24px;
    margin: 30px 0;
}
.sg-contact h3 {
    color: #E0284D;
    font-size: 25px;
    margin: 30px 0;
}
.sg-follow {
    font-weight:bold;
}
.sg-social-icon {
    background: #292929;
    border-radius: 50%;
    padding: 12px;
    position: relative;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
}
.sg-social-icon:hover {
    background: #E0284D;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
}
.sg-logo {
    margin:0 auto;
}
.sg-logo P {
    color: #616060;
}
.sg-logo img {
    margin:0 auto;
}
.sg-logo-text {
    font-family: Times, "Times New Roman", serif;
    font-size: 29px;
    line-height: 20px;
    margin: 8% 0;
}
}
.sg-con-mar {
    margin-top: 15px;
}
.sg-con {
    font-size: 18px;
    text-align: right;
}
.sg-con-1 {
    font-size: 18px;
    text-align: right;
}
.sg-contact-no {
    margin-right: 28px;
}
.sg-login-link {
    color: #616060 !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}
.sg-home-product {
    background: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center !important;
}
.sg-home-product h3 {
    color: #060604;
    font-size: 14px;
    padding: 15px !important;
    margin-bottom: 0px !important;
	line-height: 20px !important;
}

#sg-product > .container { 
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#sg-other > .container { 
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.sg-dashboard-sidebar > .container { 
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#sg-contant > .container { 
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#sg-home > .container { 
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.con-height {
  min-height: 350px;
}
.sg-pro-topmar {
    margin-top: 30px;
}
.img-rounded {
    border-radius: 5px 5px 0 0 !important;
    width:100% !important;
}
footer {
    text-align: center;
    color: #f3f3f3;
    background: #E0284D !important;
    font-size: 14px;
    padding: 20px 0;
}
#foot-newsletter { 
  background-color: #E0284D;
  padding: 15px 0px 30px 0px;
  text-align: center;
}
#foot-newsletter p{
  text-align: center; 
  color: #FCECEF; 
  font-size: 25px; 
  margin-bottom: 30px;
}
#foot-newsletter input {
  border-radius: 0px !important;
}
#foot-newsletter button {
  background-color: #FCECEF;
  border-radius: 0px !important;
}
footer a,footer p {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .left {
  text-align: left;
}
footer .right {
  text-align: right;
}
.subscribe-padd {
	padding-bottom: 10%;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 1270px;
    display: none;
  z-index: 10;
}
.sg-back-link {
    margin-bottom: 10px;
}
.sg-pro-details {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #616060;
}
.sg-height {
    overflow:auto;
    height:775px;
}
.sg-height-sol-rs {
    overflow:auto;
    height:789px;
}

.sg-pro-details P, h2 {
    color: #616060;
}
.sg-my-btn {
    margin-top: 15px;
}
.sg-pro-img {
    margin-top: 30px;
}
.sg-pro-span {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.sg-col-mar-top {margin-top:15px;}
.sg-enq-text {
    font-size: 18px;
    color: #616060;
}
input, textarea.empty {
    font-family: FontAwesome, verdana, sans-serif;;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.sg-padding-rl-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.checkbox {
    margin-bottom: 0px;
}
.sg-img-rounded-top {
    border-radius: 5px 5px 0 0;
}
.sg-div-rounded {
    border-radius: 5px;
}
.sg-sold {
    position:absolute; 
    top:5px;
}
.sg-stock-sub ul {
    background: #fff;
    padding: 15px 15px 15px;
}

.sg-stock-sub ul li {
    display: inline;
    font-size: 12px;
    padding: 7px;
    text-transform: uppercase;
}
.sg-padd-right-none {
    padding-right:0px !important; 
}
.sg-padd-left-none {
    padding-left:0px !important; 
}

.sg-pro-detail-img-caption {
    position: absolute;
    bottom:0px;
    padding-bottom:15px;
    text-align:center;
  }
.sg-white {
    color: #FFFFFF;
}
.sg-black {
    color: #000;
}
.navbar-default{
    background: none;
    border: 0;
}

.navbar-collapse{
    padding: 0;
}
.detail-option {
background-color: #efefef;
padding: 15px;
border-radius: 5px;
border: 1px solid #ddd;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 5px;
}
.shop-cart {
  position: absolute !important;
  right: 15px;
  float: right !important;
}
@media (min-width:768px) {
    .navbar-collapse {
        width: 100%;
    }
}

.security {
	background:#616060; 
	color:#fff; 
	padding: 8px;
	width: 100px;
}
.sg-log-reg-checkbox {
	float:left; 
	width:33%; 
	padding:1%;
}
.sg-log-reg-checkbox2 {
	float:left; 
	width:20%; 
	padding:1%;
}

.sg-panel-title-padd {
	padding-left: 15px;
}
.sg-reg-btn{
	position:absolute; right: 0px; top:55px;
}
.sg-cont-right {
	float: right !important;
}
.col-centered{
float: none;
margin: 0 auto;
}
.sg-toggle:nth-child(1) {
    padding-left: 0px;
}
.sg-toggle:nth-child(2) {
    padding:0px;
}
.sg-toggle:nth-child(3) {
    padding-right:0px;
}
.sg-toggle:nth-child(4) {
    padding-left:0px;
}
.sg-login-li:nth-child(1) {
	float: left; padding: 7px; font-weight: bold; color: #fff;
}
.sg-login-li:nth-child(2) {
	clear: left;
}
.sgind {
  padding: 0px; 
  margin-top: 30px;
}
/*<-----------------------------navbar with search----------------------------->*/
.navbar-toggle {
    margin-right: 0 !important;
	float: none;
}
.sg-nav-position-center {
    left:23%; position:absolute;
}
.sg-pro-nav-position-center {
    position:absolute; margin-left:8%;
}
.sg-bottom-menu{width:700px;overflow-y:scroll;}
.sg-bottom-menu-bg{background:#232323 !important;border-top:none !important;}
.form-control {
    height: auto !important;
}


.navbar-bootsg {
    background-color: #e0284d;
    border-top: 1px #bbb solid; 
    border-radius: 0px;
    
    margin-bottom: 0px;
    z-index: 100;
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.navbar{min-height: 36px !important;}
.navbar-bootsg:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50
}
.navbar-bootsg.affix-top {
    position: absolute;
    top: 0px;
    width: 100%;
}
.navbar-bootsg.affix {
    top: 0px;
    width: 100%;
}
.navbar-bootsg .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-bootsg .navbar-brand {
    color: #616060;
    font-weight: normal;
    letter-spacing: 2px;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.navbar-bootsg .navbar-brand {
    color: #616060;
    font-weight: normal;
    letter-spacing: 2px;
}
.navbar-brand {
    float: left;
    font-size: 14px;
    height: 0;
    line-height: 20px;
    padding-left: 0px;
    position: absolute;
}
.navbar-collapse.in {
    overflow-y: visible !important;
}
.navbar-header {
    margin-left: 0 !important;
    margin-right: 0!important;
}
.navbar-bootsg .navbar-nav > li > a {
    border: 0px solid rgb(95, 176, 228);
    color: #fff;
    padding: 10px;
    font-family: 'Dancing Script', cursive !important;
}

.navbar-bootsg .navbar-nav > li > form > .input-group > input, .navbar-bootsg .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
    border-radius: 0px;
}
.navbar-bootsg .navbar-nav > .active > a, .navbar-bootsg .navbar-nav > .active > a:hover, .navbar-bootsg .navbar-nav > .active > a:focus {
    color: #f4e5ac;
}
.navbar-bootsg .navbar-nav > li.disabled > a {
    color: #616060;
}
.navbar-bootsg .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 220px;
    padding: 0px;
    text-transform: uppercase;
}
.navbar-bootsg .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0px;
    margin-left: -1px;
    right: auto;
}
.navbar-bootsg .navbar-nav > li > .dropdown-menu > li > a {
    border-left: 0px solid rgb(95, 176, 228);
    color: #616060;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    white-space: nowrap;
}
.navbar-bootsg .navbar-nav > li > .dropdown-menu > li.active > a, .navbar-bootsg .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-bootsg .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: #f28ba0;
    border-left-width: 5px;
    padding-left: 15px;
    box-sizing: border-box;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #E0284D !important;
}
.navbar .bootsg-profile > a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.navbar .bootsg-profile > a > img {
    border-radius: 50%;
    width: 32px;
}
.navbar .bootsg-profile > .dropdown-menu {
    width: 320px;
}
.navbar .bootsg-profile > .dropdown-menu > li > .row {
    padding: 5px 15px;
}
.navbar .bootsg-profile > .dropdown-menu > li > .row img {
    width: 100%;
}
.navbar-bootsg .bootsg-search {
    display: none;
}
.navbar-bootsg .bootsg-search .form-control {
    background-color: #FFFFFF;
    border-radius: 0px;
    border-width: 0px;
    font-size: 16px;
    padding: 6px;
    color: #616060;
}
.navbar-bootsg .bootsg-search .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-bootsg .bootsg-search .input-group-btn > .btn {
    padding: 7px 16px;
    border-radius: 0px;
}
.navbar-bootsg .bootsg-search .input-group-btn > .btn.active, .navbar-bootsg .bootsg-search .input-group-btn > .btn:hover, .navbar-bootsg .bootsg-search .input-group-btn > .btn:focus {
    padding: 7px 16px;
}
.navbar-bootsg .bootsg-search .input-group-btn > .btn-default {
    background-color: rgb(245, 245, 245);
}
.nav-padding {
    padding-top: 61px;
}
.input-group-addon, .input-group-btn {
    width: auto !important;
}
.sg-search-inout {
    width: auto !important;
}

@media screen and (min-width: 768px) {
.navbar-bootsg .navbar-brand {
    font-size: 20px;
    height: auto;
    padding: 15px 5px;
}
.navbar-bootsg .navbar-nav > li > a {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    }
.navbar-bootsg .navbar-nav > li:not(.disabled).open > a,  .navbar-bootsg .navbar-nav > li:not(.disabled).active > a,  .navbar-bootsg .navbar-nav > li:not(.disabled) > a:hover,  .navbar-bootsg .navbar-nav > li:not(.disabled) > a:focus {
    
    border-left-width: 0px;
    padding-bottom: 10px;
}
.navbar-bootsg .navbar-nav > li.disabled > a {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-bootsg .bootsg-search {
    background-color: none;
    display: block;
    position: absolute;
    right: 0px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    visibility: hidden;
	z-index: 1;
}
.navbar-bootsg .bootsg-search.open {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}
.navbar-bootsg .bootsg-search > .container {
    padding: 0px;
}
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.open > .sg-ver {
    display: inline-flex !important;
    text-transform: uppercase;
}

.navbar-nav {
    float: none !important;
}
.navbar-nav > li {
    float: none;
}
.nav > li {
    display: inline-block;
}
/*<---------------------------------------- vertical menubar ---------------------------------------------->*/

.sidebar1 {
    background: #fff;
    padding: 15px 0;
}
.sidebar-about {
    background: #E9F8E1;
}
.logo {
    max-height: 130px;
}
.logo>img {
    margin-top: 30px;
    padding: 3px;
    border: 3px solid white;
    border-radius: 100%;
}
.list {
    color: #616060;
    list-style: none;
    padding-left: 0px;
}
.list::first-line {
    color: rgba(255, 255, 255, 0.5);
}
.list> li, h5 {
    padding: 10px 20px;
	font-size: 16px;
}
h5 {
    border-bottom: 1px solid #DAD7D7;
    padding-bottom: 15px;
    margin-top: 0px !important;
	text-transform: uppercase;
	font-size: 16px !important;
	text-align: center;
    color:#E0284D;
}
h3 {
    margin-top: 0px;
}
.list>li:hover {
    background-color: rgba(255, 255, 255, 1);
    border-left: 5px solid #5FB0E4;
    color: #616060;
    padding-left: 35px;
}
.main-content {
    text-align: center;
}
/*<----------------------------product detail gallery-------------------------->*/

/* Main carousel style */
/* Indicators list style */
.sg-article-slide .carousel-indicators {
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 130px;
    margin: 10px 0 0;
    overflow-x: scroll;
    position: static;
    top: 0;
    width: 100%;
}

/* Indicators list style */
.sg-article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 105px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 15px !important;
    margin-top: 0;
    width: auto;
	
}

/* Indicators images style */
.sg-article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 105px;
    left: 0; 
  width: auto;
}
/* Indicators active image style */
.sg-article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
  width: auto;
}
/*.pro-det-head { 
     margin-top: 20px;
     background:url("../images/label1.png");
     background-repeat:no-repeat;
     background-position:center;
     background-size: contain;
     clear:left;
}*/
.carousel-indicators .active {background:none !important;}


.pro-det-head-textleft {
     float: left;

width: 20%;
}

.pro-det-head-text {
    color: #fff;
text-align: center;
font-size: 16px;
float: left;
width: 60%;
background: #cb244b;
    background: linear-gradient(-90deg, #cb244b, #ad1f40);
height: 43px;
margin: 37px 0;

}

.pro-det-head-textright {
     float: left;

width: 20%;
}
.sg-video-head {
    margin: 15px;
    padding: 13px;
    background-color: #E9F8E1;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #616060;
    height:60px;
}
.sg-home-box {
    border: 5px #ddd solid;
    border-radius: 10px;
    margin-bottom: 30px;
}


.carousel-inner > .item {
overflow: hidden;
height:555px;
}
.item img {
    height: inherit;
    /*max-height:553px;*/
    max-width: 100%;
}

.sg-box-width {
min-height: auto;
}
.sg-carousel-indicators .active {
    background-color: #E0284D !important;
    height: 12px;
    margin: 0;
    width: 12px;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: -230px;
    left: 370px;
    margin-left: 5px;
    position: absolute;
    width: 25%;
}

/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 90px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #ffffff;
    float: left;
    height: 90px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}




/*------------------------login and register form-----------------------*/



@-webkit-keyframes HeroBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes HeroBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}


.panel {
  border-radius: 5px;
  background: none !important;
}
label {
  font-weight: 300;
}
.panel-login {
   border: none;
  }

.panel-login>.panel-heading .tabs{
  padding: 0;
}
.panel-login h2{
  font-size: 20px;
  font-weight: 300;
  margin: 30px;
}
.panel-login>.panel-heading {
  color: #848c9d;
  background-color: #bbb;
  border-color: #fff;
  text-align:center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 0px;
  padding: 0px 15px;
}
.panel-login .form-group {
  padding: 0 0px;
}
.panel-login>.panel-heading .login {
  padding: 20px 30px;
}
.panel-login>.panel-heading .register {
  padding: 20px 30px;
  background: #3278B4;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a#register-form-link {
  color: #fff;
  width: 100%;
}
.panel-login>.panel-heading a#login-form-link {
  width: 100%;
}

.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"],.panel-login input[type="tel"],.panel-login input[type="number"],.panel-login select,.panel-login textarea {
  height: 45px;
  border: 0;
  font-size: 14px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px;
  padding: 6px;
  width: 100%;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #E0284D;
}
.btn-login {
  background-color: #2D3B55;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 10px;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #2D3B55;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #2D3B55;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 10px;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #2D3B55;
}
.sg-login-martop{
    margin-top: 50px;
}
.sg-log-mail-top {
    position: absolute; 
    right: 0px;
  }
.login-bg { 
  padding: 20px; 
  background-color: #EFEFEF; 
  border-radius: 5px; 
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.login-bg h2 > i { 
  font-size: 30px !important; 
  color: #e0284d; 
}
.login-bg h2 { 
  margin-top: 10px !important;
}

/*<--------------------------------------------------Product listing one-------------------------------------------------->*/



.productbox {
    background-color:#ffffff;
}

.producttitle {
     text-align: center;
	padding: 10px;
    color:#000;
    font-size: 19px;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
}

.productprice {
	border-top:1px solid #dadada;
	padding:10px;
}

.pricetext {
	font-weight:bold;
	font-size:1.4em;
}

.sg-thumbnail {
    position:relative;
    overflow:hidden;
    background-color: #fff;
    display: block;
    line-height: 1.42857;
    transition: border 0.2s ease-in-out 0s;
}


.demo {
    position: relative;
    width: auto;
    height: auto;
}
.demo:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 3px solid #CCCCCC;
    border-left: 3px solid #CCCCCC;
    border-radius: 3px;
}
.demo:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 3px solid #CCCCCC;
    border-right: 3px solid #CCCCCC;
    border-radius: 3px;
}
 
.sg-caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0,0, 0, 0.30);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align: left;
    color:#fff !important;
    z-index:2;
}
.sg-caption p {
    color: #FFFFFF;
    text-align: center;
    padding: 10px 15px;
}
.sg-caption h4 {
    color: #FFFFFF;
    text-align: center;
    padding-top: 70px;
}
.sg-thumb-1 {
    border-bottom: 5px solid #2F62D7;
}
.sg-thumb-2{
    border-bottom: 5px solid red;
}
.sg-thumb-3 {
    border-bottom: 5px solid green;
}

.sg-thumb-4 {
    border-bottom: 5px solid purple;
}
.sg-thumb-5 {
    border-bottom: 5px solid #FE6700;
}

.sg-thumb-6 {
    border-bottom: 5px solid #00A78B;
}


.navbarbottom-bootsg {
    background-color:none; 
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 100;
    
}

.navbarbottom-bootsg:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50
}
.navbarbottom-bootsg.affix-top {
    position: absolute;
    top: 0px;
    width: 100%;
}
.navbarbottom-bootsg.affix {
    top: 0px;
    width: 100%;
}
.navbarbottom-bootsg .navbar-toggle .icon-bar {
    background-color: rgb(95, 176, 228);
}
.navbarbottom-bootsg .navbar-brand {
    color: rgb(95, 176, 228);
    font-weight: 900;
    letter-spacing: 2px;
}
.navbarbottom-bootsg .navbar-nav > li > a {
    border: 0px solid rgb(95, 176, 228);
    color: #E9F8E1;
    padding: 7px;
}
.navbarbottom-bootsg .navbar-nav > li > form > .input-group > input, .navbarbottom-bootsg .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
    border-radius: 0px;
}
.navbarbottom-bootsg .navbar-nav > li:not(.disabled).open > a, .navbarbottom-bootsg .navbar-nav > li:not(.disabled).active > a, .navbarbottom-bootsg .navbar-nav > li:not(.disabled) > a:hover, .navbarbottom-bootsg .navbar-nav > li:not(.disabled) > a:focus {
    border-left-width: 5px;
    color: #616060;
    padding-left: 10px;
}
.navbarbottom-bootsg .navbar-nav > li.disabled > a {
    color: #E9F8E1;
}
.navbarbottom-bootsg .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 220px;
    padding: 0px;
    text-transform: uppercase;
}
.navbarbottom-bootsg .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0px;
    margin-left: -1px;
    right: auto;
}
.navbarbottom-bootsg .navbar-nav > li > .dropdown-menu > li > a {
    border-left: 0px solid rgb(95, 176, 228);
    color: #616060;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    white-space: nowrap;
}
.navbarbottom-bootsg .navbar-nav > li > .dropdown-menu > li.active > a, .navbarbottom-bootsg .navbar-nav > li > .dropdown-menu > li > a:hover, .navbarbottom-bootsg .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: rgb(245, 245, 245);
    border-left-width: 5px;
    padding-left: 15px;
    box-sizing: border-box;
}
.navbar .bootsg-profile > a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.navbar .bootsg-profile > a > img {
    border-radius: 50%;
    width: 32px;
}
.navbar .bootsg-profile > .dropdown-menu {
    width: 320px;
}
.navbar .bootsg-profile > .dropdown-menu > li > .row {
    padding: 5px 15px;
}
.navbar .bootsg-profile > .dropdown-menu > li > .row img {
    width: 100%;
}
.navbarbottom-bootsg .bootsg-search {
    display: none;
}
.navbarbottom-bootsg .bootsg-search .form-control {
    background-color: #FFFFFF;
    border-radius: 0px;
    border-width: 0px;
    font-size: 16px;
    padding: 15px;
    color: #000000;
}
.navbarbottom-bootsg .bootsg-search .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbarbottom-bootsg .bootsg-search .input-group-btn > .btn {
    padding: 14px 16px;
    border-radius: 0px;
}
.navbarbottom-bootsg .bootsg-search .input-group-btn > .btn.active, .navbarbottom-bootsg .bootsg-search .input-group-btn > .btn:hover, .navbarbottom-bootsg .bootsg-search .input-group-btn > .btn:focus {
    padding: 14px 16px 14px 15px;
}
.navbarbottom-bootsg .bootsg-search .input-group-btn > .btn-default {
    background-color: rgb(245, 245, 245);
}
.nav-padding {
    padding-top: 61px;
}

@media screen and (min-width: 768px) {
.navbarbottom-bootsg .navbar-brand {
    font-size: 20px;
    height: auto;
    padding: 15px 5px;
}
.navbarbottom-bootsg .navbar-nav > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    }
.navbarbottom-bootsg .navbar-nav > li:not(.disabled).open > a,  .navbarbottom-bootsg .navbar-nav > li:not(.disabled).active > a,  .navbarbottom-bootsg .navbar-nav > li:not(.disabled) > a:hover,  .navbarbottom-bootsg .navbar-nav > li:not(.disabled) > a:focus {
    border-bottom-width: 5px;
    border-left-width: 0px;
    padding-bottom: 10px;
    padding-left: 14px;
}
.navbarbottom-bootsg .navbar-nav > li.disabled > a {
    padding-left: 10px;
    padding-right: 10px;
}
.navbarbottom-bootsg .bootsg-search {
    background-color: none;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    visibility: hidden;
}
.navbarbottom-bootsg .bootsg-search.open {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}
.navbarbottom-bootsg .bootsg-search > .container {
    padding: 0px;
}
}
.ser-cls {
  border-top: 1px solid #bbb;
}
.nav-cart {
  float: right !important;
}

/*<---------------------------------------reaponsive media queries-------------------------------------->*/



@media (max-width: 320px) {
.sg-con-mar {
    margin-top: 10px;
}
.sg-con {
    text-align: left;
}
.sg-con-1 {
    position: absolute;
    right: 18px;
    text-align: right;
    top: 0px;
}
.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-back-link {
    margin: 10px 0px;
}
.sg-pro-topchild::firstclild {
 margin-bottom: 20px;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.nav > li {
    display: block;
}
.sg-nav-collapse{
	margin-top: 0px;
}
.article-slide .carousel-indicators {
    bottom: -13px;
    left: -15px;
    margin-left: 5px;
    position: relative;
    width: 109%;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-login-btn {
    text-align: center !important;
}
.sg-con-no {
    text-align: center;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
}

.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;;
}
.sg-height-sol-rs {
    height: auto !important;;
}

.carousel-inner > .item {
    height: auto;
}

.sg-btn-text  {
	font-size: 10px !important;
	padding: 6px 10px !important;
}
.sg-log-reg-checkbox {
    float: left;
    padding: 1%;
    width: 50%;
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:100%;
}
.sg-reg-btn{
	position:static;
}
.sg-box-width {
min-height: 100%;
}
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
    text-align: center;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .sg-contact-no {
    margin-right: 10px;
  }
  .sg-table-font-size {
    font-size: 10px !important;
  }
  .con-height {
    min-height: auto;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sidebar1 {
    background-color: #E0284D;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .navbar-bootsg .bootsg-search {
    display: block;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 90%;
}
}
@media (min-width: 321px) and (max-width:360px) {
.sg-con-mar {
    margin-top: 10px;
}
.sg-con {
    text-align: left;
}
.sg-con-1 {
    position: absolute;
    right: 18px;
    text-align: right;
    top: 0px;
}

.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.nav > li {
    display: block;
}
.sg-nav-collapse{
	margin-top: 0px;
}

.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-login-btn {
    text-align: left !important;
}
.sg-con-no {
    text-align: center;
}
.sg-back-link {
    margin: 10px 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
    background-color: #E0284D;
}
.sg-article-slide .carousel-indicators {
    display: inline;
    left: 0px;
    position: relative;
    top: opx;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}
.sgind {
    display: none !important;
  }

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-btn-text  {
	font-size: 12px !important;
}
.sg-log-reg-checkbox {
    float: left;
    padding: 1%;
    width: 50%;
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:100%;
}

.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
.sg-reg-btn{
	position:static;
}
.sg-box-width {
min-height: 100%;
}
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-table-td {
    display: none !important;
  }
  .sg-contact-no {
    margin-right: 20px;
}
  .sg-table-font-size {
    font-size: 12px !important;
  }
  .con-height {
    min-height: auto;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 10px;
    margin-bottom: 0px;
    
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 90%;
}
}
@media (min-width: 361px) and (max-width:412px) {
.sg-pro-topchild {
	margin-top: 15px !important;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
    background-color: #E0284D;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.nav > li {
    display: block;
}
.sg-nav-collapse{
	margin-top: 0px;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-log-reg-checkbox {
    clear: right;
    float: left;
    padding: 1%;
    width: 25%;
	position:relative;
	z-index:2;
}

.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:100%;
}
.sg-reg-btn{
	position:static;
}
.sg-box-width {
min-height: 100%;
}
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .sg-contact-no {
    margin-right: 20px;
}
  .sg-table-font-size {
    font-size: 12px !important;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 70%;
}
}
@media (min-width: 413px) and (max-width:480px) {
.sg-con-mar {
    margin-top: 10px;
}
.sg-con {
    text-align: left;
}
.sg-con-1 {
    position: absolute;
    right: 18px;
    text-align: right;
    top: 0px;
}

.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.nav > li {
    display: block;
}
.sg-nav-collapse{
	margin-top: 0px;
}

.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.sg-login-btn {
    text-align: left !important;
}
.sg-con-no {
    text-align: center;
}
.sg-back-link {
    margin: 10px 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
    background-color: #E0284D;
}

.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-log-reg-checkbox {
    clear: right;
    float: left;
    padding: 1%;
    width: 50%;
	position:relative;
	z-index:2;
}

.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:100%;
}
.sg-reg-btn{
	position:static;
}
.sg-box-width {
min-height: 100%;
}
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .sg-contact-no {
    margin-right: 20px;
}
  .con-height {
    min-height: auto;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 70%;
}
}

@media (min-width: 481px) and (max-width:600px) {
.sg-con-mar {
    margin-top: 10px;
}
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px;
    margin-bottom: 0px;
  }
.sg-con {
    text-align: left;
}
.sg-con-1 {
    position: absolute;
    right: 18px;
    text-align: right;
    top: 0px;
}

.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.nav > li {
    display: block;
}
.sg-nav-collapse{
	margin-top: 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
    background-color: #E0284D;
}

.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
        position: relative;
    right: -110px;
    top: 20px;
}
.sg-login-btn {
    text-align: left !important;
}
.sg-back-link {
    margin: 10px 0px;
}
.sg-box-width {
    min-height: 370px;
    width: 50%;
} 
.sg-box-width-pro-list {
	width: 50%;
	min-height: 437px;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-enquire-width1 {
	width: 30%
}
.sg-enquire-width2 {
	width: 70%
}
.sg-dash-width1 {
	width: 100%
}
.sg-dash-width2 {
	width: 100%
}

.sg-log-reg-checkbox {
    position: relative;
	z-index: 2;
}
.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:50%;
}
.sg-reg-btn{
	position:static;
}
.sg-col-width:nth-child(1) {
    width: 60%;
}
.sg-col-width:nth-child(2) {
    width: 40%;
}
.sg-browse-btn {
	width: 50%;
}
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .con-height {
    min-height: auto;
  }
  .sgind {
    display: none !important;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 50%;
}
}

@media (min-width: 601px) and (max-width:640px) {
.sg-con-mar {
    margin-top: 10px;
}
.sg-con {
    text-align: left;
}
.sg-con-1 {
    position: absolute;
    right: 18px;
    text-align: right;
    top: 0px;
}

.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.nav > li {
    display: block;
}
.sg-nav-collapse{
	margin-top: 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
    background-color: #E0284D;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
    position: relative;
    right: -100px;
    top: 20px;
}
.sg-login-btn {
    text-align: left !important;
}
.sg-back-link {
    margin: 10px 0px;
}
.sg-box-width {
    min-height: 380px;
    width: 50%;
}
.sg-box-width-pro-list {
	width: 50%;
	min-height: 465px;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-enquire-width1 {
	width: 30%
}
.sg-enquire-width2 {
	width: 70%
}
.sg-dash-width1 {
	width: 100%
}
.sg-dash-width2 {
	width: 100%
}

.sg-log-reg-checkbox {
    position: relative;
	z-index: 2;
}
.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:50%;
}
.sg-reg-btn{
	position:static;
}
.sg-col-width:nth-child(1) {
    width: 60%;
}
.sg-col-width:nth-child(2) {
    width: 40%;
}
.sg-browse-btn {
	width: 50%;
}
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .con-height {
    min-height: auto;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 45%;
}
}
@media (min-width: 641px) and (max-width:766px) {
.sg-login-btn {
    text-align: left !important;
}
.sg-pro-topchild {
margin-top: 15px;
}
.sg-social-icon {
    padding: 8px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
    background-color: #E0284D;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
  min-height: 0px !important;
  margin-bottom: 0px;
}

.sg-nav-collapse{
	margin-top: 0px;
}
.sg-box-width {
    min-height: 450px;
    width: 50%;
}
.sg-box-width-pro-list {
	width: 50%;
	min-height: 530px;
}
#sg-product {
    margin: 0;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-enquire-width1 {
	width: 30%
}
.sg-enquire-width2 {
	width: 70%
}
.sg-dash-width1 {
	width: 100%
}
.sg-dash-width2 {
	width: 100%
}

.sg-log-reg-checkbox {
    position: relative;
	z-index: 2;
}
.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:50%;
}
.sg-reg-btn{
	position:static;
}
.sg-col-width:nth-child(1) {
    width: 60%;
}
.sg-col-width:nth-child(2) {
    width: 40%;
}
.sg-browse-btn {
	width: 50%;
}	
.sg-login-li:nth-child(1) {
	float: none;
}
.sg-login-li:nth-child(2) {
	clear: none;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .con-height {
    min-height: auto;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 16px !important;
}
  .shop-cart {  margin-top: 10px;
    position: static!important; 
    right: 0px; 
    float: none!important;
    text-align: center !important; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 40%;
}
  .subscribe-padd {
    padding-bottom: 45%;
}
}
@media (min-width: 767px) and (max-width:768px) {
.sg-con-mar {
    margin-top: 0px;
}
.sg-con {
    text-align: right;
}
.sg-con-1 {
    text-align: right;
}
.sg-contact-no {
    margin-right: 30px;
    line-height: 40px;
}
.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
        position: relative;
    right: -55px;
    top: 20px;
}
.sg-social-icon {
    padding: 8px;
}
.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar {
    min-height: 0px !important;
}

.sg-nav-collapse{
	margin-top: 0px;
}
#sg-product {
    margin: 0;
}
.navbar-brand {
    margin-left: 20px !important;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-log-reg-checkbox {
    float: left;
    padding: 1%;
    width: 50%;
    position: relative;
	z-index: 2;
}

.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:33%;
}
.sg-reg-btn{
	position:static;
}
.sg-box-width {
    min-height: 350px;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
  .sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 14px !important;
}
  #foot-newsletter input {
    width: 300px; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 20%;
}
}

@media (min-width: 769px) and (max-width:800px) {
.sg-con-mar {
    margin-top: 0px;
}
.sg-con {
    text-align: right;
}
.sg-con-1 {
    text-align: right;
}
.sg-contact-no {
    margin-right: 30px;
    line-height: 40px;
}
.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
        position: relative;
    right: -55px;
    top: 20px;
}
.sg-social-icon {
    padding: 8px;
}
.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar {
    min-height: 0px !important;
}
.sg-nav-collapse{
	margin-top: 0px;
}
#sg-product {
    margin: 0;
}
.navbar-brand {
    margin-left: 20px !important;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}	

.sg-log-reg-checkbox {
    float: left;
    padding: 1%;
    width: 50%;
	position: relative;
	z-index: 2;
}

.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:33%;
}
.sg-reg-btn{
	position:static;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
.sg-log-mail-top p {
    text-align: center;
  }
  .sg-table-td {
    display: none !important;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 14px !important;
}
  #foot-newsletter input {
    width: 300px; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 20%;
}
}

@media (min-width: 801px) and (max-width:900px) {
.sg-con-mar {
    margin-top: 0px;
}
.sg-con {
    text-align: right;
}
.sg-con-1 {
    text-align: right;
}
.sg-contact-no {
    margin-right: 30px;
    line-height: 40px;
}
.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
        position: relative;
    right: -55px;
    top: 20px;
}
.sg-social-icon {
    padding: 8px;
}
.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar {
    min-height: 0px !important;
}
.sg-nav-collapse{
	margin-top: 0px;
}
#sg-product {
    margin: 0;
}
.navbar-brand {
    margin-left: 20px !important;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}	
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-log-reg-checkbox {
    float: left;
    padding: 1%;
    width: 33%;
	position: relative;
	z-index: 2;
}

.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:33%;
}
.sg-reg-btn{
	position:static;
}
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
.sg-log-mail-top p {
    text-align: center;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 14px !important;
}
  #foot-newsletter input {
    width: 300px; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 20%;
}
}

@media (min-width: 901px) and (max-width:980px) {
.sg-con-mar {
    margin-top: 0px;
}
.sg-con {
    text-align: right;
}
.sg-con-1 {
    text-align: right;
}
.sg-contact-no {
    margin-right: 30px;
    line-height: 40px;
}
.open > .sg-ver {
    display: block !important;
    text-transform: uppercase;
}
.sg-pro-topchild {
    margin-bottom: 20px;
}
.sg-pro-topmar {
    margin-top: 0px;
}
.sidebar1 {
    margin-bottom: 15px;
    min-height: auto;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
	width: 85px;
}
.sg-article-slide .carousel-indicators img {
    width: 85px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
        position: relative;
    right: -55px;
    top: 20px;
}
.sg-social-icon {
    padding: 8px;
}
.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar {
    min-height: 0px !important;
}
.sg-nav-collapse{
	margin-top: 0px;
}
#sg-product {
    margin: 0;
}
.navbar-brand {
    margin-left: 20px !important;
}
.sg-padd-right-none {
    padding-right: 15px !important;
}
.sg-padd-left-none {
    padding-left:15px !important; 
}

.sg-height {
    height: auto !important;
}
.sg-height-sol-rs {
    height: auto !important;
}

.carousel-inner > .item {
    height: auto;
}

.sg-log-reg-checkbox {
    float: left;
    padding: 1%;
    width: 33%;
	position: relative;
	z-index: 2;
}
 
	
.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:33%;
}
.sg-reg-btn{
	position:static;
}	
  .sg-log-mail-top {
    position: static; 
    right: 0px;
  }
.sg-log-mail-top p {
    text-align: center;
  }
  .sgind {
    display: none !important;
  }
  #sg-product > .container { 
    padding-top: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
  } 
  #sg-other > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  .sg-dashboard-sidebar > .container { 
    padding-top: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;
  } 
  #sg-contant > .container { 
    padding-top: 0px; 
    margin-top: 10px; 
    margin-bottom: 0px;
  } 
  #sg-home > .container { 
    padding-top: 10px; 
    margin-bottom: 0px;
  }
  .sg-sidemenu-open {
    background: #E0284D; 
    color: #fff;
  }
  .nav > li > a {
  font-family: 'Dancing Script', cursive !important;
  text-transform: capitalize;
    font-size: 14px !important;
}
  #foot-newsletter input {
    width: 300px; 
  }
  footer .left, footer .right { 
    text-align: center; 
  }
  .subscribe-padd {
    padding-bottom: 20%;
}
}

@media (min-width: 981px) and (max-width:1024px) {
.sg-con-mar {
    margin-top: 0px;
}
.sg-con {
    text-align: right;
}
.sg-con-1 {
    text-align: right;
}
.sg-contact-no {
    line-height: 40px;
    margin-right: 10px;
}
.navbar-bootsg .navbar-nav > li > a {
    border: 0 solid rgb(95, 176, 228);
    color: #fff;
    padding: 15px 4px;
}
.sg-pro-span {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.sg-pro-img {
        position: relative;
    right: -190px;
    top: 20px;
}
.sg-social-icon {
    padding: 8px;
}
.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar {
    min-height: 0px !important;
}
.carousel-inner > .item {
    height: auto;
}
.sg-log-reg-checkbox {
position: relative;
	z-index: 2;
}
.sg-log-reg-checkbox1 {
	position:relative;
	z-index:2;
}
.sg-log-reg-checkbox2 { 
	width:25%;
}
.sg-reg-btn{
	position:static;
}
.navbar-nav > li {
    float: none !important;
}
.sg-cont-right {
    float: left !important;
}
.sg-container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.navbar-bootsg .navbar-nav > li > a {
    font-size: 16px;
}
  #foot-newsletter input {
    width: 300px; 
  }
  .subscribe-padd {
    padding-bottom: 20%;
}
}
/*--------------------------------code for table responsive------------------*/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}




/*<-----------------------------navbar breakpoint---------------------------->*/

@media (max-width: 767px) {
.navbar-header {
    float: none;
}
.navbar-left, .navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in {
    display: block !important;
}
.sidebar1 {
    margin-bottom: 15px;
}
.sg-article-slide .carousel-indicators {
    display: inline;
    left: 0px;
    position: relative;
    top: opx;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar {
    min-height: 0px !important;
}
}


@media (min-width: 1025px) and (max-width:1280px) {
    .sidebar1 {
    min-height: 900px;
}
.sg-article-slide .carousel-indicators {
    display: inline;
    left: 0px;
    position: relative;
    top: opx;
}
.sg-article-slide .carousel-indicators li {
    float: none;
    margin-top: 10px;
}
.pro-det-head {
    height: auto;
    margin-top: 0px;
    width: auto;
}
}

@media (min-width: 1281px) and (max-width:1365px) {
}

@media (min-width: 1361px) and (max-width:1920px) {
}

@media not all and (min-resolution:.001dpcm) { @media {

    .sg-article-slide .carousel-indicators li { 

        width: 30% !important;

    }
}}
/* Safari 6.1-10.0 (not 10.1, which is the latest version of Safari at this time) */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .sg-article-slide .carousel-indicators li { 

        min-width: 27.9% !important;

    }
    }
}
/* mozilla */
 @media not all and (-webkit-min-device-pixel-ratio:0) {  
    .sg-article-slide .carousel-indicators li { 

        min-width: 27.9% !important;

    }
} 

@media screen and (-webkit-min-device-pixel-ratio:0){ /* Safari only override */ 
       ::i-block-chrome, .sg-article-slide .carousel-indicators {
              display: inline-flex !important;
              height: 100px;
              margin: 10px 0 0;
              overflow: scroll;
              position: static;
              top: 0;
              width: 100%;
}
    }
::-webkit-scrollbar {
    width:9px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.05);
}
@-moz-document url-prefix() {
    .sg-article-slide .carousel-indicators {
        display: -moz-grid-group;
    }
}
.ui-datepicker {
font-size: 14px;
color:#fff;
background: #ffc9e3;
}
.ui-widget-header {
background: #E0284D;
color:#fff;
}
.ui-widget-content .ui-state-default{
background: #efefef;
border-radius: 2px;color:#000;
color:#000;
}
.ui-widget-content .ui-state-default:hover{
background: #E0284D;
border-radius: 2px;color:#000;
}
.ui-datepicker thead {
   
  color: #000;
}.ui-datepicker td span, .ui-datepicker td a { color:#000;}
