@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/fonts/Proxima Nova Alt Black.otf') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/fonts/Proxima Nova Alt Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/fonts/Proxima Nova Alt Light.otf') format('opentype');
	font-weight: 500;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/fonts/Proxima Nova Alt Semibold.otf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/fonts/Proxima Nova Alt Thin.otf') format('opentype');
	font-weight: 400;

}

body{
	font-family: 'ProximaNova';
    padding:0px;
    margin:0px;
}

h1{
  font-size: 54px;
font-weight:700;
}
h2{
  font-size: 48px;
  font-weight:700;
}
h3{
  font-size: 36px;
  font-weight:700;
}
h4{
  font-size: 26px;
  font-weight:700;
}
h5{
    font-size: 20px;
    font-weight:700;
}
p{
  font-size: 16px;
}


ul li{
  color: #fff;
}


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

    h1{
  font-size: 36px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 18px;
}
h5{
    font-size: 20px;
}
p{
  font-size: 14px;
}

}


.phone-box {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 12px;
  color: #fff;
}

.country-box-1 {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  
}

.country-box-1 img {
  width: 22px;
  height: 16px;
  border-radius: 2px;
}

.caret {
  opacity: 0.7;
}

.phone-input {
  flex: 1;
  margin-left: 12px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
}

.phone-input::placeholder {
  color: #aaa;
}

.icon {
  font-size: 18px;
  opacity: 0.7;
}

/* Dropdown */


.country-box-1.open .country-dropdown {
  display: block;
}

.country-dropdown input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background: #111;
  color: #fff;
}

.country-dropdown ul {
  max-height: 260px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.country-dropdown ul::-webkit-scrollbar {
  display: none;                /* Chrome, Safari */
  width: 0 !important;
}

.country-dropdown li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.country-dropdown li:hover {
  background: #222;
}

.country-dropdown li img {
  width: 22px;
  height: 16px;
}

.country-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #141414;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,.6);
  display: none;
  z-index: 99;
  overflow: hidden;
}

.country-box-1.open .country-dropdown {
  display: block;
}

.country-dropdown input {
  width: 100%;
  padding: 12px;
  background: #0f0f0f;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.country-dropdown ul {
  max-height: 280px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Country row */
.country-dropdown li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.country-dropdown li:hover {
  background: #1f1f1f;
}

.country-dropdown img {
  width: 22px;
  height: 16px;
  border-radius: 2px;
}

.country-name {
  font-size: 14px;
  color: #fff;
}

.country-code {
  margin-left: auto;
  font-size: 13px;
  color: #aaa;
}
.iti__flag{
    background-size: 5652px 15px;
    display: inline-block;
}

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }

    @media (max-width: 990px) {
      .country-box-1{
        width: 100% !important;
      }
    }



.fa-times{
    font-size:46px;
}

