@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

p{
    font-family: "Figtree", sans-serif;
    color:#000;
    font-size:16px;
}
body{
    font-family: "Figtree", sans-serif;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1{
        font-family: 'HelveticaCustom', sans-serif !important;
}
h2{
        font-family: 'HelveticaCustom', sans-serif !important;
}
h3{
        font-family: 'HelveticaCustom', sans-serif !important;
}
h4{
        font-family: 'HelveticaCustom', sans-serif !important;
}
h5{
        font-family: 'HelveticaCustom', sans-serif !important;
}
h6{
        font-family: 'HelveticaCustom', sans-serif !important;
}
h6{
    font-size:20px;
    font-weight:700;
    color:#000;
}

.banner{
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    overflow: hidden;
}



.banner::before{
    content: "";
    position: absolute;
    inset: -20px;
    background: url('../image/blogbanner.png') top / cover no-repeat;
    filter: blur(6px);
    transform: scale(1.1);
    z-index: 1;
}

.banner > *{
    position: relative;
    z-index: 2;
}

.banner-content2 {
    position: relative;
    z-index: 2;
    padding: 0;
    color: #fff;
    text-align: center;
}

.banner-content2 h1 {
    font-size: 55px;
    font-weight: 700;
    font-family: 'HelveticaCustom', sans-serif;
    margin-bottom: 15px;
    color:#fff;
}

.search-box {
    position: relative;
    margin-top: 30px;
    padding:0px 10px;
}

.search-box input {
    height: 45px;
    border-radius: 0;
    padding-left: 20px;
    background: #e9e9e9e0;
}

.search-box input::placeholder{
    font-size:16px;
    color:#444444;
    font-family: "Figtree", sans-serif;
    font-weight:400;
}

.search-box .search {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 20px;
    border-radius: 50%;
    color: #000;
}

.brand__name img{
    width:184px;
    height:32px;
}

.banner2{
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    overflow: hidden;
}

.banner2::before {
    content: "";
    position: absolute;
    inset: -20px;
    background: url('../image/contactbanner.png') center/ cover no-repeat;
    filter: blur(6px);
    transform: scale(1.1);
    z-index: 1;
}

.banner2 > *{
    position: relative;
    z-index: 2;
}


@media (min-width: 992px) {
    .rd-navbar-fullwidth .rd-navbar-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
}
    


section{
    padding: 50px 0px;
}

.blog-img{
    position:relative;
    height:200px;
}

.blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.pb-36{
    padding-bottom:36px;
}

.view-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1e1e31a1;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 16px;
    z-index: 2;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}

.img-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:40px;
    background:rgba(0,0,0,0.6);
}

.meta {
    display: flex;
    font-size: 12px;
    color: #777;
    justify-content: space-between;
        flex-wrap: wrap;
        margin-top:8px;
}

.meta2 {
    display: flex;
    gap: 15px;
}

.blog-content h3 {
    font-size: 18px;
    margin: 8px 0;
    font-weight: 700;
    font-family: 'HelveticaCustom', sans-serif;
    color:#000;
}

.blog-content p {
    font-size: 12px;
    color: #000;
    margin: 6px 0 !important;
}

.meta p {
    font-weight: 500;
    margin-bottom: 0;
        margin: 4px 0 !important;
}

.meta span{
    color: #6c6c6c;
}

.meta i{
    margin-right: 5px;
    color: #424242;
}

.sleep-banner {
    position: relative;
    background: #0c0f20;
    padding:50px 40px;
}

.sleep-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: url('../image/bb1.jpg') no-repeat center;
    background-size: cover;
    transform-origin: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(10, 12, 30, 0.97) 0%,
        rgb(10 12 30) 40%,
        rgb(11 13 31 / 88%) 65%,
        rgba(10, 12, 30, 0.25) 80%,
        rgba(10, 12, 30, 0.05) 100%
    );
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 70%;
    padding: 0;
    color: #fff;
    text-align: start;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color:#fff;
}

