/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.container-web{
    background-color: #EFEFEF ;
    padding: 50px 0px 50px 0px ;
}
.class-yellow{
    color: #EBAD1E;
}
.class-balck{
    font-size: 20px;
    color: #2C2C2C;
}
.display-inline{
    /* justify-content: flex-start; */
    display: flex;
    justify-content: space-evenly;

}
.class-red{
    
    border: 2px solid #2a89ba;
    padding: 14px;
    border-radius: 8px;
}
.class-red:hover{
    border: 2px solid #EBAD1E;
    color: #EBAD1E;
}


.heading-h2{
    text-align: center;
    margin-bottom: 20px;
   
}
.heading-h2 h2{
    font-size: 50px;
   
}
.heading-h2 p{
    font-size: 18px;
   
}
.feature-inside{
    padding: 10px;
}

.card-bg{
    width: 100px;
    /* padding: 50px; */
    background-color: #EBAD1E;
    height: 300px;
    color: #fff;
   
}
.card-bg p{
    font-size: 20px;
    margin: 10px;

}

.you-may-also{
    height: 300px;
    background-color: #D3D3D3;
    padding: 50px;
    text-align: center;
    margin: 10px;
}
.you-may-also:hover {
    background-color: #EBAD1E;
    color: #fff;
   
}

.feature-you{
    margin-top: 20px;
    background-color: #EFEFEF;
}
.h2-fresh{
    display: flex;
    justify-content: space-between;
}
.h2-fresh .text-right a{
    color: #EBAD1E;
    font-size: 20px;
}
.h2-fresh .text-right a:hover{
    border-bottom: 2px solid #eb3b23;
    color: #EB3B23;
  
}
.container-color{
    background-color: #EFEFEF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.get-your-dream-gadgets{
    width: 100%;
    height: 100px;
    border: 2px solid #EBAD1E;
    padding: 20px;
    font-size: 20px;
}
.text-center-h2-get h2{
    font-size: 50px;
    color: #050505;
}
.post-free-abs{
    text-align: center;
    padding: 5% 25%;
    background-color: #2A89BA;
    font-size: 20px;
    color: #fff;
}
#input-side ::placeholder {
    color: #ffff !important;
}



.container-color-red {
    margin-top: 80px;
    padding: 10px;
    height: 100vh;
    position: relative;
    height: 50vh;
    background-color: #EB3B23;
}


@media (min-width:250px) and (max-width:568px){
    .container-color-red {
        background-color:#EB3B23;
        height: 105vh;
        color: white;
        
      }
}


@media (min-width:569px) and (max-width:768px){
    .container-color-red {
        background-color:#EB3B23;
        height: 80vh;
        color: white;
        
      }
}
@media (min-width:769px) and (max-width:1029px){
    .container-color-red {
        background-color:#EB3B23;
        height: 80vh;
        color: white;
        
      }
}
@media (min-width:1030px) and (max-width:1200px){
    .container-color-red {
        background-color:#EB3B23;
        height: 50vh;
        color: white;
        
      }
}
@media (min-width:1201px) and (max-width:3111px){
    .container-color-red {
        background-color:#EB3B23;
        height: 50vh;
        color: white;
        
      }
}

/* 
  @media screen and (max-width:540px) {
    .container-color-red {
      background-color:#EB3B23;
      height: 200vh;
      color: white;
      
    }
  } */