/*  */



    .enquire-btn.show-mobile{
        display : none;
    }

		 .sliding-form-container{
			z-index: 100000;
			top: 0;
			width: 100vw;
			height: 100%;
			position: fixed;
			overflow: hidden;
			pointer-events: none;			
		 }

		 .sliding-form-container.active{
			pointer-events: auto;
		 }

		 .sliding-form-container .under-lay{
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			background-color: #000;
			opacity: 0;
			transition: opacity 0.5s ease-in-out;
		 }

		.sliding-form{
			position: absolute;
			background-color: #000;
      border: 1.29px solid #7F7F7F;
      background-image: url('/assets/images/index/form-background.webp');
      background-size: 170%;
      background-position: center;
			width: 30vw;
			height: 100vh;
			z-index: 100000;
			top: 0;
			bottom: 0;
			right: 0;
			border-top-left-radius: 2rem;
			border-bottom-left-radius: 2rem;
			transform: translateX(100%);
			transition: transform 0.5s ease-in-out;
		}

		.sliding-form-container.active .sliding-form{
			transform: translateX(0%);
		}

		.sliding-form-container.active .under-lay{
			opacity: 0.9;
		}

		.close-btn-form-slider{
			position: relative;
			height: auto;
			width: auto;
			margin-top: 20px;
			margin-left: 20px;
			object-fit: contain;
			object-position: center;
			background-color: transparent;
			border: none;

		}

		.close-btn-form-slider img{
			height: 25px;
			width: 25px;
			max-width : 25px;
			filter: invert(1);
		}
		
		.contact-form-csr{
			padding: 2rem;
      padding-top: 1rem;
			margin: auto;
		}

		.contact-form-csr h3{
			font-size: 24px;
			font-weight: 700;
			text-align: center;
			margin: 0 0 30px 0;
			color: #fff;
		}

		.contact-form-csr .left h3{
			font-size: 4.8rem;
			font-weight: 700;
		}

		.contact-form-csr .right{
			width: 100%;
			height: 100vh;
			overflow-y: scroll;
			scrollbar-width: none;
		}

		.contact-form-csr .right form{
			width: 100%;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			gap: 20px;
			padding-bottom : 100px;		
		}

		.contact-form-csr .right form input{
			width: 100%;
			border: none;
			background : #000;
			color: #fff;
			font-size: 18px;
			font-weight: 500;
		}

    .contact-form-csr .right form .input-content-container{
			width: 100%;
			background : #000;
			font-size: 18px;
			font-weight: 500;
			padding: 15px 10px;	
      display: flex;
      align-items:center;
      border-radius: 7.71px;
      position: relative;
			border: 1px solid transparent;
		}

    .contact-form-csr .right form .input-content-container.active{
			border: 1px solid #EB1E22FC;
		}

    .contact-form-csr .right form .input-content-container img{
			width: 21px;

      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
		}

    .contact-form-csr .right form input::placeholder{
			color: #b1b1b1;
		}

		.contact-form-csr .right form textarea{
			width: 100%;
			height: 100px;
			background : #000;
			border: none;
			color: #fff;
			font-size: 18px;
			font-weight: 500;
			padding: 20px 10px;
			resize : none;
		}

		.contact-form-csr .right form textarea::placeholder{
		   color: #b1b1b1;
		}

		.contact-form-csr .right form select{
			width: 100%;
			border: none;
			background : #000;
			font-size: 18px;
			font-weight: 500;
			color: #fff;
			height : auto;
      border-radius: 7.71px;
      appearance: none;
		}

    .contact-form-csr .right form select:focus{
			width: 100%;
			border: none;
			background : #000;
			font-size: 18px;
			font-weight: 500;
			color: #fff;
			height : auto;
      border-radius: 7.71px;
      appearance: none;
      border: none;
			outline: none;
		}

		.contact-form-csr .right form input:focus{
			border: none;
			outline: none;
			
			
		}

		.contact-form-csr .right form button{
			width: 20.7rem;
			background-color: #EE3142;
			border: none;
			border-radius: 1.5rem;
			font-size: 1.6rem;
			font-weight: 700;
			color: #fff;
			padding: 2.2rem 0;
		}

		 .contact-form-csr .right form input.submit-btn{
			width: fit-content;
			background-color: #bf2429;
			border: none;
			border-radius: 11px;
			font-size: 20px;
			font-weight: 700;
			color: #fff;
			padding: 14px 34px;
			margin-top: 13px;
		}

		.return-shop a{
			width: 25.7rem;
			background-color: #006b3e;
			border: none;
			border-radius: 1.5rem;
			font-size: 2.4rem;
			font-weight: 700;
			color: #fff;
			padding: 1.4rem 0;
			text-decoration: none;
		}
		
		.are-you-conposting-container{
			
			background-color: #fff;
			padding: 10px;
		}
		.are-you-conposting-container h5{
			font-weight: 700;
			
		}
		
		.buttons-container{
			display : flex;
			width : 50%;		
		}
		
		.contact-form-csr .right form .radio-btn-container {
				display: flex;
				gap: 15px;
				align-items: center;
				margin: 10px 0;
				width: 50%;
			}
		
		.contact-form-csr .right form .radio-btn-container input {
			margin-bottom: 0;
			cursor: pointer;
			width: auto;
			font-weight: 700;
			height: 20px;
			width: 20px;
		}
		
		.contact-form-csr .right form .radio-btn-container label {
			font-size : 20px;
		}


    .iti--separate-dial-code .iti__selected-dial-code{
      color: #fff;
    }

		.text-danger{
			color : #dc3545;
		}
		
		.rows, .are-you-conposting-container{
			display : flex;
			justify-content : space-between;
			flex-direction: column;
			gap: 20px;
		}
		
		.are-you-conposting-container{
			align-items : center;
		}
		
		.cols{
			width : 100%;
		}
		
		#are-you-composting{
			margin-bottom : 0;
		}
		
		#submitBtn1
		{
			width: fit-content;
    background-color: #bf2429;
    border: none;
    border-radius: 11px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 50px;
    margin-top: 13px;
		}
		.dropdown-menu li a {
        width: 100%;
        padding: 15px !important;
    }
