@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/RobotoSlab-Bold1.woff2') format('woff2'),
        url('../../fonts/RobotoSlab-Bold1.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Medium1.woff2') format('woff2'),
        url('../../fonts/Roboto-Medium1.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Regular1.woff2') format('woff2'),
        url('../../fonts/Roboto-Regular1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed-Light1.woff2') format('woff2'),
        url('../../fonts/RobotoCondensed-Light1.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-SemiBold1.woff2') format('woff2'),
        url('../../fonts/Roboto-SemiBold1.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('../../webfonts/fa-brands-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('../../webfonts/fa-thin-100.woff2') format('woff2');
    font-weight: 100;
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('../../webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('../../webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('../../webfonts/fa-sharp-light-300.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('../../webfonts/fa-light-300.woff2') format('woff2');
    font-weight: 300;
}
a, a:hover{
  transition: all 0.3s;
}:root{
  --primary-color:#0092d9;
  --secondary-color: #82c12d;
  --text-dark:#595959;
  --gray: #BAB6B6;
}
body{
font-family: 'Roboto' !important;
  font-size: 16px;
  color: var(--text-dark);
    transition: all 0.3s;
}
.text_justify{
  text-align: justify
}
h1{
  font-size: 40px; 
}
h2{
  font-size: 34px;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 24px;
}
h5{
  font-size: 20px;
}
h6, .font_18{
  font-size: 18px;
}
.font_13{
  font-size: 13px;
}
ul{
    padding: 0px;
}
ul li{
    list-style: none;
}
a{
  text-decoration: none;
  color: var(--primary-color);
}
:focus{
  border: none;
  box-shadow: none !important;
}
label {
  font-weight: 600;
  font-size: 18px;
}
.form-control{
  background: #FFFFFF;
  border-radius:3px;
  font-size: 20px;
  height: 55px;
  padding: 4px 15px;
  font-weight: 300;
  border: 0px;
    font-family: 'Roboto Condensed';
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}
.btn{
  padding: 10px 35px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--secondary-color);
  min-width: 100px;
  font-weight: bold;
  font-size: 16px;
  border: 0px;
  transition: all 0.3s
}
.btn:hover{
  background-color: var(--text-dark);
  transition: all 0.3s;
  color: #fff
}
.singlecarpet-btn, form .btn{
  font-size: 20px;
  padding: 12px 20px !important;
  letter-spacing: 1px;
}
.text_primary{
  color: var(--primary-color);
}
.text_secondary{
  color: var(--secondary-color);
}
.text_dark{
  color: var(--text-dark);
}
.text_gray{
  color: #878787;
}
.bg_light{
  background-color: #F4F4F4;
}
.bg_primary{
  background-color: var(--primary-color);
}
.bg_secondary{
  background-color: var(--secondary-color);
}
.bg_dark{
  background-color: #1f1f1f;
}
.border_blue_light{
  border-color: #E2E8F0;
}
img{
    max-width: 100%;
}
.sec_py{
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec_py_t{
  padding-top: 80px;
}
.sec_py_b{
  padding-bottom: 80px;
}
.font_slab{
      font-family: 'Roboto Slab';
}
/* start header style */
.top-border{
border-top:4px solid #8bc53f;
}
.navbar-nav .nav-link{
padding:0 15px !important;
font-size: 16px;
position: relative;
line-height: 50px;
}
.navbar-nav .nav-link:hover{
  color: var(--primary-color);
}
.phone p{
  font-size: 13px;
  margin-top: -3px;
}
.navbar-nav .nav-item:last-child .nav-link, #ubermenu-main-184-primary li:last-child a {
  padding-right: 0px !important;
}
.phone{
  width: 220px
}
.banner_section{
  background-image: url("../images/Carpet-Bright-UK-London-Branch-1.webp");
  background-size: cover;
  background-position: center;
  min-height: 550px;
  border-bottom: 20px solid var(--primary-color);
}
.dropdown-toggle::after{
  border: 0px;
}
.navbar-nav .nav-link::after{
 position: absolute;
 content: "";
 height: 3px;
 width: 100%;
 background-color: transparent;
 right: 0;
 left: 0;
 bottom: 0px
}
.navbar-nav .nav-link:hover::after{
  background-color: var(--primary-color);
}
.carpet-form .btn{
  width: 200px
}
.carpet-form input{
  width: calc(100% - 210px)
}
.feature-bullets li {
    font-size: 22px;
    background: url("../images/circle-tick-icon-1.png") no-repeat left center;
    margin: 5px 0px;
    padding-left: 1.8em;
    background-size: 30px;
}
.trust-ribbon{
  max-width: 313px
}
.rectangle_guarantee{
width: 18.5%;
border: 2px solid var(--primary-color);
margin: 0.7% 
}
.check_icon{
  margin-top: -10px;
}
.rectangle_guarantee:hover{
    background-color: rgba(0, 0, 0, .7) !important;
    transition: all .3s ease-out;
    color: #fff;
    border-color: #dedede;
}
.rectangle_guarantee:hover img{
  filter: brightness(0) invert(1);
}
.custom_link:hover{
  color: var(--secondary-color) !important;
}
.team_section{
  background-color: #f5f7f9
}
.team-profile-image {
    width: 120px;
}
.team-profile-image img{
  width: 100px !important;
  object-position: top
}
.service-tag li {
    list-style: none;
    display: inline-block;
    background-color: #F0F3F7;
    border-radius: 15px;
    padding: 3px 12px;
    font-size: 12px;
   margin: 5px 5px 5px 0px;
   }
   .service-tag li:hover a{
    color: #23527c !important ;
   }
.service-ul li{
  list-style: none;
  font-size: 14px;
   color: #293B51;
    margin: 10px 0px
}
.service-ul li i{
  width: 25px
}
.reviews-no {
    font-size: 12px;
    color: #879AAF;
    padding-left: 20px;
}
.text_gray{
  color: #879AAF
}
#getthedata a{
  color: #888
}
.address_info {
    background-image: url(../images/map-image.png);
    min-height: 450px;
        background-position: 6% 43%;
}
#map{
  border-top: 12px solid var(--primary-color)
}
.location_listing li{
    list-style: none;
    width: 25%;
    margin: 8px 0px;
    font-weight: 500; 
}
 .owl-carousel .owl-item .client_img{
  width: 60px;
}
 .owl-carousel .owl-item .stars_img{
  width: 120px;
}
.owl-carousel .owl-dot{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #26a2de !important;
    opacity: 0.6;
    margin: 0px 5px;
}
.owl-carousel .owl-dots{
  margin: 40px auto 0px auto;
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-dot.active{
  opacity: 1;
}
.single_ad_service{
  width: 165px 
}
.single_ad_service:hover{
  background-color: #E9F6FE  !important;;
}
footer  a{
  color: #e5e5e5; 
  display: inline-block;
  font-weight: normal;
}
.footer_menu a:hover, footer li a:hover{ 
  color: var(--secondary-color);
}
footer h5, footer li, footer span{
  color: #e5e5e5; 
}
footer li{
  margin: 10px 0px;
    font-size: 15px;
}
footer h5::after{
  position: absolute;
  content: "";
  background-image: url("../images/footer-bar.png");
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -30px;
}
.copylink li{
  font-size: 13px;
  padding: 0px 15px;
  border-right: 1px solid #fff;
  line-height: 15px;
}
.copylink li:hover a{
  color: var(--secondary-color);
}
.copylink li:last-child{
  border-right: 0px;
}
.client-review p.font_13{
  word-spacing: 2px;
}
.team_carousel .owl-dots{
  display: none;
}
.single_ad_service p{
  color: #63788f;
}
#getthedata li{
  margin: 10px 0px;
}
.client_comment{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.social-icons{
  display: flex;
  justify-content: center;
}
.social-icons li{
  margin: 17px 8px ;
}
.ubermenu-responsive-toggle{
  display: none !important;
}
::-webkit-scrollbar {
    width: 12px !important;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}
header{ 
  position: sticky;
  top: 0;
  z-index: 1111;
}
#location-bg input.form-control{
  font-size: 16px;
} 
.single-testimonial h6, .single-testimonial .test-info{
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;   
  overflow: hidden;
}
.single-testimonial h6{
  height: 45px !important;
  height: 70%;
}
footer a:has(h5){
  width: 100%;
}
#getthedata h4{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{
  top: 53% !important;
  font-size: 12px;
}
.logo img{
  height: auto;
}
/* custom mega menu styling */
#mainMenu .nav-link.dropdown-toggle{
 pointer-events: none ; 
}
#mainMenu li.dropdown:hover>a{
color: var(--primary-color);
}
#mainMenu .dropdown-menu ul{
display: flex;
  flex-wrap: wrap;
}
#mainMenu .dropdown-menu{
    min-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: -494px;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 40px 400px 100px 30px !important; 
}
#mainMenu .dropdown-menu li{
  width: 48%;
  margin: 6px 0px;
}
#mainMenu .dropdown-menu li a{
  color: #fff;
  position: relative;
}
#mainMenu .dropdown-menu li a:hover{
  background-color: transparent;
  color: var(--secondary-color);
}
#mainMenu .dropdown-menu li a::before{
position: absolute;
    content: "";
     width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
     transform: rotate(-90deg);
    left: -3px; 
    margin-top: 5px;
}
.dropdown_menu_img{
  margin-right: 100px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.location-heading-bold-text{
  font-size: 18px;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .map{
      width: 1200px;
    }
}
@media only screen and (min-width: 1025px){
.map{
  min-width: 1000px;
}
#mainMenu li.dropdown:hover .dropdown-menu{
  display: block;
}
}
@media only screen and (min-width: 1400px){
    .map {
        width: 1500px;
        min-width: 1500px
    }
}
@media only screen and (max-width: 1024px) {
  #mainMenu .dropdown-menu{
    width: 900px;
    min-width: inherit;
    left: 240px;
  }
  .map{
  width: 1000px;
}
}
@media only screen and (max-width: 1023px){
    .map{
  width: 100%;
}
.social-icons li {
    margin: 17px 3px;
}
  .address_info{
    background-image: none;
  }
    .container{
    max-width: 1020px;
  }
 .rectangle_guarantee{
    width: 30%;
    margin: 10px 1%;
  }
      header > .container {
        display: flex;
        flex-direction: column;
    }
    .top-row {
        order: 1;
    }
    .phone {
        order: 2;
    }
    nav {
        order: 3;
    }
    .navbar-toggler{
          position: absolute;
    right: 0;
    top: -135px;
    }
    .navbar-toggler-icon{
      background-image: none;
    }
    .logo{
      position: relative !important;
    }
    .banner_section form{
      max-width: 500px; 
    }
    .carpet-form .btn {
    width: 165px;
    font-size: 16px;
}
.carpet-form input {
    width: calc(100% - 175px);
}
}
@media only screen and (max-width: 768px){
  .ubermenu .ubermenu-item-layout-image_left>.ubermenu-image{
    display: none;
  }
  .submenu-heading-2{
    display: none !important;
  }
 li li .ubermenu-submenu{
    padding: 0px !important; 
  } 
  .address_info{
    background-image: none;
  }
  .location_listing li{
    width: 33%;
  }
  .banner_section{
     background-color: #f4f4f4;
     background-image: none !important; 
  }  
}
@media only screen and (max-width: 576px){
  .logo{
    width: 178px
  }
  #mainMenu .dropdown-menu li{
    width: 100%;
            margin: 10px 0px;
  }
  h1{
    font-size: 28px;
  }
  .ubermenu .ubermenu-target {
    padding: 12px 20px !important;
}
.ubermenu-retractor{
 color: #595959; 
}
  .ubermenu-main .ubermenu-item-normal>.ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-nonlink, .ubermenu-main .ubermenu-submenu .ubermenu-widget, .ubermenu-main .ubermenu-submenu .ubermenu-custom-content-padded, .ubermenu-main .ubermenu-submenu .ubermenu-retractor, .ubermenu-main .ubermenu-submenu .ubermenu-colgroup .ubermenu-column, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-padded{
    padding: 13px 8px
  }
  .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width{
    border-radius: 0px !important; 
  } 
  .blue_bg_text{
        font-size: 22px;
    font-weight: 400;
    line-height: 32px;
  }
  .navbar-toggler {
        top: -90px;
    }
  .location_listing li{
    width: 100%;
  }
  .rectangle_guarantee {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; 
        height: 250px;
    }
    .rectangle_guarantee img{
  width: auto !important;
  height: auto;
}
    .location_cleaning_img, #formid input, #formid .btn{
      width: 100%;
    }
    .feature-bullets li {
    font-size: 15px;
    background-size: 18px;
}
footer h5::after{
  background-size: contain;
}
header img{
  max-width: 230px; 
}
.phone a{
        font-size: 20px  !important;
        line-height: 23px;
}
.phone p{
  font-size: 10px;
}
} 
   

    @media screen and (max-width: 991px) {
      #mainMenu .nav-link.dropdown-toggle{
 pointer-events: inherit ; 
}
#mainMenu .dropdown-menu{
  position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 40px !important;
}
#mainMenu a.dropdown-toggle svg{
float: right;
margin-top: 18px;
transition: all 0.3s;
}
#mainMenu a.dropdown-toggle.show svg{
  transform: rotate(-180deg);
  transition: all 0.3s;
}
#mainMenu a.dropdown-toggle.show svg path{
  fill: #0092d9
}
#mainMenu a:hover{
border: 0px;
}
.navbar-nav .nav-link::after{
  display: none;
}
.dropdown_menu_img{
  display: none;
}
    }

