:root {
  --blue: #151b77; 
  --red: #fc0d1a;
  --green : #90c428;
  --gray: #666666;
}
.font{
  font-family: 'Varela Round',sans-serif !important;
}

.rubik{
  font-family: "Rubik",sans-serif !important;
  letter-spacing: 1px;
}
.vare{
  font-family: 'Varela Round',sans-serif !important;

  font-weight: 100;
}
.monbk,.monbkall *{
  font-family: 'MyWebFont1', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont1';
  src: url('font/Moneta-Black.otf')  format('truetype');
}
.monb,.monball *{
  font-family: 'MyWebFont2', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont2';
  src: url('font/Moneta-Bold.otf')  format('truetype');
}
.ngb,.ngball *{
  font-family: 'MyWebFont3', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont3';
  src: url('font/NeurialGrotesk-Bold.ttf')  format('truetype');
}
.ngeb,.ngeball *{
  font-family: 'MyWebFont4', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont4';
  src: url('font/NeurialGrotesk-Extrabold.ttf')  format('truetype');
}
.ngl,.nglall *{
  font-family: 'MyWebFont5', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont5';
  src: url('font/NeurialGrotesk-Light.ttf')  format('truetype');
}
.ngm,.ngmall *{
  font-family: 'MyWebFont6', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont6';
  src: url('font/NeurialGrotesk-Medium.ttf')  format('truetype');
}
.ngr,.ngrall *{
  font-family: 'MyWebFont7', Fallback, sans-serif;
  letter-spacing: 0px;
}
@font-face {
  font-family: 'MyWebFont7';
  src: url('font/NeurialGrotesk-Regular.ttf')  format('truetype');
}


html {
  scroll-behavior: smooth;
}

.topbar{
  padding-top: 5px;
  padding-bottom: 5px;
}

