 
 
 /*search bar css for desktop*/
.module-searchbar
{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff;
        border:1px solid #c9c5c5;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        /* height: 40px; */
        height: auto;
        margin-top: 10px;
        width: 400px;
        padding: 0 5px;
}


.module-searchbar .custominput-sett
{
    border: none !important;
    box-shadow: none;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    /* height: 38px; */
    height: 40px;
    padding: 0px 5px 0 0px;
    /* margin-top: 1px; */
    margin-top: 0px;
} 
.module-searchbar .custominput-sett:focus
{
    outline:0;
    box-shadow:none; 
}
.module-searchbar .btn-left-search
{
    background-color: transparent;
    height: 40px;
    width:40px;
    border-radius:50%;
    padding: 0px 5px 0 5px;
}
.module-searchbar .btn-left-search:hover,
.module-searchbar .btn-left-search:focus
{
    box-shadow: none;
    outline:0;
}
.module-searchbar .btn-right-search
{
    background-color: #0080C5;
    height: 33px;
    width: 33px;
    border-radius: 50% !important;
    padding: 0;
}
.module-searchbar .btn-right-search:hover,
.module-searchbar .btn-right-search:focus
{
    box-shadow: none;
    outline:0;
}
.module-searchbar .loc-addon {
    padding: 6px 7px 6px 5px; 
    background-color: transparent;
    border: none; 
    cursor:auto;
}

.module-searchbar .loc-addon img {
    width:20px;
}
.border-left-grey
{
    border-left:1px solid #c9c5c5;
}

.module-searchbar .filter-loc-dropdown
{  
    padding: 0px 0; 
    background-color: #fff;  
    border: 1px solid #D9D9D9;
    border-radius: 0px; 
    margin: 0px 0 0;
    min-width:200px;
}

.module-searchbar .filter-loc-dropdown .filter-loc-dropdown-grey
{   
    background-color: #ececec;   
}
.module-searchbar .filter-loc-dropdown-li
{
    padding:0;

}
.module-searchbar .filter-loc-dropdown-li .filter-loc-dropdown-li-a
{
    padding:0;
    padding:10px 15px;
}

.module-searchbar .filter-loc-dropdown-li .filter-media .filter-media-img
{
    width: 25px;
}
.module-searchbar .filter-loc-dropdown-li .filter-media .filter-loc-text
{ 
    font-size:14px;
    color:#000000;
    font-style: normal;
    text-transform: capitalize;
    margin-top:0;
}

.module-searchbar .filter-loc-dropdown-li .filter-media .filter-loc-title
{
    font-weight:600;  
    margin-bottom:5px;
    
}
.module-searchbar .filter-loc-dropdown-li .filter-media .filter-loc-subtitle
{ 
    font-weight:300;  
    margin-bottom:0px; 
    font-size:12px;
    text-transform: initial;
}
.module-searchbar .filter-loc-dropdown-li .filter-media .filter-loc-title.filter-loc-title-grey
{ 
    margin-top:10px;
    margin-bottom:0;
    color:#333333;
}



.loc-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
   
  .loc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
   
  .loc-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #9e9e9ead;
  }
   
  .loc-checkbox:hover input ~ .checkmark {
    background-color: #9e9e9ead;
  }
   
  .loc-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
 
  .loc-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
 
  .loc-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
 
  .loc-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

 
/*search bar css for desktop*/



/*search bar css for mobile*/
 


.module-searchbar-mobile .custominput-sett-mobile
{ 
    box-shadow: none; 
    font-size: 14px;
    color: #333333;
    font-weight: normal;   
    border : none !important;
    height:38px !important; 
}
.module-searchbar-mobile .custominput-sett-mobile:hover,
.module-searchbar-mobile .custominput-sett-mobile:focus
{ 
    box-shadow: none;
    outline:none;
}

