@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body,
html {
    font-family: 'Manrope';
    padding: 0;
    margin: 0;
    color: #2c2c2c;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

::-moz-selection {
    background-color: #1673ce;
    color: white;
}

::selection {
    color: #ef3853;
}

a,
a>*,
button,
button>* {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.link {
    padding: 8px 30px;
    border-radius: 20px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 700;
}
a:focus,
a:hover,
a>:focus,
a>:hover,
button:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;  
    color: #525B70;
}

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

img {
    display: inline-block;
    max-width: 100%;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight:700;
    color: #353C4B;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 36px;
    }
    h3 {
        font-size: 34px;

    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
        font-weight:600;
    }
    h6 {
        font-size: 16px;
    }
hr {
    width: 100%;
    margin: 2rem 0;
}
a.nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #525B70;
}
h5.small-title {
    margin-bottom: 20px;
}
h2.sub-tit {
    margin-bottom: 35px;
}
.sidebg-sec {
    background: url(../images/product-img.jpg);
    background-position: left;
    background-repeat: no-repeat;
   
}
 .blue-btn {
     background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #1A54A5;
}
.blue-btn:hover {
    color: #fff;
}
.blue-border-btn {
    border: 1px solid #1A54A5;
    box-sizing: border-box;
    border-radius: 6px;
    color: #1A54A5;
    padding: 10px 15px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.es-header nav {
    box-shadow: 0px 4px 20px rgb(26 84 165 / 6%);
    border-radius: 6px;
    background: #fff;
    width: 100%;
}
.bg-light {
    background-color: rgba(248, 249, 250, 0.8) !important;
}


.fill {
    width: 100%
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row-warp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/*.main-wrapper {
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-content .main-title {
    text-align: center
}

.banner-content .felicitations {
    margin: 25px 0;
    font-size: 3.1em;
    text-transform: uppercase;
    font-weight: 200
}

.background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.background .background-image.page-bg-3 {
    background-image: url(../images/coming-soon.png)
}

.background .background-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.background .layer {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}*/

.background .background-overlay.page-overlay-3 {
    background-color: rgba(255, 255, 255, 0.8);
}

#darkbox_description {
    text-shadow: none;
    color: #f5c863;
}

.loader-container {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.loader {
    height: 6px;
    background-color: #000;
    position: fixed;
    z-index: 999;
    background: #427ec5;
    background: -moz-linear-gradient(45deg, #427ec5 0%, #0254b7 99%);
    background: -webkit-linear-gradient(45deg, #427ec5 0%, #0254b7 99%);
    background: -o-linear-gradient(45deg, #427ec5 0%, #0254b7 99%);
    background: linear-gradient(45deg, #427ec5 0%, #0254b7 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#427ec5', endColorstr='#0254b7', GradientType=1);
}

main {
    visibility: hidden;
    opacity: 0;
    background: #fff;
}

main:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

.content-visible {
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.content-visible:after {
    opacity: 0;
    z-index: -1;
}

.anim1 {
    animation: box-anim1 1.2s ease-out;
    -moz-animation: box-anim1 1.2s ease-out;
    -webkit-animation: box-anim1 1.2s ease-out;
}

.anim2 {
    animation: box-anim1 1.6s ease-out;
    -moz-animation: box-anim1 1.6s ease-out;
    -webkit-animation: box-anim1 1.6s ease-out;
}

.anim3 {
    animation: box-anim1 1.9s ease-out;
    -moz-animation: box-anim1 1.9s ease-out;
    -webkit-animation: box-anim1 1.9s ease-out;
}

.anim4 {
    animation: box-anim1 2s ease-out;
    -moz-animation: box-anim1 2s ease-out;
    -webkit-animation: box-anim1 2s ease-out;
}

.anim5 {
    animation: box-anim5 1.8s ease-out;
    -moz-animation: box-anim5 1.8s ease-out;
    -webkit-animation: box-anim5 1.8s ease-out;
}

@keyframes box-anim1 {
    0% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0;
        visibility: hidden;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes box-anim1 {
    0% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0;
        visibility: hidden;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes box-anim5 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes box-anim5 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.deactive {
    pointer-events: none;
}
.hd-top {
    font-size: 13px;
    background: #ebebeb;
    padding: 19px 0;
    font-weight: 400;
    color: #252525;
}
.hd-top i.fa.fa-phone {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 800;
    /* padding-top: 7px; */
}
header.es-header {
    position: absolute;
    /* width: 100%; */
    z-index: 999;
}
div#navbarNavDropdown {
    padding: 25px 0;
}
.es-header ul.navbar-nav{
    z-index: 9;
}
.hd-top a.nav-link {
    margin: 10px 15px;
}
.es-header .navbar-light .navbar-nav .nav-link:before {
    content: '';
    width: 0;
    height: 3px;
    position: relative;
    transition: ease 1.0s;
    background: #ee3453;
    display: block;
    margin: 0 auto;
    bottom: -30px;
}
.es-header .navbar-light .navbar-nav .nav-link:hover:before, 
.es-header .navbar-light .navbar-nav .nav-link.active:before {
    width: 100%;
}
.btn-grp {
    margin-left: 50px;
}
a.form-inline.phone-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #525B70;
    margin-left: 50px;
    transition: .3s ease;
}
a.form-inline.phone-link:hover {
    color: #df123c;
}
.banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    width: 100%;
    padding: 0 30px;
}

.navbar-light .navbar-brand {
    padding: 0 15px;
    color: rgba(0,0,0,.9);
    font-size: 2rem;
}

@media (max-width: 992px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 0 15px;
    }
    .navbar-light .navbar-brand {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 0 8px;
    }
    .navbar-light .navbar-brand {
        font-size: 1.2rem;
        padding: 0 8px;
    }
}
select#lang {
    color: #ee3453;
    border: none;
    font-weight: 500;
    margin: 0 18px;
    border-radius: 25px;
    padding: 0px 10px;
    outline: none;
} 
 
select#lang:focus{outline: none;}
.footer-frst{
    display: flex;
    align-items: center;
    justify-content: right;
}
.footer-top .footer-frst a{
    color: #fff;
    font-weight: 500;
}
.footer-frst h4 {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}
.bnr-div span {
    padding: 0px 18px;
}
footer.page-footer {
    background-color: #03575c;
    color: #1c1c1c;
}
footer.page-footer p, footer.page-footer ul li  {
    color: #fff;
    margin: 0;
        padding: 20px 0;
}
footer.page-footer ul li  a{
    color: #fff;
}
footer.page-footer ul li a:hover, .footer-top .email a:hover,
.footer-top .phone a:hover, a.link:hover,  .qlinks ul li a:hover, 
.email a:hover, .phone a:hover {
    color: #fa4a69 !important;
    border-color: #fa4a69;
}
.footer-top {
    background: #1E2833;
    padding: 83px 0 75px 0;
    color: #152f56;
}
/*.footer-top ul li a {
    color: #9fb4d5;
}*/
hr {
    border-top: 1px solid #fff;
    opacity: 0.1;
}
.footer-top h4 {
    font-weight: 700;
    font-size: 26px;
}
.footer-top h5 {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}
.footer-top h5.logo-tag {
    font-weight: 600;
     margin-bottom: 44px;
}
.footer-top input[type="email"] {
    width: 100%;
    height: 45px;
    padding-left: 5px;
}
.footer-top input[type="submit"] , .contact input[type="submit"] {
    padding: 5px 55px;
    background: #318fd8;
    border: none;
    margin-top: 20px;
    float: right;
}
.footer-top input[type="submit"]:hover , .contact input[type="submit"]:hover {
    background: #82b5dd;
}
.social-f .fa {
    color: #152f56;
    line-height: 35px;
    font-size: 26px;
}
.footer-top h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #06628b;
}
.footer-top ul li a, .footer-top p {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: -0.204545px;
    color: #FFFFFF;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(6,98,137, 1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*
.custom-toggler.navbar-toggler {
  border-color: #019ba4;
  width: 50px;
  height: 50px;
}*/ 
.qlinks {
    padding-left: 60px;
}
#slider-carousal .owl-dots {
    position: absolute;
    bottom: 65px;
    left: 50%;
}
#slider-carousal .owl-dots .owl-dot.active span, 
#slider-carousal .owl-dots .owl-dot:hover span,
#prod-caruosel .owl-dots .owl-dot.active span, 
#prod-caruosel .owl-dots .owl-dot:hover span {
    background: #019ba4;
}
#slider-carousal .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    background: #fff;
}
#prod-caruosel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 2px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.33);
}
.div-anim img {
  transition-duration: 0.5s;
}
/* .div-anim:hover h4, .div-anim:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform:     translateY(-10px);
    transform: translateY(-10px);
    transition-duration: 0.5s;
} */
.footer-top img:hover {
    transform: translateY(-10px);
    transition-duration: 0.5s;
}
.product h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.product p {
    text-align: justify;
    }

