@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');

/*car card 4 for home*/
            /*car card 4 style end*/
.btn-book-now, .phone-col, .whatsapp-col {
    border: 5px solid #fff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 40px; /* Ensures uniform height */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Specific styles for each button */
.btn-book-now {
    background: linear-gradient(90deg, rgba(124,61,174,1) 14%, rgba(46,75,189,1) 58%, rgba(1,100,182,1) 100%);
}

.phone-col {
    background-color: #2874A6;
}

.whatsapp-col {
    background-color: #229954;
}

/* Anchor tags inside buttons */
.btn-book-now a,
.phone-col a,
.whatsapp-col a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

/* Icon styles */
.btn-book-now i, 
.phone-col i {
    font-size: 18px; /* Larger icon size */
}

.whatsapp-col a {
    font-size: 18px; /* Font size for WhatsApp text */
    font-weight: bold;
}

/* Padding adjustments for text alignment */
.whatsapp-col a {
    padding: 0 10px;
}

.img-contain {
  object-fit: contain;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.price-text span {
  font-size: 11px;
  color: #3D6DCB;
}

.icon-style {
  color: #3D6DCB;
  font-size: 20px;
}

.details-text {
  font-size: 14px;
  color: #3D6DCB;
  font-weight: bold;
}

.padding-10-18 {
  padding: 10px 18px;
}

.height-22 {
  height: 22px;
}

/*car card 4 for home end*/
.banner_img{
    width: 100%;
}
.my-bg{
   background: linear-gradient(90deg, rgba(124,61,174,1) 14%, rgba(46,75,189,1) 58%, rgba(1,100,182,1) 100%);
    color: #fff;
}
.my-btn{
    padding:5px 10px; 
    font-family: 'Nunito', sans-serif;
    color: #fff; 
  background: linear-gradient(90deg, rgba(124,61,174,1) 14%, rgba(46,75,189,1) 58%, rgba(1,100,182,1) 100%);
}
.caps{
text-transform: uppercase;
}

.mainul{
    list-style-type: none; 
    padding: 0;
    margin: 0;
}

.mainul li a{
    color: #000;
}

.mainicon{
   width: 60px; 
   padding:2px 8px;
   height: 30px;
   border-radius: 50%; 
  background: linear-gradient(90deg, rgba(124,61,174,1) 14%, rgba(46,75,189,1) 58%, rgba(1,100,182,1) 100%);
   color: #fff;
}

.imgcardpc{
    width: 125px; 
    height: 115px;
    border-radius: 10px;
}
.imgcardpc:hover{
    margin-top: -5px;
}

@media (max-width: 767px) {
    .imgcardpc{
      width: 110px; 
      height: 110px;
      border-radius: 10px;
  }
}

.procardimg{
  object-fit: cover; 
  height: 200px; 
  border-radius: 10px 10px 0 0
} 

.procardul{
  display: inline-block;
  width: 19%;
  padding: 2px 5px;
  font-size: 14px;
}

.cardul{
    padding: 3px;
}
.cardul ul li{
    list-style-type: none;
    display: inline-block;
    padding: 5px;
}

.cardul span{
    font-size: 11px;
}

.cardul i{
    font-size: 12px;
}

@media (max-width: 767px) {
    .cardul ul li {
        padding: 0;
    }
} 

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(../images/popular-location-09.jpg);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../images/popular-location-09.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
.line1{
    color:#1483D4;
    font-size:12px;
    text-transform: uppercase;

}

.cardd{
    display: inline-block;
    width: 19%;
    cursor: pointer; 
}

.cardd:hover{
    background: linear-gradient(135deg, rgb(0 140 215) -10%, rgb(11 129 209) 20%, rgb(153 68 187) 100%);
    color: white;
    transform: scale(1.1);
    border-radius: 5px;
}

.cardd:hover p{
    color: #fff;
}

.cardd:hover span{
    color: #fff;
}



.bbb_viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa
}

.bbb_main_container{
    background-color: #fff;
    padding: 11px;
}

.bbb_viewed_title_container {
    border-bottom: dashed 1px #000;
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px;
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 13px;
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.bbb_viewed_image {
    width: 80px;
    height: 80px;

}

.bbb_viewed_image img {
    object-fit: contain;
    display: block;
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount { 
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}

.gbtn{
    background: linear-gradient(135deg, rgb(0 140 215) -10%, rgb(11 129 209) 20%, rgb(153 68 187) 100%);
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.text-whitee small{
    color: #2C3E50;
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px;
}
.text-whitee i{
    color: #2C3E50;
    font-size: 14px;
}
.rows{
    padding: 0 25px;
}

@media (max-width: 767px) {
    .rows {
      padding: 0;
  }
} 

.postbtn{
    margin-left: 40px;
}

@media (max-width: 767px) {
    .postbtn {
      margin-left: 0;
  }
} 

.carddsign{
    margin-left: 130px; 
    list-style-type:none; 
    font-size: 12px;
}

@media (max-width: 767px) {
    .carddsign {
      margin-left: 100px; 
      list-style-type:none; 
      font-size: 12px;
  }
} 

.ac-container {
    /*    max-width: 400px;*/
}

.ac-container label {
    height: 45px !important;
    line-height: 51px !important;
    font-size: 12px !important;
    font-family: 'Nunito', sans-serif !important;
    padding: 0 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: linear-gradient(top,#fff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
    font-size: 12px;
    height: 30px;
    line-height: 20px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #f1f2f3;
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
    height: 30px;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: normal normal 12px 'Open Sans';
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small {
    height: auto;
}

.ac-container input:checked ~ article.ac-medium {
    height: auto;
}

.ac-container input:checked ~ article.ac-large {
    height: auto;
}

.global {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;

}
.global li{
    display: inline-block;
    color: #212121;
    margin: 0 0 10px 0;
    font-weight:600;
    padding: 0;
}
.myactive{
    background: rgb(115,4,133);
    background: linear-gradient(90deg, rgba(115,4,133,1) 0%, rgba(159,68,173,1) 67%, rgba(224,155,235,1) 100%);
}

.myaside{
    background: rgb(71,88,167);
    background: linear-gradient(90deg, rgba(71,88,167,1) 0%, rgba(65,80,166,1) 0%, rgba(52,77,158,1) 0%, rgba(30,71,144,1) 0%, rgba(108,111,193,1) 0%, rgba(48,25,140,1) 0%, rgba(116,46,134,1) 58%, rgba(116,46,134,1) 60%, rgba(117,45,134,1) 64%, rgba(132,34,135,1) 100%, rgba(102,69,159,1) 100%, rgba(107,77,152,1) 100%, rgba(110,81,149,1) 100%, rgba(112,68,146,1) 100%, rgba(112,56,147,1) 100%, rgba(140,56,157,1) 100%, rgba(121,75,147,1) 100%, rgba(136,79,152,1) 100%,
        rgba(147,90,161,1) 100%, rgba(199,26,201,1) 100%, rgba(164,160,160,1) 100%);
    height: auto;
}
.mynav{
   background: rgb(115,4,133);
   background: linear-gradient(90deg, rgba(115,4,133,1) 0%, rgba(159,68,173,1) 67%, rgba(224,155,235,1) 100%);
}

.mycard{
  border:5px solid #fff; 
  border-radius: 10px; 
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}

.mycard2{
  border:5px solid #fff; 
  border-radius: 20px; 
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}

.mycard3{
  border:5px solid #fff; 
  border-radius: 20px; 
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}

.mycard4{
  border:none; 
}

.mycard4:hover{
   color: red;
}


@media (max-width: 767px) {
    .mbl {
      display: block;
  }
}

.dsk{
  display: show;
}

@media (max-width: 767px) {
    .dsk {
      display: none;
  }
}



@media (max-width: 767px) {
    .mobile {
      padding: 0;

  }
}
/* top */
.top{
    margin-top: 5px;
    

}
.top button{

    padding:10px 10px 10px 20px;
    color: white;
    text-align: center;
    color:white;
    font-size:10px;
    font-weight: 500;
}

/* End top */

/* logo */
.logo img{
    height: 100px;
    width: 100px;
}
.logo1{
    color: blue;
    font-size: xx-large;
    font-weight: 900;

}
.logo2{
    color: rgb(175, 36, 177);
    font-size: xx-large;
    font-weight: 900;
}
/* End logo */



/* navbar */

/*  .navbar-links li{
    font-weight: 500;
    margin-left:30px;
    color:black;
    font-size: 20px;
    font-weight: 500;
    background-color: #ffff;
  }
  .navbar-links li a{
    font-weight: 500;
    color: #000;
    font-size: x-large;
    display: inline;
    }*/
    /* end navbar */

    /* main */
    .main{
        background-image: url(../images/logo1.jpg);
        border-radius: 30px 30px;
        height: 500px;

        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 90%;
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .main .main1{
        margin-top: 170px;
        height: 150px;
        width: 100%;
        border-radius: 30px 30px;
        margin-right: 10px;
        background-color: rgb(34, 102, 144);

    }
    .li li{
        display: inline-block;
        margin:5px 20px 10px 10px;
        color: #ffff;

    }
    .li li:hover{
        color: #ffff;
        background-color: blue;
        border-radius: 30px 30px;
    }

    .search button{
        padding: 10px 20px;
        border-radius: 30px 30px;
        font-size: x-large; 
    }
    .search input{
        border-radius: 30px 30px;
    }

    /* end main */

    h1{
     color: blue;
     margin-left: 10px;
     font-weight: 700;
 }
 .links h3{
     color: blue;
     font-weight: 900;
 }
 .links p{
     color:#000;
     font-weight: 200;
 }
 .links p a{
     color:blue ;
 }
 .residentail{
     margin-left:7px;
     font-weight: 500;
     color:black;
 }
 .residentail h4{
     color:blue;
     font-weight: 700;
 }
 .residentail p{
     font-weight: 500;
     color:black;
 }
 .residentail img{
     height: 200px;
     width: 300px;
     border-radius: 10px 30px;
 }

 /* used cars */
 .used-cars{
     margin-left: 10px;
     color:black;
     font-weight: 500;
     margin-bottom: 30px;
 }
 .used-cars img{
     border-radius: 30px 30px;
 }
 .used-cars h4{
     color:blue;
     font-weight: 500;
 }
 /* end used cars */

 /* button view more */
 .view-more button{
    padding:10px 40px 20px 40px;
    color: white;
    border-radius: 30px 30px;
    text-align: center;
}
.view-more button a{
    color:white;
    font-size: 20px;

}
/* End button view more  */

/* News and Blogs */

.blog1{
    background-image: url(../images/dubi/h1.webp);
    margin: 10px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog2{
    background-image: url(../images/dubi/h2.webp);
    margin: 10px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog3{
    background-image: url(../images/dubi/h3.webp);
    background-repeat: no-repeat;
    margin: 10px;
    height: 400px;
    background-size: cover;

}
.blog4{
    background-image: url(../images/dubi/h4.webp);
    background-repeat: no-repeat;
    margin: 10px;
    height: 400px;
    background-size: cover;
}
.blog5{
    background-image: url(../images/dubi/h5.webp);
    background-repeat: no-repeat;
    margin: 10px;
    height: 400px;
    background-size: cover;

}
.news h1{
    color:black;
    text-align: center;
    margin-top: 100%;
    font-weight: 900;
}
/* End news and blogs  */
/* baner */
.baner{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* end baner */

/* bar  */
.bar{
    background-color: blue;
    border-radius: 10px 10px;
    height: 50px;
}
.bar p{
    margin-top: 5px;
    font-size: x-large;
    font-weight: 200;
    color: #ffff;

}
.bar button{
    margin-top: 5px;
    border-color: blue;
    color: #ffff;
    border-radius: 10px 10px;
    color: blue;
}
.bar1 img{
    width:1600px;
}
.footer{
    background-color: aliceblue;
    font-size: medium;
}
.footer .endlogo img{
    margin-top: 10px;
    height: 200px;
    width: 300px;
    display: block;
}
.footer .endlogo span.c1{
    font-size: 50px;
    margin-top: 15px;
    font-weight: 800;
    color: blue;
}
.footer .endlogo span.c2{
    font-size:50px;
    margin-top: 15px;
    font-weight: 800;
    color: rgb(103, 35, 146);
}
.footer2 span{
    margin-top: 10px;
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 600px;
    text-align: center;
}
.follow img{
    margin-top: 50px;
    height: 50px;
    width: 50px;
}
span.footer{
    margin-top: 10px;
    font-size: 20px;
    margin: 10px;
    text-align: center;
    display: inline;
    color: #000;
    font-weight: 600;
}
/* end bar */

/* Page 1 Car rent and sale */
/* responsive */

.choise{
    background: rgb(71,88,167);
    background: linear-gradient(90deg, rgba(71,88,167,1) 0%, rgba(65,80,166,1) 0%, rgba(52,77,158,1) 0%, rgba(30,71,144,1) 0%, rgba(108,111,193,1) 0%, rgba(48,25,140,1) 0%, rgba(116,46,134,1) 58%, rgba(116,46,134,1) 60%, rgba(117,45,134,1) 64%, rgba(132,34,135,1) 100%, rgba(102,69,159,1) 100%, rgba(107,77,152,1) 100%, rgba(110,81,149,1) 100%, rgba(112,68,146,1) 100%, rgba(112,56,147,1) 100%, rgba(140,56,157,1) 100%, rgba(121,75,147,1) 100%, rgba(136,79,152,1) 100%,
     rgba(147,90,161,1) 100%, rgba(199,26,201,1) 100%, rgba(164,160,160,1) 100%);
    height: auto; 

}
.choise .condection{
    margin-top: 35px;
    background: #ffff;
    padding: 20px 10px;
    margin-bottom: 35px;
}
.choise .condection select{
    border: none;
}

.choise .model{
    margin-top: 35px;
    background: #ffff;
    padding: 20px 10px;
}
.choise .model select{
    border: none;
}
.choise .price{
    margin-top: 35px;
    background: #ffff;
    padding: 20px 10px;
}
.choise .price select{
    border: none;
}
.choise .year{
    margin-top: 35px;
    background: #ffff;
    padding: 20px 10px;
}
.choise .year select{
    border: none;
}
.choise .search{
    margin-top: 35px;
    background: rgb(62, 23, 147);
    padding: 20px 50px;
    color: #ffff;
}
.choise .search button{
    border: none;
}

/* browser */
.browser .b1{
    font-size: xx-large;
    font-weight: 800;
}
.browser .b2{
    color: blue;
    font-size: xx-large;
    font-weight: 800;
}
.cars img{
    height: 80px;
    width: 100px;
}

/* car rent */
.rent{
    border-bottom: 1px solid blue;
}
.rent .heading{
    font-size: xx-large;
    font-weight: 500;
    background-color: blue;
    border-bottom: 1px solid blue;
    color: white;
    display: inline-block;
    padding: 10px 40px;
    margin-left: 10px;
}
.rent1 img{
    height: 200px;
    width: 310px;
}
.rent1 h3{
    margin-top: 10px;
    border-bottom: 1px solid black;
}
.rent1 span{
    margin-top: 20px;
    background-color: blue;
    color: #ffff;
    height: 10px;
}
.rent2 img{
    height: 200px;
    width: 310px;
}
.rent3 img{
    height: 200px;
    width: 310px;
}
.nabar{
    background-color: #ffff;
}
#navbar li a{
    margin-left: 30px;
    color: #000;
    font-size:25px;
    font-weight: 600;
}
#navbar li a:hover{
    background-color: blue;
    color: #ffff;
}
#navbar2 a{
    color: black;
    font-size: larger;
    font-weight: 400;
}
#navbar2 button{
    background-color: blue;
    color: #ffff;
    padding: 10px 10px;
}

/*End Page 1 Car rent and sale */

/* Page 3 real estate */
.realestate_bar{
    background-color: rgb(29, 121, 29);

}
.realestate_bar select{
    margin: 10px;
    font-size: 20px;
    text-align: cente;
}
.realestate_bar button{
    background-color: blue;
    margin: 10px;
    color: #ffff;
    font-size: 20px;
    padding: 10px 30px;
    border: none;
}
.home a{
    font-size: 40px;
    color: black;
    text-decoration: none;
    margin: 20px;
}

/* End page 3 real estate */


/* luxery cars */


/* .search h2{
    color: white;
    margin: 30px;
}
.search .condection{
    margin: 5px;
    background: #ffff;
    
}
.search .condection select{
    border: none;
}
.search .make{
    margin: 10px;
    background: #ffff;
    padding: 20px 10px;
}
.search .make select{
    border: none;
}
.search .model{
    margin: 10px;
    background: #ffff;
    padding: 20px 10px;
}
.search .model select{
    border: none;
}
.search .color{
    margin: 10px;
    background: #ffff;
    padding: 20px 10px;
    
}
.search .color select{
    border: none;
}
.search .fuil_type{
   
    background: #ffff;
    padding: 20px 10px;
    margin: 10px;
}
.search .fuil_type select{
    border: none;
}
.search .condection{
    margin: 10px;
    background: #ffff;
    padding: 20px 10px;
  
}
.search .condection select{
    border: none;
}
.search .milage{
    margin: 10px;
    background: #ffff;
    padding: 20px 10px;
  
}
.search .milage select{
    border: none;
}
.luxery_cars_sort select{
    background-color: aliceblue;
}
*/

.min{
    border-bottom: 4px solid  #C86464;
}
.feature{
    margin-bottom: 2px;
    background-color: #C86464;
    color: #fff;
    display: inline-block;
    font-weight:900;
    padding: 5px;
}
.cards{
    position: relative;
    margin: 10px;
    border-bottom:2px solid rgb(179, 158, 158) ;
}
span.c2{
    margin-top: 20px;
    bottom: 40px;
    background-color: blue;
    color:#fff;
    padding: 5px 10px;
    transform: rotate3d(0 6px 5);
    font-size:20px;
    text-align: center;
     /* transform: rotate(-45deg);
     left: 70px;  */
 }
 span.c1{

    font-size: 20px;
    font-weight: 800;
    color: #000;
}
/* end luxery cars */