.dropdown-menu li:hover{
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
}


		@media (max-width: 990px) {
          
            .fa-times{
    font-size:36px;
}
			.nav-item .dropdown-menu {
    width: fit-content;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.nav-item .dropdown-menu a{
  color:#fff !important;
  margin-left:15px;
}



			.enquire-btn.show-mobile{
                font-size: 20px;
        display: block;
        position: fixed;
        z-index: 100000;
    }

			.contact-form-csr .right {
    width: 100% !important;
    height: 90vh !important;
    overflow-y: scroll !important;
    scrollbar-width: none !important;
}
			.enquire-btn {
                position: fixed;
				right: 0;
				padding: 10px 0;
				font-weight: 500;
				width: 100vw;
				font-size: 24px;
				bottom: 0;
				transform: rotateZ(0);
				top: auto;
				border-radius: 0.5rem 0.5rem 0 0;
				background-color: #eb1e22ea;
                color:#FFFFFF;
                border:2px solid #eb1e22ea;
			}
			
			.contact-form-csr .right form input{
				font-size : 16px;
			}
			
			.are-you-conposting-container h5{
				font-size : 16px;
			}
			
			.contact-form-csr .right form .radio-btn-container label{
				font-size : 16px;
			}
			
			.contact-form-csr .right form select{
				font-size : 16px;
				padding: 0;
			}
			
			.contact-form-csr .right form textarea{
				font-size : 16px;
				height : 70px;
			}
			.contact-form-csr .right form input.submit-btn{
				font-size : 16px;
			}
			
			.contact-form-csr{
				padding: 1rem;
			}
			
			.sliding-form{
				width: 100vw;
				transform: translateY(100%);
				transition: transform 0.5s ease-in-out;
			}

			.sliding-form-container.active .sliding-form{
				transform: translateY(3%);
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}
			.close-btn-form-slider{
				margin-top: 10px;
				

			}
			
			.rows.mobile-cols{
				flex-direction: column;
				gap: 10px;
			}
			
			.are-you-conposting-container{
				flex-direction: column;
				align-items: flex-start;
			}
			
			.rows.mobile-cols .cols{
				width : 100%;
			}
			
			.contact-form-csr h3 {
				font-size: 20px;
				margin: 15px 0;
			}
			
			.close-btn-form-slider img {
				height: 20px;
				width: 20px;
				max-width: 20px;
			}		
			
			.buttons-container{
				width : 100%;		
			}
			
			.contact-form-csr .right form input.submit-btn{
				width: fit-content;
				padding: 10px 20px;
			}
			
			.fa-bars {
        font-size: 27px;
    }

		}

/* Animation CSS */

.reveal-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-image {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-image.visible {
  opacity: 1;
  transform: translate(0);
}

/* Animation CSS */

/*  */

    
.get-started-btn1::after {
  /* color: #1F4B9F !important; */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 100%;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
    color:#1F4B9F !important;
    border-radius: 10rem; 
    transition: width 0.3s linear; 
    z-index: -1;
}

.get-started-btn1:hover::after {
    width: 100%;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
    transition: width 0.3s linear; 
    /* border: 1px solid #EB2426 !important; */
}


    
.get-started-btn11::after {
  /* color: #1F4B9F !important; */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 100%;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
    color:#1F4B9F !important;
    border-radius: 10rem; 
    transition: width 0.3s linear; 
    z-index: -1;
}

.get-started-btn11:hover::after {
    width: 100%;
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
    transition: width 0.3s linear; 
}


/* .get-started-btn1:hover {
    color: #FFFFFF; 
    border: 1px solid #EB2426; 
} */

.get-started-btn1 {
    background: transparent !important; 
    color: #FFFFFF !important;       
    border: 2px solid #EB2426 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.get-started-btn11 {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #EB2426 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.get-started-btn1:hover {
    color: #FFFFFF !important;      
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%);
    /* border: 1px solid #EB2426 !important; */
}

.get-started-btn11:hover {
    color: #FFFFFF !important;      
    background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%);
    /* border: 1px solid #EB2426 !important; */
}
/*  */