/*footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 9px;
}*/






  /* Asia starts here*/
  /* .has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
} */
a.navbar-brand {
    width: 200px;
}
.search {
    width: 41%;
    margin-left: 51px;
}
a.quataiion {
    width: 25%;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
/* identical to box height, or 192% */
    text-align: center;
    color: #687187;
}
a.quataiion:hover {
    color: #dd1d3f;
}
a.qua-rate {
    font-family: 'Roboto', sans-serif;
    width: 15%;
    text-align: right;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #FA4A69;
}
button.btn.search-btn {
    background: #1E2833;
    color: #fff;
    width: 100px;
    border-radius: 0px 6px 6px 0px;
    padding: 0;
    height: 50px;
}
button.btn.search-btn:hover {
    opacity:0.8;
}
.search input.form-control {
    background: #F1F6FF;
    border-radius: 6px 0px 0px 6px;
}
.top-header nav {
    background: transparent !important;
    height: 90px;
}
.newsletter input.form-control {
    background: #c3cbd5;
    border: #343d47;
    border-radius: 10px;
}
.newsletter button.btn.search-btn {
    background: #FA4A69;
    width: 50px;
}
h6.footer-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.231818px;
    color: #FFFFFF;
}
ul.split-ul li {
    width: 50%;
    float: left;
}
ul.social {
    display: inline-flex;
    margin-top: 140px;
}
ul.social li {
    margin-right:10px;
}
ul.social li a {
    margin-right:20px;
}
ul.social li i {
    font-size: 25px;
}
p.copy {
    margin-top: 107px;
}
.phone-link img {
    width:30px;
}
#banner {
    background: url(../images/bnr-bg.png);
    background-size: cover;
    background-repeat:no-repeat;
}
i.fa.fa-shopping-cart {
    color: #1A54A5;
    margin-right: 5px;
}
a.btn.search-btn {
    background: linear-gradient(180deg, #FF254B 0%, #BF002E 100%);
    border-radius: 6px;
    width: 100%;
    color: #fff;
    padding: 9px;
    border: 0;
    transition: .5s ease;
}
a.btn.search-btn:hover, a.btn.search-btn:active {
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
}
.bnr-div  {
    text-align: center;
}
#banner .bnr-div  {
    margin-top: 50px;
}
.bnr-div select {
    height: 45px !important;
}
#sec-brands .owl-theme .owl-dots .owl-dot span {
    border-radius: 2px !important;
}
#sec-brands .owl-theme .owl-dots .owl-dot.active span, #sec-brands .owl-theme .owl-dots .owl-dot:hover span {
    background: #FA4A69 !important;
}
/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FA4A69 !important;
} */
#sec-brands .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
#sec-brands {
    padding: 100px 0;
}

.feature-outer {
    position: relative;
}
.feature-outer a:hover h5 {
    color: #FFC90B;
}
.feature-outer h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    bottom: 35px;
    left: 35px;
    margin: 0;
}
.gutter-5.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-5 > [class^="col-"], .gutter-5 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .why-div h6 {
    margin: 30px 0 20px;
}
.why-div p {
    font-size: 14px;
}
#sec-blog {
    padding:100px 0;
}
.blog-div h6 {
    text-transform: uppercase;
    margin: 20px 0 15px;
    line-height: 24px;
}
.blog-div p {
    font-size: 14px;
}
.blog-div a {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #FA4A69;
}
.blog-div a:hover {
    color: #1a54a5;
}
.blog-img {
    position: relative;
}
.blog-img span {
    position: absolute;
    bottom:10px;
    right:10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
}
section#banner:before, .search-header:before {
    content: url(../images/bnr-before.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section#banner:after {
    content: url(../images/bnr-after.png);
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
}
/* Engineering */
#banner-engineering {
    background: url(../images/bnr-bg.png);
    background-size: cover;
    background-repeat:no-repeat;
}
section#banner-engineering:before, .search-header:before {
    content: url(../images/eng-head-image.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section#banner-engineering:after {
    content: url(../images/bnr-bg.png);
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
section#banner-engineering {
    position: relative;
}
/* Others */
#banner-building {
    background: url(../images/bnr-bg.png);
    background-size: cover;
    background-repeat:no-repeat;
}
section#banner-building:before, .search-header:before {
    content: url(../images/others.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px !important;
    width: 100px !important;
}
section#banner-building:after {
    content: url(../images/other-after.png);
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 200px !important;
    opacity: 0.1;  
}
/* Rental */
#banner-rental {
    background: url(../images/bnr-bg.png);
    background-size: cover;
    background-repeat:no-repeat;
}
section#banner-rental:before, .search-header:before {
    content: url(../images/rental-before1.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px !important;
    width: 10px !important;
    opacity: 1.2;
}
section#banner-rental:after {
    content: url(../images/rental-after.png);
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 200px !important;
    top: 100px;
    opacity: 0.3;
}
a.bnr-link {
    background: #FA4A69;
    border-radius: 6px;
    padding: 12px 50px;
    margin-left: 20px;
    font-weight: 800;
}
a.bnr-link:hover {
    background: #1a54a5;;
}
.in-mob {
    display: none;
}
/******************************************************
            INNER LOGIN PAGES NEW STYLE 
*******************************************************/
.inner_header {
    background: #EDF3FF;
    position: unset !important;
}
.brandRow {
    margin-top:8px;
    margin-bottom: 33px;
}
.phone-link img { margin-top: 5px; } 
.passwordtext {
    position: relative;   
 }
 .field_icon {
    position: absolute;
    top: 35%;
    right: 4%;
    color: rgba(8, 7, 12, 0.6);
 }
 .login_btn {
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    margin-top: 51px;
    margin-bottom: 30px;
 }
 .loginButton{
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */
    text-align: center;
    margin: auto;
    display: block;
    color: #FFFFFF;
 }
 .loginButton:hover {
    color: #FFFFFF;
 }
 .signup_btn {
    background: linear-gradient(180deg, #FF254B 0%, #BF002E 100%);
    border-radius: 6px;
    padding: 15px;
 }
 #login {
     padding: 60px 0 100px 0;
 }
 #login h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 51px;
    text-transform: uppercase;
    color: #353C4B;
    text-align: center;
 }
 #login p {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #525B70;
 }
 .login_form label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(29, 29, 29, 0.8);    
 }
 .login_form input {
    border: 1px solid #C6D9E7;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
 }
  input:focus {
    border: 1px solid #0090F8 !important;
    box-sizing: border-box;
    border-radius: 4px;
 }
 .forgotPassword {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: rgba(29, 29, 29, 0.6);
    float:right !important;
    margin-top:5px;
 }
 .dontHaveAccount {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: rgba(29, 29, 29, 0.8);
 }
 .forgotPasswordForm {
     padding-top: 40px;
 }
