*{margin: 0; padding: 0; box-sizing: border-box;}
@font-face {
    font-family: proximanova, sans-serif;
    src: url(sansation_bold.woff);
    font-weight: 700,600,500,400,300,200;
}
body{
    font-family: proximanova, sans-serif,serif !important;
}

:root{
    --black-color: #122630;
   --lightBlue-color: rgb(71, 141, 200);
   --white-color: #fff;
   --yellow_color: #ffb819;
   --grey-color: #a1a6a9;
   --lightSky-color: #4a8cc6;
   --orange-color: #FE752F;
   --light-grey: #EEEEEE;
   --dark-yellow: #FCE147;
}



a{
    text-decoration: none;
    cursor: pointer;
}
p{
    font-size: 16px;
}
h4{
    font-size: 16px;
    font-weight: bold;
}
/* header section start */


#menu-main-menu{
	display: flex;
    justify-content: end;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
#menu-main-menu > li{
	position: relative;
    border-right: 1px solid;
    padding: 0px 30px;
}

.menu-item-2685{
	padding-left:0px;
}

.menu-item-2951{
	border:0px;
    padding-right:0px;
}

.sub-menu{
display: none;
    position: absolute;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 5px 10px lightgrey;
	list-style: none;
    padding: 0;
    left: -9px;
        width: 170px;
            top: 38px;
}

.sub-menu li{
	    padding:12px 0px 12px 17px;
}

.sub-menu li:hover{
	   background:#54595F;
}
.sub-menu li:hover a{
	   color:white;
}
.sub-menu li a{
	   font-size: 14px;
    font-weight: 400;
}

#menu-main-menu li:hover ul{
	display: block;
}
#menu-item-22 a{
color:#00A7F8;!important
}

.humber-menu {
  display: none;
  cursor: pointer;
}

.cus-border-radius{
	box-shadow: 0 3px 25px 0 rgba(0, 167, 248, 0.55)!important;
    padding: 11px 0px!important;
}

.footer-headings{
color: #797878;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.footer-social-icons{
margin-top:12px;
}
.footer-social-icons i{
margin-right:16px;
font-size:22px;
}

.navbar-brand img{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}
.head-nav{
    display: flex;
    justify-content: end;
    align-items: center;
}
.navbar{
    background: none !important;
    border: none !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--orange-color);
}
.nav-link:hover{
    transition: .05s all ease;
    color: var(--orange-color);
}
.head-nav ul li{
    padding-right: 30px;
    font-size: 20px;
}
.nav-link{
    color: var(--white-color );
}
.header-btn{
    background-color: var(--orange-color);
    color: var(--white-color);
    padding: 10px 10px;
}
.header-btn:hover{
    border: 2px dashed var(--orange-color) !important;
    color: var(--white-color) !important;
    background: transparent !important;
}
.container.za-boxed-shadow {
    padding: 0;
}
.navbar {
    --mdb-navbar-box-shadow: none;
    --mdb-navbar-padding-top: 0;
    --mdb-navbar-brand-img-margin-right: 0;
    box-shadow: none;
    padding-top: 0;
}
.container.za-boxed-shadow .col-md-9.col-12 .brand-sec-content .col-md-3.col-12 {
    background-color: #fdac0000;
}
/* Bnanner section start */

/*.za-boxed-shadow{*/
/*	box-shadow: 0 3px 25px 0 rgba(0, 167, 248, 0.55);*/
/*    background-color: #fff;*/
/*    border-radius: 25px;*/
/*    padding: 30px;*/
/*}*/
.container.za-boxed-shadow .col-md-3.col-12 .brand-fillter-sec {
    background-color: #FDAC00;
    padding: 12px;
    border-radius: 7px;
}
.container.za-boxed-shadow .col-md-3.col-12 .brand-fillter-sec .checkbox-dropdown {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFCA5B;
    padding: 10px;
    margin: 10px auto;
}
.banner-section{
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-02-1.png);
    background-repeat: no-repeat;
    background-position:inherit;
    background-size: cover;
    object-fit: cover;
    position: relative;
    padding-top: 0;
}
/* .banner-section::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background: transparent ;
    background-image: url(../images/waves.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    bottom:  0;
    left: 0;
} */
.banner-text-sec{
    padding: 50px 0 100px 0;
}
.banner-text-sec h1{
    font-size: 80px;
    font-weight:bold;
    color: var(--white-color);
}
.banner-text-sec p{
    color: var(--white-color);
    padding: 20px 0;
}
.banner-text-sec  ol {
padding-left: 0;
}
.banner-text-sec  ol li{
    align-items: center;
    display: flex;
    justify-content: start;
    list-style-type: none;
    font-size: 16px;
    padding: 2px 0;
}
.banner-text-sec  ol li  a{
    color: var(--white-color);
    font-size: 16px;
    transition: 1s all ease;
}
.banner-text-sec  ol li  a:hover{
    color: #848484e8;
}
.banner-text-sec  ol li i{
    font-size: 5px;
    padding-right: 5px;
    color: var(--yellow_color);
}

