.cardbg {
  background: #FFFFFF;
  border-radius: 10px;
     box-shadow: 1px 1px 1px -2px #00000032;
}
header{
  background-color: #ffffff;
   box-shadow: 1px 1px 1px -2px #00000032;
   margin-bottom: 10px;
}

/* Apply Roboto everywhere */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
footer{
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* Optional: headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.navbar-nav li a{
  font-size: 19x;
}

/* Ensure Font Awesome icons stay correct */
.fa, 
.fa-solid, 
.fa-regular, 
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
}

 
.cardbg1 {
  background: black;

  color: white;
 box-shadow: 1px 1px 1px -2px #00000032;
}



.btnwidth {
  min-width: 266px;
}

.btnpurplewithbg {
  background-color: #3563E9;
  color: white;
  padding: 12px 80px 12px 80px;
  border-radius: 12px;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 10px 0px 0px 0px
}

.btnpurplewithbg:hover {
  color: white;
}

.boxgapping {
  margin: 15px 0px 15px 0px;
}

.pdding_20 {
  padding: 20px 20px 20px 20px;
}

.pdding_15 {
  padding: 10px;
}

/* .lookingforbox
{
    border: 1px solid #C8C8C8;
    border-radius: 20px;
    margin:0px 0px 15px 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    to right,
    
    #0a58cad9  80%,
    rgb(233 165 4 / 66%) 80%
  );
} */
.lookingforbox img {
  width: 60%;
  height: 150px;
  /* margin-right: 22px; */
  border-radius: 20px;
  padding-top: 15px;
}
.lookingforbox11 img {
  width: 100%;
  height: 150px;
  /* margin-right: 22px; */
  border-radius: 20px;
  padding-top: 15px;
}

.lookingforbox1 img {
  width: 50%!important;
  height: 50px;
  margin-left: -127px;
  


}

.lookingforbox1 {
  background-color: #cfcccc4f;
height: 109px;
  border-radius: 10px;
}


.headingtxt {
 font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
}

.smllhdng {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.purplebg {
  background: #822DF6;
  color: white;
}

.purpletxt {
  color: #822DF6
}

.tabinfo {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0%;
}

.purplebtn {
  border: 1px solid #822DF6;
  background: transparent;
  color: #822DF6
}


.linktxt {
  color: #54A6FF;
}

body {
  background: #f1f5f9;
  color: #000000;
  font-family: Montserrat;
}

.sharingicon {
  font-weight: normal;
}

.sharingicon a i {
  color: #222222;
  font-size: 24px;
}

.sharingicon a {
  margin: 0px 5px 0px 5px
}


.default-search-style {
  position: relative;
}

.default-search-style-input-box {
  padding: 10px 90px 10px 20px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.default-search-style-input-btn {
  padding: 10px 25px;
  background-color: #0F1110;
  border-radius: 0 5px 5px 0;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0px 25px 25px 0px
}

.default-search-style-input-btn i {
  color: #fff;
  font-size: 18px;
}

.border-right-none {
  border-right: transparent;
}

.border-around {
  border: 2px solid #F9F9F9;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgb(238, 238, 238);
  border-radius: 25px;
}

.header-top {
  font-size: 13px
}

.header-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header-user-menu>li {
  margin-right: 40px;
  position: relative
}

.header-user-menu>li:last-child {
  margin-right: 0
}

.header-user-menu>li::after {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(0% - 20px)
}

.header-user-menu>li:last-child::after {
  display: none
}

.header-user-menu>li>a {
  display: inline-block;
  line-height: 46px
}

.has-user-dropdown {
  position: relative;
  padding-right: 15px
}

.has-user-dropdown::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50%);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400
}

.user-sub-menu {
  position: absolute;
  top: calc(100%);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  left: calc(0% - 20px);
  right: auto;
  padding: 10px 15px;
  width: 160px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 3px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99
}

.user-sub-menu>li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0
}

.user-sub-menu>li:last-child {
  border-bottom: none
}

.user-sub-menu>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user-sub-menu>li>a:hover {
  color: #ea1c26
}

.user-sub-menu-in-icon {
  padding-right: 5px
}

.has-user-dropdown:hover .user-sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.header-center {
  padding: 10px 0;
  border-bottom: 0.5px solid #00000025;
  background-color: #fff;
 
 
}

.header-action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15px
}

.header-action-icon>li {
  margin-right: 15px;
  list-style-type: none;
}

.header-action-icon>li:last-child {
  margin-right: 0
}

.header-action-icon>li>a {
  position: relative;
  font-size: 16px;
  color: #5A5A5A
}