.backTologin {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: rgba(29, 29, 29, 0.8);
    margin: auto;
    display: block;
    padding-top: 60px;
}
.backTologin img {
    padding-right: 5px ;
}
.forgotPasswordForm p{
    font-weight: 500;
    font-size: 13px !important;
    line-height: 19px;
    text-align: center;
    color: rgba(29, 29, 29, 0.8);
}
.forgotPasswordForm  .resend {
    color: #FA4A69;
}

/******************************************************
            INNER LOGIN PAGES NEW STYLE 
*******************************************************/
.inner_header {
    background: #EDF3FF;
    position: unset !important;
}
.brandRow {
    margin-top:8px;
    margin-bottom: 33px;
}
.phone-link img { margin-top: 5px; } 
.passwordtext {
    position: relative;   
 }
 .field_icon {
    position: absolute;
    top: 35%;
    right: 4%;
    color: rgba(8, 7, 12, 0.6);
 }
 .login_btn {
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    margin-top: 51px;
    margin-bottom: 30px;
 }
 .loginButton{
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */
    text-align: center;
    margin: auto;
    display: block;
    color: #FFFFFF;
 }
 .signupButton{
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */
    text-align: center;
    margin: auto;
    display: block;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FF254B 0%, #BF002E 100%);
    border-radius: 6px;
    padding: 15px
 }
 .loginButton:hover {
    color: #FFFFFF;
    background: #e0133d;
}
 .signup_btn {
    background: linear-gradient(180deg, #FF254B 0%, #BF002E 100%);
    border-radius: 6px;
    padding: 15px;
 }
 a.signupButton:hover {
    color: #fff;
    background: #1855aa;
}
 #login {
     padding: 60px 0 100px 0;
 }
 #login h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 51px;
    text-transform: uppercase;
    color: #353C4B;
    text-align: center;
 }
 #login p {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #525B70;
 }
 .login_form label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(29, 29, 29, 0.8);    
 }
 .login_form input {
    border: 1px solid #C6D9E7;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-weight: 700;
 }
  input:focus {
    border: 1px solid #0090F8 !important;
    box-sizing: border-box;
    border-radius: 4px;
 }
 .forgotPassword {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: rgba(29, 29, 29, 0.6);
    float:right !important;
    margin-top:5px;
 }
 .dontHaveAccount {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: rgba(29, 29, 29, 0.8);
 }
 .forgotPasswordForm {
     padding-top: 40px;
 }
.backTologin {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: rgba(29, 29, 29, 0.8);
    margin: auto;
    display: block;
    padding-top: 60px;
}
.backTologin img {
    padding-right: 5px ;
}
.forgotPasswordForm p{
    font-weight: 500;
    font-size: 13px !important;
    line-height: 19px;
    text-align: center;
    color: rgba(29, 29, 29, 0.8);
}
.forgotPasswordForm  .resend {
    color: #FA4A69;
}
.search-header {
    background: transparent;
    position: unset !important;
}
section#inner-banner {
    padding: 50px 0;
}
.result-select select.form-control {
    background: #FFFFFF;
    border: 1px solid #DBE5F2;
    border-radius: 2px;
    height: 45px !important;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 6px;
}
.result-select h6 {
    text-transform: uppercase;
}
table.table.search-inner-table {
    background: #FFFFFF;
    border: 1px solid #DBE5F2;
    border-radius: 2px;
    border-collapse: separate !important;
    table-layout: fixed;
    height: 65px;
}
.search-table th, .search-table td {
    border:0;
}
table.table.search-inner-table.head-table {
    border: 0;
    background: #353C4B;
    border-radius: 4px 4px 0 0;
    height: 60px;
}
.search-inner-table.head-table th {
    color:#fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.search-inner-table th {
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #353C4B;
}
.search-inner-table td {
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #353C4B;
}
.search-inner-table td.first-col {
    font-style: normal;
    font-weight: bold;
    color: #20699D;
}
.search-inner-table td.sec-col {
    font-weight: 500;
}
.product-table th, .product-table td {
    border: 0;
}
.product-table th{
    background: #E9EEF4;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: rgba(53, 60, 75, 0.9);
}
.product-table td {
    background: #FAFAFA;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #353C4B;
}
.product-table td.first-col {
    font-style: normal;
    font-weight: bold;
    color: #20699D;
}
.product-table td.sec-col {
    font-weight: 500;
}
.gutter-7.row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .gutter-7 > [class^="col-"], .gutter-7 > [class^=" col-"] {
    padding-right: 7px;
    padding-left: 7px;
  }
  .product .prod-div {
      border: 0;
  }
  .prod-div {
    background: #FFFFFF;
    /* border: 1px solid #DBE5F2;
    border-radius: 4px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.prod-div h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #20699D;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
a.back {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #525B70;
}
i.fa.fa-long-arrow-left {
    color: #0090F8;
}
/* Sign up */
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/* #msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
} */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

/* #msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
} */
#msform .action-button {
    width: 48%;
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    height: 55px;
    font-family: Manrope;
    font-style: normal;
    font-size: 16px;
    line-height: 25px; 
    margin-top: 30px;
}

#msform .action-button:hover, #msform .action-button:focus, .submitFormBtn:hover, .submitFormBtn:focus  {
    background: #dd1d3f !important;
    border: 1px solid #dd1d3f !important;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 12px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #1D1D1D;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: left;
    line-height:20px;
}

/* #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
} */

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

/* #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
} */
span.lightGrey {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #9DB3CF;
    margin-bottom: 10px;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 2px
}

.progress-bar {
    background-color: #FC5E6C;
    height: 2px;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.progress-bar-striped  {
    background-image: unset;
}
#msform .form-check {
    padding-left: 2.25rem;
}
#msform .form-check-input {
    /* margin-top: 6px; */
}
.customer {
    margin: 0;
}
.alreadyUsed{
    margin-left: auto !important;
}
.form_Content input, .form_Content select {
    border: 1px solid #C6D9E7 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    background: #fff;
    padding: 13px 5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1D1D1D;
    height: 45px !important;
}
.form_Content label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(29, 29, 29, 0.8);
}
.selectDropDown {
    height: 50px !important;    
    padding: 13px 5px;
}
.mt_20 {
    margin-top: 20px;
}
.form_Content input:focus {
    border: 1px solid #0090F8 !important;
}
.formContinueBtn {
    width: 100%;
}
.signupForm {
    padding: 30px 0 100px 0;
}
.submitFormBtn {
    width: 48%;
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%) !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    color: white !important;
    border: 0 none !important;
    cursor: pointer !important;
    padding: 15px 5px !important;
    margin: 10px 0px 10px 5px;
    float: right;
    height: 55px;
    font-family: Manrope;
    font-style: normal;
    font-size: 16px;
    line-height: 25px; 
    margin-top: 30px;
    text-transform: unset !important;
    letter-spacing:0.1em;
}

input[type="radio"]{
    color:red !important;
    width: 18px;
    height: 18px;
  }