/* 
  @media screen and (max-width: 720px) {
    .container-color-red {
      background-color:#EB3B23;
      height: 200vh;
      color: white;
      
    }
  } */


  /* @media (min-width: 353px ) and (max-width: 767px ) {
    .container-color-red {
      background-color:#EB3B23;
      height: 60vh;
      color: white;
    }
  } */
  /* @media screen and (min-width:1030px) {
    .container-color-red {
        margin-top: 80px;
        padding: 10px;
        position: relative;
        height: 70vh;
        background-color: rgb(235, 59, 35);
    }
    
}

      
    
  @media screen and (min-width:3111px) {
    .container-color-red {
        margin-top: 80px;
        padding: 10px;
        position: relative;
        height: 50vh;
        background-color: rgb(235, 59, 35);
    }
    
}
@media screen and (min-width:px) {
    .container-color-red {
        margin-top: 80px;
        padding: 10px;
        position: relative;
        height: 67vh;
        background-color: rgb(235, 59, 35);
    }
    
}


@media screen and (max-width: 960px) {
    .container-color-red {
        text-align: center;
        background-color:#EB3B23;
        height: 80vh;
        color: white;
    }
} */
    /* -----------comment 06-04-23-by anjani---------- */
  /* @media screen and (max-width: 720px) {
      
      .ads-group.nospc {
          padding-top: 6px;
          overflow: hidden;
        }
    }
    @media screen and (min-width: 768px) {
        
        .ads-group.nospc {
            padding-top: 6px;
            overflow: hidden;
        }
    } */
    /* -----------comment---------- */
    

  @media (min-width: 1040px){
 .header-search .search-panel {
    padding-left: 13px; font-size: 13px;}
 
}

.header-search form {
    display: table;
    position: relative;
}
@media (min-width: 1650px){

    .header-search form {
        width: 570px !important;
    }
}

.img-icone{ 
 
    width: 220px;
    height: 100%;
}
.img-icone img{  
    width: 200px;
}
.download-h2 h2{
    /* margin-top: 40px; */
    font-size: 45px;
    color: #fff;
}
.download-h2 p{
    margin-top: 30px; 
    color: #fff;
    
}