.slogan {
  background-image: url(/mem_module/library/image/sloganbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.slogan *{
  letter-spacing: 2px !important;
}
.sbg {
  background-image: url(/mem_module/library/image/sbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 25px;
}
.hreview {
  padding-top: 40px !important;
  padding-bottom: 25px !important;
}
.prod-header {
  background-image: url(/mem_module/library/image/fmarble.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}
.footer{
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: black;

}

#myCarousel{
  z-index: 1;
}

h1{font-size:35px !important;}
p{font-size: 16px !important; font-weight: 400 !important;}
h2{font-size: 30px !important;}
h3{font-size: 24px !important;}
h4{font-size: 20px !important;}
.pd-lt{
  padding-left: 0px !important;
}
.hidden-cust{
  display: none;
}
.no-mg{margin-top: 0px !important;margin-bottom: 0px !important;}
.no-bt{margin-bottom: 0px !important;}
.bg-footer {
  background-color: black !important;
}
.topbar{background-color: #231f20 !important;}
.sg-color{color:#6cbe45 !important;}
.sg-color2{color:#92c83e !important;}
.sg-color3{color:#4cb748 !important;}
.sg-color4{color:#e4e4e4 !important;}
.sg-color5{color:#67686b !important;}
.sg-color6{color:#345574 !important;}
.sg-bg{background-color:#85BC40 !important;}
.white-a{color:white !important;}
.black-a{color:black !important;}
.red-a{color:var(--red) !important;}
.blue-a{color:var(--blue) !important;}
.gray-a{color:var(--gray) !important;}
.green-a{color:var(--green) !important;}
.black-bg{background-color:black !important;}
.btn-sg{
    color: white !important;
    background-color: black !important;
    border-radius: 100px !important;
    padding: 10px 15px 8px 15px !important;
    margin-top: 15px;
}
.grey-a{
  color: #a7a9ac !important;
}
.grey-a2{
  color: #58595B !important;
}
.btn-tab{
  text-decoration: none !important;
}
.mg-center{
  margin-left: auto !important;
  margin-right: auto !important;
}
.goog-te-gadget-simple{
  border: none !important;
  background-color: transparent !important;
}
.goog-te-gadget img{
  display: none !important;
}

.icon-wrapper{
  margin-top: 15px;
  text-align: right;
  margin-bottom: -40px;
  z-index: 500;
}
.menubar-icon>img{
  height: 20px;
}
.home-navbar .navbar-nav li>a{
  transition: color 1s;
}
.jssocials-share{
  font-size: 12px !important;
}
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 30px;
    color: black;
    right: -15px;
    width: 90px;
    height: 85px;
    z-index: 111;
    display: none;
    text-decoration: none;

}
.back-to-top i {
  font-size: 40px;
    background-color: black;
    color: white !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 0px 8px 0px 7px;
    line-height: 34px;
}
.logo{
  max-width: 200px;
 
}
#google_translate_element{
  margin-top: 16px;
}
.navbar{
  background-color: transparent !important;
  border-color:transparent !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-navbar .btn-quotation{
  background-color: white !important;
  color: var(--blue) !important;
  padding: 5px 10px !important;
  border-radius: 50px;
  font-family: 'MyWebFont3', Fallback, sans-serif;
}
.home-navbar .navbar-nav li>a {
  font-size: 14px !important;
  color: #3a3a3a !important;
  padding: 0px !important;
  position: relative;
}


.home-navbar .dropdown-menu{
  border-radius: 0;
}
.home-navbar .dropdown.open .dropdown-menu>li>a{
    padding: 0px 5px 0px 2px !important;
}
.home-navbar .dropdown.open .dropdown-menu>li>a:hover{
  background-color: transparent;
}
.home-navbar .navbar-nav li.active>a{
    background-color: transparent !important;
  

}


/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.home-carousel .carousel-indicators li{
  border:1px solid #cca738 !important;
}
.home-carousel .carousel-indicators .active{
  background-color: #cca738 !important;
}
.home-navbar .navbar-nav li.member>a{
  padding: 0px !important;
}
.home-navbar .navbar-nav li.first>a{
  margin-left: 25px !important;
}
.home-navbar .sg-bg{
  padding-top: 5px;
}
.prod-cat{
  margin-top: 10px;
  margin-bottom: 10px;
}
.cat-wrapper{
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
}
.cat-icon{
  height: 100%;
  vertical-align: unset;
  object-fit: contain;
  display: block;
  margin: 0 auto;

}
.subcat-title{
  font-size: 10px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cat-title{
  margin-left: 10px;
  vertical-align: text-top;
  display: inline !important;
}
.navbar-brand{
  padding: 0px !important;
  font-size: 26px !important;
}
.home-navbar .navbar-collapse{
  padding: 0px !important;
}
.top-bar .dropdown-toggle{
  background: transparent;
  border: 0px !important;
  padding: 0 0 0 0 !important;
}
.mg-left{
  margin-left: 20px;
}
.search-query{
  font-size: 14px !important;
  width: 300px;
  background-color: transparent;
  border: 1px solid grey;
  border-radius: 20px;
  padding: 8px 12px 8px 12px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E29714;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E29714;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #E29714;
}
.btn-search{
  background: none !important;
  position: absolute;
  margin-left: -32px;
  color:#202959 !important;
}
.btn-search>span{
  color:#FF9000 !important;
}
.recipe-search {
  top: 2px !important;
  right: 8px !important;
}
.color{
  border: 1px solid black;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}


.nav-page a{
  font-size: 18px !important;
}

.count-cart{
    position: absolute;
    color: white;
    text-align: center;
    font-size: 13px;
    margin-left: -17.5px;
    top: 8.4px;
    font-family: 'MyWebFont', Fallback, sans-serif;
}

.home-carousel{
  background-image: url("/mem_module/library/image/bannerbg.png");
  background-size: cover;
  background-position: center;
  padding-block: 130px 160px;
}

.home-cover .bannercontent *{
  color: white !important;
  line-height: 120%;
}

.home-carousel a:hover, .home-carousel a:focus{
    text-decoration: none;
}

.home-navbar .dropdown.open .dropdown-menu {
    padding: 8px !important;
    background-color: #f2f2f2 !important;

}
.cust-control{
    position: absolute;
    bottom: 5px;
    font-size: 30px;
    color: white;
    left: 35px;  
}
.cust-control i{
    cursor: pointer;
    border: 1px solid white !important;
    border-radius: 100px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0.9;
}
.cust-control .fa-angle-right{
    margin-left: 15px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background-color: transparent !important;
}
.lsc{
  letter-spacing: 4px !important;
}
.lline{
  margin-right: 5px;
  width: 15px;
}
.rline{
  width: 15px;
}
.img-item{
  width: 100% !important;
}


.hservice{
  background-image: url("/mem_module/library/image/hservicebg.png");
  background-size: cover;
  background-position: center;
}



.hproduct{
  background-color: #f8f6f1 !important;
}


.wooden .subtitle{
  margin-left: 8px;
}

.wooden{
  background-color: #f8f6f1 !important;
}
.wooden .img img{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.process .section h2{
  color: #808285 !important;
}
.process .section p{
  margin-top: 10px !important;
}
.process .section{
  border: 1px solid #231f20;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  padding: 15px !important;
}
.news{
  background-color: #f8f8f9 !important;
}
.contactus .fdetail{
  display: flex !important;
  margin-top: 20px !important;
}
.contactus .fdetail>img{
  height: 22px;
  width: 25px;
  object-fit: contain;
  margin-right: 25px;
}
.contactus .detail{
  background-color: #f2f2f2 !important;
  padding: 25px;
}


.news .slick-dots li.slick-active a{
  color:#345574 !important;
  font-size: 1.2em !important;
}
.hnews .news-arrow {
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 40px;
    color: #231F20 !important;
}
.hnews .news-arrow i.fa-angle-left {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  border: 1px solid black;
  font-size: 30px;
  padding: 0px 5px 0px 7px;
  cursor: pointer;
}
.hnews .news-arrow i.fa-angle-right {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  border: 1px solid black;
  font-size: 30px;
  padding: 0px 5px 0px 10px;
  margin-left: 15px;
  cursor: pointer;
}
.prod-header .desc,.prod-header .section>div{
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.prod-header .section>div{
  border: 1.5px solid #cca738 !important;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 20px;
  border-radius: 10px;
}
.prod-header .line{
  position: absolute;
  height: 100% !important;
  top: 0%;
  left: 0;
  width: 1.5px;
}
.prod-header .desc2{
  margin-left: 20px;
  padding-left: 40px;
}
.prod-header .left{
  position: absolute;
  left: 0;
  width: 180px;
}
.prod-header .right{
  position: absolute;
  right: 0;
  width: 180px;
}

li.border{
    background-color:#eee;
    border:1px solid black;
    border-radius:5px;
    padding: 5px 10px 5px 10px !important;
    margin-right: 10px;
    margin-bottom: 5px;
}

.hrelated .text-wrapper{
    position: absolute;
    top: 25%;
    text-align: center;
    width: 230px;
    color: var(--red);
}
.hrelated .rl-mg-top{
  margin-top: 40px;
}
.hrelated .pd-lr{
  padding-left: 5px;
  padding-right: 10px;
}
.hrelated .img-item{
  margin-left: auto !important;
  margin-right: auto !important;
}
.hrelated .offer-tag{
    float: right;
    margin-right: 60px;
}
.hrelated .offer{
  position: absolute;
    border-radius: 50%;
    top: 0;
    background-color: var(--red);
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
    font-style: italic;
    padding: 10px;
    margin-top: 5px;
    margin-right: 10px;
    line-height: 1.2;
}

.hcat .overlay:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.4);
    opacity:1;
}
.hcat .title{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hlocation .btn{
  width: 160px;
  height: 36px;
  background-color: #b88009 !important;
  color:white !important;
  border-radius: 15px !important;
}
.hreview .section{
  padding: 20px;
  border-radius: 10px;
}
.btn-addtocart{
    font-size: 16px !important;
    background-color: #b88009 !important;
    color:white !important;
    border-radius: 100px !important;
    padding: 5px 30px 5px 30px !important;
    line-height: 1.5 !important;
    letter-spacing: 1.0px !important;
    border: none !important;
}
.proditem .btn-addtocart{
  background-color: black !important;
  color:white;
  padding: 10px 40px 10px 40px !important;
  border-radius: 0px !important;
}
.btn-seemore{
    background-color: #cca738 !important;
    color:white !important;
    border-radius: 100px !important;
    padding: 5px 15px 5px 20px !important;
    line-height: 1.3 !important;
    letter-spacing: 1.0px !important;
    border: none !important;
}
.btn-addtocart .icon{
  display: inherit !important;
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}
.offerprice{
  color: var(--red) !important;
  font-size: 16px !important;
  margin-left: 5px;
}
.proditem .offerprice{
  margin-left: 10px;
}

.pbanner{
  opacity: 0.6;
}

.promotion .promoctitle1{
  color: #FFFF01 !important;
  letter-spacing: 5.0px;
}
.promotion .promoctitle2{
  color: #FFFF01 !important;
  letter-spacing: 5.0px;
}

.cat-side{
  margin-bottom: 30px !important;
}

.all .nav-title{
  color:#EC6E80;
}
.prod-list .btn-buy,.btn-viewmore{
  background-color: #345574 !important;
  color:white !important;
  padding: 7px 20px 7px 20px !important;
  border-radius: 0px !important;
}
.prodlist .no-pd-lr{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.prodlist .pd-lr{
  padding-left: 5px;
  padding-right: 5px;
}
.prodlist .cover-mg{
  margin-bottom: 70px;
}
.prodlist .image-cover-wrapper{
    height: 280px;
    width: 100%;
    border-radius: 25px;
}
.prodlist .image-cover{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.prodlist .ptitle, .proditem .ptitle, .brandpartner-cover .ptitle {
  font-size: 13px !important;
  color: black;
}
.brandpartner-cover .ptitle {
  position: absolute;
}
.prodlist .bd-line{
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.prodlist .text-wrapper{
    position: absolute;
    top: 20%;
    text-align: center;
    width: 210px;
    color: var(--red);
}
.prodlist .special-title{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--red);
    font-size: 40px;
}
.prodlist .offer-tag, .hrelated .offer-tag{
    float: right;
    margin-right: 50px;
}
.prodlist .offer {
    position: absolute;
    border-radius: 50% 50% 0% 50%;
    top: 0;
    background-color: #426B18;
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 1.0;
}
.hrelated .offer {
    position: absolute;
    border-radius: 50% 50% 0% 50%;
    top: -4px;
    background-color: #426B18;
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 1.0;
}
.prodlist .offeroff, .hrelated .offeroff {
    font-size: 8px !important;
    text-align: left;
    margin-left: 5px;
}
.prodlist .promo, .hrelated .promo {
    position: absolute;
    border-radius: 100% 100% 0% 0%;
    bottom: 0;
    right: 0;
    background-color: #8EC631;
    color: #FFFF01;
    font-weight: 700;
    width: 30px;
    height: 15px;
    line-height: 1.0;
    font-size: 5px;
    padding-top: 3px;
    border-radius: 150px 150px 0 0;
}
.outstock{
  font-size: 18px !important;
}

.proditem .list-inline{
  margin: auto !important;
}
.proditem .zoom-img{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #77B11B;
  margin-right: 5px;
}
.proditem .prod-detail-pd{
  padding-left: 5px;
}
.proditem .price-mg{
  margin: 15px 0px !important;
}
.proditem .product-remark{
  font-size: 14px !important;
  line-height: 1.6;
}
.proditem .qty-mg{
  display: inline-block;
  margin-bottom: 15px;
}
.proditem .offer-tag{
    float: right;
    margin-right: 50px;
}
.proditem .offer{
    position: absolute;
    border-radius: 50% 50% 0% 50%;
    /*right: 0;*/
    top: -50px;
    background-color: #426B18;
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 1.0;
}
.proditem .offeroff {
    font-size: 8px !important;
    text-align: left;
    margin-left: 5px;
}
.proditem .promo {
    position: absolute;
    border-radius: 100% 100% 0% 0%;
    bottom: 0;
    right: 0;
    background-color: #8EC631;
    color: #FFFF01;
    font-weight: 700;
    width: 30px;
    height: 15px;
    line-height: 1.0;
    font-size: 5px;
    padding-top: 3px;
    border-radius: 150px 150px 0 0;
}
.proditem .text-wrapper{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: var(--red);
}
.proditem .form-group{
  margin-bottom: 0px !important;
}
.number-spinner i{
  color:black !important;
}

.title-wave{
  margin-top: 3px;
  margin-bottom: 10px;
}

.prod-list .simple-pagination,.brand .simple-pagination{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: inline-block !important;
}
.prod-list .simple-pagination>li>span,.prod-list .simple-pagination>li>a,.brand .simple-pagination>li>span,.brand .simple-pagination>li>a{
    border-radius: 100px !important;
    background-color: white !important;
    color: #cca738 !important;
    border-color: #cca738 !important;
}
.prod-list .simple-pagination .active .current{
    color: black !important;
}
.prod-list .ext-select{
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 70px !important;
    margin-bottom: 15px;
    border: 1px solid #1B2C58 !important;
}
.prod-list .qty input{
    width: 50% !important;
    display: inline-block !important;
    border-radius: 100px !important;
    border: 1px solid #1B2C58 !important;
}
.light-theme a, .light-theme span {
    background: #1B2C58 !important;
}
.prod-detail .ext-select{
   border-radius: 100px !important;
    border: 1px solid #1B2C58 !important;
    margin-bottom: 15px;
}
.prod-detail .list-inline,.hrelated .list-inline{
  margin-left: 0px !important;
}

.prod-detail .black-hr{
  border-top: 1px solid black;
  margin-bottom: 0px !important;
}
.prod-detail .number-spinner{
  border: 1px solid black !important;
  border-radius: 0px !important;
  padding: 2px 10px 2px 10px;
}
.service .book .number-spinner{
  border: 1px solid black !important;
  border-radius: 0px !important;
  padding: 5px 5px 5px 5px;
}
.service .book .btn-apply{
  background-color: #345574 !important;
  padding: 10px 25px 10px 25px;
  border-radius: 0px !important;
  color:white;
}
.service .book .img{
  width:500px;
}
.prod-detail .option{
  border-radius: 20px;
}
.prod-detail .addon label{
  font-weight: 400 !important;
}

.prod-detail input.option{
  height:40px;
}
.prod-detail .number-spinner .btn,.prod-detail .number-spinner .input-number,.service .book .number-spinner .btn,.service .book .number-spinner .input-number{
  border: none !important;
  border-radius: 0px !important;
}
.prod-detail .number-spinner .input-number{
  width: auto !important;
}
.prod-detail .number-spinner .input-group-btn,.service .book .number-spinner .input-group-btn{
  width:0% !important;
}
.service .book .number-spinner .input-number{
  width: 80px !important;
}
.prod-detail .option::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.prod-detail .option:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: black;
}

.prod-detail .option::-ms-input-placeholder{ /* Microsoft Edge */
  color: black;
}

.prod-detail #qty  #quantity{
    width: 60px;
    height: 28px;
    display: inline-block;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
}
.prod-page .ext{
  font-size: 18px !important;
}
.prod-page #sku{
  color:#2EB5C0 !important;
}
.prod-page .thumbnail-img {
    max-width: 100px !important;
    height: 90px;
    margin-bottom: 15px;
    object-fit: contain;
    border: 1px solid #eee;
}
.prod-page ol>li input {
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.prod-page ol>li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.prod-page ol>li:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.prod-page ol>li input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.prod-page ol>li input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.prod-page ol>li .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.proditem .nav-pills{
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.proditem .nav-pills li{
  margin-right: 40px;
  padding: 10px !important;
}
.proditem .nav-pills li.active{
  border: 1px solid black;
  font-weight: 700;
}
.proditem .nav-pills li a{
  text-decoration: none !important;
}
#description .height-limit{
  overflow-y: hidden;
  height: 500px;
}
#description .height-limit.without:after {
  background: none !important;
}
#description .height-limit:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: linear-gradient(-180deg,hsla(0,0%,100%,0) 6%,#fff 83%);
}
/*.btn-viewmore{
  border: 1px solid #154578 !important;
  color:#154578 !important;
  padding: 5px 25px 5px 25px !important;
  border-radius: 0px !important;
}
.btn-cart{
  background-color: #231F20 !important;
  color: white !important;
  padding: 5px 25px 5px 25px !important;
  font-size: 16px !important;
  border-radius: 50px !important;
}*/
.nav-tabs {
    border-bottom: 1px solid #231F20;
}
.nav-tabs > li {
    float:none !important;
    display:inline-block !important;
    zoom:1 !important;
}

.nav-tabs {
    text-align:center !important;
}

.nav-tabs > li> a{
  top: -11px;
  background-color: transparent !important;
  border:none !important;
  color:black !important;
}


.dropdown-menu .dropdown-item{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.dropdown-menu .dropdown-item a:hover{
  text-decoration: none;
}
.md-ft.member>a{
  display: contents !important;
}
.carousel-control{
  z-index: 500;
}
.prod-page #myCarousel{
  margin-top: -10px !important;
}
.hrelated{
  margin-bottom: 50px !important;
}
.prod-img:after{
    content: "adsdasd";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.fancybox,.fancybox2{
  cursor: zoom-in;
}

.brand .img{
  height: 90px;
}
.brand .btn{
  background-color: #1B2C58 !important;
  color:white !important;
  border-radius: 100px;
  padding: 6px 30px 6px 30px;
}
.brand .section{
  border: 1px solid #166B4B !important;
  border-radius: 35px;
  padding: 20px 20px 10px 20px;
}
.brandrec .nav-pills{
  margin-top: 30px !important;
  margin-bottom: 45px !important;
}
.brandrec .nav-pills li.active a {
    background-color: #1B2C58 !important;
    color:white !important;
}
.brandrec .nav-pills li a{
    border: 1px solid #1B2C58 !important;
    border-radius: 100px;
    padding: 10px 20px 10px 20px;
}
.brandrec .nav-pills li {
    margin-right: 30px;
}
.slick-slide>div>div{
  position: relative !important;
  vertical-align: top;
}
.footer .contact .desc span {
    display: inline-flex !important;
}

.footer .cert{
  max-width:250px !important;
}
.footer .copyright{
  font-size: 13px !important;
}
.footer .desc{
  font-size: 14px !important;
  color:black;
  border-bottom: 1px solid #231f20 !important;
  margin-bottom: 25px;
  padding-bottom: 5px !important;
}

.responsive-footer p{
  margin-top: 10px !important;
}

.btn-facebook{
  font-size: 16px !important;
  color:white !important;
  background-color: #3b5998 !important;
}
#cart-table .label-dark{
  font-size: 100% !important;
}
.footerp{
  display: inline-flex !important;
}

@media  only screen and  (min-width:992px) {
 
  .home-navbar .navbar-nav li>a{
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 768px){
  .cust-hr{
    border-top:1px solid #202959 !important;
    margin-top: 0px !important;
  }
  .xs-display{display: none !important;}
  .navbar-default{
    margin-block: 10px 15px !important;
  }
  .navbar-brand{
    width: 100%;
    height: auto !important;
    padding-top: 0px !important;
  }
  .cover h1{
    font-size: 60px !important;
    margin-top: 40px;
  }

  .footer hr{
    margin-left: 0px !important;
  }
  .second-thumb{
    display: none !important;
  }

  .navbar-nav {
      font-size: 16px !important;
      width: 100% !important;
      height: auto;
      margin-bottom: 10px !important;
  }
  .navbar-nav>li {
      display: inline-block !important;
      /*margin-right: 6px;
      margin-left: -4px;*/
      float: none !important;
  }
  .list-unstyled {
      padding-left: 3px !important;
      letter-spacing: 1px;
  }
  .prod-page .img-wrapper{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .prod-page .prod-img{
    pointer-events: none;
    width: 90%;
    height: 100%;
    display: block !important;
    object-fit: contain;
  }

  .category-collapse{
    display: block !important;
  }
  .qty-title{
    margin-top: 5px;
    margin-right: 10px;
  }
  .input-section{
    margin-right: 15px;
  }
  .btn-addtocart{
    margin-top: 3px;
  }

}
@media (min-width:768px) and (max-width:992px) {
  .logo{
    max-width: 160px !important;
  }
  .container{
    width: 95% !important;
  }
  .logo{
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .home-navbar .navbar-nav li>a{
    font-size: 14px !important;
    padding-bottom: 3px !important;
  }
  .carousel-caption{
    top: 5% !important;
    right: -15% !important;
  }
  /* .navbar-header {
    margin-top: 20px !important;
  } */

  .navbar-nav > li {float: none !important;}
  .topbar p {
      text-align: center !important;
  }
  .logo {
    float: none;
    margin-left: auto;
    margin-right: auto;     
  }
  .slogan{
    margin-top: -30px;
    z-index: 999;
  }  

  .process .section{
    min-height: 250px !important;
  }
}

@media  (min-width:992px) and (max-width:1700px) {
  .block-cust{
    display: block !important;
    margin-left: 30px !important;
  }
  .hidden-992-1700{
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .service .homehow{
    padding-top: 0 !important;
  }
  .home-carousel{
  
  padding-block: 60px 90px;
}
  .logo{
  max-width: 170px;
 
}
  .home-navbar .navbar-nav li{
    width: fit-content;
    margin-inline:auto;
  }
  .home-navbar .navbar-nav li.active::before{
    bottom: 5px !important;
  }
.home-navbar .navbar-nav li>a{
  padding-bottom: 5px !important;
}
}
@media only screen and (max-width: 560px) {
.hwhy .section{
  min-height: 400px !important;
}
}

@media only screen and (max-width: 768px) {
h1{font-size:30px !important;}
p{font-size: 16px !important;}
h2{font-size: 30px !important;}
h3{font-size: 18px !important;}
h4{font-size: 20px !important;}
.xs-img{
  height: 220px !important;
}


.home-cover .bannercontent *{
  line-height: 1.2 !important;
}


.cart .table-responsive td{
  white-space: normal !important;
}

.carousel-indicators{
  display: none !important;
}

.prod-header .section>div{
  padding: 15px 0px 15px 0px;
}
.prod-header .desc,.prod-header .section>div{
  width: 100%;
}
.prod-header .left{
  width: 65px;
}
.prod-header .right{
  width: 65px;
}
.prod-header .line{
  display: none;
}
.prod-header .desc2{
  margin-left: 0px;
  padding-left: 15px;
}
.footer .logo2{
  width: 120px !important;
}
.footer .copyright{font-size: 14px !important;}
.footer p{
  font-size: 16px !important;
}
p.ftitle{
  font-size: 20px !important;
  margin-bottom: 25px !important;
  margin-top: 15px;
}
.logo{
  padding-left: 10px;
  margin-bottom: 10px;
}
.home-navbar{
  margin-bottom: 0px !important;
}
  .text-xs-center{
    text-align: center !important;
  }
  .xs-hidden{
    display: none !important;
  }
  .navbar-brand{
    height: auto !important;
  }
  .navbar .dropdown-menu{
    background-color: #fff !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
  }
  .home-navbar .navbar-nav li>a{
    letter-spacing: 0.5px;
  }
  .home-navbar .dropdown.open .dropdown-menu{
    padding-left: 15px !important;
  }
  .home-navbar .dropdown.open .dropdown-menu>li{
    margin-bottom: 15px !important;
  }
  .navbar-toggle {
    margin-top: 20px !important;
  }
  .navbar-nav{
    margin: 10px 0px 0px 5px !important;
  }
  .icon-wrapper{
    margin-top: 10px !important;
  }
  .search-query{
    font-size: 16px !important;
  }
  .btn-search {
    margin-top: -5px !important;
  }
  .list-unstyled {
      padding-left: 3px !important;
      letter-spacing: 1px;
  }
  .hwhat .icon img{
    height: 30px;
  }
  .hcat .ug-textpanel-title {
      letter-spacing: 1.3px !important;
      font-size: 14px !important;
  }
  .text-xs-left{text-align: left !important;}
  .prod-list .ext-select{
      width: 150px !important;
  }
  .prod-list .qty input{
      width: 120px !important;
      display: inline-block !important;
      border-radius: 100px !important;
  }
  .prod-page .img-wrapper{
      position: relative;
      width: 265px;
      height: 280px !important;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px;
  }
  .prod-page .prod-img{
    width: 100%;
      height: 100%;
      display: block !important;
      object-fit: contain;
  }
  .hfeature .psection{
    min-height: 300px !important;
  }
  .hfeature .psection>div>p{
      height: 36px;
      line-height: 18px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
  }

  .topbar p {
      text-align: center !important;
  }

  .hcatlist {
      padding-top: 115px;
      margin-top: -120px;
  }
  .contact-cover .ctitle, .brandpartner-cover .ctitle {
      font-size: 75px;
  }
  .home-navbar .container{
    width: 100% !important;
  }
  .search-query {
    width: 270px !important;
  }

  .order-img {
      max-width: 60px !important;
  }
  .hcatlist .title,  .prodlist .title, .hrelated .title {
      font-size: 14px !important;
  }
  .qty-title{
    margin-top: 5px;
    margin-right: 10px;
  }
  .btn-addtocart {
      font-size: 10px !important;
      width: 100% !important;
      margin-top: 20px;
      margin-bottom: 20px !important;
  }

  .slick-slide>h4>a{
    vertical-align: -webkit-baseline-middle !important;
  }
 
}

@media only screen and (max-width: 480px) {
  .bannercontent .icon {
      position: absolute !important;
      top: 0px !important;
      width: 10px !important;
  }
  .bannercontent .icon2 {
      position: absolute !important;
      left: 0px !important;
      width: 10px !important;
      bottom: 35px !important;
  }

}
@media only screen and (max-width: 548px) {
 
}

@media only screen and (max-width: 992px) {
 
  .service .carousel{
    margin-bottom:15px !important ;
  }
  .scontent {
    padding-block: 50px !important;
  }
  .mgmenu {
    top: 0 !important;
    position: relative !important;
  }
  .text-sm-center{
    text-align: center !important;
  }

.footer .address{
  display: block !important;
}
  .sm-hidden{display: none !important;}
  .filter-sm .panel-default > .panel-heading, .filter-sm .panel-default{
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .filter-sm .panel-group{
    margin-bottom: 0px !important;
  }
  .topbar p{
    /*text-align: center !important;*/
    padding-left: 5px;
      padding-right: 5px;
  }

  .brandrec .ctitle .desc,.brandrec .ctitle .desc a,.brandrec .ctitle .desc .fa-caret-left:before{
      font-size: 14px !important;
      color:black !important;

  }
  .brandrec .nav-pills li {
      margin-right: 30px;
      width: 100%;
      margin-bottom: 25px;
      margin-right: 0px !important;
  }

  /* .container{
    width: 95% !important;
  } */
  .footer .title{
    margin-bottom: 10px !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    letter-spacing: 1.3px !important;
  }

 
  .service .happen .desc{
    margin-top: 10px !important;
    padding: 10px 20px 20px 10px !important;
  }
  .service .happen .img{
    height: 350px;
  }
}

@media only screen and (max-width: 1450px) {

}

@media only screen and (max-width: 1400px) {
  /* .container{
    width: 85% !important;
  } */

  .home-cover .bwelcome {
    font-size: 22px !important;
  }
  .home-cover .btitle {
    font-size: 35px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .hoffer .section{
    padding: 10px 60px 0px 40px !important;
  }

  .home-cover .bwelcome {
    font-size: 20px !important;
  }
  .home-cover .btitle {
    font-size: 30px !important;
  }
}


@media (min-width:992px) and (max-width:1100px) {

  .prodlist .offer-tag{
      margin-right: 46px;
  }
  .prodlist .offer{
      width: 40px;
      height: 40px;
      font-size: 10px;
  }
  .home-cover{
    margin-top: 10px !important;
  }
  .home-cover .bwelcome {
    font-size: 18px !important;
  }
  .home-cover .btitle {
    font-size: 28px !important;
  }
  .home-cover .btn-shop {
    margin-top: 5px !important;
    height: 28px !important;
    width: 115px !important;
    line-height: 1.0 !important;
    font-size: 14px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
 
}

@media (min-width:992px) and (max-width:1400px) {
  .htraining .section .col-md-6{
    width: 100% !important;
  }

}
@media only screen and (max-width: 767px) {
  
  #homenav {
    position: relative !important;
    border-radius: 0;
  }
  .md-display{
    display: none !important;
  }
  #myNavbar{
    margin-top: 10px !important;
    width: 100% !important;
    text-align: center;
  }

  .navbar-brand{
    margin-left: 0px !important;
  }
  .icon-wrapper{
    margin-top: 20px;
    text-align: center;
  }
  .navbar-nav>li>a {
    font-size: 13px !important;
  }

  .prodlist .special-title {
    font-size: 30px !important;
  }
  .home-cover {
    width: 100% !important;
    left: 0 !important;
    text-align: center !important;
  }
  .home-cover .btitle {
    font-size: 26px !important;
  }
  .footer{
    padding-top: 30px;
  }
  .footer .flogo-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer .fabout-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer .policy{
    display: block !important;
    margin-top: 10px;
  }

}

@media only screen and (max-width: 768px) {

  .footer .title{
    margin-bottom: 10px !important;
  }
  .home-cover {
    margin-top: 0px !important;
  }
  .prodlist .cover-mg{
    margin-bottom: 60px !important;
    margin-top: 10px !important;
  }
  .home-cover .bwelcome{
    font-size: 10px !important;
  }
  .home-cover .btitle {
    font-size: 13px !important;
  }
  .home-cover .btn-shop {
    margin-top: 0px !important;
    height: 20px !important;
    width: 90px !important;
    font-size: 13px !important;
    line-height: 0.8 !important;
  }

.cover .section {
    position: absolute;
    bottom: 15px;
    letter-spacing: 2px;
}
 
}

@media only screen and (max-width: 700px) {
  .prodlist .cover-mg{
    margin-bottom: 60px !important;
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  .home-cover {
    margin-top: -5px !important;
  }
  .home-cover .ctitle {
    font-size: 60px !important;
    text-align: center;
  }
  .home-cover .csubtitle {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 992px) {
.habout .desc{
  margin-top: 45px !important;

}
}
 @media only screen and (min-width: 992px) {

  .navbar-collapse.col-md-9 {
      width: 75% !important;
  }
  .navbar-collapse.collapse {
    display: block;
  }
  .col-sm-offset-2{
    margin-left: 8.33333333% !important;
  }
  .sm-display{display: none !important;}
  .home-navbar .navbar-nav>li {
      margin-top: 0px;
  }
  .home-navbar .navbar-nav li>a {
      font-weight: 500 !important;
  }
  
  .display-sm{
    display: none !important;
  }
  .col-md-offset-3 {
    margin-left: 27% !important;
  }

  .habout .desc{
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    padding-left: 50px !important;
  }
  .wooden .desc{
    margin-top: 10% !important;
  }
  
  .footer .policy{
    float: right !important;
  }


}


@media only screen and (min-width: 1400px) {
  /* .container{
    width: 85% !important;
  } */
  .col-sm-offset-2 {
      margin-left: 9.7% !important;
  }
  .hfeature .desc{
    width: 35% !important;
  }
  .htraining .section .space{
    padding-right: 25px !important;
  }

  /* .news .desc{
    margin-top: 5% !important;
  } */
  .service .how .wrapper{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (min-width: 1200px){
.home-navbar .btn-quotation{
  margin-left: 40px !important;
}

  .text-md-right{
    text-align: right !important;
  }
  .text-md-right{
    text-align: right !important;
  }
  .hlocation .overlay{
    position: absolute;
    left: 10%;
    top: 16%;
  }
  .service .whatsapp .img{
    max-height: 500px !important;
  }
}


.pcheckbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px !important;
  letter-spacing: 1.5px;
}
/* Hide the browser's default checkbox */
.pcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #414042;
}

/* On mouse-over, add a grey background color */
.pcheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pcheckbox input:checked ~ .checkmark {
  background-color: black !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.pcheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.pcheckbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media only screen and (max-width: 992px){
  .display-md{
    display: none !important;
  }
}

/*----------------Shopping Cart CSS-----------------*/
.cart-img{
  max-width: 80px;
}
.summary{
  border: 1px solid lightgrey;
  background-color: white;
}
.label-ext{
  font-size: 14px !important;
}
@media only screen and (max-width: 767px){
  .cart-sm-display{
    display: none !important;
  }
}
@media only screen and (max-width: 992px){
  .cart-img{
    max-width: 60px !important;
  }
}
/*----------------Shopping Cart CSS-----------------*/


.carousel-item .carousel-control:nth-child(1),.carousel-news .left{
    width: 1px;
    background-image: none !important;
    margin-left: -2% !important;
}

.carousel-item .carousel-control:nth-child(2),.carousel-news .right{
    width: 1px;
    background-image: none !important;
    margin-left: 2% !important;
}

.carousel-brand .carousel-control:nth-child(1){
    width: 1px;
    background-image: none !important;
    margin-left: 1% !important;
}

.carousel-brand .carousel-control:nth-child(2){
    width: 1px;
    background-image: none !important;
    margin-right: 3% !important;
}

.carousel-control .glyphicon-menu-left,.carousel-control .glyphicon-menu-right,.carousel-control .fa-angle-left,.carousel-control .fa-angle-right{
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    color:#E5E5E5 !important;
    font-size: 60px !important;
}

.prod-page .carousel-control.right{
  right: -10px;
  top: 120%;
  color:black !important;
  width: 1%;
  background-image: none !important;
}
.prod-page .carousel-control.left{
  left: -40px;
  top: 122%;
  color:black !important;
  width: 1%;
  background-image: none !important;
}
.prod-page .carousel-control{
    opacity: 1 !important;
}
.prod-page .fa-angle-right{
    color: #77B11B !important;
    width: 30px;
    height: 30px;
    position: absolute;
}
.prod-page .fa-angle-left{
    color: #77B11B !important;
    width: 30px;
    height: 30px;
    position: absolute;
}

  .slick-slide {
    margin: 0 10px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -27px;
  }


.prodlist label{
  margin-bottom: 0px !important;
  font-weight: initial !important;
}
  /* pretty radio */
.prodlist label > input[type="radio"] {
  display: none;
}
.prodlist label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #d38815;
}
.prodlist label > input[type="radio"]:checked + * {
  color: #154578;
}
.prodlist label > input[type="radio"]:checked + *::before {
  background-color: #d38815;
  border-color: #d38815;
}

.prodlist label > input[type="radio"] + * {
  display: inline-block;
  padding: 0.1rem 1rem;
}
.prodlist .panel-group{
  margin-bottom:0px !important;
}
.prodlist .panel-default{
  border:0px !important;
}
.prodlist .panel-body {
    border-radius: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.prodlist .panel-heading{
  background-color: transparent !important;
  padding-left: 5px !important;
  padding-bottom: 5px !important;
}

.prodlist .fa-angle-down{
  font-size: 28px;
  margin-top: -4px;
}
.prodlist .subcat-body{
    padding-top: 0px !important;
    padding-left: 15px !important;
}
.prodlist .subcat-down{
    margin-top:3px !important;
}
.slick-slide * {
    outline: none !important;
}

.category-slick{
    height: 46px;
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid #FF9000;
    border-bottom: 1px solid #FF9000;
}
.category-slick .slick-tab{
    background-color: #F8CC72;
}
.category-slick .slick-tab h4{
    font-weight: bold;
}
.category-slick .slick-arrow .fa-angle-left{
    top: 0;
    position: absolute;
    font-size: 20px;
    left: 30px;
    width: 20px;
    border-radius: 50%;
    background-color: #FF9000;
    text-align: center;
    color: white;
}
.category-slick .slick-arrow .fa-angle-right{
    top: 0;
    position: absolute;
    font-size: 20px;
    right: 30px;
    width: 20px;
    border-radius: 50%;
    background-color: #FF9000;
    text-align: center;
    color: white;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #345574 !important;
    font-size: 13px !important;
}

.slick-dots li button::before {
    opacity: .75;
    color: #345574 !important;
    font-size: 13px !important;
}

.slick-dots li {
    margin: 0px !important;
}


/* dropdown menu hover to right*/
@media all and (min-width: 992px) {
  .open{ display: block !important; }
  .submenu{
    margin-left: 0px !important;
    border-radius: 0 !important;
    top: -3px !important;
    min-height: 210px;
  }
}


.ext {
        position: absolute;
        display: none;
}

.ext:checked + label {
        border: white !important;
        border-style: groove !important;
        width: 23px !important;
        height: 23px !important;
}
.ext-border label{
    border:1px solid black !important;
    padding: 5px 7px 5px 7px !important;
}
.ext-border .ext:checked + label{
    border:2px solid #cca738 !important;
    padding: 5px 7px 5px 7px !important;
    width: auto !important;
    height: auto !important;
}
.ext-border{
    display: table-cell !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.cart input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin-right: 15px !important;
}

/* Might want to wrap a span around your checkbox text */
.cart .checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}


.height-limit{
  height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* annexpro */
.pab{
  position: absolute !important;
  z-index: 2;
}
.customicon{
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 7%;
}
.customicon img{
  max-width: 50px;
}
.logocss{
  width: 100%;
  height: 100%;
}
.fbold{
  font-weight: bold;
}
.mgb5{
  margin-bottom: 5px;
}
.lh2{
  line-height: 2;
}
.cubackground{
  background-color: #FCF2E3;
}
.bgtparent{
  background-color: transparent !important;
}
.mgr5{
  margin-right: 5px;
}
.formcss{
  padding: 0;
  padding-left: 20px !important;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  font-size: 14px !important;
}
.messagecss{
  padding-bottom: 20px !important;
  font-size: 13px !important;
}

.mgb4{
  margin-bottom: 40px !important;
}
.cgold{
  color: #345574 !important;
}
.btncss{
  border: none !important;
  background-color: transparent !important;
  font-size: 18px !important;
}
.aligncenter{
  text-align: center;
}
.section2{
  letter-spacing: 2px;
  margin-top: -60vh;
}
.logocss80{
  width: 80%;
  height: 80%;
}

.pdaboutc{
  padding-left: 125px;
  padding-right: 125px;
  letter-spacing: 1px;
}
.mgmenu{
  position: absolute;
  top: 25px;
}

@media only screen and (max-width: 992px) {

  .svdiv {
    display: block !important;
    margin: 0 20px;
  }
  .simg {
    width: 100% !important;
  }
  .next {
    bottom: 25% !important;
  }
  .prev {
    bottom: 25% !important;
  }
  
}
@media (min-width:768px) and (max-width:1400px) {
  .section2 {
    margin-top: -40vh;
  }
}
@media only screen and (max-width: 768px) {
  .section2 {
    margin-top: -20vh;
  }
  .mgl-1 {
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .width98{
    width: 98%;
  }
  .pdaboutc{
    padding-left: 50px;
    padding-right: 50px;
  }
  .logo {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .btnnav{
    margin-top: 40px !important;
    margin-right: 0px !important;
  }
  .btnnav>span{
    background-color: var(--blue) !important;
  }
  .home-navbar .cust-border{
    border-top-left-radius: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
  }
  #myNavbar{
    margin-top: 0px !important;
  }
  .home-navbar .navbar-nav{
    padding-bottom: 15px !important;
    text-align: center !important;
  }
  .mgb8{
    margin-bottom: 20px !important;
  }

  .mgb0{
    margin-bottom: 0 !important;
  }
  .mapheight{
    height: 250px !important;
  }
  .mg425{
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .mailcolumn{
    margin-bottom: 20px !important;
  }
  .newscoverc{
    padding: 0 !important;
  }
  .pdl450{
    padding-left: 15px !important;
  }
  .boxsize{
    padding: 10px;
  }
}
.mgl-1{
  margin-left: -10px;
}
.mgb8{
  margin-bottom:80px;
}
@media only screen and (width: 768px) {
  .width70{
    width: 70%;
  }
  .width71{
    width: 71%;
  }
  .mgl-1{
    margin-left: 0;
    margin-bottom: 50px;
  }
  .nav > li > a {
    padding: 10px 8px !important;
  }
  .logo {
    padding-top: 0;
    padding-left: 0;
    width: 15%;
    margin-bottom: 0;
  }
  .section2{
    margin-top: -40vh;
  }
  .logo{
    margin-left: auto;
  }
  .wspacing5{
    left: 39% !important;
  }
}
@media only screen and (width: 992px) {
  .nav > li > a {
    padding: 10px 12px !important;
  }
  .logo {
    margin-top: 0;
  }
  .navbar-nav{
    margin-top: 20px;
  }

  .mgl-1 {
    margin-left: 0;
  }
  .mgl1{
    margin-left: 10px;
  }
}
.upper{
  text-transform: uppercase;
}
.pdr7{
  padding-right: 70px;
}
.pdl5{
  padding-left: 50px !important;
}
.pd0{
  padding-left: 0 !important;
}
.newscoverc{
  padding: 0 200px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.newst{
  font-size: 23px !important;
}
.pdl3{
  padding-left: 30px !important;
}
.pdr3{
  padding-right: 30px !important;
}
.linehnews{
  line-height: 1.5;
}
.mgb50{
  margin-bottom: 50px;
}
.linehhome{
  line-height: 1.3;
}
.servicescover{
  line-height: 1.3;
  letter-spacing: 1px;
}
.pdl450{
  padding-left: 450px !important;
}
.intitle{
  padding-right: 10px;
  line-height: 1.3;
}
.pdr90{
  padding-right: 90px;
}
.mgl150{
  margin-left: 150px !important;
}
.mgt10{
  margin-top: 10px;
}
.servicesdiv {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.financingc{
  margin: 0;
    width: 120px;
    word-break: break-word;
    font-size: 1.3em !important;
    margin-left: 25px;
}
.processbox{
  border: 3px solid #345574;
}
.pdbox{
  padding: 10px 100px !important;
}
.cnumber{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  margin-top: 0;
}
.fs60{
  font-size: 60px !important;
}
.fs20{
  font-size: 20px;
}
.cnumber2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.wspacing5{
  word-spacing: 5px;
  border-bottom: 1px solid black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 3px;
  font-size: 19px;
  padding-left: 20px;
  padding-right: 5px;
}

.wspacing5:hover{
  text-decoration: none !important;
}
.wspacing5:focus{
  text-decoration: none !important;
}

.homedm{
  word-spacing: 5px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  font-size: 19px;
  padding-left: 5px;
  padding-right: 5px;
}
.homedm:hover{
  text-decoration: none !important;
}
.homedm:focus{
  text-decoration: none !important;
}


.pdl15{
  padding-left: 15px;
}
.pdr15{
  padding-right: 15px;
}
.contenthide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #0d0d0d8a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  opacity: 0;
}
.pichover:hover .contenthide{
  transform: 300ms;
  opacity: 1;
}

.pichover {
  padding-bottom: 45px;
}
.services {
  position: relative;
}
.stitle {
  text-transform: capitalize;
  font-style: italic;
  margin-top: 0;
}
.contenthide p {
  width: 65%;
  text-align: justify;
  font-size: 1.1em !important;
  margin-bottom: 0;
}
.homespacing{
  letter-spacing: 1.3px;
}
.homeinsurance{
  word-spacing: 5px;
  padding-bottom: 5px;
  font-size: 19px;
}
.homeinsurance:hover{
  text-decoration: none !important;
}
.homeinsurance:focus{
  text-decoration: none !important;
}
.mgb15{
  margin-bottom: 15px;
}
.iline{
  border-bottom: 1px solid black;
  margin-bottom: 0;
}
.arrowhome{
  display: flex;
  justify-content: center;
  gap:10px;
}
.aflex{
  display: flex;
  align-items: center;
}
.mgt0{
  margin-top: 0;
}
.imgfinancing{
  background-image: url(/photo/home/financing/financing.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.imgsize50{
  width: 50%;
}

.mgl95{
  margin-left: 95px;
}
.actent{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.mgl130{
  margin-left: 130px;
}
.mgt70{
  margin-top: 70px;
}
.serviceimg {
  z-index: 2;
  align-self: flex-end;
}
.svdiv {
  position: relative;
  display: flex;
  justify-content: center;
}
.simg {
  width: 96%;
  float: right;
}
.mgt30{
  margin-top: 30px;
}
.testimonials-slick,.loan .section{
  background-image: url(/photo/home/partners/partners.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  padding: 20px; 
}
.partersalign img{
  padding: 5px;
}
.partersalign{
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.homenewspic{
  display: flex;
  justify-content: space-around;
}
.conthnews{
  padding: 0 15px;
}
.btnnewsh{
  font-size: 18px;
}
.btnnewsh:hover{
  text-decoration: none !important;
}
.btnnewsh:focus{
  text-decoration: none !important;
}


@media only screen and (min-width: 1024px){
  .nav > li > a{
    padding: 10px 10px !important;
  }
}
@media only screen and (max-width: 767px){
  .servicescover {
    display: none !important;
  }
  .newscoverc {
    display: none !important;
  }
  .contactusc{
    display: none !important;
  }
}
.cover .homesection{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -230%);
  letter-spacing: 2px;
  width: 80%;
}
.pdl190{
  padding-left: 190px;
}
@media only screen and (max-width: 1024px){
  .cover .homesection{
    transform: translate(-50%, -150%);
  }
  .pdl190{
    padding-left: 25px;
  }
}
@media only screen and (max-width: 992px){
  .cover .homesection{
    transform: translate(-50%, -200%);
  }
}
@media only screen and (max-width: 768px){
  .cover .homesection{
    transform: translate(-50%, -160%);
  }
  .rmgb0{
    margin-bottom: 0 !important;
  }
  .rmgt0{
    margin-top: 0 !important;
  }
  .rmgt10{
    margin-top: 10px !important;
  }

  .rmgb10{
    margin-bottom: 10px !important;
  }
  .rmgb20{
    margin-bottom: 20px !important;
  }
  .rpdl15 {
    padding-left: 15px !important;
  }
  .rpdr0{
    padding-right: 0;
  }
  .pichover:hover {
    padding-bottom: 20px;
  }
  .pichover {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 426px){
  .cover .homesection{
    transform: translate(-50%, -140%);
  }
  .financingc {
    margin: 0;
    width: 120px;
    word-break: break-word;
    font-size: 1.3em !important;
    margin-left: 10px;
  }
  .rmgl-10{
    margin-left: -10px;
  }
  .actent {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}


@media  (min-width:950px) and (max-width:2500px) {

}

@media  (min-width:300px) and (max-width:950px) {

}

.banner-content
{
  position: absolute !important;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.banner-content .container
{
  max-width: 700px;
}



@media only screen and (max-width: 650px){

}

.menu-whatsapp
{
  max-width: 100px;
}

.hsimg
{
  position: relative;
}

.pic1:hover ~ .hline
{
  left:0;
  opacity:1;
}

.pic2:hover ~ .hline
{
  margin-left:33%;
  opacity:1;
}

.pic3:hover ~ .hline
{
  margin-left:67%;
  opacity:1;
}

.hprod .hprod-img
{
  display: block;
  margin: 0 auto;
}

.fraud-nav{
    background-color: black !important;
    position: relative !important;
}


.loan hr{
  margin-top: 0px !important;
}
.loan input,.loan select{
  background: transparent !important;
  color: white !important;
}

.loan input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.7; /* Firefox */
}

.loan input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.7; /* Firefox */
}

.loan input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  opacity: 0.7; /* Firefox */
}

.bannertitle{
  margin-inline:auto;
}

.custom-nav {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  text-decoration: none;
}

.custom-nav:hover {
  background-color: #4a148c; /* Purple color */
}

.custom-nav .custom-icon {
  font-size: 20px;
  color: #000; /* Black color */
}

.custom-nav:hover .custom-icon {
  color: #fff; /* White color */
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.bannernav{
  position: absolute;
  bottom: 15px;
  right: 50px;
  display: flex;
  gap: 15px;
  width: 120px;
}

.bannernav a img{
  width: 8px;
}

@media only screen and (max-width: 500px) {
  .bannernav{
    right: -15px;
    bottom: 3px;
  }
}

@media only screen and (max-width: 450px) {

  .bannerbtn{
    margin-top: -5px !important;
  }
}

.nav .quote{
  background-color: var(--blue);
  border-radius: 20px;
  padding: 4px 35px !important;

}

body .nav .quote a{
  color: white !important;

}

@media only screen and (min-width: 992px) {
  .nav .quote{

    margin-left: 35px !important;
  }
}
@media  (min-width:768px) and (max-width:1200px) {
  .nav .quote{
    margin-top: 15px !important;
  
  }
}

.blue{
color: var(--blue) !important;
}

.subtitle{
  font-size: 16px !important;
}

@media only screen and (min-width: 992px) {
.ahboutimg{
  position: absolute !important;
  left: -15px;
}
}
.ahboutimg img{
  width: 480px;

}

.more-btn{
  background-color: var(--blue) !important;
  border-radius: 18px !important;
  padding: 2px 18px 3px !important;
}

.learn-btn{
  background-color: #FFFFFF !important;
  border-radius: 18px !important;
  padding: 3px 18px 4px !important;
  margin-inline:auto;
  display: block !important;
  width: fit-content;
}

.ahboutimg p{
  position: absolute;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  
 
  
  .habout{
    padding-bottom: 115px !important; 
  }
  .ahboutimg .w1{
    top: 97px;
    left: 428px;
  }
  .ahboutimg .w2{
    top: 307px;
    left: 462px;
  }
  .ahboutimg .w3{
    top: 506px;
    left: 392px;
  }
}
@media  (min-width:768px) and (max-width:992px) {
  .ahboutimg img{
    width: 500px;
    margin-left: -38px;
  }
  .ahboutimg .w1{
    top: 104px;
    left: 412px;
  }
  .ahboutimg .w2{
    top: 321px;
    left: 450px;
  }
  .ahboutimg .w3{
    top: 529px;
    left: 379px;
  }
}

@media only screen and (max-width: 767px) {
  .ahboutimg img{
    width: 400px;
    max-width: 60%;
    margin-left: -15px;
  }

  .ahboutimg .w1{
    top: 13%;
    left: 54%;
  }
  .ahboutimg .w2{
    top: 42%;
    left: 56%;
  }
  .ahboutimg .w3{
    top: 71%;
    left: 46%;
  }
}

.mgbt-10{
  margin-bottom: 10px !important;
}

.sub_underline{
  margin-bottom: 16px;
  margin-top: 5px;
}

.habout{
  background-image: url("/mem_module/library/image/haboutbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

@media only screen and (max-width: 600px){
  .ahboutimg p{
    line-height: 120% !important;
  }
}


.abouttitle{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
  width: 100%;
  line-height: 120%;
}

@media only screen and (max-width: 768px){
  .hservicetitle{
    font-size: 21px !important;
    top: 35%;
  }
}



.hservice-box .haboutph{
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}


.hservice-box p{

  border-radius: 15px;
  margin-bottom: 0  ;
  margin-inline:10px;
}
.hservice-box{
  margin-top: 10px;
}


.hservice .learn-btn{
  margin-top: 30px;
}

.hservice .hservice-slick{
  margin-top: 30px;
}
@media only screen and (min-width: 768px){
  .slicknav{
    position:absolute;
    right: 15px;
    top: 140px;
  }
 .hservice .container{
  position:relative !important;
 }
}

@media only screen and (max-width: 768px){
  .slicknav{
    display: flex;
    justify-content: right;
    padding-right: 15px;
    margin-bottom: 10px;
  }

}

.slicknav{
  cursor: pointer;
}
.flogo{
  display: block;
  margin-inline: auto;
  width: fit-content;
  max-width: 100%;
}


.fbox{
  padding-top: 15px;
}

.fbox .innerbox{
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}

.flogo{
  width: 160px;
  margin-bottom: 15px;
}

.copyright{
  margin-top: 35px;
  margin-bottom: 40px;
}
.ftitle{
  margin-bottom: 10px !important;
  font-size: 13px !important;
  text-align: left;
}
.fcontent{
  font-size: 16px !important;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 100;
}

.fcontact .fcontent{
  display: flex;
  gap: 6px;
}

.fcontact .fcontent img
{
  height: fit-content;
  width:10px;
  margin-top: 3px;
}

@media only screen and (max-width: 768px){
  .fcontact .fcontent{
    flex-direction: column !important; 
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .fbox{
    margin-bottom:15px;
  }
  .ftitle{
    text-align: center !important;
  }
 
}

.fconnect{
  font-size: 15px !important;
}

.fconnect a:nth-child(1){
  margin-left: 15px;
  margin-right: 4px;
}

.gray{
  color: #ababab !important;
}

.mginline-auto{
  margin-inline: auto !important;
  display: block !important;
}
.visionbg{
  background-image: url("/mem_module/library/image/visionbg.png");
}
.missionbg{
  background-image: url("/mem_module/library/image/missionbg.png");
}


.vmsion{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain !important;
    width: 460px;
    height: 460px;
    display: flex;
    padding-top: 130px;
    justify-content: center;
    flex-wrap: wrap;
}

.v_msion{
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.vmsion-inner{
max-width: 310px;
}

.vmsion .title{
  font-size: 18px !important;
  margin-bottom: 15px;
}

.vmsion .title img{
  width: 45px;
  margin-right: 10px;
}

@media only screen and (max-width: 500px){
  .vmsion .content{
    font-size: 13px !important;
  }
  .vmsion-inner{
    max-width: 240px;
    }

    .vmsion{
      padding-top: 125px !important;
      height: 400px;
    }
    

}
.caption .title{
  margin-bottom: 2px;
}

.expertise{
  background-image: url("/mem_module/library/image/expertisebg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 40px 20px;
}

.expertise-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.expertise-box{
  width: 300px;
  padding-inline: 35px;
  padding-top: 20px;
}

.expertise-box .underline{
  background-color: #FC0D1A;
  height: 1px;
  width: 90%;
  margin-inline: auto;
}

.expertise-box .title{
  font-size: 16px !important;
  margin-bottom: 6px;
}

.expertise-box .content{
  padding-inline:20px;
}

.strengths{
  background-image: url("/mem_module/library/image/strengthsbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.strengths .content{
  font-size: 16px !important;
  line-height: 120%;
}

@media only screen and (min-width: 767px){
  .strengths{
    padding-inline:15px;
    padding-block: 20px 40px;
  }
  

  .strengths .container{
    position: relative;
    width: 767px !important;

    height: 570px;
  }
  
  .strengths .caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .strengths .strengths-box1{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .strengths .strengths-box2{
    position: absolute;
    top: 38%;
    right: 15%;

  }
  .strengths .strengths-box3{
    position: absolute;
    top: 73%;
    right: 23%;
  }
  .strengths .strengths-box4{
    position: absolute;
    top: 73%;
    left: 23%;
  }
  .strengths .strengths-box5{
    position: absolute;
    top:38%;
    left: 15%;
  }

  
}

@media only screen and (max-width: 767px){
  .strengths{
    padding-inline:15px;
    padding-block: 30px 40px;
  }
  .strengths-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 400px;
    margin-inline: auto;
    gap:15px;
  }

 
}

.strengths-size{
  width: 130px;
  height: 135px;
}

.policy .container{
  background-color: #F5F5F4;
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 15px 10px 25px;
}

.policy .title{
  font-size: 16px !important;
  margin-bottom: 6px;
}

.sustain .sustainimg{
  max-width: 500px;
  width: 100%;
  margin-block: 35px 45px;
}



.service{
  padding-block: 30px;
}
.scontent{
 padding-top: 70px;
 padding-inline:20px !important;
  position: relative;
  background-color: #191970;
}

.service-box{
  margin-bottom: 40px;
}
.service-box .contentimg{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.service .carousel{
  margin-block: 0px 15px;
  border-radius: 20px !important;
}
.service .carousel-control{
  background-color: transparent !important;
  background-image: none !important;
}

@media only screen and (min-width: 767px){

  
}
@media only screen and (max-width: 767px){

  .scontent{
  width: 100% !important;
  padding-bottom: 60px;
  }

  .contactinfo{
    margin-inline:auto;
  }
  .contactinfo{
    margin-top: 10px !important;
    max-width: 100% !important;
  }

  
}



.scontent .title{
  font-size: 22px !important;
}

.mg-top30{
  margin-top: 30px;
}




.menuwhatsapp{
  position: fixed;
  right: 27px;
  bottom: 135px;
  z-index:999;
}

.contactinfo{
  background-color: var(--blue);
  border-radius: 12px;
  padding: 15px 20px 30px !important;
  width: 100%;
  margin-top: 30px;
}

.contactinfo .ct1{
  font-size: 22px !important;
  line-height: 110%;
  letter-spacing: 1.5px;
}
.contactinfo .ct2{
  font-size: 18px !important;
  line-height: 110%;
  margin-top: 1px;
}
.contactinfo .ct3{
  font-size: 14px !important;
  line-height: 110%;
  margin-bottom: 10px;
  margin-top: 5px;
}

.contactinfo p{
  margin-bottom: 0px;
}
.contactinfo  .top-title{
  margin-top: 20px;
  display: block;
  font-size: 16px !important;
}

.contactinfo .fcontent{
  margin-bottom: 6px !important;
  max-width: 200px;
  font-size: 14px !important;
}

.contactinfo .title,
.contactinfo .content{
  line-height: 130%;
  font-size: 14px !important ;
}

.contactinfo .fcontent{
  display: flex;
  gap: 5px;
  text-align: left !important;
}
.contactinfo .fcontent img{
  height: fit-content;
}
.contactinfo{
  margin-left: auto;
}


.cmap{
  margin-top: 20px;
}



.contactus .caption .title{
  line-height: 115%;
  margin-top: 5px;
}



.form-group{
  margin-bottom: 10px !important;
}



.contactus .form .form-control::placeholder{
  color: black;
  font-size: 13px !important;
  font-family: 'MyWebFont5', Fallback, sans-serif;
  line-height: 120% !important;
}



@media only screen and (min-width: 767px) {
  .service-box:nth-child(even) .carousel{
    float: right !important;
  }
  .scontent{
    min-height: 320px !important;
    padding-top:45px !important;
  }
}
.scontent{
  border-radius: 5px;
}

@media only screen and (min-width: 1200px){

  .scontent{
    height: 400px !important;
  }
}
@media only screen and (max-width: 1200px){
.v_msion{
  gap: 10px !important;
}
}

@media  (min-width:767px) and (max-width:992px) {
  .scontent{
    min-height: 300px !important;
  }
}

.sustain{
  margin-top: 30px;
}

.sendto{
  margin-left: 5px;
}

.navbar-fixed-top{
  position: absolute !important;
}
@media only screen and (min-width: 992px) {
.home-navbar .navbar-nav li{
  margin-inline:15px;
}}
@media (min-width: 767px) and (max-width: 992px) {
.home-navbar .navbar-nav li{
  margin-inline:10px;
  
}}
@media only screen and (max-width: 767px) {

.home-navbar .navbar-nav li{
  margin-bottom: 8px;
}
.home-navbar .navbar-nav li.active{
  margin-bottom: 15px !important;
}
.logo{
  margin-block: 15px;
}

}


@media only screen and (min-width: 767px) {
  
  #myNavbar{
    width: 100% !important;
    text-align: right !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
.navbar-fixed-top.home-navbar{
  background-color: white !important;
}
.navbar-fixed-top.home-navbar .btnnav>span{
  background-color: grey !important;
}
}

.navbar-fixed-top.home-navbar .navbar-nav li>a{
    color: white !important;
  }


.navbar-fixed-top.home-navbar .navbar-nav li.active a{
   border:1px solid  #fc0d1a;
   border-radius: 15px;
   padding: 0px 8px !important;
}

.home-navbar .navbar-nav li.active a{
   font-weight: 700 !important; 
   color: #345574 !important;
}

.home-navbar .navbar-nav .contact a{
  background-color: var(--green) !important;
  padding: 2px 11px 0px !important;
  border-radius: 15px !important; 
  border: none !important;
  color: white !important;

}

.home-cover h1{
  font-size: clamp(28px, 4vw, 44px) !important;
  margin-top: 0;
}

.home-cover p{
  font-size: clamp(14px, 2vw, 16px) !important;
}
@media only screen and (max-width: 500px) {
.home-cover .bannercontent{
  top: 52% !important;
}
}

.fcontent.active{
  font-weight: bold !important;
}
.flocation p{
  color: white !important;
  font-size: 13px !important;
}
.flocation a{
  color: white !important;
}

.flocation{
  font-family: 'MyWebFont', Fallback, sans-serif !important;
}
.flocation span{
  color: var(--green);
  font-family: 'MyWebFont1', Fallback, sans-serif !important;
}
.flocation .title{
  margin-bottom: 0 !important;
  font-size: 14px !important;
  letter-spacing: 0px !important;
}
@media only screen and (min-width: 767px) {
.flocation a{
  text-align: left !important;
}
}



.headtitle .title{
  font-size: 32px !important;
  margin-bottom: -4px;
  line-height: 130%;
  margin-top: -2px;
}
.headtitle .subtitle{
  font-size: 32px !important;
  line-height: 130%;
  margin-top: -5px;
}
.headtitle .subtitle2{
  font-size: 13px !important;
  margin-bottom: 0;
}
.xhome .navbar-brand .xs-logo{
    display: none;
  }
@media only screen and (max-width: 767px) {
  .home .navbar-brand .sm-logo{
    display: none;
  }
  

.headtitle .title{
  font-size:28px !important;
 
}
.headtitle .subtitle{
  font-size: 28px !important;

}

}
.hlogistic{
 
  margin-bottom: 30px;
}
.white-bg{
  background-color: white !important;

}
.morebtn{
  border-radius: 15px !important;
  padding:5px 6px 4px 16px !important;
  width: fit-content;
  display: block;
  margin-inline: auto;
  margin-block: 15px 20px;
  font-size: 13px !important;
}

.morebtn img{ 
  margin-top: -2px;
  margin-left: 3px;

}

.logcontainer{
  margin-top: 30px;
}

.logcontainer .wrap{
  border: 1px solid var(--gray);
  border-radius: 10px;
  padding: 60px 20px 10px;
  margin:10px;
  transition: 0.3s
}

.logcontainer img{
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .logcontainer .wrap{
    min-height: 175px;
  }
}

.pgtpmin767{
  padding-top: 14px;
}
.readbtn{
  margin-inline: 0 !important;
}
.readbtn img{
   filter: brightness(1) invert(1) !important;
}

.hservicecontainer{
  padding-bottom: 50px;
}

.hservice{
  padding-top: 40px !important;
}

.mg-auto{
  margin-inline: auto !important;
}

.hstrategic{
  background-image: url("/mem_module/library/image/stgbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 40px;
}

.hstrategic .title2{
  font-size: 22px !important;
  margin-block: 20px;
}
@media only screen and (min-width: 767px) {
.hstrategic .img img{
  width: 70%;

}
.provide{
  margin-top: -22%;
}
}
@media only screen and (max-width: 767px) {
.provide{
  text-align: center;
}
}

.provide .title1{
  font-size: 22px !important;
  margin-bottom: 7px;
}
.provide .title1-2{
  font-size: 16px !important;

}
.provide .content{
  margin-bottom: 5px;
}

.hpartners{
  padding-block: 40px 30px;
}

.hpartners .partnerwrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-block: 30px;
}
.hpartners .intouch{
  padding-block: 50px 0px;
  padding-inline: 30px !important;
  background-color: #f7f7f6;
  border-radius: 20px;
  margin-top: 10%;
}

.hpartners .intouch .title{
font-size: 24px !important;
line-height: 120%;
}

.hpartners .intouch .content{
background-color: rgba(255, 46, 46, 0.1);
width: fit-content !important;
}
@media only screen and (min-width: 767px) {
.hpartners .intouch .deliveryer{
  margin-top: -33%;
}

}
  .hpartners .intouch{
    margin-bottom: 20px;
  }
@media only screen and (max-width: 767px) {
  .hpartners .intouch{
    text-align: center !important;
  }
  .hpartners .intouch .content{
    margin-inline: auto;
  }
.hpartners .intouch .deliveryer{
  margin-top: 20px;
  width: 350px;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}
}



.mgbt50{
  margin-bottom: 50px;
}






.mscontainer{
  padding-inline: 30px !important;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 767px) {
  .mscontainer .wrap{
  display: flex;
}
.mscontainer .wrap .box
{
  width: 50%;
}

.mscontainer .wrap:nth-child(even){
  flex-direction: row-reverse;
 
}
.mscontainer .wrap .box:nth-child(2){
  padding-left: 20px !important;
}
.mscontainer .wrap .box:nth-child(1){
  padding-right: 20px !important;
}
.mscontainer .wrap:nth-child(even) .box:nth-child(1){
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.mscontainer .wrap:nth-child(even) .box:nth-child(2){
  padding-right: 20px !important;
  padding-left: 0 !important;
}
.mscontainer .wrap:nth-child(even) .box:nth-child(2){
  border-right: 1px dotted #2953a3;
}
.mscontainer .wrap:nth-child(odd) .box:nth-child(2){
  border-left: 1px dotted var(--red);
}
.mscontainer .wrap .box{
  position: relative;
  display: inline;

}
.mscontainer .wrap:nth-child(even) .box .year{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mscontainer .wrap:nth-child(odd) .box .year{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mscontainer .wrap .dot1{
position: absolute;
height: 10px;
width: 10px;
border-radius: 50%;
top: 0;
left: -5.5px;
background-color: var(--red);
}
.mscontainer .wrap .dot2{
position: absolute;
height: 10px;
width: 10px;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
left: -5.5px;
background-color: var(--red);
}
.mscontainer .wrap .box .border{
  position: relative;
}
.mscontainer .wrap:nth-child(even) .box:nth-child(1) .border::before{
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #151b77;
  left: -7px;
  top: 47%;
  transform: translateY(-50%);
  transform: rotate(45deg);
}
.mscontainer .wrap:nth-child(1) .box .border{
  margin-top: -45px;
  margin-bottom: 20px;
}
.mscontainer{
  padding-top: 70px !important;
}
}



.mscontainer .wrap .box .year{
  font-size: 16px !important;
}
.mscontainer .wrap .box .emp{
  font-size: 28px !important;
}

.mscontainer .wrap .box .border{
  border-radius: 15px;
  background-color: #151b77;
  padding: 25px 20px 15px;
}

@media only screen and (max-width: 767px){
  .mscontainer .wrap{
    display: flex;
    flex-direction: column-reverse;
  }
  .mscontainer .wrap .box .year{
    display: block;
    margin-top: 30px !important;
    padding-bottom: 10px;
  }
.mscontainer .wrap{
  padding-left: 20px !important;
}
  .mscontainer .wrap:nth-child(odd){
    border-left: 1px dotted var(--red);
  }
  .mscontainer .wrap:nth-child(even){
    border-left: 1px dotted #2953a3;
  }
  .mscontainer .wrap .box{
    position: relative;
  }
  .mscontainer .wrap .dot2{
    position: absolute;
    background-color: var(--red);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -25.5px;
    top: 65%;
    transform: translateY(-50%);
  }
  .mscontainer .wrap .dot1{
    position: absolute;
    background-color: var(--red);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -25.5px;
    top: 18%;
    transform: translateY(-50%);
  }

  .mscontainer .wrap:nth-child(4) .year{
    padding-bottom: 0 !important;
  }
  .mscontainer .wrap:nth-child(1) .year{
    margin-top: -5px !important;
    
  }

}



.about-slick-nav {
  display: flex;
  justify-content: right;
  gap: 15px;
  margin-top: 10px;
}

@media only screen and (max-width: 700px){
  
  .about-slick .wrap{
    padding-top: 0 !important;

  }
}

.hservice-box:hover{
  transform: scale(1.02);
  transition: all 0.5s ease-in-out;
}



.career{
  padding-block: 30px;
}

.career .sec1{
  margin-block: 25px 40px;
}

.career .headtitle .title .blue-a{
  display: block;
  margin-top: -7px;
}

.career .sec2 .box{
  background-color: #f7f7f6;
  border-radius: 20px;
}

.career .sec2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 20px;
}

@media only screen and (min-width: 767px){
  
.career .sec2 .box{
  width: calc(50% - 10px);
  
  box-sizing: border-box;
}
}
@media only screen and (max-width: 767px){
  
.career .sec2 .box{
  width: calc(100% - 10px);
  box-sizing: border-box;
}
}
.career .sec2 .box{
  padding: 30px 20px;
  margin-bottom: 5px;
}
.career .sec2 .box .content{
  padding-left: 0px !important;

}
.career .sec2 .box .content li{
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  gap: 8px;
}

.career .sec2 .box .subtitle{
  margin-block: 5px 10px;
  font-size: 16px !important;
}

.career .sec2 .box .title{
  font-size: 22px !important;
}

.morebtn:hover{
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.morebtn:focus{
text-decoration: none !important;
}

.logcontainer .wrap:hover{
  
  background-color: var(--blue);
}

.logcontainer .wrap:hover p{
  color: white !important;
}

.logcontainer .wrap:hover img{
     filter: brightness(0) invert(1);
}


.navbar-nav .apply{
  text-align: right !important;
}

.home-navbar .apply{
  background-color: #345574;
  padding: 3px 15px 3px;
  border-radius: 15px;
  color: white !important;
  margin-left: 10px;
}
@media only screen and (max-width: 992px){
.home-navbar .apply{
  font-size: 14px !important;
}


}

@media only screen and (max-width: 767px){
  .home-navbar .apply{
  position:absolute;
  right: 15px;
  top: 15px;
}
}


.home-navbar .container{
  position: relative;
  padding-top: 8px;
}

@media only screen and (max-width: 767px) {
  .navbar-fixed-top.home-navbar .navbar-nav li>a{
    color: black !important;
  }
}

.navbar-fixed-top.home-navbar .navbar-nav li.active>a{
    font-weight: bold !important;
  }

  .xhome.navbar-fixed-top.home-navbar .navbar-nav li>a{
    color: black !important;
  }

  .footer .box2 .fcontent{
    margin-bottom: 0px;
  }

  .footer .box1 .title{
    font-size: 14px !important;
  }
  .footer .box1 .content{
    font-size: 12px !important;
    line-height: 120% !important;
  }

  p{
    line-height: 120%;
  }

  .habouttitle .title{
    font-size: 28px !important;
    margin-bottom: 8px;
  }
   .habouttitle .subtitle{
    font-size: 18px !important;
  }

  .habout{
    padding-top: 60px;
    padding-bottom: 60px !important;
    background-image: url("/mem_module/library/image/haboutbg.png");
    background-size: cover;
    background-position: center;
  }

  .habout .box2{
    margin-top: 50px;
  }

    .habout .box2 .boxinner2{
      padding-top: 40px;
      padding-inline: 10px 5% !important;
    }
    .habout .box2 .boxinner2 .content{
      line-height: 160% !important;
    }

    .maintitle .title{
      font-size: 24px !important;
      margin-bottom: 0px;
      line-height: 100% !important;
      letter-spacing: 1px;
    
    }
    .maintitle .content{
      font-size: 22px !important;
      margin-bottom: 4px;
     letter-spacing: 1px;
      line-height: 160% !important;
    }

   .habout .maintitle .content{
      margin-left:30%;
   }

   
   .habout .maintitle .inner{
    max-width: 240px;
    margin-inline: auto;
    margin-bottom: 25px;
   } 

   @media only screen and (min-width: 767px) {
     .habout .box2 .boxinner1{
      padding-right: 20px !important;
     }
   }

   .hservice{
    background-color: black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
   }

   .hservice .maintitle .content{
    padding-left: 55px !important;
   }


   @media only screen and (min-width: 500px) {
   .container{
    width: 90% !important;
  }
}
.hservice-box{
  padding-inline: 10px !important;


}
.hservice-box .title{
  font-size: 14px !important;
  padding-right: 30px;
}
.hservice-box .content{
  font-size: 13px !important;
  margin-top: 3px;
  padding-right: 30px;
}
.hservice-box .content-box{
  position: relative;
}
.hservice-box .more{
  position: absolute;
  top: 0;
  right: 0;
}

.hservice-box .mainimg{
  margin-bottom: 15px;
}

.hservice-box{
  padding-inline:0 !important;
  margin-inline: 5px !important;
}

.hwhat{
  padding-top: 40px;
}

.what{
   background-image: url("/mem_module/library/image/whatbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.what .maintitle .content{
  margin-top: -5px;
}

.what .box2{
  margin-top: 30px;
}

.what .box2 .inner{
  padding-inline: 40px !important;
  padding-block: 30px 15px;
}

.what .box2 .inner .title{
  font-size: 18px !important;
  margin-top: 3px !important;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
.what .box2 .inner{
  padding-inline: 15px !important;
  padding-block: 20px 5px;
}
}

.what{
  padding-bottom: 50px;
}

.hinfo{
  background-image: url("/mem_module/library/image/hinfobg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 70px 60px;

}


.hinfo .box2 .title1,
.hinfo .box1 .title1{
  font-size: 20px !important;
  margin-bottom: 30px;
  margin-top: 25px;
}

.hinfo .box2 .content1,
.hinfo .box1 .content1{
  display: flex;
  margin-bottom: 18px;
}

.hinfo .box2 img,
.hinfo .box1 img{
  height: 100%;
  margin-right: 12px;
  max-width: 100%;
}

.hinfo .box2 .content1 .title,
.hinfo .box1 .content1 .title{
    margin-bottom: 2px;
}

.apply{
  background-color: #fc0d1a;
  padding: 4px 18px 6px ;
  border-radius: 15px;
  transition: 0.3s;
  display: inline-block;
}
.apply:hover{
  transform: scale(1.05) !important;
  text-decoration: none !important;
}

.hinfo .box1 .inner1,
.hinfo .box2 .inner1{

  padding-bottom: 30px;
}

.hinfo .box2 {
  margin-top: 60px;
}


@media only screen and (min-width: 767px) {
.hinfo .box1 .inner1,
.hinfo .box2 .inner1{
  padding-inline: 35px !important;

}
}
@media only screen and (max-width: 767px) {
.hinfo .box1 .inner1,
.hinfo .box2 .inner1{
  padding-inline: 15px !important;

}
}

.hinfo .box2 .content2{
  margin-top: 20px;
  margin-bottom: 30px;
}
.hinfo .box2 .content2 p{

  margin-bottom: 3px;
}

.htable{
  background-image: url("/mem_module/library/image/htablebg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 50px 60px;
}

.htable .toptitle .title{
  font-size: 36px !important;
}
.htable .toptitle .content{
  margin-bottom: 6px;
}
.htable .toptitle .content2{
  font-size: 14px !important;
}

.htable .nav-tabs{
  border-bottom: none;
  margin-top: 20px;
}

.htable .nav-tabs li a{
  color: white !important;
  border: 1px solid white !important;
  border-radius: 15px;
  font-size: 13px !important;
  padding: 2px 12px !important;
  margin-right: 5px;
}

.htable .nav-tabs li.active a{
  color: #fc0d1a !important;
  background-color: white !important;
}

.htable .tab-pane .content1{
  font-size: 17px !important;
  margin-bottom: 5px;
  margin-top: 8px;
}
.htable .tab-pane .content2{
  font-size: 13px !important;
}
.htable .tab-pane .content3{
  font-size: 13px !important;
  margin-bottom: 25px;
}

.htable .tab-pane .content4{
  margin-top: 10px;
  font-size: 13px !important;
  line-height: 160% !important;
}


.hcontact{
  background-image: url("/mem_module/library/image/hcontactbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 120px 60px;
}

.hcontact .contactbtn{
  background-color: white;
  padding: 10px 12px 6px;
  border-radius: 20px;
  color: black;
  display: block;
  margin: 30px auto;
  width: fit-content;
  font-size: 13px !important;
  transition: 0.3s;
  text-decoration: none !important;
}

.hcontact .contactbtn:hover{
  transform: scale(1.02);
  
}

.hcontact .contactbtn img{
  margin-left: 6px;
  margin-top: -3px;
}

.hcontact  .title{

  margin-bottom: 20px;
}

@media only screen and (max-width: 767px){
.contactus .img img{
  padding-inline: 15px;
  
}
.contactus .form-inner{
  padding-inline: 15px !important;
}
.contactus .box1{
  padding-top: 40px !important;
}

}


@media only screen and (min-width: 767px){
.contactus .box2 .inner2{

  border-left: 1px solid black;
   border-right: 1px solid black;
}
.contactus .box2 .inner3{

  border-right: 1px solid black;
}
}

.contactus .box1 .title{
  font-size: 24px !important;
  margin-bottom: 5px;
}

.contactus .box1 .content{
  margin-bottom: 3px;
}

.contactus .box1 .caption{
  margin-bottom: 20px;
}

.contactus .box2{
  padding-block: 40px !important;
}

.contactus .box2 .inner1 .title{
  margin-bottom: 0;
  margin-top: 10px;
}
.contactus .box2 .inner1 .content{
  margin-bottom: 0;
  font-size: 10px !important;
}
.contactus .box2 .wrap{
  width: fit-content;
  margin-inline:auto;
}
.contactus .box2 .inner2 img{
  display: block;
  margin: 0 auto 12px;
}
.contactus .box2 .inner2 .content{
  font-size: 13px !important;
  line-height: 140% !important;
  display: inline-block;
}

.contactus .box2 .inner2{
  margin-top: 20px;
 
}
.contactus .box2 .inner3 img{
  display: block;
  margin: 0 auto 20px;
}
.contactus .box2 .inner3 a{
  display: block;
  margin-bottom: 2px;
}
.contactus .box2 .inner3{
  margin-top: 20px;
  
}
.contactus .inner1,
.contactus .inner2,
.contactus .inner3,
.contactus .inner4{
  padding-inline: 20px !important;
  min-height: 120px;
}
.contactus .inner4{
  margin-top: 20px;
}
.contactus .inner4 img{
  display: block;
  margin: 0 auto 12px;
}

.contactus .inner4 .content{
  line-height: 120% !important;
  font-size:13px !important
}
.contactus .inner4 .title{
  margin-bottom: 5px;
}

.aboutus{
  padding-top: 130px;
  background-image: url("/mem_module/library/image/haboutbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50px;
}

.aboutwhat{
  padding-top: 50px;
  padding-bottom: 80px !important;
}

.aboutus .maintitle .wrap{
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.aboutus .maintitle .content{
  padding-left: 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .aboutus{
  padding-top: 20px !important;
  
}
.aboutus .box2 .inner1{
  padding-bottom: 20px !important;
}

}
@media only screen and (min-width: 767px) {


.aboutus .box2 .inner1{
  padding-right: 10px !important;
}
}
.aboutus .box1 .content{
  margin-top: 20px;
  line-height: 160% !important;
  margin-bottom: 60px;
}

.aboutus .box2 .inner2{
  background-image: url("/mem_module/library/image/aboutbg2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
  
  padding: 20px 35px !important;
}

.aboutus .box2 .inner2 .title{
  font-size: 22px !important;
} 
.aboutus .box2 .inner2 .content{
  font-size: 13px !important;
  margin-bottom: 35px;
  line-height: 140% !important;
} 

.aboutus .box2 .inner1 img{
  
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

@media only screen and (min-width: 1200px) {
.aboutus .box2 .inner1 img{
  max-height: 310px;

}
}
@media only screen and (max-width: 1200px) {
  .aboutus .box2 .inner1 img{
  max-height: 330px;

}
}
.service{
  padding-top: 0 !important;
}


.service .box1bg{
  background-image: url("/mem_module/library/image/servicebg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.service .box1 .maintitle .content{
  padding-left: 60px;
}

.service .box1 .maintitle{
  margin-bottom: 25px;

}

@media only screen and (min-width: 767px) {
.service .box1 .inner1{
  padding-right: 30px !important;
}
}
@media only screen and (max-width: 767px) {

.service .box1 .inner1{
  padding-bottom: 20px !important;
}
}

.service .box1{
  padding-bottom: 50px;
}



.service .box2 .wrap1 .title{
padding-inline: 15px !important;
margin-top: 8px;
font-size: 20px !important;
margin-bottom: 5px;
}
.service .box2 .wrap1 .content{
padding-inline: 15px !important;
font-size: 13px !important;
}


.service .box2 .wrap2 .content img{
  margin-right: 5px;
}

.service .box2 .wrap2{
  margin-top: 20px;
}

@media only screen and (min-width: 767px) {
.service .box2 .wrap2{
  padding-inline: 60px 20px;
  margin-top: 50px;
}
}

.service .box2 .wrap3 .title{
padding-inline: 5px !important;
margin-top: 8px;
font-size: 20px !important;
margin-bottom: 5px;
}
.service .box2 .wrap3 .content{
padding-inline: 5px !important;
font-size: 13px !important;
}

.service .box2 .wrap3 div{
  padding-inline:8px !important;
}

@media only screen and (min-width: 767px) {
  .service .box2 .wrap3{
    margin-top: -40px;
  }
}

@media only screen and (max-width: 767px) {
  
.service .box2 .wrap3{
    margin-top: 30px;
  }
  .service .box2 .wrap1 .title,
  .service .box2 .wrap3 .title{
    font-size: 18px !important;
  }
  .service .box2 .wrap1 .content,
  .service .box2 .wrap3 .content{
    font-size: 13px !important;
  }
}

.service .box4{
  padding-block: 30px 20px;
}
@media only screen and (min-width: 767px) {
.service .box4 .inner2 img{
  padding-left: 40px;
}
.service .box4 .inner1{
  padding-left: 10% !important;
}

}
.service .box4 .inner1{
padding-bottom: 30px;
}


@media only screen and (max-width: 500px) {

.service .box4{
  padding-inline: 15px !important;
}
}
.service .step-wrap{
  padding-bottom: 30px;
  border-left: 2px solid var(--red);
  padding-left: 30px !important;
  margin-left: 15px;
  position: relative;
  
}
.service .step-wrap:last-child{
  padding-bottom: 0 !important;
  border: none !important;
}
.service .step-wrap .title{
  font-size: 20px !important;
  margin-bottom: 3px;
}

.service .step-wrap .num{
  color: white;
  background-image: url("/mem_module/library/image/stepnum.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: -16px;
font-size: 18px !important;
}

.banner-getstart{
  position: absolute;
  bottom: 25px;
  left: 7%;
  transition: 0.3s;
  display: inline-block !important;
  z-index: 999;
}

.banner-getstart:hover{
  transform: scale(1.03);
}

.ftitle{
  font-size: 20px !important;
  font-weight: 100;
  margin-bottom: 25px !important;
}

.modal-body .title{
  font-size: 18px !important;
  margin-top: 15px;
}
.modal-body .content{
  font-size: 14px !important;
  line-height: 140% !important;
}

.htable .table-striped > tbody > tr:nth-of-type(even){
  background-color: #f2f2f2;
}

.ltable th{
  text-align: center !important;
}

.ltable{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ltable thead tr:nth-child(2) th{
  text-align: center;
}

.ltable tbody tr td:first-child,
.ltable thead tr th:first-child{
  text-align: left !important;
}

.ltable thead tr:first-child{
  background-color:#faf2cf;
  color: #fc0d1a !important;
}
.ltable thead tr:nth-child(2){
  background-color:black;
  color: white !important;
}



.disnone{
  display: none !important;
}

 .home-cover .bannercontent .bannerbtn{
  font-size: 16px !important;
  background-color: white;
  border-radius: 30px;
  padding: 12px 30px;
  color: #345574 !important;
  margin-top:40px !important;
  display: inline-block;
  width: fit-content;
}

 .home-cover .bannercontent *{
  line-height: 140% !important;
 }

  .home-cover .bannercontent .bannerbtn:hover{
    transform: scale(1.1);
    transition: all .3s;
  }

  
.footer{
  background-image: url("/mem_module/library/image/bannerbg.png");
  background-size: cover;
  background-position: center;
 
}

.flg{
  filter: brightness(0) invert(1);
}
.fcontent{
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.logocontent{
  line-height: 160% !important;
  font-size: 16px !important;
}

.copyrightbox{
  background-color: #487096;
}

.footer{
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {

.footer{
  padding-bottom: 30px !important;
}

}



@media only screen and (max-width: 992px) {

.footer .box1 .social{
 display: flex;
 justify-content: center;
 margin-block: 40px 30px !important;
 gap: 15px;
}
}

.footer .box1 .social{
  margin-top: 40px;
  display: flex;
 gap: 15px;
}

.homehow .box2 p{
  line-height: 160% !important;
  text-align: justify;
  margin-top: 25px;
}

.homehow{
  padding-top: 50px;
}

.homehow .box2 p .title{
  font-size: 18px !important;
}
.homehow .box2 p{
  color: #3A3A3A !important;
}

.maintitle hr{
  background-color:#345574 ;
  width: 100px;
  margin-inline: auto;
  margin-top: 30px;
  height: 2px !important;
}

.homehow .box3{
  margin-top: 50px;
}

.homehow .box3 .wrap{
  text-align: center;
  padding-inline: 15px !important;
  margin-bottom: 30px;
}

.homehow .box3 .wrap .title{
  margin-block:15px 20px;
  line-height: 140% !important;

}

.homehow .box3 .wrap span{
  color: #345574 !important;
}


.homehow .box3 .wrap .content{
  line-height: 160%;
}
@media only screen and (min-width: 992px) {
  .homehow .box3 .wrap{
    min-height: 440px;
  }
}

.port .box2{
  margin-top: 20px;
}

.port{
  margin-top: 30px;
}
.port .box2 .wrap{
  position: relative;
}

.port .box2 .wrap .cover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #345574 ;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.port .box2 .wrap a{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform:  translateX(-50%);
  border: 1px solid white;
  border-radius: 20px;
  padding: 10px 35px;
  transition:  0.4s ease;
  z-index: 999;
}
.port .box2 .wrap:hover .cover{
  opacity: 0.5;
}

.port .box2 .wrap a:hover{
  background-color: white;
  color: #345574 !important;
  text-decoration: none;
}

.feature .slick-slide{
  margin-inline: 35px !important;

}

.feature{
  padding-top: 70px;
  margin-bottom: 80px;
}

.feature .maintitle{
  margin-bottom: 40px;
}

.feature .next,
.feature .prev{
  position: absolute;
  top: 40%;
  z-index: 999;
}
.feature .next i,
.feature .prev i{
  font-size: 22px !important;
}
.feature .prev{
  left: -8px;
  transform: translateY(-50%);
}
.feature .next{
  right: -8px;
  transform: translateY(-50%);
}

.hcontact{
  background-color: #345574;
  padding-block: 60px !important;
}

.hcontact .title{
  font-size: 18px !important;
}
.hcontact .content{
  margin-bottom: 50px;
}

.hcontact .innercontent{
  margin-top: 10px;
}

.hcontact  .submitbtn{
  width: 100%;
  margin-top: 15px;
  border-radius: 30px;
  background-color: #1b3a57 !important;
  border: 3px solid white;
  padding-block: 12px !important;
}
.aboutus.cbanner{
    background-image: url("/mem_module/library/image/abanner.png");
  background-size: cover;
  background-position: center;
  padding-block: 120px 160px;
}
.cbanner .contentbox .title{
 font-weight: 700;
 margin-bottom: 20px;
}

.cbanner .contentbox .content{
  margin-bottom: 20px;
}

.cbanner .contentbox .content2{
  line-height: 160% !important;
}

@media only screen and (max-width: 767px) {
.cbanner{
  padding-block: 50px 70px !important;
}
}

.blue{
  color: #345574 !important;
}

.about{
  padding-top: 50px;
}

@media only screen and (min-width: 992px) {
.about .box1 .wrap2{
  padding-right: 50px !important;
}
}

.about .box1 .wrap2{
  padding-bottom: 30px;
}

.about .box1 .wrap2 .title{
  margin-bottom: 20px;
line-height: 140% !important;
}

.about .box1 .wrap2 .content{
  color: #7A7A7A;
  line-height: 160% !important;
}

.about .box1 .wrap1{
  padding-top: 30px;
}

.about .box2 .wrap .content{
  color: #3A3A3A !important;
  font-weight: 100 !important;
line-height: 160% !important;
}

@media only screen and (min-width: 767px) {
.about .box2 .wrap{
  padding-inline: 25px !important;
}
}

.about .box2 .wrap{
  margin-bottom: 30px;
}

.about .box2 .wrap .title{
  font-size: 18px !important;
  margin-top: 20px;
}

.about .box2 .wrap hr{
  width: 30px;
  height: 4px;
  background-color: #345574;
  margin-inline: auto ;
}

.about .box2{
  margin-top: 90px;
}

.about .box3{
  background-color: #345574;
  padding-block: 75px 85px;
  margin-top: 30px;
}

.about .box3 .maintitle{
  margin-bottom: 5px;
}

.about .box3 .content{
  line-height: 160% !important;
}

.about .box4{
  padding-block: 60px;
}

.about .box4 .wrap .title{
  font-size: 18px !important;
  margin-top: 30px;
  margin-bottom: 15px;
}

.about .box4 .content{
  font-size: 25px !important;
  color: #7F7F7F;
}

.about .box5 .wrap{
  padding-inline: 10px !important;
}

.about .box5 .maintitle{
  margin-bottom: 50px;
  margin-top: 70px;
}

.about .box5 .wrap .title{
  margin-block: 20px 20px;
  font-size: 18px !important;
}


.about .box5 .wrap .content{
  margin-bottom: 60px;
  line-height: 160% !important;
}

.about .box5 .wrap img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.about .box5 .wrap {
  min-height: 450px;
}

.contact.cbanner{
    background-image: url("/mem_module/library/image/cbanner.png");
  background-size: cover;
  background-position: center;
  padding-block: 120px 160px;
}

.contactus {
  padding-block: 60px 30px !important;
}

.contactus .form .maintitle hr{
  margin-left: 0 !important;
  width: 60px;
}
.contactus .form .maintitle{
  margin-bottom: 10px;
}
.contactus .form .content{
  color: #3A3A3A !important;
  line-height: 160% !important;
  margin-bottom: 40px;
}
.contactus .form .form-control{
  background-color: transparent !important;
  border: 1px solid var(--gray);
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding-inline: 15px !important;
}

.contactus .form .form-group{
  padding-inline: 5px !important;
}

.contactus .form .form-group .innercontent{
  margin-bottom: 5px;
  margin-top: 5px;
}

.contactus .submitbtn{
  background-color: #345574 !important;
  color: white;
  width: 100% !important;
  margin-top: 10px;
  border-radius: 30px !important;
  padding-block: 10px !important;
}

.contactus .box1 .b1 hr{
  margin-left: 0 !important;

}

.contactus .box1 .b1 .maintitle h3{
  margin-top: 10px;

}

.contactus .box1 .b1 .maintitle{
  margin-bottom: 20px;
}

.contactus .box1 .b1 .content1{
  margin-bottom: 50px;
}

.contactus .box1 .b1 .content{
  margin-bottom: 15px;
}

.contactus .box1 .b1 .title2{
  font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
.contactus{
  padding-top: 10px !important;
}

}

@media only screen and (min-width: 767px) {
.contactus .box1 .b1{
  padding-right: 50px !important;
}
.service .box1 .wrap2{
  padding-left: 40px !important;
}
}

.services.cbanner{
    background-image: url("/mem_module/library/image/sbanner.png");
  background-size: cover;
  background-position: center;
  padding-block: 120px 160px;
}
.service{
  padding-top: 80px !important;
  padding-bottom: 0px !important;
}


.service .box1 .wrap2 .title{
  line-height: 160% !important;
  margin-bottom: 20px;
}

.service .box1 .wrap2 .content{
  line-height: 160% !important;

}

.service .box2 .content2{
  margin-bottom: 30px;
  margin-top: 10px;
}

.service .box4{
  background-color: #f4f4f7;
  padding-block: 60px 70px;
}

.service .box4 .quote{
  background-color: #345574;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.service .box4 .quote:hover{
  text-decoration: none !important;
  transform: scale(1.1);
  transition: 0.3s;
}


.service .box4 .quote:focus{
    text-decoration: none !important;
}

.blog.cbanner{
    background-image: url("/mem_module/library/image/bbanner.png");
  background-size: cover;
  background-position: center;
  padding-block: 120px 160px;
}

.blogs{
  padding-block: 50px 50px;
}

.blogs .title{
  color: #3A3A3A !important;
  line-height: 140% !important;
  font-size: 20px !important;
}

.blogs .blogwrap{
  padding-inline: 15px !important;
  padding-bottom: 60px;
}
.blogs .blogwrap .title{
  margin-bottom: 5px;
}
.blogs .blogwrap .time{
  color: #ADADAD;
  font-size: 12px !important;
  margin-bottom: 15px;
}

.blogs .blogwrap .desc{
  color: #777777;
  font-size: 14px !important;
  line-height: 140% !important;
}

.blogs .blogwrap .more{
  color: #345574 !important;
  font-size: 12px !important;
  margin-top: 20px;
}

.blogs .slick-dots li.slick-active a{
  font-weight: 1000 !important;
color: black !important;
}

.blogs .box1{
  margin-bottom: 20px;
  padding-inline: 25px !important;
}

.blogs .box1 .searchblog{
  width: 100%;
  padding-block: 16px;
  padding-inline: 12px;
  background-color: #ededed;
  border: none;
  outline: none;
  border-radius: 5px;
}

.blogs .box1 .searchblog::placeholder{
  color: rgb(156, 151, 151) !important;
  font-size: 16px !important;
}

.blogs .box1 .search-icon{
  position: absolute;
  right: 25px;
  top: 0;
  width: 50px;
  background-color: rgb(91, 87, 87);
  color: white;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
border: none;
}

.blogs .box2 a{
  text-decoration: none !important;
}

.blogrec.blogs .blogwrap  .time{
  font-size: 18px !important;
  margin-top: 20px;
}

.blogrec.blogs .blogwrap  .desc{
  font-size: 16px !important;
}

.blogrec.blogs .blogwrap  .title{
  color: black !important;
  font-weight: 1000 !important;
  font-size: 28px !important;
  margin-bottom: 15px;
  margin-top: 0;
}

.related .content2{
  font-size: 18px  !important;
  margin-bottom: 25px;
}

.related{
  padding-inline: 15px !important;
}

.related .relatewrap{
  padding-bottom: 30px !important;
}

.blogwrap{
  overflow: hidden;
}


.feature .slick-dots{
  margin-bottom: -30px;
}

.feature .wrap img{
  max-height: 100px !important;
  padding: 10px;
  display: block;
  margin-inline: auto;
}

.fa-star{
  color: #ffe234;
}
.footermember {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  /*background: linear-gradient(135deg, #155799, #159957);*/
}
.cart {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  /*background: linear-gradient(135deg, #155799, #159957);*/
  /*height: 100vh;*/
}
.memberarea {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  /*background: linear-gradient(135deg, #155799, #159957);*/
  /*height: 100vh;*/
}
.memberarea.novh{
  height: 100% !important;
  padding-bottom: 50px;
}
.memberarea .well {
  background: linear-gradient(145deg, #1ec8c8, #00a9b5);
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 20px;
  color: white;
  text-align: center;
}
.memberarea .btn,.cart .btn ,.footermember .btn {
  background: linear-gradient(135deg, #00d2ff, #3a7bd5);
  border: none;
  border-radius: 8px;
  padding: 7px 12px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}

.memberarea .btn:hover,.cart .btn:hover,.footermember .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.memberarea .btn-orange {
  background: linear-gradient(135deg, #ff9a00, #ff6a00);
}
  body.member{
        background: linear-gradient(90deg, #155799, #159957);
  }
@media only screen and (max-width: 768px){

}