/*
   input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #0090F8;
}/*
input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #C6D9E7;
}*/
input[type='radio'] {
    -webkit-appearance:none;
    width:18px;
    height:18px;
    border:1px solid #C6D9E7;
    border-radius:50%;
    outline:none;
  } */
  /* input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
  } */
  input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: -6.5px;
    left: 3.4px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #C6D9E7;
}

/* input[type='radio']:checked:after {
    width: 75%;
    height: 75%;
    border-radius: 15px;
    top: -3.5px;
    left: 2.4px;
    position: relative;
    background-color: #0090F8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #0090F8;
} */

input[type='radio']:checked:after {
    width: 75%;
    height: 75%;
    border-radius: 15px;
    top: 2px;
    left: 2px;
    position: absolute;
    background-color: #0090F8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #0090F8;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 2px;
}
#progressbar .active .lightGrey {
    color: #9DB3CF;
}
#progressbar li {
    line-height: 24px;
}
.signupForm .form-card .form-check-label {
    margin-left: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(29, 29, 29, 0.5);
}
#progressbar .active {
    color: #202020;
    font-weight: 600 !important;
}
#progressbar li .lightGrey {
    color: #9DB3CF;
}
.alreadyUsed{
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FF344B;
}
.purchaseHisOptions a {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: rgba(29, 29, 29, 0.5);
}

.newPaymentForm  label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(29, 29, 29, 0.8);
}
@media only screen and (max-width: 980px){ 
    .purchaseContent {
        margin-top: 0;
    }
    .column-1 a, .column-1 select {
        margin-right: 0;
    }
    select#exampleFormControlSelect1 {
        margin-top: 10px;
    }
    .column-3 {
        text-align: left !important;
        padding: 15px 0;
    }
    .column-4 {
        padding-top: 15px 0;
    }
    .payment-opt img {
        margin-bottom: 20px 0 0 !important;
    }
    .my-account {
        padding: 50px 0;
    }
.bottom-strip {
    display: none;
}
.feature-outer img {
    width: 100%;
    margin-bottom: 10px;
}
.blog-img img {
    width: 100%;
    margin-top: 20px;
}
.in-mob {
    display: block;
}
.in-desktop {
    display: none;
}
header.es-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #EDF3FF;
}
section#banner:before, .search-header:before {
    content: '';
}
div#navbarNavDropdown {
    padding: 15px 0;
    background: #fff;
    margin-top: 25px;
    border-top: 5px solid #1a54a5;
    z-index: 9999;
}
}
@media only screen and (max-width: 767px){
    /* input[type='radio']:checked:after {
        left: 3.10px;
    } */
    .signupForm {
        margin-top: -10px;
    }
    .signupForm .justify-content-center {
        width: 100%;
        margin: 0;
    }
    .radioBtnTwo {
        margin-left: 0 !important;
    }
    .mt_20 {
        margin-top: 10px;
    }
    .formMobileNumber {
        width: 30%;
    }
    #inputlabel4 {
        width:65%;
    }
    .signupForm {
        padding: 30px 0 30px 0;
    }
    .bnr-div select {
        margin-bottom: 10px;
    }
    .feature-outer img {
        width: 100%;
        margin-bottom: 10px;
    }
    .blog-div {
        margin-bottom: 10px;
    }
    #sec-brands {
        padding: 30px 0;
    }
    .in-mob {
        display: block;
    }
    .bottom-strip {
        display: none;
    }
    .bnr-div {
        padding-top: 0;
    }
    .banner .bnr-div {
        padding-top: 80px;
    }
    .footer-frst {
        display: block;
    }
    a.bnr-link {
        margin: 10px 0 0 0;
    }
      .footer-top h4 {
        padding: 20px 0 10px;
      }
      .in-desktop {
          display: none;
      }
      p.copy {
        margin-top: 20px;
        text-align: center;
    }
    ul.social {
        margin-top: 20px;
    }
    .qlinks {
        padding-left: 17px;
    }
    h6.footer-title {
        margin-top: 25px;
    }
    section#banner:before, section#banner:after {
        display: none;
    }
    .why-div {
        text-align: center;
    }
    #sec-blog {
        padding: 30px 0;
    }
    a.form-inline.phone-link, .btn-grp {
        margin-left:0;
    }
    #login h3 {
        font-size: 28px;
    }
    #login {
        padding: 60px 0 60px 0;
    }
    .backTologin {padding-top: 10px;}
    .forgotPasswordForm { padding-top: 0px;  }
}
@media only screen and (max-width: 420px){
    .titulo{font-size: 22px}
  }
  @media only screen and (max-width: 325px){
    .vertical-tabs{ padding:8px;}
  }


  
/********************************************************
**********************************************************
++++++++++++++++++Delivery payments+++++++++++++++++++++++
**********************************************************
*********************************************************/

.delivery_payments {
    padding: 55px 0 100px 0;
}
.delivery_payments h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-weight: bold;
}
.mt_48 {
    margin-top: 48px;
}
.delivery_payments h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.delivery_payments .form-group label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: rgba(29, 29, 29, 0.8);    
}
.delivery_payments .form-group select {
  border: 1px solid #C6D9E7 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  height: 50px !important;
}
.shippingAddress {
    margin-top: 38px;
}
.shippingAddress a {
  color: #20699D;
  font-size: 14px;
  line-height: 21px;
}
.shippingAddress a img {
      padding-left: 5px;
}
.delivery_payments .form-group input[type="text"] {
  background: rgba(232, 233, 235, 0.8);
  border-radius: 4px;
  height: 50px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  color: #1D1D1D;    
}
.orderSummary p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(9, 22, 38, 0.6);   
  margin: 0; 
}
.orderSummary .boldText {
  font-weight: bold;
  color: #364A61;
}
.orderSummary .orderContent {
  color: #091626;
} 
.orderSummary .orderNum {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #0B1627;
  text-align: end;
} 
.orderSummary hr {
  border: 1px solid rgba(232, 233, 235, 0.8) !important;
  opacity: 1 !important;
  margin: 16px 0;
}
.orderSummary h6 {
  margin-bottom: 40px;
}
.orderTotal {
    margin-top: 30px;
}
.orderTotal h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #091626;    
  margin: 0;
}
.orderTotal span {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  color: #091626;
}
.orderTotal p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #1D1D1D;
}
.orderTotal .totalRedClr {
  font-weight: bold;
  font-size: 34px;
  line-height: 30px;
  color: #FA4A69;
}
.orderTotalCost {
    display: flex;
    margin: 15px 0;
}
.orderTotal .orderContinueBtn{
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.231818px;
  background: #FA4A69;
  border-radius: 6px;
  color: #FFFFFF;
  height: 50px;
  width: 100%;
  /* padding: 15px 90px; */
  margin: auto;
  display: block;
  text-align: center;
  padding-top: 14px;
}
.OrderSummarycontinueBtn {
    margin-top: 90px;
}