/* brand section start */
.Brand-sec-area > .row{
	align-items: center;
}
.brand-slide-sec{
    width: 100%;
    height: 400px;
    background-color: var(--lightBlue-color);
}
/*.Brand-sec-area{*/
/*    padding: 50px 0 0 0;*/
/*}*/
.brand-cont{
    width: 100%;
    height: 200px;
    position: relative;
}
.brand-cont:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: 1.5s all ease;
}
.col-md-3  > .brand-cont,
.col-md-3  > .brand-con{
	border: 1px solid #00A7F8;
    border-radius: 6px;
    padding: 20px;
}
.brand-cont img{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: contain;
}
.braand-grad{
    position: absolute;
    bottom: -13px;
    left: 0;
    display: flex;
}
.platinum{
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg,#007eae 0,#004876 100%);
}
.Diamond{
    width: 20px;
    height: 20px;
    background: radial-gradient(#fff 30%,#dce9f2 100%);
}
.Exclusive{
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg,#f78d8d -20%,#fb3d3d 100%);
}
.Silver{
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg,#e8e9e8 0,#cccfcc 100%);
}
.Gold{
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg,#ffdd36 0,#ffb819 100%);
}
.braand-grad p{
  font-size: 11px;
  padding-left: 5px;
  color: var(--grey-color);
  text-transform: uppercase;

}





.brand-fillter-sec h5{
    font-size: 12px;
    color: #aaadb3;
    font-family: 'Nunito', sans-serif;
}





/* modal styling start */
.modal-header{
    border: none;
}
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    overflow-y: scroll;
}
.modal-text-area{
    border-right: 2px solid var(--grey-color);
    padding: 0 7px;
    height: 100%;
}
.modal-logo-btn{
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}
.modal-link-btn{
    padding: 15px 40px;
    text-align: center;
    border: 2px solid var(--lightBlue-color);
    color: var(--lightBlue-color);
    font-size: 12px;
    font-weight: bold;
}
.modal-link-btn:hover{
    border: 2px dashed var(--lightBlue-color);
    transition: 0.2s all ease;
    color: var(--lightBlue-color);
    border-radius: 5px;
}
.modal-text-area p{
    font-size: 17px;
    line-height: 28px;
    padding: 5px 0 50px 0;
}
.modal-text-point{
        width: 100%;
        height: auto;
}
.modal-text-point ul li{
    padding: 8px 0;
}
.modal-video-sec-link a{
    color: var(--lightBlue-color);
    text-align: start;
}
.modal-video-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-video-sec iframe{
    width: 80%;
    height: 350px;
}
.foot-text{
    width: 50%;
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.foot-text   p{
    color: var(--white-color);
}
.modal-ft-btn{
    padding: 12px 35px;
    background: var(--black-color);
    color: var(--white-color);
    margin-right: 20px;
    position: absolute;
    bottom: 0;
    right: 0;;
}
.modal-ft-btn:hover{
    color: var(--lightBlue-color);
}
.foot-contac{
    width: 50%;
}
.modal-footer{
    margin: 50px 0 0 0;
    position: relative;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightBlue-color);

}

.modal-text-area img:last-child{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}




/* Fillter dropdown menu */
.checkbox-dropdown {
    width: 100%;
    /* border: 1px solid #aaa; */
    padding: 5px 10px 5px 0;
    position: relative;
    margin: 20px auto;
    user-select: none;
    cursor: pointer;
    
}

/* Display CSS arrow to the right of the dropdown text */
.checkbox-dropdown:after {
    /* content:'';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #000;
    top: 50%;
    right: 10px;
    margin-top: -3px; */
    display: none;

}

/* Reverse the CSS arrow when the dropdown is active */
/* .checkbox-dropdown.is-active:after {
    border-bottom-color: #000;
    border-top-color: #fff;
    margin-top: -9px;
    display: none;
} */

.checkbox-dropdown-list {
    height: 200px !important;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%; /* align the dropdown right below the dropdown text */
    border: inherit;
    border-top: none;
    left: -1px; /* align the dropdown to the left */
    right: -1px; /* align the dropdown to the right */
    opacity: 0; /* hide the dropdown */
    transition: opacity 0.4s ease-in-out;
    height: 100px;
    overflow: scroll;
    overflow-x: hidden;
    pointer-events: none; /* avoid mouse click events inside the dropdown */
}
.is-active .checkbox-dropdown-list {
    opacity: 1; /* display the dropdown */
    pointer-events: auto; /* make sure that the user still can select checkboxes */
    background-color: var(--white-color);
    z-index: 10000;
    border: 1px solid var(--black-color);
}

.checkbox-dropdown-list li label {
    display: block;
    border-bottom: 1px solid silver;
    padding: 10px;
    transition: all 0.1s ease-out;
    font-size: 19px;
}