header {
    /* background: #051226; */
}

.navbar ul li a {
    color: #FFFFFF !important;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
}

.drop-down-arrow-image{
  filter: invert(1);
  margin-left: 5px
}

.navbar-nav{
  align-items: center;
  gap: 42px;
}

.anchor-margin-left {
    margin-left: 88px;
}


.dropdown-toggle::after {
    display: none;

}

.dropdown-menu {
    background: #000; 
    border: none; 
}

.dropdown-menu .dropdown-item {
    color: #FFFFFF !important; 
    font-size: 18px;
    padding: 10px 20px;
}

.dropdown-menu .dropdown-item:hover {
    background: #1F4B9F !important;
    color: #FFFFFF !important;
}


.contact-us {
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.76px;
    letter-spacing: 0%;
    padding: 10px 25px;
    background: #1F4B9F !important;
    border-radius: 50px;
}

.logo-container{
  position: relative;
}

.logo-container p{
  color: #fff;
  margin: 0;
  line-height: normal;
  font-weight: 700;
}

.logo-container a{
  color: #fff;
  margin: 0;
}

.logo-container .floating-info{
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.logo-container .floating-info.active{
 opacity: 1;
}

   #mainHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* background: #051226; */
        /* transition: all 0.3s ease-in-out; */
        z-index: 1050;
        box-shadow: none;
          transition: background-color 0.3s ease;
    }


    /* #mainHeader.scrolled {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        background:#FFFFFF;
         background-color: #000 !important;
    } */
.navbar-scrolled {
  background-color: rgba(0, 0, 0) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .get-started-btn1.contact-us-btn{
      width: fit-content;
      padding: 5px 35px !important;
    }

    body {
        padding-top: 80px; 
        scroll-behavior: smooth; 
    }

    .header-form-right{
        /* margin-right:120px; */
    }
.header-section{
     padding-left:100px;
    padding-right:100px;
}
.solution-text {
  font-size: 20px;
  font-weight:700;
  margin-right: 5px;
}

.flags-container{
  display: flex;
  align-items: center;
  gap: 20px;
}

.flags-container .flags-sub-container{
  display: flex;
  flex-direction: column;
}

.flags-container .flags-sub-container p{
  font-size: 12px;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 10px;
  line-height: normal;
}

.flags-container img{
  width: 39px;
  cursor: pointer;
}




    @media (max-width: 990px) {

.header-section{
     padding-left:16px;
    padding-right:16px;
} 

.navbar-nav{
  align-items: flex-start;
  margin-top: 30px;
  flex-direction: column !important;
  gap: 0;
}

 .navbar ul li a{
  padding: 20px !important;
}

header#mainHeader .dropdown-toggle{
padding: 20px !important;
margin: 0;
}

.solution-text{
      margin-right: 13px;
}

        .navbar-toggler{
            /* margin-left: -8%; */
        }
      /* Base styles */
        /* .dropdown:hover .dropdown-menu {
    display: block;
  } */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background-color: #000;
    z-index: 1050;
    transition: right 0.3s ease;
    padding: 2rem 1rem;
    overflow: hidden;
    overflow-y: auto;
}

.mobile-logo-container a.navbar-brand{
margin-right: 0;
    margin-left: 1rem;
}

/* When active */
.offcanvas-menu.active {
    right: 0;
}

.drop-down-arrow-image{
  filter: invert(1);
}