@media (max-width: 767px) {
  .orderSummary .orderNum {
      text-align: unset;
  }
  .orderSummary{
      margin-top: 15px;
  }
  .orderTotal {
      margin-top: 10px;
  }
  .OrderSummarycontinueBtn {
      margin-top: 30px;
  }
  .orderTotal .orderContinueBtn  {
      margin: auto;
      display: block;
      text-align: center;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .delivery_payments .form-group input[type="text"] {
      height: 45px;
  }
  .OrderSummarycontinueBtn {
      margin-top: 5px;
  }
  .orderTotal {
      margin-top: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .orderTotal {
      margin-top: 10px;
  }
  .OrderSummarycontinueBtn {
      margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-link,
  .form-inline.phone-link,
  .navbar-nav select,
  .navbar-nav .btn,
  .navbar-nav .blue-border-btn,
  .navbar-nav .blue-btn {
    margin-left: 20px;   /* ✅ External spacing */
    display: block;
    
  }
}
/* @media (max-width: 767px) {
  .navbar-nav .nav-link:first-child {
    margin-top: 15px; 
  }
} */
@media (max-width: 767px) {
  .nav-home {
    margin-top: 100px; /* Top space above Home on small screens */
    display: block;
  }
}

/********************************************************
**********************************************************
++++++++++++++++++Product subcategories+++++++++++++++++++++++
**********************************************************
*********************************************************/
.filter-left {
    padding: 25px;
    border: 1px solid #DBE5F2;
    border-radius: 2px;
    margin-top: 25px;
}
.search-in-filter input.form-control {
    background: #F1F6FF;
    border-radius: 6px 0px 0px 6px;
}

.filter-left .nav-pills .nav-link.active, .filter-left .nav-pills .show>.nav-link {
    color: #fff;
    background-color: unset;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #353C4B;
    border-radius: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #525B70;
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb {
    background-color: unset;
}
.breadcrumb a {
    color: #525B70;
}
.sub-product {
    margin-top: 60px;
}
.sub-product .first-row {
    margin-top: 25px;
}
.filter-left .nav-pills .nav-link {
    position: relative;
    border-bottom: 1px solid #DBE5F2;
    padding-left: 0;
}
.filter-left .nav-pills .nav-link:after {
    content:'>';
    position: absolute;
    right: 0;
}
.search-in-filter button.btn.search-btn {
    background: #1E2833;
    color: #fff;
    width: unset;
    border-radius: 0px 6px 6px 0px;
    padding: 15px;
    height: 50px;
}
.sub-product-div {
    border: 1px solid #DBE5F2;
    border-radius: 4px;
    margin-bottom:14px;
}
.sub-product-div h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #20699D;
    text-align: center;
    margin: 0;
    padding: 30px;
    border-top: 1px solid #DBE5F2;
}
@media only screen and (max-width: 767px) {
    .sub-product-div img {
        width:100%;
    }
    .sub-product .tab-content {
        margin-top: 15px;
    }
    section#banner:before, .search-header:before {
        content:'';
    }
}
/********************************************************
**********************************************************
++++++++++++++++++My accounts+++++++++++++++++++++++
**********************************************************
*********************************************************/
.my-account {
    padding: 95px 0;
}
.my-account-div {
    background: rgba(240, 243, 250, 0.8);
    border-radius: 4px;
    padding: 55px 30px;
    text-align: center;
    margin-bottom: 14px;
    transition: 0.3s ease ;
}
.my-account-div p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: rgba(53, 60, 75, 0.8);
}
.account-a{
    text-decoration: none !important;
    color: black !important;
}
.account-a:hover p {
    color: rgba(255, 255, 255, 0.8);
}
.account-a:hover h6 {
    color: #fff;
}
.account-a:hover .my-account-div {
    background: #525B70;
}
.order-search input.form-control {
    background: #F1F6FF;
    border-radius: 6px 0px 0px 6px;
    border: 0;
}
.order-search select {
    height: 45px;
}
.order-search button.btn.search-btn {
     background: #F1F6FF;
    color: #fff;
    width: unset;
    border-radius: 0px 6px 6px 0px;
    padding: 10px;
    height: 45px;
}
.order-search select#exampleFormControlSelect1 {
    height: 45px;
}
.order-search i.fa.fa-search {
    color: #5c6476;
}
.orders table.table.search-inner-table {
    background: rgba(240, 243, 250, 0.8);
    border: 0;
    border-radius: 2px;
    border-collapse: separate !important;
    table-layout: fixed;
    height: 65px;
    box-shadow: 0px 100px 80px rgba(172, 175, 198, 0.07);
    border-radius: 6px;
}
.orders table.table.search-inner-table.head-table {
    border: 0;
    background: #fff;
    border-radius: 4px 4px 0 0;
    height: 60px;
    box-shadow: 0px 100px 80px rgb(172 175 198 / 7%);
    border-radius: 6px;
    border: 1px solid #EBF0F5;
}
.orders .search-inner-table.head-table th {
    color: rgba(38, 50, 56, 0.8);
    text-align: center;
}
.orders .search-inner-table td {
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #353C4B;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #091626;
}
.track {
    background: #FA4A69;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    width: 130px;
    display: block;
    margin: 0 auto;
}
.delevered { 
    background: #DBE5F2;
    padding: 10px 20px;
    color:#525B70;
    border-radius: 5px;
    width: 130px;
    display: block;
    margin: 0 auto;
}
section.orders {
    padding: 90px 0;
}
.orders .breadcrumb a, .orders .breadcrumb {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #0090F8;
}
.orders  .breadcrumb-item.active {
    color: #525B70;
}
@media only screen and (max-width: 767px) {
    .order-search select#exampleFormControlSelect1 {
        margin-top: 10px;
    }
    .track, .delevered {
        font-size: 10px;       
        padding: 10px 15px;
        width: auto;
    }
    section.orders {
        padding: 30px 0;
    }
}
/* ************************************************COntact information ***********************************************/
.form-action {
    width:100%;
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    height: 55px;
    font-family: Manrope;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.form-action:hover, .form-action:focus {
    background: #dd1d3f;
    border: 1px solid #dd1d3f;
}
h6.payment-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #1D1D1D;
}
p.payment-title {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(29, 29, 29, 0.8);
    margin-bottom: 20px;
}
.payment-opt img {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .payment-opt img {
        margin: 25px 0;
    }
    p.payment-title {
        margin-bottom: 5px;
    }
    h6.payment-title {
        margin-bottom: 15px;
    }
}
/* Pyments */

.a-action {
    width: 100%;
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px !important;
    font-weight: bold;
    color: white !important;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    float: right;
    height: 45px;
    font-family: Manrope;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.a-action:hover {
    color: #fff;
    background: #e03857;
}
.column-3, .column-4 {
    text-align: right;
}
.column-1 a, .column-1 select {
    margin-right: 15px;
}
.payments.orders table.table.search-inner-table.head-table {
    border-top:0 ;
}
.payments.orders .search-inner-table.head-table th, 
.payments.orders .search-inner-table.head-table td {
    text-align: left;
    font-weight: 500;
}
a.complete {
    background: #33C481;
    border-radius: 6px;
    width: 92px;
    padding: 5px 12px;
    color: #fff;
}
td.align-middle.col1 {
    color: #DD1D3F;
}
a.pending {
    background: #FF9900;
    border-radius: 6px;
    width: 92px;
    padding: 5px 18px;
    color: #fff;
}
a.rejected {
    background: #FF2D52;;
    border-radius: 6px;
    width: 92px;
    padding: 5px 16px;
    color: #fff;
}
.modal-content.filter-modal {
    padding: 30px;
}
input.form-reset {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.231818px;
    border: 1px solid #20699D;
    border-radius: 6px;
    color: #353C4B;
    height: 55px;
    width: 100%;
    width: 42%;
    float: right;
    margin-top: 0;
}
.filter-modal .form-action {
    float: right;
    text-align: center;
    width: 50%;
    margin-top: 0;
}
a.export {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(29, 29, 29, 0.5);
}
@media only screen and (max-width: 767px) {
    .column-3, .column-4 {
        text-align: left;
    }
    .column-1 a, .column-1 select {
        margin-right: 0;
    }
    .my-auto.column-4 {
        text-align: right;
        margin: 20px 0 !important;
    }
}
/********************************************************
NEW PAYMENT PAGE 
********************************************************/

.newPaymentForm .form-group input {
    border: 1px solid #C6D9E7;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;   
}
.newPaymentForm .form-group .form-control{ padding: 0 10px !important;}
.newPaymentForm .form-group input{ 
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;  
    color: #1D1D1D;
}
.uploadReceipt {
    border: 1px dashed #C6D9E7;
    box-sizing: border-box;
    border-radius: 4px;    
}
.uploadReceipt label { 
    margin: auto;
    display: block;
    text-align: center;
}
.uploadReceipt label img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.uploadReceipt p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #1D1D1D; 
    padding-top: 7px;   
    margin-bottom: 0;
}
.uploadReceipt {
    padding: 25px 0;
    margin-top: 30px;
    margin-bottom: 40px;
}
.uploadReceipt #file-chosen {
    text-align: center;
    display: block;
}
.newPaymentCancelBtn {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.231818px;
    border: 1px solid #20699D;
    border-radius: 6px;
    color: #353C4B;
    height: 59px;
    width: 100%;
    padding-top: 17px;
}
.newPaymentSubmitBtn {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px;
    height: 59px;
    width: 100%;
    padding-top: 17px;
}
.newPaymentSubmitBtn:hover {
    color: #FFFFFF;
}
.movePages .account {
    color: #0090F8 !important;
}