.checkbox-dropdown-list li label:hover {
    background-color: var(--lightSky-color);
    color: var(--white-color);
}

.checkbox-dropdown p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.checkbox-dropdown p{
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 6px;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
.checkbox-dropdown p span img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.checkbox-dropdown p span i{
    width: 22px;
    font-size: 18px;
}




/* footer section strat */
footer{
    border-top: 1px solid #f2f2f2;
}
.foot-contact-sec h4{
    font-size: 25px;
    font-weight: 600;
}
.foot-contact-sec ul{
    padding: 10px 0 0 0;
}
.foot-contact-sec ul li,a{
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color);
}
.foot-contact-sec ul li a:hover{
    color: var(--lightSky-color);
    transition: 0.5s all ease;
    cursor: pointer;
}
.social-link-icon{
    display: flex;
    justify-content: start;
    align-items: center;
}
.social-link-icon img{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
}
.foot-text-sec{
    padding: 0 15px 0 15px;
}
.foot-text-sec h4{
    font-size: 25px;
    font-weight: 600;   
}
.foot-text-sec p{
    font-size: 18px;
    padding: 10px 0;
    position: relative;
}
.foot-text-sec input{
    width: 100%;
    background: var(--light-grey);
    padding: 10px 0 10px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.foot-text-sec input::placeholder{
    font-style: italic;
}
.foot-text-sec button{
    width: 100%;
    text-align: center;
    background-color: var(--dark-yellow);
    height: 40px;
    margin-top: 20px;
    font-size: 18px;
    border: none;
    font-weight: 600;
}
.foot-text-sec button:hover{
    transition: 0.5s all ease;
    color: var(--white-color);
}
.foot-link-btn{
    margin-top: 50px;
    text-align: center;
    background-color: var(--dark-yellow);
    margin-top: 20px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    padding: 10px 100px 10px 100px;
}
.foot-link-btn:hover{
    transition: 0.5s all ease;
    color: var(--white-color);
}
footer .container .row hr{
    margin-top: 30px !important;
}




.modal-content::-webkit-scrollbar {
    width: 7px;
  }
  /* Track */
.modal-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  /* Handle */
.modal-content::-webkit-scrollbar-thumb {
    background: #FE752F; 
    border-radius: 10px;
  }



/* xxx */
.dropdown-toggle:after{
    display: none;
}
.dropdown-menu label input{
	margin-right: 8px;
}
ul.dropdown-menu.show {
    width: 100%;
    transform: translateX(0) !important;
    height: 260px;
    margin-top: 50px !important;
    overflow-y: scroll;
    overscroll-behavior: initial;
   border-radius: 10px;
    box-shadow: 5px 14px 60px 25px rgba(0,0,0,0.1);
}
ul.dropdown-menu.show::-webkit-scrollbar {
    width: 5px;
    transition: 0.1s all ease;
  }

  /* ul.dropdown-menu.show::-webkit-scrollbar-track {
    background:; 
  } */

  ul.dropdown-menu.show::-webkit-scrollbar-thumb {
    background: #FE752F; 
    border-radius: 10px;
    padding: 2px 0;
  }
  .dropdown-item:hover{
    background-color: #4a8cc6;
    color: #fff;
    transition: 0.2s all ease;
    cursor: pointer;
  }










/* REsponsivenes */
@media  screen and (max-width: 996px) {
    /* header */
    .banner-text-sec h1 {
        font-size: 60px;
    }
    .banner-text-sec p {
        padding: 16px 0;
    }
    .nav-link {
        font-size: 18px;
    }
    .header-btn {
        padding: 8px 5px;
    }
    .brand-slide-sec {
        height: 220px;
    }
    .checkbox-dropdown p {
        font-size: 17px;
    }

    /* brands */
    .brand-cont {
        height: 150px;
    }
}



@media  screen and (max-width: 776px) {
/* header */
button.navbar-toggler {
    background: #ffff;
}
.navbar-brand img {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}

.banner-text-sec h1 {
    font-size: 40px;
}
.head-nav {
    display: flex;
    justify-content: start;
    align-items: start;
    background: #000;
    height: 100vh;
    text-align: start;
    width: 100vw;
    padding: 10px;
}
.brand-cont img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: contain;
    margin: 0 auto;
    height: 140px;
    display: flex;
}
.col-md-3  > .brand-cont,
.col-md-3  > .brand-con{
	min-height: 200px;
}
.modal-logo-btn {
    display: block;
    justify-content: start;
    align-items: center;
    position: relative;
}

.modal-text-area p {
    font-size: 16px;
    padding: 25px 0 50px 0;
}


.modal-footer {
    margin: 0;
    height: auto;
    flex-direction: column;
}
.foot-text {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
}

.modal-ft-btn {
    margin-right: 50px;
}
.modal-video-sec iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}



/* footer */
.foot-text-sec {
    /* padding: 0 15px 0 15px; */
    padding: 20px 0;
}
}






/* fillter display function */