.container-web-sedo{
    background-color: #EFEFEF ;
    padding: 50px 0px 50px 0px ;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.you-may-gb-img {
    width: 100%;
    height: 80vh;
    background-image: url("../img/Rectangle-98.png");
    background-attachment: fixed;
    background-size: cover;
}
@media (min-width:250px) and (max-width:553px){
    .you-may-gb-img { height: auto;}
    .you-may-also{text-align: center;}
}

 @media (max-width:545px) and (max-width:1027px){
    .you-may-gb-img { height: auto;}

    .you-may-also{text-align: center;}
} 
@media (min-width:768px) and (max-width:800px){
    .you-may-also { width: 305px;}
    
    .you-may-also{text-align: center;}
} 



  /* @media screen and (max-width: 1025px) {
    .you-may-gb-img { height: 200vh;}
    .you-may-also { height: 250px;}
  } 

  @media screen and (max-width: 560px) {
    .you-may-gb-img { height: 350vh;}
        .you-may-also{text-align: center;}
        .feature.v2 {
            margin-left: 25%;}
        
} */

.img-display-flex{
    display: flex;
    justify-content: start;  


}
.img-display-flex img{
    height: 100%;  
}

@media screen and (max-width: 500px) {
    .img-display-flex  {
        margin: 10px;

    }
    .img-icone:first-child{
        margin-right: 15px;;
    }
  }

.dwl-sms-btn{
    background: none;
    border: none;
    width: 300px;
    border: 2px solid #fff;
    color: #fff;
    
    padding: 20px 30px;
}
.border-left{
    border-left: 2px solid #A3A3A3;
}

/* input[placeholder], [placeholder], *[placeholder] {
    color: #fff !important;
} */

/* .container-color-red input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px; }
    .container-color-red input:-moz-placeholder {
    color: #fff;
    font-size: 14px; }
    .container-color-red input::-moz-placeholder {
    color: #fff;
    font-size: 14px; }
    .container-color-red input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px; } */



    
    .index-1-boder {
        border: 1px solid #4498C2;
        padding: 50px 100px 50px 100px;

    }

    .father-class {
        display: flex;
    }

    .index-1-boder p {
        color: #818181;
        font-size: 15px;
    }

    .login-2 h2 {
        font-size: 50px;

    }


    .box-1-a {
        display: flex;
    }


    .google-btn {
        border: 1px solid #4498C2;
        text-align: center;
        padding: 10px 70px 10px 70px;

    }

    .google-btn:hover {
        box-shadow: 0px 0px 5px 5px #E6E6E6;

    }

    .earn-upto-box {
        width: 60%;
        height: 80px;
        background-color: #E6E6E6;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .earn-upto {
        display: flex;
    }

    .google-btn-f {
        margin-top: 50px;
    }

    .Facebook-btn {
        margin-top: 50px;
        border: 1px solid #4498C2;
        text-align: center;
        padding: 10px 60px 10px 60px;


    }

    .Facebook-btn:hover {
        box-shadow: 0px 0px 5px 5px #E6E6E6;

    }


    .input-box {
        border: none;
        width: 100%;
        height: 50px;
        border: 1px solid #2A89BA;
    }

    .input-box-2 {
        border: none;
        width: 60%;
        height: 50px;
        border: 1px solid #2A89BA;
    }



    
    .Continue-btn {
        padding: 2% 25.7%;
        color: #FFF;
        
        background-color: #2A89BA;
    }
    .Continue-btn-div {
        margin-top: 5%;
    }
    .blue-color{
        color: 
        #4498C2;
    }


.mobile-img{
    width: 100%;
    position: absolute;
    height: 450px;
    margin-top: -15%;
}

.dwl-sms-btn-2{
    margin-top: 20px;
    text-align: center;
    width: 100%;
    padding: 15px 0px 15px 0px ;
    border-radius: 5px;
    background-color: #2A89BA;
    color: #fff;
}
.futter-nab-bar ul li{
    float: left;
    margin: 25px;
    text-align: center;
    color: #000;
    font-size: 20px;
}
.futter-nab-bar ul li a:hover{  
    color: #EB3B23;
        border-bottom: 2px solid #eb3b23;
    }

    .futter-nab-bar-2 ul li{
        float: left;
        display: inline-block;
        margin: 4px;
        text-align: center;
        color: #000;
        font-size: 17px;
    }
  
.icon-text {
    font-size: 25px;
    margin-right: 20px;
    margin-top: 100px 20px 0px 0px;
}
.icon-text img {
   background-color: #2A89BA;
}

.futer-reb-btn{
    background-color: #EB3B23;
    border-radius: 5px;
    color: #fff;
    padding: 25px 70px;
}
.container-color-g{
    background-color: #EFEFEF;
}

.border-futter{
    border-top: 2px solid #D2D2D2;
    padding-bottom: 20px;
}


/* MOBILE CATEGORY */
.sorted-by{
    display: flex;
    justify-content: space-between;

}
.city{
    margin: 10px;
    background-color: #F5F5F5;
}


.main {
    width: 100%;
   
}

.card-container {
   
    margin: 0px 20px 0px 20px;
    background-color: #fff;
}

.description {
    padding: 1em 2em;
}

.city-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}



.description h2 {
    padding-bottom: 0.5em;
}

/* FLEXBOX STYLES */

.header {
    display: flex;
    align-items: center;
    justify-content: center;
} 