@media (max-width: 992px) {
    .newPaymentForm { padding:0; }
.newPaymentPage .container { padding: 0; }
.newPaymentFormCurrency { width: 33%; }
.newPaymentFormDropdown {width: 66%;}
.newPaymentForm .form-group input {height: 45px;}
.newPaymentPage .selectDropDown {height:45px !important;}
.uploadReceipt { margin-top: 15px; margin-bottom: 30px; }
.payCancelBtn { width: 45%; }
.newPaymentCancelBtn, .newPaymentSubmitBtn {height: 50px; padding-top: 13px;}
.paySubmitBtn { width: 55%; }
.newPaymentPage {margin-top: -30px;}
}
@media (min-width: 768px) and (max-width: 1080px)  {
    .newPaymentFormCurrency .selectDropDown { width: 70px; }
}


/************************************************************/
/**************************************************************/
/************************************************************
PRODUCT PRICE AND DETAILS
*************************************************************/
.productPriceHeading th, .productpriceDatailsTable td {
    text-align: center;
}
.productpriceDatailsTable table {
    margin-bottom: 0;
}
.productpriceDatailsTable table tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #091626;
}
.productpriceDatailsTable table tr .data_one,
.productpriceDatailsTable table tr .data_two,
.productpriceDatailsTable table tr .data_three   {
    font-weight:500;
}
.productpriceDatailsTable table tr .brand_dp {
    font-weight: bold;
    font-size: 10.8px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    background: #00BFD9;
    color: #FFFFFF;
    padding: 7px;
    border-radius:50%;
}
.productpriceDatailsTable table tr .data_three {
    color: #DD1D3F;
}
.productpriceDatailsTable table tr .data_six {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FF9900;
}
.productpriceDatailsTable table tr .data_OnRequest {
    background: #0090F8;
    padding: 5px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;   
    min-width: 69px; 
}
.productpriceDatailsTable table tr .data_Available{
    background: #21A366;
    padding: 5px 11px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    min-width: 69px;
}
.productpriceDatailsTable table tr .data_pending{
    background: #FF9900;
    padding: 5px 12px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    min-width: 69px;
}
.productpriceDatailsTable table tr .minus {
    /* color: #0B1627;
    font-size: 14px;
    line-height: 21px;
    padding-right: 5px; */
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding-right: 5px;
    background: #353c4b7a;
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    width: 17px;
    height: 17px;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.productpriceDatailsTable table tr .plus {
    width: 17px;
    height: 17px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding-right: 5px;
    background: #21a36682;
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.productpriceDatailsTable table tr .cartNumber {
    background: #EBF0F5;
    border-radius: 2px;
    padding: 5px 10px;
} 
.result-select .movePages a{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #525B70;
    padding-left: 7px;
    padding-right: 7px;
}
.result-select .movePages a:hover{
    color: #343841;
}
.result-select .movePages {
    margin-bottom: 30px;
}
.result-select .movePages .activePage {
    color: rgba(82, 91, 112, 0.8);

}
.cartNumber {
    display: inline-block;
    width: 50%;
    text-align: center;
}
/***************** product price page pagination***************/

.productPricedetaislPagination  .page-link {
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #242731;  
    padding: 0 15px;  
}
.productPricedetaislPagination .page-link-active {
    color: #007AFF;
}
.productPricedetaislPagination {
    padding: 30px 0;
}
.productPricedetaislPagination  .page-link:hover{
    color: #007AFF;
    background-color: none !important;
    background: unset !important;
}
.productPricedetaislPagination .pagination {
    float: right;
}
.pagination-sm .page-item:last-child .page-link {
    padding-right: 0;
}
/***************** product price page pagination ends***************/

@media only screen and (max-width:1199px) {
    .productpriceDatailsTable table tr .data_two,
    .productpriceDatailsTable table tr .theadDataTwo,
    .productpriceDatailsTable table tr .data_three,
    .productpriceDatailsTable table tr .theadDataThree,
    .productpriceDatailsTable table tr .data_eight,
    .productpriceDatailsTable table tr .theadDataEight  {
        width:110px;
    }
    /* .productpriceDatailsTable table tr .data_one,
    .productpriceDatailsTable table tr .theadDataOne,
    .productpriceDatailsTable table tr .data_six,
    .productpriceDatailsTable table tr .theadDataSix, 
    .productpriceDatailsTable table tr .data_seven,
    .productpriceDatailsTable table tr .theadDataSeven,
    .productpriceDatailsTable table tr .data_ten,
    .productpriceDatailsTable table tr .theadDataTen   {
        width:100px;
    } */
    .productpriceDatailsTable table tr .data_four,
    .productpriceDatailsTable table tr .theadDataFour {
        width:160px;
    }
    .productpriceDatailsTable table tr .data_five,
    .productpriceDatailsTable table tr .theadDataFive {
        width:130px;
    }
    .productpriceDatailsTable table tr .data_nine,
    .productpriceDatailsTable table tr .theadDataNine {
        width:120px;
    }
}
.count-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width:767px) {
    .productPricedetaislPagination .page-link { padding: 0 10px; }
    .productPricedetaislPagination { padding: 20px 0;    }
    .count-flex {
        justify-content: center;
        margin-top: 15px;

    }
    .count-flex select{
        width: 30%;
    }
} 


/***********************************************************
SHOPPING CART
************************************************************/
.shoppingCart {
    display: flex;
    margin-bottom: 21px;
}
.shoppingCart h6 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0 !important;
}
.shoppingCart a {
    margin-bottom:"0";
    margin-left: auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #091626;    
    transition: .3s ease-in-out;
}
a.quote {
    padding: 10px;
    background: #148248;
    color: #fff;
    border-radius: 5px;
    margin-right:  10px;
    transition: .3s ease-in-out;
}
.shoppingCart a:hover, a.quote:hover {
    opacity: 0.8;
}
.a-together {
    margin-left: auto;
}
.productpriceDatailsTable table tr .addCartBlueClr .cartNumber {
    background: #2368C8;
    border-radius: 2px;
    padding: 5px 10px;
    color: #FFFFFF;
}
.addItemsBtn {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.231818px;
    font-family: Manrope;
    font-style: normal;
    color: #FFFFFF;
    background: #20699D;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding-top: 11px;
}
.addItemsBtn:hover{
    color: #FFFFFF;
}
.addItemsBtn img {
    padding-left: 7px;
}
.clearCartBtn {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.231818px;
    border: 1px solid #20699D;
    border-radius: 6px;
    color: #353C4B;
    width: 100%;
    height: 50px;
    padding-top: 11px;
}
.cartTotal {
    padding: 20px 50px 40px 50px;
    background: #FFFFFF;
    border: 1px solid #EBF0F5;
    box-sizing: border-box;
    box-shadow: 0px 100px 80px rgba(172, 175, 198, 0.07);
    border-radius: 6px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .shoppingCart h6 {
        font-size: 26px;
        line-height: 30px;
    }
    .shoppingCart img{ width: 28px; }
    .clearCartBtn, .cartTotal { margin-top:20px; }
    .addItemsBtn {margin-top: 10px; }
    .cartTotal {margin-bottom: 0;}
    .a-together {
        margin-left: 0;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 15px;
    }
    .shoppingCart {
        display: block;
    }
    a.quote {
        margin: 0;
    }
    .cartNumber {
        width: 45%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .cartTotal {margin-bottom: 0;}
    .addItemsBtn { width:200px;}
    .clearCartBtn {     width: 110px;  margin-left: 87px; }
    .cartTotal{ padding: 20px; width: 270px;  margin-left: -62px; }
    

}
@media (min-width: 993px) and (max-width: 1199px) {
    .cartTotal {margin-bottom: 0;}
    .addItemsBtn { width:200px;}
    .clearCartBtn {     width: 110px;  margin-left: 50px; }
    .cartTotal{ padding: 20px; width: 270px;   }
}

/*********************************************************************************
PURCHASE HISTORY 
**********************************************************************************/

.purchaseHistory .movePages {
    margin-bottom: 10px;
}
.purchaseHistoryOptions {
    margin-left: auto;
}
.purchaseHistoryOptions img { 
    width:24px;
    height: 24px;
}
.purchaseHistoryOptions a {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: rgba(29, 29, 29, 0.5);    
}
.historyHeading {display: flex;}
.historyHeading .orderDate { padding-left: 10%; }
.historyHeading p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #091626;  
    margin-bottom: 0;  
}
.purchaseContent {
    background: #FFFFFF;
    border: 1px solid #EBF0F5;
    box-sizing: border-box;
    box-shadow: 0px 100px 80px rgba(172, 175, 198, 0.07);
    border-radius: 6px;
    margin-top: 30px;
}
.historyHeading {
    background: #EBF0F5;
    border: 1px solid #EBF0F5;
    box-sizing: border-box;
    box-shadow: 0px 100px 80px rgba(172, 175, 198, 0.07);
    border-radius: 6px 6px 0px 0px;
    padding: 22px 30px;    
}
.historyContent table tbody tr td, .historyContent table thead tr th{
    border: none !important;
}
.historyContent thead th {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #091626;
}
.historyContent tbody td {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #091626;  
    padding: 0 0.75rem;  
}
.historyContent tbody td span {
    color: rgba(29, 29, 29, 0.5);
}
.historyContent {
    padding: 10px 20px;
}
.historyContent  .orderSummary tbody td {
    padding: 0 0 15px 10px;
}
.historyContent  .deliveryAddress {
    margin-top: 25px;
}
.historyContent  .deliveryAddress p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #091626;
}
@media (max-width: 340px) {
    #exportAsPdf {
        margin-left: -85px !important;
    }
    .purchaseHistory .filter {
        margin-left: -30px;
    }
}
@media (max-width: 767px) {
    .purchaseHistory {
        padding: 20px 0 40px 0 !important; 
    }
    .purchaseHistory .shoppingCart h6 {
        font-size: 24px;
        line-height: 28px;
    }
    .purchaseHistoryOptions a::after{
        content: "\a";
        white-space: pre;
    }
    .exportPdf {
        margin-left: -55px !important;
    }
    .purchaseHistoryOptions img {
        width: 21px;
        height: 21px;
    }
    .historyContent {
        padding: 10px 15px;
    }
    .historyContent .orderSummary tbody td {
        padding: 0 0px 15px 10px;
    }
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}