.navbar ul li a{
  margin :0;
}

/* Close button */
.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    float: right;
    margin-bottom: 1rem;
}

/* Overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* Show overlay when menu is active */
.overlay.active {
    display: block;
}


        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            background: none;
            border: none;
            color: #1E1E1E;
            font-size: 26px;
            cursor: pointer;
        }

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1040;
        }

        .overlay.active {
            display: block;
        }
    

        .get-started-btn1.contact-us-btn{
          width: 100%;
        }


        



    }
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}



/*  */




.custom-product-select {
    position: relative;
    background: #000;
    border-radius: 4px;
    cursor: pointer;
  }

  .custom-product-select .select-trigger {
    padding: 17px;
    font-weight: bold;
    background: #000;
    color:#fff;
  }

  .checkbox-list {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #000;
    color: #fff;
  }

  .checkbox-list label {
    display: block;
    margin-bottom: 5px;
  }


  /* Mega Menu */

  .navbar-expand-lg .navbar-nav .dropdown-menu{
    height: 60vh;
    top: 95%;
    left: 0;
  }

.mega-menu-list-item{
  position: static !important;
}

.mega-menu{
  position: static;
}

a#contact-us-btn{
    padding: 8px 24px !important;
  margin-right: 0 !important;
}

.mega-menu .sub-submenu{
  position: absolute;
  top: 0;
  left: 100%;
  height: 60vh;
  width: 70vw;
  display: none;
  background: #090909;
  padding: 0;

}

.mega-menu .mega-item.active{
  background: linear-gradient(90deg, #252525 17.44%, rgba(36, 98, 48, 0.71) 52.64%, rgba(235, 30, 34, 0.71) 100%) !important;
}

.mega-menu .mega-item.active .sub-submenu{
  display: flex;

}

.mega-menu .sub-submenu .column-nav{
  width: 32%;
  border-right: 1px solid #E2E8F0;
  padding: 0 10px;
}

.mega-menu .sub-submenu .column-nav.column-nav-1{
  border-right: 1px solid #FFFFFF0F;
}

.mega-menu .sub-submenu .column-nav.column-nav-2{
  border-right: 1px solid #FFFFFF0F;
}

.mega-menu .sub-submenu .column-nav.column-nav-3{
  border-right: 0px solid #E2E8F0;
}

.mega-menu .sub-submenu .column-nav p{
  color: #fff;
  font-weight: 600;
  padding: 15px;
  border-bottom: 1px solid #FFFFFF0F;
  margin: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.mega-menu .sub-submenu .column-nav p a{
  margin-right: 0;
  text-decoration: none;
}

.mega-menu .sub-submenu .column-nav ul{
  padding: 0;
  display: flex;
  flex-direction: column;

}

.mega-menu .sub-submenu .column-nav ul li{
  list-style: none;
}

.mega-menu .sub-submenu .column-nav ul li a{
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding:0;
  margin:0;
  border-bottom: 1px solid #FFFFFF0F;
      font-weight: 500;
}

.mega-menu .sub-submenu .column-nav ul li:last-child a{
  border-bottom: 1px solid transparent;
}

.mega-item img{
  transform: rotateZ(-90deg);
}

.skiptranslate iframe{
  display: none;
}

/* Mega Menu */

#megaMenuMobile{
  display:  none;
}

#megaMenuMobile .dropdown-menu.show{
    display : none;
  }