@media (min-width: 640px) { 

.card-container {
        display: flex;
        flex-flow: wrap;
    }

.city {
   
}

@media (min-width: 1001px) {
    .city {
        flex: 1 0 31%;
    }
}
.Pakistan-boder{
    width: 200px;
    border: 1px solid #2A89BA;
    padding: 10px 5px 10px 5px;
    margin: 10px 0px 10px 0px ;

}
.price-div{
    display: flex;
    justify-content: space-between;
}
.price-div-boder{
    border: 1px solid #2A89BA;
    padding: 10px 50px 10px 50px;
    

}
.price-ball{
    display: flex;
    justify-content: space-between;
}
.price-ball-1{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #2A89BA;
    background-color: #D9D9D9;
}
.price-ball-2{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #2A89BA;
    background-color: #D9D9D9;
}

.featured{
    width: 150px;
    height: 50px;
    background-color: #EBAD1E;
    font-size: 25px;
    padding: 10px 20px;
    position: absolute;
    margin-top: -80px;
}
.featured a{
    color: #fff;

}
.price-ball-boder{
     /* 2px solid red; */
}

.price-range-slider {
	width:100%;
  float:left;
  padding:10px 20px;
}
	/* .range-value {
        .input{
            margin:0;
            width:100%;
			background:none;
			color: #000;
			font-size: 16px;
			font-weight: initial;
			box-shadow: none;
			border: none;
			margin: 20px 0 20px 0;

        } */
			
		
	
	
	.range-bar {
		border: none;
		background: #000;
		height: 3px;	
		width: 96%;
		margin-left: 8px;
    }
		
		.ui-slider-range {
			background:#06b9c0;
		}
		
		.ui-slider-handle {
			border:none;
			border-radius:25px;
			background:#fff;
			border:2px solid #06b9c0;
			height:17px;
			width:17px;
			top: -0.52em;
			cursor:pointer;
		}
		.ui-slider-handle + span {
			background:#06b9c0;
           
		}

    }

/* 12 page  ?   */
.input-class-page{
    border: none;
    border: 1px solid #2A89BA;
    width: 100%;
    padding: 12px;
}
	
.input-class-page-messaje{
    border: none;
    border: 1px solid #2A89BA;
    width: 100%;
    padding: 10%;
}

/* 3 */
.include-box{
    display: flex;
    justify-content: space-between;
}

.input-class-page-post-your-ads{
    border: none;
    border: 1px solid #2A89BA;
    width: 100%;
    padding: 1%;
}
.input-class-page-post-your-ads-2{
    border: none;
    border: 1px solid #2A89BA;
    width: 100%;
    padding: 10%;
}
.type-btn{
    
    border: 1px #2A89BA solid;
    padding: 1% 2%;
}
.price-1-boder{
    padding: 1% 10%;

    border: 1px #2A89BA solid;
}
.input-class-page-post-your-ads-loction{
    border: none;
    border: 1px solid #2A89BA;
    width: 100%;
    padding: 1% 0% 1% 50px;
    

}
.location-img{
    position: absolute;
    margin-top: -2.1%;
    margin-left: 1%;
}
@media screen and (max-width: 1440px) {
    .location-img  {
        position: absolute;
        margin-top: -2.5%;
        margin-left: 1%;
    }
   
  }


/* @media screen and (max-width: 1024px) {
    .location-img  {
        position: absolute;
        margin-top: -3.10%;
        margin-left: 1%;
    }
   
  } */

.input-class-review-your{
    border: none;
    border: 1px solid #2A89BA;
    width: 100%;
    padding: 6% 20% 6% 5%;

}

/* togal btn? */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .form-icon-father{

    height: auto;
    padding: 15px;
    position: relative;

  }
  
.form-icon::before{
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
}



.left-arrow:after {
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    text-rendering: auto;
    color: #000;
    position: absolute;
    line-height: 1;
    right: 15px;
    top: 19px;
    font-size: 30px;
}

.aero-icon-class {
    font-size: 20px !important;
    background: none !important;
    border: none !important;
    overflow: visible !important;
    height: 38px;
    padding-right: 0 !important;
position: relative;
z-index: 9;
}

.e-border-manu {
    border: 2px solid #2A89BA;
    height: 78px;
    padding-left: 98px;
    padding-right: 44px;
    position: relative;
    margin-left: -84px;
}

.e-icon-menu .navbar-toggler-bar {
   
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 5px;
        background: #2A89BA !important;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; 
    }

    @media screen and (max-width:767px) {
        .img-display-flex{
            display: flex;
            justify-content: space-between;
        }
        .img-icone{
            width: 100%;
        }
        .img-icone img{
            width: 90%;
        }
        .social-section-app-icon{
            display: flex !important;
        }
        .swiper-padding .swiper-horizontal{ 
            padding: 0px 15px;
        }
        .swiper-padding .slider-view-wrap{
            padding: 0px 15px;
        }
    }
    