/*******************************************
********************************************
**********************************************/
@media only screen and (max-width: 767px) {
    
.navBarMobile {
    margin-top: 0 !important;
}
}
input[type='radio'] {
    position: relative;
}
#msform .formRadioBtn .form-check {
    padding-left: 2.25rem;
    display: flex;
    align-items: center;
}
/* ______________________________________single product_______________________________ */
.parts-count {
    background: #DBE5F2;
    border-radius: 6px;
    width: 25px;
    height: 25px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(29, 29, 29, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.parts p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #1D1D1D;
    margin-bottom: 5px;
}
.parts h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 0;
}
.parts a {
    background: #40C4FF;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 5px 10px;
}
.parts {
    border: 1px solid #DBE5F2;
    border-radius: 2px;
    padding: 20px 15px;
    cursor: pointer;
    margin-bottom: 10px;
}
.highlight li {
    border: 2px solid #1a54a5;
    padding: 10px;
    border-radius: 7px;
    width: 50px;
    position: absolute;
    box-shadow: 1px 1px 19px #00000070;
}
.highlight-div {
    position: relative;
}
/* Tax invoice */
span.complete {
    color: #148248;
    font-size: 36px;
}
span.rejected {
    color: #DD1D3F;
    font-size: 36px;
}
section.band-top {
    margin-top: -200px;
    z-index: 9999999999;
}
.top-brand {
    /* margin-top: -100px; */
    box-shadow: 5px 11px 15px #00000012;
}
.top-brand .prod-img {
    position: relative;
    width: 200px;
    width: 100%;
}
.top-brand .prod-img .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 21%;
    border-radius: 5px;
}
.top-brand .prod-img:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}
@media only screen and (max-width: 767px) {
    section.band-top {
        margin-top: 20px;
    }
    section.band-top img {
        width: 100%;
    }
}
/************************new style march 17 2022*********************/

#soadateRangePicker {
    width: 100%;
    background-color: #f9f9fb;
    height: 45px;
    border-radius: 5px;
    text-align: center;
}
.taxInvoiceBtn {
    width: 150px;
    background: linear-gradient(180deg, #2368C8 0%, #0C4089 100%);
    border-radius: 6px !important;
    font-weight: bold;
    color: white !important;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    float: right;
    height: 40px;
    font-family: Manrope;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7px;
    margin-bottom: -7px;
}
.taxInvoiceBtn:hover {
    color: #fff;
    background: #e03857;
}
.historyHeading {
    display: block !important;
}
.historyHeading .orderDate {
    padding-left: 0% !important;
}
@media only screen and (max-width: 767px)
{
    #soadateRangePicker {
        width: 70%;
        margin-bottom: 10px;
    }
    .taxInvoiceBtn {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }
} 
@media only screen and (min-width: 768px)  and (max-width: 992px)
{
    #soadateRangePicker {
        width: 50%;
        margin-bottom: 10px;
    }
} 