.module-searchbar-mobile .input-group-mobile
{
    border: 1px solid #c9c5c5 !important;
    border-radius: 100px;
    padding:0 5px 0 10px;
    background-color: #ffffff;
}
.module-searchbar-mobile .input-group-mobile.input-group-mobile-loc
{ 
    padding:0 20px 0 10px;
}
.module-searchbar-mobile  .input-group-addon.input-group-addon-mobile {
    padding: 6px 0px 6px 6px; 
    background-color: #ffffff;
    border: none;
    border-radius:20px 0px 0px 20px !important;
    border-right:none;
}
.module-searchbar-mobile   .input-group-btn.input-group-btn-mobile {
    
    border: none; 
    border-radius: 0px 0px 0 0px !important;
    padding-right: 0;
}
.module-searchbar-mobile   .input-group-btn.input-group-btn-mobile  .btn
{
    padding:0px;
    background-color: #0080C5;
    border: 1px solid #0080C5; 
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.module-searchbar-mobile .filter-loc-dropdown
{  
    padding: 0px 0; 
    background-color: #fff;  
    border: 1px solid #D9D9D9;
    border-radius: 0px; 
    margin: 0px 0 0;
    min-width:200px;
}

.module-searchbar-mobile .filter-loc-dropdown .filter-loc-dropdown-grey
{   
    background-color: #ececec;   
}
.module-searchbar-mobile .filter-loc-dropdown-li
{
    padding:0;

}
.module-searchbar-mobile .filter-loc-dropdown-li .filter-loc-dropdown-li-a
{
    padding:0;
    padding:10px 15px;
}

.module-searchbar-mobile .filter-loc-dropdown-li .filter-media .filter-media-img
{
    width: 23px;
}
.module-searchbar-mobile .filter-loc-dropdown-li .filter-media .filter-loc-text
{ 
    font-size:14px;
    color:#000000;
    font-style: normal;
    text-transform: capitalize;
    margin-top:0;
}

.module-searchbar-mobile .filter-loc-dropdown-li .filter-media .filter-loc-title
{
    font-weight:600;  
    margin-bottom:5px;
    
}
.module-searchbar-mobile .filter-loc-dropdown-li .filter-media .filter-loc-subtitle
{ 
    font-weight:300;  
    margin-bottom:0px; 
    font-size:12px;
    text-transform: initial;
}
.module-searchbar-mobile .filter-loc-dropdown-li .filter-media .filter-loc-title.filter-loc-title-grey
{ 
    margin-top:10px;
    margin-bottom:0;
    color:#333333;
}



.module-searchbar-mobile .loc-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
   
  .module-searchbar-mobile .loc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
   
  .module-searchbar-mobile .loc-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #9e9e9ead;
  }
  
  .module-searchbar-mobile .loc-checkbox:hover input ~ .checkmark {
    background-color: #9e9e9ead;
  }
  
  .module-searchbar-mobile .loc-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  .module-searchbar-mobile  .loc-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  

  .module-searchbar-mobile .loc-checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  .module-searchbar-mobile .loc-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*search bar css for mobile*/
 
 
 
 
 
 
 
 /*download sample 1 mobile*/
 .download-app-box-mob
    {
        background: rgb(146, 254, 157);
        background: linear-gradient(90deg, rgba(146, 254, 157, 1) 30%, rgba(0, 201, 255, 1) 100%);
        padding: 10px 10px;
        border-radius: 0px;
        width: 100%;
        margin-top: 0px;
        display: flex;
        font-family: "Roboto Condensed", sans-serif;
        position: relative;
        /* position: absolute; */
        top: 0;
        background: #ffffff;
        align-items: center;
        border-bottom: 1px solid #e9e0e0;
        z-index: 999;
    }
    .download-app-childbox1-mob
    {
        width:auto;
        margin-right:10px;
    }
    .download-app-childbox2-mob
    {
        width:auto;
        margin-right:5px;
    }
    .download-app-childbox3-mob
    {
        width:auto;
        position:absolute;
        right:10px;
    }
    .download-app-subtext-mob
    {
        font-size:14px;
        color:#333333;
        font-style:normal;
        font-weight:400;
        text-transform:capitalize;
        margin-bottom:5px;
        margin-top:0;
        font-family: "Roboto Condensed", sans-serif;
    }
    .download-app-text-mob
    {
        font-size:16px;
        color:#333333;
        font-style:normal;
        font-weight:600;
        text-transform:uppercase;
        margin-bottom:0;
        margin-top:0;
        font-family: "Roboto Condensed", sans-serif;
    }
    .download-app-img-mob
    {
        width: 90px;
        margin-top:5px;
    }
    .download-app-leftimg1-mob
    {
        width:60px;
    }
    .download-app-close-mob
    {
        width: 20px;
        cursor:pointer;
    }
/*download sample 1 mobile*/