.header-action-icon>li>a:hover {
  color: #ea1c26
}

.header-action-icon>li>a:hover .header-action-icon-item-count {
  background: #ea1c26
}

.header-action-icon-item-count {
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 10px;
  display: inline-block;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.header-bottom {
  background: #333;
  position: relative
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #333;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .22, 1);
  animation-timing-function: cubic-bezier(.2, 1, .22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0
}

.main-menu {
  position: relative
}

.main-menu nav>ul>li {
  position: relative;
  display: inline-block
}

.main-menu nav>ul>.has-dropdown {
  margin-right: 5px
}

.main-menu nav>ul>.has-dropdown:last-child {
  margin-right: 0
}

.main-menu nav>ul>.has-megaitem {
  position: static
}

.main-menu nav>ul>li>a {
  display: block;
  line-height: 24px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff
}

.main-menu nav>ul>li>a.active,
.main-menu nav>ul>li>a:hover {
  background: #ea1c26;
  color: #fff
}

.mega-menu-sub>li>a,
.sub-menu>li>a {
  font-weight: 400;
  display: block;
  line-height: 35px;
  text-transform: capitalize;
  color: #666;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.mega-menu-sub>li>a::after,
.sub-menu>li>a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #ea1c26;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.mega-menu-sub>li>a:hover,
.sub-menu>li>a:hover {
  color: #ea1c26;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.mega-menu-sub>li>a:hover::after,
.sub-menu>li>a:hover::after {
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  visibility: visible;
  opacity: 1
}

.sub-menu {
  position: absolute;
  min-width: 230px;
  padding: 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 99;
  top: 100%;
  text-align: left
}

.mega-menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 30px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 99;
  top: 100%;
  text-align: left
}

.mega-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mega-menu-item-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
  color: #333
}

.mega-menu-item-title:hover {
  color: #ea1c26
}

.mega-menu-sub>li {
  display: block
}

.main-menu nav>ul>li:hover .mega-menu,
.main-menu nav>ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0)
}

.menu-banner {
  margin-top: 20px
}

.menu-banner>a {
  display: block;
  width: 100%
}

.menu-banner img {
  width: 100%
}

.mobile-header-wrapper {
  padding-top: 25px;
  padding-bottom: 25px
}

.mobile-menu {
  border: 1px solid #000;
  padding: 5px;
  display: block
}

.mobile-menu-dash {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-top: 5px;
  margin-bottom: 5px
}

.offcanvas {
  z-index: 999999;
  position: fixed;
  top: 0;
  overflow: auto;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  width: 300px;
  overflow-x: hidden;
  visibility: visible
}


a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  outline: 0;
}

input {
  width: 100%;
}

button,
input {
  border: none;
  outline: 0 !important;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}




.mostviewsec {
  border-radius: 11px;
  /* border: 1px solid #DEDEDE; */
  position: relative;
  margin: 0px 0px 15px 0px;
  box-shadow: 1px 1px 1px -2px #00000032;
}

/* .mostviewsec img {
  border-radius: 11px 11px 0px 0px;
} */

.mvsbox {
  padding: 20px;
}

.mvshdng {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000
}

.mvsdtls {
  font-family: Work Sans;
  font-weight: 800;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000
}

a.mvslink {
  border-radius: 12px;

  text-decoration: none;
  display: inline-flex;
  font-size: 14px;
  padding: 10px 20px 12px 0px;
  font-weight: bold;
  
}
a.mvslink2 {
  border-radius: 12px;

  text-decoration: none;
  display: inline-flex;
  font-size: 18px;
  padding: 10px 20px 12px 20px;
  font-weight: bold;
  border: 3px solid #3563E9;
  width: 45%;
  margin-top: 10px;
  color:#3563E9 ;
  font-weight: 700;
  
}

a.mvslink1 {
  border-radius: 12px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 10px 20px 12px 0px;
  font-weight: bold;
  color: white;
  background-color: #3563E9;

}

.mvstoptip {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
  width: 100%;

}

.launchtool {
  border-radius: 20px;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 11px;
  padding: 7px 15px 7px 15px;
  width: auto;
  display: inline-block;
}

.mvstoptip i {
  font-size: 24px;
}


.viewall {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;

}

footer {
  background: #FFFFFF;
  padding: 30px 20px 0px 20px;
  display: block;
}