.banner-content p {
    font-size: 20px;
    line-height: 25px;
    opacity: 0.95;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
}

.banner-btns .btn {
    font-size: 10px;
    padding: 10px 22px;
    border-radius: 2px;
    letter-spacing: 1px;
    margin-right: 10px;
    text-transform: uppercase;
}

.banner-btns .btn-light{
    color: #000;
}

@media(max-width:768px){
    .sleep-banner{
        height: auto;
        min-height: 280px;
    }


    .banner-content h1{
        font-size: 28px;
    }
}

/*Blog Details CSS Start */

.blogdetails-left .head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    flex-wrap: wrap;
}

.blogdetails-left .head ul {
list-style:none;
padding:0;
margin:0;
display:flex;
align-items:center;
gap:8px;
flex-wrap: wrap;
}


.blogdetails-left .head ul li{
color:#000000;
font-weight:500;
font-size:16px;
}

.blogdetails-left .head ul li span{
color:#919191;
}


.blogdetails-left .head ul li a{
    color: #fff;
    width: 30px;
    height: 30px;
    background: #1E1E31;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
}

.blogdetails-left h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'HelveticaCustom';
}

.blogdetails-left .breadcrb {
    display:flex;
    gap:8px;
}

.blogdetails-left .breadcrb p{
    margin:0;
    font-size:14px;
        font-weight: 500;
}

.blogdetails-left .detail_txt p {
    margin: 15px 0;
    font-size: 20px;
    color: #4C4C4C;
    font-weight: 500;
}
.blogdetails-left .detail_txt h6 {
    margin: 15px 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}


.blogdetails-left .detail_txt h4{
    margin:15px 0;
    font-size:30px;
    color: #000;
}

.blogdetails-left .detail_txt ul {
    list-style:disc;
        margin-left: 25px;
}

.blogdetails-left .detail_txt ul li {
       margin-left: 5px;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 34px;
    font-weight:500;
}


.blogdetails-left .detail_txt ul li::marker {
    color: #4c4c4c;
}

.blogdetails-left .detail_txt .toggle_title {
    position: relative;
    cursor: pointer;
    /*prevent text selection*/
   -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    font-size:18px;
    color:#000;
    margin:0;
        padding-right: 51px;
 }


.blogdetails-left .detail_txt .toggle_title:before {
      cursor: pointer;
    position: absolute;
    background-color: #fff;
    border-radius: 50% !important;
    right: 0;
    height: 40px;
    width: 40px;
    color: #1E1E31;
   font-size: 26px;
    line-height: 42px;
    text-align: center;
    content:"\f106";
    transform-origin: center center;
    transition: all 0.25s ease-out;
    box-shadow: 0px 4px 14px 0px #00000026;
    top: -9px;
        font: normal normal normal 26px/39px FontAwesome;
}


.blogdetails-left .detail_txt .toggle_title.collapsed:before {
   
    right: 0;
    left: auto;
    content: "\f107";
    transition: all 0.25s ease-out;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: 26px;
    line-height: 42px;
    text-align: center;
}