/*download sample 2 mobile*/
.download-app-box4
    {
        background:#ffffff; 
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        align-items: center; 
        padding:15px 10px; 
        height: auto; 
        border-radius:0px;
        width:100%;  
        display:flex;
        font-family: "Roboto Condensed", sans-serif; 
        position: relative;
        /* position: absolute; */
        z-index: 999;
        align-items: center; 
        top: 0px;
        border-bottom: 1px solid #ddd;
       
    }
    .download-app-box4 .download-app-childbox1
    {
        width:auto;
        margin-right:5px; 
    }
    .download-app-box4 .download-app-childbox2
    {
        width:auto;
        margin-right:5px; 
    }
    .download-app-box4 .download-app-childbox3
    {
        width:auto; 
    }
    .download-app-box4 .download-app-childbox4
    {
        width:auto;
        position:absolute;
        right:10px;
    }
    .download-app-box4 .download-app-subtext
    {
        font-size:16px;
        color:#333333;
        font-style:normal;
        font-weight:600;
        text-transform:inherit;
        margin-bottom:5px;
        margin-top:0;
        font-family: "Roboto Condensed", sans-serif;
    }
    .download-app-box4 .download-app-text
    {
        font-size:12px;
        color:#676666;
        font-style:normal;
        font-weight:600;
        text-transform:capitalize;
        margin-bottom:0;
        margin-top:0;
        font-family: "Roboto Condensed", sans-serif;
    }
    .download-app-box4 .get-dw-btn
    {
        padding: 5px 7px;
        background-color: #333333;
        color: #ffffff;
        font-size: 1.2rem;
        text-align: center;
        text-transform: capitalize;
        font-weight: normal;
        border-radius: 5px; 
        float:right;
    }
    .download-app-box4 .get-dw-btn:hover
    {
        background-color:#333333;
    }
    .download-app-box4 .download-app-leftimg1
    {
        width:40px; 
        position: relative;
    }
    .download-app-box4 .download-app-close-desk4
    {
        width: 20px;
        cursor:pointer;
    }
    .download-app-box4 .rating-star-sett
    {
        width: 65px;
        vertical-align: middle;
    }
    
/*download sample 2 mobile*/


/*download sample 1 desktop*/
 .download-app-box1
{
    background: rgb(146,254,157);
    background: linear-gradient(90deg, rgba(146,254,157,1) 30%, rgba(0,201,255,1) 100%);
    padding:10px;
    border-radius:10px;
    width:350px;
    margin-top:50px;
    display:flex;
    font-family: "Roboto Condensed", sans-serif; 
    position: fixed;
    z-index: 99;
    align-items: center;
    top: 50px;
}
.download-app-box-anima1
{ 
    left: -350px; 
    -webkit-animation: slide1 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide1 0.5s forwards;
    animation-delay: 2s;
}
@-webkit-keyframes slide1 {
    100% { left: 100px; }
}

@keyframes slide1 {
    100% { left: 100px; }
}
.download-app-childbox1
{
    width:15%;
}
.download-app-childbox2
{
    width:85%;
}
.download-app-subtext
{
    font-size:14px;
    color:#333333;
    font-style:normal;
    font-weight:400;
    text-transform:inherit;
    margin-bottom:5px;
    margin-top:0;
    font-family: "Roboto Condensed", sans-serif;
}
.download-app-text
{
    font-size:17px;
    color:#333333;
    font-style:normal;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:0;
    margin-top:0;
    font-family: "Roboto Condensed", sans-serif;
}
.download-app-img
{
    width: 100px;
    margin-top:5px;
}
.download-app-leftimg
{
    /* width:90px;
    left: -37px;
    top: -23px;
    position: absolute; */
    width: 40px;
    left: 0;
    top: 0;
    position: relative;
    
}
.download-app-close-desk1
{
    width: 30px;
    cursor:pointer;
}
/*download sample 1 desktop*/

 

/*download sample 2 desktop*/

.download-app-box2
{
    background: #ffffff; 
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    align-items: center; 
    padding:8px 10px; 
    height: auto; 
    border-radius:10px;
    width:370px;
    margin-top:100px;
    right:50px;
    display:flex;
    font-family: "Roboto Condensed", sans-serif; 
    position: fixed;
    z-index: 99;
    align-items: center; 
}
.download-app-box2 .download-app-childbox1
{
width:20%;
}
.download-app-box2 .download-app-childbox2
{
    width:80%;
}
.download-app-box2 .download-app-subtext
{
    font-size:14px;
    color:#333333;
    font-style:normal;
    font-weight:400;
    text-transform:inherit;
    margin-bottom:5px;
    margin-top:0;
    font-family: "Roboto Condensed", sans-serif;
}
.download-app-box2 .download-app-text
{
    font-size:17px;
    color:#333333;
    font-style:normal;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:0;
    margin-top:0;
    font-family: "Roboto Condensed", sans-serif;
}
.download-app-box2 .download-app-img
{
    width: 100px;
    margin-top:5px;
}
.download-app-box2 .download-app-leftimg1
{
    width: 75px;
    left: -2px;
    top: -14px;
    position: absolute;
}
.download-app-box2 .download-app-close-desk2
{
    width: 30px;
    cursor:pointer;
}