footer h4.sechdng {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

footer ul.section li {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14x;
  line-height: 22px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
}

footer .desc {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
}

footer .bttombg {
  background: #F4F4F4;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}



.searchtab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #3563E9;
  border-bottom: 3px solid #3563E9;
  border-radius: initial;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: transparent;
}

.searchtab.nav-pills .nav-link {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #282828
}

.ltestnewsbox {
  border-radius: 11px;
  border: 1px solid #DEDEDE;
  margin: 0px 0px 15px 0px
}

.ltestnewsimg img {
  border-radius: 11px 11px 0px 0px;
}

.ltestnewsdtls {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding: 19px 29px 29px 5px;
}

.featuredin {
  border-radius: 10px;
  background-color: #F6F6F6;
  padding: 20px;
  margin: 0px 0px 15px 0px;
}

.featuredin img {
  opacity: 20%;
}

.navbar-dark .navbar-nav .nav-link {
  color: #424242 !important;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  font-weight: bold;
}



@media screen and (min-width: 767px) and (max-width:1060px) {

  header .logo img {
    width: 140px !important;
  }

  .location {
    position: absolute;
    right: 0px;
    top: -59px;
    font-size: 13px;
    padding: 8px 12px 8px 12px !important;
  }

  .header-search {
    position: absolute;
    margin: 36px 0px 0px 0px;
    left: 0px;
  }

  .header-center {
    padding: 10px;
    height: 140px;
  }

  .mbcontainer {
    position: relative;
  }

  .header-search input {
    min-width: 492px !important;
  }

  .default-search-style-input-btn {
    background-color: transparent !important;
  }

  .default-search-style-input-btn i {
    color: black !important
  }

  .mbviewdnone {
    display: none !important;
  }

  .header-search input {
    min-width: inherit !important;
    width: 100% !important;
    font-size: 11px !important;
  }

  .header-action-icon {
    justify-content: center;
    margin-right: 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 30px;
  }
  /* .lookingforbox img {
    width: 100%!important;
    height: 120px!important;
   
    border-radius: 20px!important;
    padding-top: 15px!important;
  }
  .col-lg-8r {
    width: 24.28%!important;
    float: left!important;
} */
}


@media screen and (min-width: 325px) and (max-width: 767px) {
  /* .lookingforbox img {
    width: 100%!important;
    height: 120px!important;
   
    border-radius: 20px!important;
    padding-top: 15px!important;
  }
  .col-lg-8r {
    width: 24.28%!important;
    float: left!important;
} */
 .lookingforbox img {
    width: 100%;
    height: 111px;
    /* margin-right: 22px; */
    border-radius: 20px;
    padding-top: 15px;
  .revlewlist {
    margin: 0px !important;
    padding: 0px !important;
  }
}


.item p {
    font-weight: 700;
    padding-top: 10px;
    font-size: 11px;
}
.lookingforbox1 img {
    width: 80% !important;
    height: 50px;
     margin-left: none!important; 
}

  .header-search input {
    width: fit-content !important;
    display: block;
    min-width: 185px !important;
    font-size: 10px !important;
    word-spacing: -1px;

  }

  .mbviewdnone {
    display: none !important;
  }

  .default-search-style-input-box {
    padding: 10px 0px 10px 12px !important;
  }

  .default-search-style-input-btn {
    background-color: transparent !important;

    padding: 10px 10px !important;
  }

  .default-search-style-input-btn i {
    color: black !important
  }

  .mbcontainer {
    position: relative;
  }

  .location {
    position: absolute;
    right: 22px;
    font-size: 13px !important;
    top: -60px;
    padding: 8px 12px 8px 12px !important;
  }

  .header-search {
    position: absolute;
    margin: 26px 0px 0px 0px;
    left: 20px;
  }

  .headingtxt {
    font-size: 16px;

  }

  #descimglist .owl-nav {
    top: 50%;
    margin-top: -25px !important;
  }

  .navbar {
    padding: 0px !important
  }

  .fullslider.owl-carousel .owl-item img {
    height: 194px !important;
  }

  .header-center {
    padding: 10px;
    height: 133px;
  }

  header .logo img {
    width: 100px !important;
  }

  .searchtab.nav-pills .nav-link {
    font-size: 12px !important;
  }

  .searchtab.nav-pills .nav-link {
    padding: 0.1rem .4rem !important;
    margin-bottom: 10px;
  }

  /* a.mvslink {
    border-radius: 12px;
    padding: 6px 12px 6px 12px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;

} */
  .btnpurplewithbg {
    border-radius: 12px;
    padding: 8px 12px 8px 12px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;

  }

  .detailsprice {

    font-size: 16px !important;

  }

  .details_hdng {

    font-size: 20px !important;
    margin: 10px 0px 0px 0px;
  }

  .accordion-item .accordion-button,
  .specificationdtls,
  .specificationdtlsspec {
    font-size: 14px !important;
  }

  .accordion-body {
    font-size: 14px;
  }

  .mvsbox {
    padding: 10px;
  }

  .mvstoptip .p-2 {
    padding: 0px !important;
  }

  .mobilelogo {
    display: block !important;
  }

  .hideinmobile {
    display: none;
  }

  .header-action-icon {
    justify-content: center;
    margin-right: 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 15px;
  }


  .header-action-icon {
    margin: 20px 0px 5px 0px;
    padding: 0px;
  }

  .header-logo {
    display: none;
  }

  .navbar-toggler {
    display: block !important;
  }

  .location {
    margin: 0 auto
  }

  .dtlsmobilespacing {
    margin-bottom: 20px;
  }

  .dtlsapplynowsec {
    width: 100% !important;
    padding: 10px 10px 10px 10px !important;
  }

  .dtlsloantxthndg {
    font-size: 12px !important;
    word-spacing: -1px;

  }

  .dtlsapplynowsec .dtlsmobilespacing img {
    width: 25px;
  }

  .dtlsapplynowsec .dtlsmobilespacing {
    margin: 0px 13px 0px 0px !important;
  }

  .dtlsloantxt {
    font-size: 12px !important;
  }
}