@media (max-width : 990px) {
  #megaMenu{
    display : none;
  }
  #megaMenu .dropdown-menu.show{
    display :none;
  }


  #megaMenuMobile.dropdown-menu.show{
    display : block;
    width: 100%;
  }


  .mega-menu .mega-item button{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    padding: 20px;
    margin-left: 15px;
  }

  .flags-container .flags-sub-container p{
    display: none;
  }

  .mega-menu .mega-item.active .sub-submenu{
    display: flex;
    flex-direction: column;
    height: 100vh;
  }

  .mega-menu .sub-submenu .column-nav{
    width: 100%;
    margin-bottom: 30px;
  }

  .mega-menu .sub-submenu{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    display: block;
    background: #000;
    width: 100%;
    overflow-Y: scroll;
    transform: translateX(100%);
    transition : transform 0.4s ease;
    z-index: 1;
  }

  

  .mega-menu .mega-item.active .sub-submenu{
    transform: translateX(0%)
  }

  .nav-item .dropdown-menu .sub-submenu a{
    margin: 0;
  }

  .mega-menu-list-item{
    width: 100%;
  }

  .back-icon{
    padding: 20px 10px;
  }

  .back-icon img{
    transform: rotateZ(0) !important;
    margin: 0;
    width: 25px;
    filter: none;
  }

  .mega-menu .sub-submenu .column-nav p{
    margin: 0;
    padding-left: 0;
  }

  .mega-menu .sub-submenu .column-nav ul li a{
    padding: 20px !important;
    margin-left: 0;
    padding-left : 40px !important;
  }
  .custom-product-select {
    display: none;
  }

}


.float{
  position: fixed;  
  z-index: 1000;    
  bottom: 92px;
  right: 24px;
}

.trigger{
  background: #ed2124;
  border: 2px solid #ed2124;
  height: 60px;
  width: 60px;
  border-radius: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  animation: 1.5s linear 0s infinite normal pulse;

  cursor: pointer;
}

.trigger img {
        width: 28px;  
        height: 28px;
        transition: transform 0.3s ease-in-out;
    }

@keyframes pulse {
  0% {
        box-shadow: 0 1px 0 3px #ab1a1a30,0 0 0 0 #ef242450
    }

    30% {
        box-shadow: 0 1px 0 3px #ab1a1a30,0 0 0 5px #ef242450
    }

    70% {
        box-shadow: 0 1px 0 3px #ab1a1a30,0 0 0 15px #ef242410
    }

    100% {
        box-shadow: 1px 1px 2px 1px #ab1a1a30,0 0 0 20px transparent
    }
}

#phone-btn {
        position: fixed;  
        z-index: 1000;    
        bottom: 170px;
        right: 24px;
        /* display: none; */

        background: #333;
        border: 2px solid #333;
        height: 60px;
        width: 60px;
        border-radius: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
        transition: all 0.3s ease-in-out;
    }

    #phone-btn img {
        width: 28px;  
        height: 28px;
        transition: transform 0.3s ease-in-out;
    }

    #phone-btn img:hover {
        transform: scale(1.1);  
    }
		

		#whatsapp-btn {
        position: fixed;
        bottom: 92px;
        right: 24px;
        text-align: center;
        z-index: 1000;
        background: #25d366;
        border: 2px solid #25d366;
        height: 60px;
        width: 60px;
        border-radius: 100%;

        scale: 0;

        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;

    }

    #whatsapp-btn.active {
        bottom: 170px;
        scale: 1;

    }

    #whatsapp-btn img {
        width: 28px;  
        height: 28px;
        transition: transform 0.3s ease-in-out;
    }

    #whatsapp-btn img:hover {
        transform: scale(1.1);  
    }

    @media (max-width: 990px) {

      .trigger{
        height: 50px;
        width: 50px;
      }

      #phone-btn {
        height: 50px;
        width: 50px;
    }

    #whatsapp-btn {
        height: 50px;
        width: 50px;
    }

        #whatsapp-btn img {
            width: 28px !important;
            height: 28px !important;
        }
        #phone-btn img {
            width: 28px !important;
            height: 28px !important;
        }

        #phone-btn {
          bottom: 92px !important;
          right: 24px;
          text-align: center;
          display: flex;
        }
        #whatsapp-btn {
          bottom: 92px !important;
        }

        #whatsapp-btn.active {
          bottom: 170px !important;
        }

        #phone-btn {
          bottom: 92px !important;
          scale: 0;
        }
        
        #phone-btn.active {
          scale: 1;
          bottom: 240px !important;
        }

    }
    
    @media only screen 
  and (width: 1280px) 
  and (height: 800px) {
  
  .navbar ul li a {
font-size: 15px;
}
}

.iti-mobile .iti--container {
  z-index: 10000000;
}
.iti__country-list
{

  background: #000 !important;
}


/*  */