.line {
    display: block;
    height: 0.5px;
    width: 40%;
    margin: 20px;
    background-color: #fff;
}

.heading {
    font-size: 35px;
    font-family: 'ibm';
}

.sub-heading {
    font-size: 25px;
    font-family: ibm;
}

.imp-info p {
    font-family: ibm;
    font-size: 16px;
}

.color-section {
    padding: 40px 0;
}

.color-section h2 {
    font-size: 40px;
    font-family: ibm;
    font-weight: 500;
}

.color {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #9c9999;
}

.red {
    background-color: red;
}

.green {
    background-color: #06BE00;
}

.blue {
    background-color: #001A6B;
}

.grey {
    background-color: #fff;
}

.colors-box {
    display: flex;
    margin: 20px 0;
}

.color:hover,
.selected {
    border:2px solid #DBDBDB;
}

.overview-box {
    margin: 20px;
    display: flex;
}

.overview-box button {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    margin: 0 30px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #CCCCCC;
    font-family: ibm;
    font-weight: 500;
    font-size: 22px;
    padding: 5px 30px;
}

.dropdown-content {
    display: none;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    width: 300px;
    position: absolute;
    color: #000;
    top: 50px;
    box-shadow: 0px 4px 7px #00000021;
    left: -26px;
    font-family: ibm;
}

.color-section {
    padding-bottom: 200px;
}

.dropdown-content.active {
    display: block;
}

.tab-box {
    position: relative;
}


.img-container {
    border: 1px solid #ccc;
    width: 100%;
    max-width:640px;
    margin: 0 auto;
    padding:0;
    cursor: ew-resize;
}

.img360 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#preload-imgs {
    display:none;
}


/* tab style */
.tab-container .tab-item {
    margin-bottom: 5px;
    list-style: none;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.tab-text{
    color: #000;
    text-decoration: none;
    font-family: ibm;
    font-size: 20px;
    text-align: center;
}
.tab-item img{
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
}

.tab {
    background-color: #fafafa;
    padding: 40px 0;
}
.tab .container{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 2px 2px 10px #dcdcdc;
}
.tab-content{
    background: transparent !important;
    padding: 20px 40px;
}
.tab .active{
    background-color: transparent !important;
}
.tab-pane{
    color: #000;
}


.tab-container {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .tab-item {
    cursor: pointer;
    text-align: center;
  }


  .tab-text {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
  }

  .tab-text.active {
    color: #000;
    padding-bottom: 5px;
    width: 100%;
  }

  .tab-content {
    display: none;

  }

  .tab-content.active {
    display: block;
    color: #000;
    font-family: ibm;
  }

  .colors-box {
    display: flex;
    gap: 10px;
  }

  .color {
    width:20px;
    height:20px;
    border-radius: 50%;
  }
  .overview-img{
    border-radius: 10px;
  }
  .tab-content img {
    margin-bottom: 5px;
    height: 500px;
    object-fit: contain;
    border-radius: 10px;
}
.imp-info .tab-item{
    position: relative;
}
.tab-text.active::after{
    content: '';
position: absolute;
bottom: -17px;
left: 0;
height: 2px;
width: 100%;
background-color: #278f9b;

}




.blogpage{
    position: absolute;
    z-index: 4;
    color: #fff !important;
    left: 60px;
}
.blogpage a{
    color: #fff;
}
.banner-container {
    position: relative;
    width: 100%;
    object-fit: cover;
  }

  .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
  }

  .details h1 {
    position: absolute;
    top: 360px;
    font-size: 38px;
    left: 99px;
    color: #fff;
    z-index: 5;
    font-family: 'ibm';
}
.details h2{
    position: absolute;
    top: 320px;
    font-size: 27px;
    left: 105px;
    color: #fff;
    z-index: 5;
    font-family: 'ibm';
    font-weight: 300;
}
.details .main-enq-btn {
  position: absolute;
  top: 423px;
  left: 96px;
  z-index: 5;
  background: #fff;
  color: #000;
  height: 55px;
  width: 227px;
  font-weight: 600;
  font-size: 21px;
  border: none;
}
.vertical-tab {
    position: relative;
  }
.vertical-tab .text img{
    width: 85%;
}

  .list {
    background: transparent;
    position: sticky;
    top: 140px;
    padding: 20px 0;
    height: 90vh;
  }

  .list label {
    cursor: pointer;
    border-left: 5px solid #cccccc !important;
    padding-left: 20px;
    font-family: ibm;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0;
    padding-left: 30px;
    transition: all 0.4s linear;
  }
  .list label img{
    height: 30px;
    width: 30px;
}

  .list label.active {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 17px !important;
    transform: none !important;
    border-color: #278f9b !important;
  }

  .text-content::-webkit-scrollbar{
    display: none;
  }
  .text-sec{
    margin-left: 122px;
    color: #fff;
    padding: 23px 23px 13px;
    max-width: 594px;
    width: 100%;
    border-radius: 17px;
    background-color: #231f20;
    font-family: ibm;
  }
  .text-sec h2{
    font-size: 20px;
  }
  .text-sec p{
    font-size: 15px;
  }
  .detail-box{
    margin: 50px 0;
  }
  .slide {
    width: 100%;
    position: relative;

  }

  .slide-box {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .custom-prev{
    position: absolute !important;
    top: 45% !important;
    z-index: 10 !important;
    border: none !important;
    color: #fff !important;
    background: transparent !important;
    left: 55px !important;
  }
  .custom-next{
    position: absolute !important;
    top: 45% !important;
    z-index: 10 !important;
    border: none !important;
    color: #000 !important;
    background: transparent !important;
    right: 55px !important;
  }



  .slick-slide img {
    width: 100%;
    border-radius: 10px;
  }

  .color-box {
    cursor: pointer;
  }
  .color-slider {
    display: none !important;
  }
  .color-slider.active {
    display: block !important;

  }
  .tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }

  .tile {
    position: relative;
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .5s ease-out;
  }


.slick-track{
  height: 400px !important;
}
.slick-prev:before, .slick-next:before {
  color: #000 !important;
}
.color-slider .slick-prev{
  left: 20px !important;
  z-index: 99 !important;
}
.color-slider .slick-next{
  right: 20px !important;
  z-index: 99 !important;

}
.section-btn{
  border: none;
  width: 250px;
  height: 57px;
  background: #278f9b;
  color: #fff;
  font-family: ibm;
  font-size: 23px;
  font-weight: 600;
  margin: 24px 0;
  border-radius: 36px;
}
.overview-img{
  width: 100%;
  background-color: #f0f0f0 !important;
}
.gallery-image-box{
  height: 600px !important;
  object-fit: cover;
}

.gallery-banenr .slick-next{
  right: 30px !important;
}
.gallery-banenr .slick-prev{
  left: 30px !important;
  z-index: 55 !important;
}

.slick-prev:before, .slick-next:before{
  color: #fff !important;
  font-size: 30px !important;
  opacity: unset !important;
}
.footeraimgaes .slick-prev {
  left: 24px !important;
  top: 38% !important;
  z-index: 55 !important;
}
.footeraimgaes .slick-next {
  right: 38px !important;
  top: 38% !important;
  z-index: 55 !important;
}


/*add responsive css*/

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


}