.location {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 16px;

  color: #5A5A5A;
  background: #eee;
  padding: 10px 20px 10px 20px;
  border-radius: 16px;
  display: block !important;

}

.testimonial {
  border-radius: 20px;
  border: 1px solid #C7C7C7;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
}

.testimonial img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  margin: 0 auto
}

.testimonialname {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 10px 0px 10px 0px
}

.testimonialdesc {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #272727;
  padding: 0px 40px 0px 40px
}

.rate {
  height: 46px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  display: block;
  width: fit-content;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #000;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate>input:checked~label {
  color: #ffc700 !important;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}



.navbarbg {
  box-shadow: 0px 2px 5px #ccc;
}

.navbar-toggler {
  display: none;
}

.header-search input {
  min-width: 620px;
  box-shadow: 1px 1px 5px -1px #00000032;
}


@media screen and (min-width: 767px) and (max-width: 1368px) {
  .header-search input {
    min-width: 320px !important;
    /* border: 1px solid rgb(76, 73, 68); */
  }
}



.details_hdng {
  font-family: Work Sans;
  font-weight: 700;
  font-size: 26px;
  color: #1D1D1D
}

.reviewtxt {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 16px;
  color: #4D4D4D;

}

.detailsprice {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 25px;
  margin-top: 20px;
  color: #000000
}

.exshowroomprice {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 15px;
  color: #999999
}

.font15 {
  font-size: 15px;
}


.prossection {
  border-radius: 10px;
  background: #0080000f;
  padding-bottom: 20px;
  margin-right: 10px;
}

.prossectionhdng,
.conssectionhdng {
  font-family: Inter;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  padding: 20px 15px 10px 15px;
  margin: 0px;
}

.prossection ul,
.conssection ul {
  margin: 0px;
  padding: 10px 15px 10px 15px;
  min-width: 320px;
}

.prossection ul li,
.conssection ul li {
  font-family: Inter;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #000000;
  list-style-type: none;
  display: flex;
}

.prossection ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: green;
  font-weight: normal !important;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  display: flex;
  line-height: 32px;
}

.conssection ul li:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #FF1919;
  font-weight: normal !important;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  display: flex;
  line-height: 32px;
}



.conssection {
  border-radius: 10px;
 background: #ff00001a;
}

.prosicon {
  color: #1EFF19
}

.consicon {
  color: black;          /* border color */
    background: white;     /* inside white */
    border: 2px solid black;
    border-radius: 50%;    /* optional – makes it round */
    padding: 10px;
    font-size: 20px;
    line-height: 1;
}





.dtlsapplynowsec {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  width: fit-content;
}

.dtlsloantxthndg {
  font-family: Inter;
  font-weight: 700;
  font-size: 19px;
  color: #000000;
  margin: 0px;
  padding: 0px;

}

.dtlsloantxt {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  color: #832EF6;
  margin: 0px;
  padding: 0px;
}


#imglist img,
#gallery img {
  display: block;
  width: 100%;
  min-height: 360px !important;
}


.budgetfor {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  background-color: #F1F5F9;
  border-radius: 24px;
  padding: 15px 15px 15px 15px;
  text-align: center;

}

.lookingboxtxt {
  color: rgb(8, 8, 8);
  font-size: 15px;
  font-family: Montserrat;
  
  position: relative;
}


.mpadjust {
  margin: 10px 15px 10px 15px !important;
  padding: 12px !important;
}

.padjust {
  padding: 8px !important;
}


