

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
 html{
  height: 100%;
 }
 ul,h1,h2,h3,h4,h5{
  margin: 0;
  padding:0;
  list-style-type: none;
 }
body {
  font-size: 14px;
  color: #45474d;
  font-family: "Poppins-Regular";
  
}

.body-bg{
  background: url('../img/bruklin-ssha-niu-iorks.png') 0 0 no-repeat rgba(0,0,0,0.5);
  background-size: cover;
}
.login-bg{
  background: url('../img/login-page-background-image-3-2.png') 0 0 no-repeat;
  background-size: cover;
  padding: 0;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular?v=1.5.2");
  src: url("../fonts/Helvetica.eot?v=1.5.2#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.ttf?v=1.5.2") format("truetype"), url("../fonts/ionicons.woff?v=1.5.2") format("woff"), url("../fonts/ionicons.svg?v=1.5.2#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: "Helvetica-Neu";
  src: url("../fonts/HelveticaNeue.eot?v=1.5.2");
  src: url("../fonts/HelveticaNeue.eot?v=1.5.2#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.ttf?v=1.5.2") format("truetype"), url("../fonts/ionicons.woff?v=1.5.2") format("woff"), url("../fonts/ionicons.svg?v=1.5.2#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/HelveticaNeue Thin.eot?v=1.5.2");
  src: url("../fonts/HelveticaNeue Thin.eot?v=1.5.2#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.ttf?v=1.5.2") format("truetype"), url("../fonts/ionicons.woff?v=1.5.2") format("woff"), url("../fonts/ionicons.svg?v=1.5.2#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: "ITFDevanagari";
  src: url('../fonts/ITFDevanagari.ttf'),
       url('../fonts/ITFDevanagari.eot'); /* IE9 */
}

.heading{
    color: #4F525F;
    font-size: 1.5rem;
    font-family: 'Poppins-SemiBold';
}
.heading-divider{
    background: #e9af44;
    border-radius: 20px;
    height: 5px;
    margin: 0.5rem 0 1.8rem;
    width: 4rem;
}
.marginTop{
  margin-top: 1rem;
}
.white-text.navbar-nav .nav-link{
    color: #fff!important;
}
.white-text.navbar-nav .align-user{
    color: #fff!important;
}
header .carousel-item {
    height: 85vh;
    min-height: 550px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.orange-btn{
    color: #fff;
    background-color: #E9AF44;
    border-color: #E9AF44;
    border-radius: 30px;
    margin-top: 1rem;
    box-shadow: 0px 4px 14px #E9AF44;
}
.form-section .form-control{
  margin-bottom: 15px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #E9AF44;
}

#mainNavbar {
    padding: 0;
    background: rgba(0,0,0,0.1);
}

.logo-img{
  width: 20rem;
}

.navbar-dark .navbar-brand {
    font-family: 'Poppins-SemiBold', serif;
    padding: 0;
}

.navbar-nav .nav-link {
    font-family: 'Poppins-SemiBold', serif;
    font-size: 14px;
    color: #143F5A!important;
    border-bottom: 2px solid transparent;
}

/*.white-text .nav-link {
    font-family: 'Poppins-SemiBold', serif;
    font-size: 16px;
    color: #fff!important;
    border-bottom: 2px solid transparent;
}*/

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active{
  color: #FFE44E!important;
  border-bottom: 2px solid #FFE44E;
}

.display-4 {
    font-family: 'ITFDevanagari', serif;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700;
}
.display-4 span{
  font-size: 2rem;
}

.lead {
font-family: 'Poppins-Regular';
    font-size: 0.8rem;
    text-align: left;
    padding-top: 1rem;
    line-height: 1.8;
}

.navbar.scrolled {
    background: rgb(34, 31, 31);
    transition: background 500ms
}

.navbar.white-scrolled {
    background: rgb(255,255,255);
}

.font-weight-light {
    font-family: 'Source Serif Pro', serif
}

.nav-item{
  margin-right: 1.5rem;
}


.big-heading{
    text-align: center;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 30px;
}
.card-title{
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    padding: 10px 0;
}
.btn-primary-custom{
    color: #e9af44;
    border-radius: 30px;
    border: 2px solid #e9af44;
    background-color: #fff;
    letter-spacing: .45px;
    padding: 5px 20px;
}
.btn-primary-custom:hover {
    color: #143f5a;
    border-color: #143f5a;
}
.btn-wrapper{
  margin: 20px 0 0;
  text-align: center;
}
.card{
  box-shadow: 0px 3px 20px #00000029;
  border: 1px solid #E8E9ED;
  border-radius: 15px;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.product-description {
    padding: 40px 0 10px;
    color: #212121;
}
.product-description h2{
   font-size: 1.5rem;
    padding-bottom: 20px;
}
.product-description p{
   font-size: 0.8rem;
    padding-bottom: 20px;
    width: 75%;
}
.product-description a{
  color: #6C6C6C;
}
.yellow-arrow{
      width: 1.6rem;
    margin-left: 10px;
    box-shadow: 0px 3px 6px #fff4de;
}
.side-img-bg{
    right: 0;
    position: absolute;
    top: -17rem;
    width: 17rem;
}
.side-left-bg{
    left: 0;
    position: absolute;
    top: 19rem;
    width: 6rem;
    z-index: 1;
}
.products{
    background: url(../img/wave.png) left bottom no-repeat;
    box-shadow: 0 3px 14px hsl(0deg 0% 54% / 16%);
    border-radius: 10px;
    padding: 2.2rem 1rem 0;
    position: relative;
    min-height: 17rem;
    cursor: pointer;
    background-size: 44%;
    border: 1px solid #fff;
    margin-bottom: 2rem;
}
.img-wrap{
  width: 100%;
  text-align: center;
}
.img-wrap img{
  width: 9rem;
  height: 9rem;
}
.product-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
}
.products h5{
  padding-top: 2rem;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
    font-size: 1.3rem;
}   
.products a{
      color: #4D4D4D;
    padding-top: 0.5rem;
    display: block;
    font-size: 0.8rem;
}
.prod-section{
  margin-bottom: 20px;
}
.footer{
    position: relative;
    width: 100%;
    background-image: url('../img/footer-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer h5{
  margin:20px 0; 
}
.footer-links li a{
  color: #fff;
  margin-bottom: 10px;
  display: flex;
}
.footer-align{
  padding-top: 15rem;
}
.social-links li{
  float: left;
}
.footer-icon img{
  width: 20px;
  margin-right: 20px;
}
.f-text{
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.social-links{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-nav{
  padding-top: 2rem;
}
.footer-input-box{
    background-color: #fff;
    border-color: #143f5a;
    width: 90%;
    height: 3rem;
    border-radius: 35px;
    font-size: 1rem;
    font-weight: 500;
    color: #143f5a;
    padding-left: 2.1rem;
    padding-bottom: .2rem;
    box-shadow: none;
}
.footer-input-section{
  position: relative;
}
.footer-input-section .arrow{
    position: absolute;
    right: -4px;
    top: -10px;
    display: block;
}
.footer-input-section .arrow img{
  width: 74%;
}
.fda-logo{
    text-align: center;
    margin-top: 5rem;
}
.fda-logo img{
    width: 3rem;
}
.footer-text{
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.7rem;
}
.input-wrap{
  margin-top: 2rem;
}
header .carousel-caption{
  left: 3%;
  top: 30%;
}
.crl-btn-black{
    background-color: #000;
    color: #FFE44E;
    float: left;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 0.8rem;
    margin-top: 1rem;
}
header .carousel-indicators li {
    width: 10px;
    height: 10px;
}
header .carousel-indicators{
  bottom: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 230px;
}
.dropdown-item {
  color: #4F525F;
  white-space: normal;
}
.dropdown-menu:after {
  content: '';
  display: block;  
  position: absolute;
  left: 35%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu{
    min-width: 16rem!important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #FFE44E;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFE44E;
    text-decoration: none;
    background-color: #000;
}
.already-login{
  text-align: center;
  margin-top: 3rem;
}
.already-login a span{
  color: #E9AF44;
}
.already-login a{
  color:#2F2C2C;
}
.logo2 {
    width: 200px;
    margin-top: 20px;
    margin-left: 1rem;
}

.image {
    width: 75%;
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #8C9094;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #8C9094;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #8C9094;
    font-weight: 300
}

.form-section input,
.form-section textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #8C9094;
    font-size: 14px;
    letter-spacing: 1px
}

.form-section input:focus,
.form-section textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

.form-section button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.form-section {
    padding: 15px;
    margin: 1rem 4rem;
}

.sign-up-wrapper{
  color: #8C9094;
  margin: 2rem;
}
.sign-up-wrapper p{
  margin: 2rem 0;
}
.sign-up-wrapper ul li::before {
  content: "\2022";
  color: #E9AF44;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.sign-up-wrapper ul li{
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.side-padding{
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-title{
    color: #143F5A;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Poppins-SemiBold';
}
.alignTop{
  padding-top: 9rem;
}
.privacy-policy{
  color: #7a7a7a;
}
.privacy-title{
    color: #7a7a7a; 
    text-align: left;
    font-size: 1rem;
    padding-bottom: 1rem!important;
    line-height: 1.8;
}
.medium-title{
    font-size: 1.4rem;  
    margin-bottom: 1rem;
    font-family: 'Poppins-SemiBold';
}
.small-title{
   font-size: 1rem;  
   margin-bottom: 0.5rem;
   text-decoration: underline;
}
.tnc{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.return-pol {
    width: 35%;
    margin: 0 auto;
    display: block;
}
.promotions{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.careers{
  width: 35%;
    margin: 0 auto 3rem;
    display: block;
}
.promotions-section{
    float: left;
    width: 100%;
    margin: 5rem 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 3rem;
}
.promotions-section h4{
      font-family: 'Poppins-SemiBold';
    padding-bottom: 0.5rem;
}
.price{
    color: #fff;
    background-color: #E9AF44;
    border-color: #E9AF44;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    box-shadow: 0px 4px 14px #e9af44;
    text-align: center;
}
.price span{
  font-size: 2rem;
  font-family: 'Poppins-SemiBold';
}
.price small{
  display: block;
}
footer{
  clear: both;
}
.margin-b{
  margin-bottom: 2rem;
}
.form-sect{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 14px 44px #D9D9D929;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.dark-title{
  color: #2B2B2B;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Poppins-SemiBold';
}
.middle-align{
    margin: 1rem 0 0.5rem;
    padding: 0 1.3rem;
}
.about-us-section{
    margin: 3rem 0;
}
.about-card{
    text-align: center;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px hsl(0deg 0% 71% / 16%);
    border: 1px solid #f3f8ff;
    border-radius: 15px;
    padding: 1.5rem 1rem;
    min-height: 20rem;
    margin: 1rem 0;
}
.about-card img{
    width: 3rem;
    height: 3rem;
}
.about-card h3{
    color: #292929;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 2rem 0 1rem;
    text-transform: capitalize;
}
.about-card p{
    color: #757575;
    font-size: 0.7rem;
    margin-bottom: 0;
}
.service-card{
    text-align: center;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px hsl(0deg 0% 71% / 16%);
    border: 1px solid #f3f8ff;
    border-radius: 15px;
    padding: 1.5rem 1rem;
    min-height: 20rem;
    margin: 1rem 2rem;
}
.service-card img{
    width: 3rem;
    height: 3rem;
}
.service-card h3{
    color: #292929;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 2rem 0 1rem;
    text-transform: capitalize;
}
.service-card p{
    color: #757575;
    font-size: 0.7rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contact-us{
    margin-top: 8rem;
}
.med-heading {
    text-align: left;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 1rem;
}
.sub-text{
    font-size: 1rem;
    color: #777;
}
.contact-bg{
    position: absolute;
    top: 0;
    width: 90%;
    right: 0;
}
.contact-us .form-control{
    padding: 0.8rem 0.8rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #fcf5c4;
}
.contact-list{
  font-size: 15px;
  margin-top: 3rem;
}
.contact-list li:last-child{
  padding-bottom: 0;
}
.contact-list li{
    display: -webkit-flex;
    display: flex;
    margin: 1rem 0;
    color: #143F5A;
    font-size: 1rem;
    font-weight: 700;
}
.contact-list li img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.products-banner{
    background: url(../img/prod-bg.PNG) no-repeat 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12rem 2rem 2rem;
    min-height: 25rem;
    margin-top: 5.6rem;
    text-shadow: 0px 3px 14px #00000029;
}
.products-banner-new{
    background: url(../img/product-banner.jpg) no-repeat 0 0 !important;
    background-size: cover!important;
}
.products-banner h2{
    margin-bottom: 2rem;
}
.products-link a:hover{
    text-decoration: none;
}
.products-link a:hover .products{
    box-shadow: 0px 1px 10px #ccc;
}
    
.arr-right .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  vertical-align:middle;
  color: #000;
    font-size: 20px;
    line-height: 20px;
}
.breadcrumb{
    background-color: #fff;
}
.text-light{
    color: #ccc!important;
    font-size: 1rem;
}
.breadcrumb-item{
       line-height: 1.8; 
}
.breadcrumb-item.active{
    color: #000!important;   
        line-height: 1.8;
}
.categories-list{
    margin-bottom: 1rem;
    display: block;
    float: left;
    width: 80%;
}
.categories-list li{
    padding: 0 1rem;
    margin: 0.5rem 0;
    width: 100%; 
    clear: both;
    float: left;
}
.categories-list li.active{
    border-left: 2px solid #E9AF44;
    font-weight: bold;
        width: 100%;
}
.categories-list li a{
    color: #143F5A;
    font-size: 1rem;
    float: left;
}
.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom{
  width: 0;
  height: 0;
  margin: 30px auto;
}
.triangle-left,
.triangle-right{
  border-top:
    5px solid transparent;
  border-bottom:
    5px solid transparent; 
}

.triangle-right{
    border-left: 5px solid #E9AF44;
    float: right;
    margin: 5px 10px;
}
.product-card{
    border: 1px solid #f5dbac;
    border-radius: 15px;
    text-align: center;
    padding: 1rem;
    position: relative;
        margin-bottom: 0;
}
.product-card .prod-img{
    width: 8rem;
    height: 130px;
}
.prod-name{
    color: #143f5a;
    font-size: 0.8rem;
    padding-top: 0.5rem;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 5px;
}
.heart-icon{
    color: #e9af44;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.2rem;
}
.orbit-modal .modal-header{
    border-bottom: 0;
    text-align: center;
}
.orbit-modal .modal-title{
    text-align: center;
    width: 100%;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
}
.orbit-modal .modal-body{
    padding: 1rem 2rem;
    color: #143F5A;
}
.orbit-modal .modal-content{
   border-radius: 1rem;     
}
.orbit-modal .close {
    color: #143F5A;
    opacity: 1;
}
.prod-resize{
    background-size: 35%!important;
}
.products h4 {
    padding-top: 1rem;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
    font-size: 0.8rem;
    position: absolute;
    bottom: 10px;
}
.products h6{
    color: #143F5A;
    text-align: center;
    font-family: 'Poppins-SemiBold';
}
.about-us p{
    line-height: 1.9;
}
.modal{
    top: 30%;
}
.prod-thumb{
    height: 7rem;
    width: 7rem;
    display: block;
    border: 1px solid #f5dbac;
    padding: 0.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    text-align: center;
}
.prod-thumb img{
    height: 90px;
}
.big-thumb{
    height: 25rem;
    width: 20rem;
    text-align: center;
    display: block;
    border: 1px solid #f5dbac;
    padding: 0.5rem;
    border-radius: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.left-section{
    float: left;
    margin-right: 1rem;
}
.right-section{
    float: left;
     position: relative;
}
.product-details h3{
    color: #143f5a;
    font-size: 2rem;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.product-details p{
    color: #7A7A7A;
    margin: 2rem 0;
    line-height: 1.5;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link{
    color: #143f5a!important;
    opacity: 0.5;
    font-family: 'Poppins-SemiBold';
    font-size: 1.3rem;
    border: 0;
    border-bottom: 3px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #e9af44;
    border: 0;
    border-bottom: 3px solid #e9af44;
    opacity: 1;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #495057;
    background-color: #fff;
    border-color: #e9af44;
    border: 0;
    border-bottom: 3px solid #e9af44;
    opacity: 1;
}
.tab-section{
    margin: 2rem 0;
}
.tab-section .nav-item{
    margin-right: 5rem;
}
.tab-content{
    font-size: 1rem;
    color: #143f5a;
    padding-top: 1rem;
}
.product-specifications dl{
    width: 100%;
    float: left;
}
.product-specifications dt{
    float: left;
    width: 30%;
    background: #f5dbac;
    padding: 1rem;
}
.product-specifications dd{
    float: left;
    background: #fdf8ef;
    padding: 1rem;
    width: 60%;
}
.related-products{
    margin-bottom: 2rem;
    margin-top: 1rem;
    float: left;
    width: 100%;
}
.prod-name-details{
    font-size: 1.5rem;
    padding: 1rem;
}
.product-listing li{
    list-style-type: disc;
}
.circle-type li{
    list-style-type: circle;
}
.product-listing{
    margin: 1rem;
    color: #143f5a;
    line-height: 1.8;
}
.prod-sublist-title{
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}
.login-wrapper{
    border-radius: 0;
}
.form-login-section{
    padding: 15px;
    margin: 3rem 4rem;
}
.form-login-section .form-control{
    margin: 1rem 0;
}
.form-login-section .custom-control{
    margin: 2rem 0;
}
.align-nav{
    margin-left: 20%;
}
.align-user{
    margin-top: 10px;
    font-family: 'Poppins-SemiBold';
}

.form_success span {
 position: relative;
    top: -10px;
    font-size: 13px;
  color: green;
}
.form_success input {
  border: 1px solid green;
}
#error_msg {
  color: red;
  text-align: center;
  margin: 10px auto;
}
/*Styling for errors on form*/
.form_error span {
    font-size: 13px;
    color: #D83D5A;
    position: relative;
    top: -10px;
}
.form_error input {
  border: 1px solid #D83D5A;
}
.table-bg {
    color: #143F5A;
    background-color: #f9f3e9;
}
.table-bg tr{
    cursor: pointer;
}
.table-bg td, .table-bg th{
    border: 0!important;
}
.selectedRow{
    background: #E9AF44;
}
.amount-price{
    color: #143F5A;
    font-size: 1rem;
    text-align: center;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 1.5rem;
}
.cart-notification{
    position: absolute;
    font-size: 9px;
    background: #b55353;
    border-radius: 50%;
    padding: 1px 6px;
    color: #fff;
    right: -9px;
    top: -12px;
}
.cart-table th,.cart-table td{
    font-family: 'Poppins-SemiBold';
    color: #143F5A;
    border: 0!important;
}
.cart-table th{
    color: #86a2b5;
        border: 0!important;
}
.card-cart{
    background: #fff;
    margin-bottom: 0;
}
.qtyField{
    width: 80px;
    clear: both;
    float: left;
    height: 39px;
    margin-right: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    margin-top: 0;
}
.qtyField:focus-visible{
    outline: 0;
}
.alignForm{
    float: left;
    margin-right: 15px;
}
.amount-price-big {
    color: #143F5A;
    font-size: 1.5rem;
    font-family: 'Poppins-SemiBold';
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-override{
    background: none;
    color: #143f5a;
    font-family: 'Poppins-SemiBold';
    border-color: #ccc;
    box-shadow: none;
    border-radius: 5px;
    margin-top: 0;
}
.btn-override-plain{
    box-shadow: none;
    border-radius: 25px;
    margin-top: 0;
}
.cart-prod-img{
    height: 69px;
    width: 80px;
    border: 1px solid #E9B045;
    border-radius: 5px;
    padding: 0.5rem;
}
.cart-close{
    position: absolute;
    right: -12px;
    top: -31px;
    font-size: 20px;
    color: #E9B045;
}
.product-name-cart{
    text-align: left;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 30px;
}
.cart-wrapper{
    /*background: #f9f2e6;*/
    margin-top: 3rem;
}
.no-pad{
    padding: 0!important;
}
.back-link{
    color: #434343;
    background: #fff;
    display: block;
    padding: 1rem;
    font-family: 'Poppins-SemiBold';
    font-size: 0.8rem;
}
.bar-orange{
    background: #E9AF44;
    height: 10px;
    margin: 3rem 1rem 1rem;
    border-radius: 5px;
}
.cart-total{
    color: #86a2b5;
    float: left;
    font-size: 17px;
}
.cart-total-amt{
    font-family: 'Poppins-SemiBold';
    color: #143F5A;
}
.cart-desc{
    color: #86a2b5;
    float: left;
    font-size: 12px;
    margin-bottom: 5rem;
}

/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid transparent;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid transparent;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }
.account-card{
    box-shadow: 0px 3px 20px #00000029;
    border: 1px solid #E8E9ED;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    display: block;
    color: #757575;
    min-height: 150px;
}
.account-card h5{
    font-size: 16px;
    margin: 5px 0;
    font-family: 'Poppins-SemiBold';
    color: #757575;
}
.account-card p{
    font-size: 12px;
    color: #757575;
}
.act-text{
    text-align: center;
    color: #e9af44;
}
.deact-link{
    color: #757575;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 2rem;
    font-family: 'Poppins-SemiBold';
}
.account-form{
    float: left;
    width: 100%;
}
.account-form label{
    float: left;
    font-weight: bold;
}
.account-form .edit-link{
    float: right;
    color: #143F5A;
    font-family: 'Poppins-SemiBold';
}
.border-b{
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.lbl-value{
    color: #757575;
}
.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.photo-upload{
        overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.forgot-pwd-link{
    float: right;
    font-size: 14px;
    color: #45474d;
}
.forgot-pwd-wrapper{
    margin-top: 12rem;
}
.w-70{
    width: 70%;
}
.slide-img{
 width: 55%;   
 margin-left: 20%;
 margin-top: 5%;
}
.address-title{
    font-family: 'Poppins-SemiBold';
}
.shipping-address{
    margin-bottom: 1rem;
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-img {
    width: 16rem;
  }
  .align-nav{
    margin-left: 15%;
  }
  .navbar-dark .navbar-toggler{
        background: #000;
        margin-right: 5px;
    }
    .nav-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: Portrait) {
    .navbar-dark .navbar-toggler{
        background: #000;
        margin-right: 5px;
    }
  .nav-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .footer-input-section .arrow {
    position: absolute;
    right: -38px;
    top: -10px;
    display: block;
  }
  .footer-input-box {
    width: 100%;
  }
  .form-section {
    padding: 15px;
    margin: 1rem 1rem;
  }
  .alignTop {
    padding-top: 5rem;
  }
  .about-us-section {
    margin: 0;
  }
  .about-card {
    padding: 1.5rem 0.5rem;
    min-height: 20rem;
    margin: 1rem 0;
   }
   .about-card h3 {
    font-size: 0.8rem;
  }
  .about-card p {
    font-size: 0.7rem;
  }
  .page-title {
    font-size: 1.3rem;
  }
  .service-card {
    margin: 1rem 0;
  }
  .products-banner{
    padding: 5rem 2rem 2rem;
  }
  .big-thumb {
    height: 25rem;
    width: 12rem;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 767px
*/
@media (max-width: 767px) {
    .navbar-dark .navbar-toggler{
        background: #000;
        margin-right: 5px;
    }
  .footer{
    background: #031524;
  }
  .footer-align {
    padding-top: 0;
  }
  .fda-logo {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .logo-img {
    width: 18rem;
  }
  .nav-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .display-4 {
    font-family: 'ITFDevanagari', serif;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
  }
  header .carousel-caption {
    left: 3%;
    top: 10%;
  }
  .promotions-section {
      float: left;
      width: 100%;
      margin: 3rem 0;
      border-bottom: 1px solid #f1f1f1;
      padding: 0 0 1rem;
  }
  .price {
    color: #fff;
    background-color: #E9AF44;
    border-color: #E9AF44;
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    box-shadow: 0px 4px 14px #e9af44;
    text-align: center;
  }
  .price span {
    font-size: 1rem;
    font-family: 'Poppins-SemiBold';
  }
  .alignTop {
    padding-top: 5rem;
  }
  .page-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .about-card {
    min-height: 14rem;
  }
  .small-device{
    margin: 1rem 0;
  }
  .service-card {
    margin: 1rem 0;
    min-height: 19rem;
  }
  .products-banner{
     padding: 1rem 1rem 2rem;   
  }
  .product-card {
    margin: 0 3rem;
  }
  .big-thumb {
    height: 25rem;
    width: 13rem;
  }
  .product-details h3 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .tab-section .nav-item {
    margin-right: 0;
    margin-left: 0;
   }
   .product-specifications dt {
        width: 100%;
        padding: 1rem;
    }
    .product-specifications dd {
        padding: 1rem;
        width: 100%;
    }
    .navbar-collapse{
        background: #fff;
    }
    .align-nav {
        margin-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .logo2 {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }
    .align-nav {
        margin-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .big-thumb {
        height: 25rem;
        width: 10rem;
    }
}

@media screen and (width: 1024px) {
  .align-nav{
    margin-left: 0;
  }
}