.blogdetails-left .detail_txt  .fax_bx{
        background: #FAFAFA;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}

.blogdetails-left .detail_txt  .fax_bx p{
    margin: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.blg_sec {
 padding-bottom: 36px;
}

.blg_sec .blgsec_had{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.blg_sec .blgsec_had h3{
    font-size: 28px;
    margin: 0;
    color: #000;
    font-weight: 400;
}


.blg_sec .blog-content p {
    font-size: 10px;
    color: #000;
    margin: 6px 0 !important;
    font-weight: 400;
}

.blg_sec .blog-content{
    margin-top:20px;
}

.blg_sec .blgsec_had a{
    font-size:16px;
    display:inline-block;
    font-weight:500;
    text-decoration:underline;
    margin:0;
}

.blogdetails .widget-sidebar-box {
    background: #FAFAFA;
    border-radius:8px;
    padding:18px;

}

.blogdetails .widget-sidebar-box .widget-recent-post{
        background: #FFFFFF;
    padding: 12px;
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.blogdetails .widget-sidebar-box .widget-recent-post p{
    font-size:14px;
    font-weight:500;
    color:#4C4C4C;
    margin-bottom:0px;
}

.blogdetails .widget-sidebar-box .widget-recent-post span{
    background:#1E1E3199;
    border-radius:30px;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 8px;
    display: inline-block;
    text-align: end;
    color: #fff;
}


.blogdetails .widget-sidebar-box .widget-recent-post .widget_recent_img{
    width:100px;
    height:50px;
}

.blogdetails .widget-sidebar-box .widget-recent-post .widget_recent_img img{
     width: 100%;
    height: 100%;
}

.blogdetails .widget-sidebar-box .widget-recent-post .widget_blog_recent{
    display:flex;
    gap:15px;
}

.blogdetails .widget-sidebar-box .widget-recent-post .widget_blog_recent p{
   margin:0;
}

.blogdetails .widget-sidebar-box .widget-recent-post .widget_blog_recent img{
    width:25px;
    height:17px;
    display:inline-block;
}

.blogdetails .widget-sidebar-box .form-gorup{
    margin-top:15px;
}

.blogdetails .widget-sidebar-box label{
    font-size:14px;
      font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.blogdetails .widget-sidebar-box  input{
   background: #FFFFFF;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 500;
    border: none;
    height: 40px;
    line-height: 40px;
}

.blogdetails .widget-sidebar-box .submit-btn {
    background: #1E1E31;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    border: none;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;

}

.blogdetails .widget-sidebar-box .phone-input {
      display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 14px;
    height: 40px;
}

.blogdetails .widget-sidebar-box .country-code {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border-right: 1px solid #ddd;
  padding-right: 12px;
}

.blogdetails .widget-sidebar-box .country-code .arrow {
  font-size: 12px;
  color: #666;
}

.blogdetails .widget-sidebar-box .phone-input input {
  padding-left: 12px;
  flex: 1;
}

.blogdetails .widget-sidebar-box .phone-input input::placeholder {
  color: #AFAFAF;
}

.blogdetails .widget-sidebar-box .widget_tag {
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:20px;
}

.blogdetails .widget-sidebar-box .widget_tag li {
     background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #6D6D6D;
    padding: 13px 20px;
    border-radius: 30px;
}

.blogdetails{
    padding: 50px 0 26px;
}

/*footer css strt */

.footer-classic .container-fluid{
       max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1600px) {
   .footer-classic .container-fluid {
        max-width: 1170px;
    }
}

.footer-classic .scrl_txt p{
    font-size:16px;
    color:#fff;
    font-weight:400;
        text-transform: uppercase;
}

.footer-classic .scrl_txt p i{
border-radius: 50%;
    box-shadow: 0px 4px 14px 0px #00000026;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    color: #1E1E31;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    margin-left: 5px;
}

.footer-classic h5{
    font-family: 'HelveticaCustom', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 16px;
text-transform: uppercase;

}

.footer-classic .footer_list{
    margin-top:20px;
}

.footer-classic .footer_list li {
font-weight: 400;
font-size: 14px;
color:#fff;
    line-height: 30px;
}

.footer-classic .news_bx p{
   font-weight: 400;
font-size: 14px;
color:#fff; 
margin-top:20px;
}


.footer-classic .news_bx .newsletter-form {
    display: flex;
    background: transparent;
    border-radius: 4px;
    overflow: hidden;
    margin: 20px 0px;
}

.footer-classic .news_bx .newsletter-form input {
 color: #C3C3C3;
    flex: 1;
    padding: 10px 12px;
    outline: none;
    font-size: 12px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 400;
}

.footer-classic .news_bx .newsletter-form button {
    background: #ffffff;
    color: #1E1E31;
    border: none;
    padding: 0 18px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 400;
}

.footer-classic .news_bx .newsletter-form button:hover {
    background: #5a4bd6;
}

.footer-classic .news_bx .list-inline-xxs .icon img{
    width:20px;
}

.footer-classic .bottom_nav{
    display:flex;
    align-items:center;
    gap:4px;
    justify-content:end;
        flex-wrap: wrap;
}

.footer-classic__aside p{
font-weight: 400;
font-size: 12px;
color:#fff;
text-align:left;
}

.footer-classic .bottom_nav li a{
font-weight: 400;
font-size: 12px;
color:#fff;
}

@media(max-width:992px){
   .footer-classic__aside p{

text-align:center;
} 
.footer-classic .bottom_nav{
    justify-content:center;
}

}

.mhl{
        margin-left: 15px;
}


.mhr{
        margin-right: 15px;
}

.icon_bx{
background: #fff;
    border: 1px solid #1E1E31;
    color: #1E1E31;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 11px 12px;
}

@media(max-width:500px){
   .blg_sec .col {
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-content{
    width:100%;
}

}

@media(min-width:500px) and (max-width:767px){
       .blg_sec .col {
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media(min-width:767px) and (max-width:992px){
           .blg_sec .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
}

.logo_slider .owl-dots {
display:none;
}

.logo_slider .link-image {
padding:0 !important;
}

/*-- contact --*/
.contact_data h2{
        font-size: 38px;
    font-weight: 700;
}

.contact_data p {
    font-size: 20px;
    font-weight: 500;
    color: #4C4C4C;
    margin: 15px 0px;
}

.call_icon{
        background: #1e1e31;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}

 .contact_box h5{
     font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
       color: #000;
 }
 
 
.contact_box h6 {
     font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-top: 4px;
 }
 
 
.contact_box p {
         font-size: 16px !important;
    font-weight: 500 !important;
    color: #4C4C4C !important;
    margin: 5px 0px !important;
 }
 
 
.custom-row-gap {
    row-gap: 25px;
}
.contact_form{
        background: #FAFAFA;
    padding: 15px 25px;
}

.form-label {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    margin-top: 10px;
}

.form-control {
    border: 1px solid #fff !important;
}

.btn-form {
    background: #1E1E31;
    border-color: #1E1E31;
    color: #fff !important;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 25px;
    border-radius: 0 !important;
    padding: 11px 3px;
    text-transform: uppercase;
}
button:focus:not(:focus-visible) {
    outline: 0 !important;
}
::placeholder {
  color: #7B7B7B;
font-size:14px;
font-weight:500;
}

.zone-row {
  display: flex;
}
.zone-box {
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid #ddd;
}

.zone-box:last-child {
  border-right: none;
}


.bg_light{
    background:#FAFAFA;
}

.zoneunit{
        font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}


.phone-input{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 14px;
    height: 40px;
}

.store-locator {
    background: #fff;
}
.store-box {
    border: 1px solid #eee;
    padding: 15px 15px;
}
.locator_head {
    font-size: 40px;
    font-weight: 700;
    color: #1E1E31;
}

.locator_tagline{
        font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 45px;
}

.store-locator p {
  max-width: 800px;
  margin: 0 auto;
}

.search-btn {
    font-weight: 400;
    padding: 8px 5px;
    background: #1E1E31;
    width: 55%;
    text-align: center;
    font-size: 10px;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
}

.search-label{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
        font-family: "Figtree", sans-serif;
}


.search_input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: "Figtree", sans-serif;
}


.locate-box{
    border-right: 1px solid #B9B9B9;
    padding-right: 15px;
}

.store-box .row > div:last-child .locate-box {
  border-right: none;
}

.qolity_box{
        text-align: center;
}

.qolity_box h6{
    color:#000;
    font-size:20px;
    font-weight:700;
}


.qolity_box i{
     font-size: 50px;
    margin-bottom: 10px;
}