.overflowdlfex {
  overflow-x: scroll;
}

.desctabbar {
  background-color: #F8F8F8;
  border-radius: 10px 10px 0px 0px;
  padding: 16px 0px 0px 0px;
}


#descimglist {
  display: block;
}

#descimglist .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0px;
  width: 100%
}

/* #descimglist .item {
  padding: 0px 15px 0px 15px;
} */

#descimglist button span {
  font-size: 30px !important;
}

.vs {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  right: 0px;
  background-color: #fcec17;
  display: block;
  width: fit-content;
  color: black;
  padding: 10px;
  border-radius: 50%;
  font-weight: 900;
  font-size: 10px;
}


.brandslist div:nth-child(n+12) {
  display: none
}



/*variant box css start */
/* .variantgrid {
  border: 1px solid #9C9C9C;
  border-radius: 12px;
  padding: 20px 30px 20px 30px;
  margin-bottom: 15px;
} */

.variantgrid h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #282828
}

.variantgrid p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #6E6E6E
}

.variantgrid .blewclr {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #0049CF
}

/*variant box css end */
.rounded-full {
  border-radius: 9999px;
}

.bg-blue-100 {
  background-color: rgba(219, 234, 254, 1);
}

.font-semibold {
  font-weight: 600;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.checkicon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: green;
  border-radius: 50%;
  color: #fff;
  font-weight: normal;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
}

.revlewlist li {
  list-style: none;
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.border-b {
  border-bottom: 1px solid #e5e7eb;
}

.size14 {
  font-size: 14px;
}

.underline {
  text-decoration: underline;
}

a.underline {
  color: black
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem important;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.border-l {
  border-left: 1px solid #e5e7eb;
}

.w-2 {
  width: .5rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.rounded-full {
  border-radius: 9999px;
}

.h-1 {
  height: .25rem;
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}


.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.absolute {
  position: absolute;
}

.h-full {
  height: 2px;
}

.relative {
  position: relative;
}

.gap-x-1 {
  -moz-column-gap: .25rem;
  column-gap: .25rem;
}

.items-center {
  align-items: center;
}

.grid-cols-1 p {
  margin: 0px 0px 0px 0px;

}

.border-primary {

  border: 1px solid #ad1457 !important;
  color: #ad1457 !important
}

.rounded-md {
  border-radius: .375rem;
}

/*variant box css end */


.tabbg {
  background-color: #F9F9F9 !important
}

.accordianbtn {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  color: #282828 !important
}

.specificationdtls {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #282828
}

.specificationdtlsspec {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
}

.greentxt {
  color: #009A2E
}

.boxshadownone {
  box-shadow: none !important;
}

.boxgapping .accordion-body {
  padding: .3rem 1.65rem;
}

/* gyanacss */

/* .look-cont {
  margin-top: 30px;

} */

.look-cont img {
  border-radius: 25px;
  width: 100%;
  height: 80%;
}

.searchtab {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.searchtab .nav-item {
  flex: 0 0 auto;
}

.detailsp {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.detailsp i {
  font-weight: 900;
  color: white !important;
  width: 24px;
  height: 24px;
  background-color: #3563E9 !important;
  padding: 4px 0px 0px 7px;
  border-radius: 50%;
  margin-top: 8px;
}

.detailsp a {
  color: #54A6FF;
}

.mostviewsec img {
  border-radius: 11px 11px 0px 0px;
}

.p-offers {
  background: linear-gradient(to right, #f0e332 70%, #eee7eb 100%);
}

.item p {
  font-weight: 700;
  padding-top: 10px;
}

.item {
 box-shadow: 1px 1px 12px 0px #00000022;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;

}
.item5 {
 
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;

}

.brarat-logo {
  position: absolute;

  left: 21px;
  width: 69px;
  height: 21px;
  border-radius: 4px;

  background: white;

  z-index: 1;
}

.nav-item a {
  font-weight: 600;
}

.col-lg-8r {
  width: 14.28%!important;
  float: left;
}

.latest {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.yt-wrapper {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}

.yt-wrapper iframe {
  width: 100%;
  height: 100%;
}
.lookingforbox21{
      background-color: #cfcccc29;
      border-radius: 10px;
    margin-bottom: 10px;
    height: 109px;
}
.lookingforbox21 img{
 
  width: 50%;
    height: 67px;
    margin-left: 7px;
  
}
.lookingforbox21 p{
  font-weight: 800;
  font-style: 15px;
  color: #666666;

}
/* video */
.searchbyitem .item {
    width: 100%;
}

.video-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 10px;
    overflow: hidden;
}

.video-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