.slide 
{
    /* position: relative; */
    top: -400px;
}

.slide-anim
{
animation: slideDown 1s linear forwards;
}
@keyframes slideDown {
    from {
        top: -400px;
    }
    to {
        top: 0;
    }
}
/*download sample 2 desktop*/

/*download sample 3 desktop*/
 .download-app-box3
{
    background:#ffffff; 
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    align-items: center; 
    padding:8px 10px; 
    height: auto; 
    border-radius:5px;
    width:350px;
    margin-top:100px;
    right:50px;
    display:flex;
    font-family: "Roboto Condensed", sans-serif; 
    position: fixed;
    z-index: 99;
    align-items: center;  
    animation: slideUp 1s ease-in-out forwards;
    animation-delay: 1s; /* Delay before it appears */
    visibility: hidden;
} 
/* Slide-up animation */
@keyframes slideUp {
    from {
        bottom: -100px;
        opacity: 0;
        visibility: hidden;
    }
    to {
        bottom: 20%; /* Stops at half of the screen height */
        transform: translateY(50%); 
        opacity: 1;
        visibility: visible;
    }
} 
.download-app-box3 .download-app-childbox1
{
    width:7%; 
}
.download-app-box3 .download-app-childbox2
{
    width:13%;
}
.download-app-box3 .download-app-childbox3
{
    width:55%;
}
.download-app-box3 .download-app-childbox4
{
    width:25%;
}
.download-app-box3 .download-app-subtext
{
    font-size:14px;
    color:#333333;
    font-style:normal;
    font-weight:600;
    text-transform:inherit;
    margin-bottom:5px;
    margin-top:0;
    font-family: "Roboto Condensed", sans-serif;
}
.download-app-box3 .download-app-text
{
    font-size:10px;
    color:#676666;
    font-style:normal;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:0;
    margin-top:0;
    font-family: "Roboto Condensed", sans-serif;
}
.download-app-box3 .get-dw-btn
{
    padding: 5px 7px;
    background-color: #333333;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 5px; 
    float:right;
}
.download-app-box3 .get-dw-btn:hover
{
    background-color:rgb(79, 78, 78);
}
.download-app-box3 .download-app-leftimg1
{
    width:40px; 
    position: relative;
}
.download-app-box3 .download-app-close-desk3
{
    width: 20px;
    cursor:pointer;
}
.download-app-box3 .rating-star-sett
{
    width: 65px;
    vertical-align: middle;
} 
/*download sample 3 desktop*/


body.menu-open:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
}

/*loader css addded here*/
.loader-overlay {
    background: #0000004f;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* opacity: 0.4; */
    z-index: 99999;
}

.loader-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}

.loader-spinner {
    border: 5px solid #dddddd;
    border-radius: 50%;
    border-top: 5px solid #03A9F4;
    width: 65px;
    height: 65px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.error.alert {
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 0;
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
    .logo-size.logo-size-search
    {
        width: 160px !important; 
    }
     .module-searchbar 
    { 
        width: 350px; 
    }  
    .search-input-group
    {
     width:50%;
    }
    .search-input-group .search-input-dropdown
    {
     width:100%;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
{
    .logo-size.logo-size-search
    {
        width: 250px !important; 
    }
    .module-searchbar 
    { 
        width: 400px; 
    }
    .search-input-group
    {
        width:50%;
    }
    .search-input-group .search-input-dropdown
    {
        width:100%;
    }


}

@media (min-width: 768px) 
{
 .search-input-group
    {
     width:50%;
    }
    .search-input-group .search-input-dropdown
    {
     width:100%;
    }
    
    .logo-size.logo-size-search {
        width: 150px !important;
    }
    .module-searchbar {
        width: 350px;
    }


}

@media (min-width: 992px) 
{
    .logo-size.logo-size-search 
    {
        width: 250px !important;
    }
    .module-searchbar 
    {
        width: 400px;
    }
    .search-input-group
    {
        width:50%;
    }
    .search-input-group .search-input-dropdown
    {
        width:100%;
    }

}

@media (min-width: 1200px) 
{
  .logo-size.logo-size-search {
        width: 250px !important;
    }
    .module-searchbar {
        width: 400px;
        background-color: #ffffff;  
    }

    .search-input-group
    {
     width:50%;
    }
    .search-input-group .search-input-dropdown
    {
     width:100%;
    }



}