/************************************************************************/
/************************************************************************/
.taxInvoicePopUp .modal-header img {
    margin: auto;
    padding: 10px 0;
}
.taxInvoicePopUp .taxHeader h4 {
    text-align: center;
    font-size: 34px;
    line-height: 36px;
}
.taxInvoicePopUp .taxHeader h5 {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}
.taxInvoicePopUp .taxHeader h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.taxInvoicePopUp .taxHeader p {
    font-size: 12px;
    line-height: 18px;  
}
.taxInvoicePopUp .modal-body{
    border: 1px solid rgb(158, 158, 158);
    margin: 0;
    padding: 0 35px;
}
.taxInvoicePopUp .taxHeader1, .taxInvoicePopUp .taxHeader2 {
    border: 1px solid rgb(158, 158, 158);
    padding: 10px 15px;
}
.taxInvoicePopUp .modal-header, .taxInvoicePopUp .modal-body, .taxInvoicePopUp .modal-footer {
    border: none !important;
}
.invoiceBody table {
    border: 1px solid rgb(158, 158, 158);
    width: 100%;
}
.invoiceBody, .invoiceBodyTwo, .invoiceBodyThree {
    margin: 0 -15px;
}
.invoiceBody table tr th {
    border: 1px solid rgb(158, 158, 158);
    text-align: center;
}
.invoiceBody table .invoiceContent td {
    height: 250px;
}
.invoiceBody table tr td, .invoiceBodyThree table td {
    border: 1px solid rgb(158, 158, 158);
}
.subTotalTable {
    border: 1px solid rgb(158, 158, 158);
    width: 100%;
}

/* .invoiceBodyTwo .subtotal {
    border: 1px solid rgb(158, 158, 158);
    text-align: center;
} */
.invoiceBodyTwo table td {
    border: 1px solid rgb(158, 158, 158);
}
.invoiceBodyThree table td, .invoiceBodyTwo table td {
    padding-left: 15px;
}
.invoiceSign p {
    margin-bottom: 0;
}
.invoiceSign {
    padding: 35px 0 15px 0;
}
/* ........................Home slider .............................. */
.slider-div p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}
.slider-div img {
    transform: scale(.9);
    transition: 0.5s ease-in-out;
width: 60%;margin: 0 auto;}
.slider-div:hover img {
    transform: scale(.8);
    transition: 0.5s ease-in-out;
}
.slick-prev:before {
    content: "<";
    color: #fa4a69;
    font-size: 60px;
  }
  
  .slick-next:before {
    content: ">";
    color: #fa4a69;
    font-size: 60px;
  }
  button.slick-next.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
    border: 0;
    background: transparent;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left:-55px;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
}
.slick-wrapper.top-brand {
    position: relative;
    padding: 0 70px;
}
@media only screen and (max-width: 767px) {
    .daterangepicker {
        width: 310px !important;
    }
    .daterangepicker .drp-calendar {
        max-width: 300px !important;
    }
}

/* About */
.about p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #868CA7;
    margin-bottom: 20px;
}
.about ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #868CA7;
    list-style-position: inside;
}
.about h6 {
    text-transform: uppercase;
    margin: 50px 0 20px;

}
@media only screen and (max-width: 767px) {
    .about h6 {
        margin: 20px 0 10px;
    }
}
.about ul.privacy-li li {
    list-style: auto;
    list-style-position: inside;
}

/* FAQ */

/* #genralQuestions .collapse.show {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#genralQuestions .card {
    margin: 0 0 20px
}

#genralQuestions .card-header {
    border-bottom: 0;
    background-color: #fff
}

#genralQuestions .card-header h2 {
    background-color: #fff
}

#genralQuestions .card-header h2 button {
    font-size: 24px;
    color: #222;
    position: relative
}

#genralQuestions .card-header h2 button[aria-expanded="false"]::before,
#genralQuestions .card-header h2 button[aria-expanded="false"]::after {
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 1px;
    background: #222;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

#genralQuestions .card-header h2 button[aria-expanded="false"]::after {
    height: 25px;
    width: 1px;
    right: 14px
}

#genralQuestions .card-header h2 button[aria-expanded="true"]::before,
#genralQuestions .card-header h2 button[aria-expanded="true"]::after {
    content: '';
    position: absolute;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    right: 0;
    width: 25px;
    height: 1px;
    background: #222;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#genralQuestions .card-header h2 button[aria-expanded="true"]::after {
    height: 0
}

#genralQuestions .card-header h2 button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
} */
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 35px;
    background: #fff;
    font-weight: 400;
    color: #16AB50;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    text-decoration: none;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "FontAwesome";
    width: 18px;
    height: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #FA4A69;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 0;
    /* transform: rotate(135deg); */
    transition: all 0.3s ease 0s;
font-size: 10px !important;border: 1px solid #FA4A69;margin-top: 0;border-radius: 50%;display: flex;align-items: center;justify-content: center;}

#accordion .panel-title a.collapsed:before{
    content: "\f067";
    color: #1A54A5;
    border-color: #1A54A5;
}

#accordion .panel-body{
    border: none;
    font-size: 15px;
    color: #615f5f;
    background-color: #fff;
    line-height: 27px;
}

#accordion .panel-body .isiMateri {
    padding: 0 35px;
    margin-bottom: 25px;
}

/*dekstop*/
@media screen and (min-width: 1024px) {
    .paddingLuar, .cardMateri {
        padding: 3rem;
    }
    .judulUtama {
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    #accordion .panel-title a {
        font-size: 19px;
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height */


color: #353C4B;}
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        font-size: 16px;
    }
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .paddingLuar, .cardMateri {
        padding: 2rem;
    }
    .judulUtama {
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1rem;
    }
    .isiMateri p:nth-child(1) {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 0.75rem;
        text-align: center;
    }
    .isiMateri p:nth-child(2) {
        font-size: 14px;
        text-align: justify;
    }
    #accordion .panel-title a {
        font-size: 16px;
    }
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        font-size: 13px;
    }
}

/*HP*/ 
@media screen and (max-width: 767px){
    .paddingLuar, .cardMateri {
        padding: 1rem;
    }
    .judulUtama {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1rem;
    }
    .isiMateri p:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .isiMateri p:nth-child(2) {
        font-size: 12px;
        text-align: justify;
    }
    #accordion .panel-title a {
        font-size: 13px;
    }
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        font-size: 11px;
    }
}
span.testi-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    padding-left: 20px;
    color: #525B70;
    position: relative;
    display: inline-flex;
    align-items: center;
}
span.testi-name:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #525B70;
    position: absolute;
    border-radius: 50%;
    left: 0;
}
.logged-in span {
    color: #1A54A5;
}
.dropdown-menu {
    right: 0;
}
@media screen and (max-width: 767px){
.testi-img {
    margin-bottom: 10px;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 25px;
}
.banner {
    height: auto;
}
#banner .bnr-div {
    margin-top: 50px;
}
}
@media screen and (min-width: 1700px) {
    .slider-div img {
        width: 100%;
    }
}
@media screen and (min-width: 1900px) {
    .slider-div img {
        width: 100%;
    }
    #banner h2 {
        margin: 75px 0 25px !important;
    }
}


.option-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.option-card:hover {
    transform: scale(1.25);
    box-shadow: 0px 12px 24px rgba(0, 123, 255, 0.5);
    z-index: 10;
}

.business-img {
    transition: transform 0.4s ease;
}

.business-img:hover {
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .option-card {
        /* Reduce card size on mobile */
        transform: scale(0.95);
    }
    .option-card:hover {
        /* Slightly increase size on hover for mobile */
        transform: scale(1.05);
        box-shadow: 0px 6px 12px rgba(0, 123, 255, 0.3);
    }
    .business-img {
        transform: scale(0.95);
    }
    .business-img:hover {
        transform: scale(1.02);
    }
}
.advanced-filter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 10px;
}

.advanced-filter-wrapper select {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
}
.advanced-filter-wrapper select {
  height: auto;
  min-height: 38px;
  padding: 8px 12px;
  line-height: 1.5;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .custom-mobile-position {
    align-items: flex-start !important;
    padding-top: 2rem; /* You can adjust this */
    min-height: auto !important;
    height: auto !important;
  }
}
.read-more-btn {
  background: none;
  border: none;
  color: #007bff;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.read-more-btn:hover {
  text-decoration: none;
}


