html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: "Poppins", sans-serif;
}

.initial-scale-width {
  width: 450px;
  margin: 0 auto;
  background: #fbfbfb;
}

.initial-scale-width > .rootMain {
  background: #030106;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all 0.3s;
}

.icon-button a i {
  background-color: #f35525;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #f35525;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all 0.3s;
}

.main-button a:hover {
  background-color: #f35525;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #f35525;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #f35525;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #f35525;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #f35525;
  margin-right: 8px;
}

.background-header {
  background-color: #030106;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area {
  position: relative !important;
  background-color: #030106;
  height: 100px;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  justify-content: space-between;
}

.nav1 {
  display: flex;
  justify-content: space-between;
  width: 155px;
  align-items: end;
  position: relative;
  top: 7px;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: 0.25px;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #f35525;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:hover a {
  color: #f35525;
}

.header-area .main-nav .nav li a.active {
  color: #f35525;
}

.background-header .main-nav .nav li a.active {
  color: #f35525;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible {
  display: inline !important;
}

.logoMain {
  margin-top: 30px;
  width: 85px;
  height: auto;
}

.background-header .logoMain {
  margin-top: 8px;
}

.headIcon {
  height: 46px;
  margin-top: -35px;
}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    /* position: absolute; */
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .nav1 {
    display: flex;
    justify-content: space-between;
    width: 155px;
    align-items: end;
    position: relative;
    top: 12px;
  }
  .header-area .main-nav {
    display: flex;
    justify-content: space-between;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    /* display: none; */
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* 
---------------------------------------------
Head Section Style
--------------------------------------------- 
*/

#head-section {
  text-align: center;
}

#head-section div:first-child {
  padding: 10px 0px 5px;
}

#head-section .Base-f1 {
  color: #fff;
  font-size: 28px;
}

#head-section .Base-f1 {
  color: #fff;
  font-size: 28px;
}

#head-section .Base-f1 span {
  /* color: #fff; */
  font-size: 28px;
}

#head-section .High-f1 {
  color: #ffc700;
  font-size: 28px;
}

.Base-f2 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}

.high-sm {
  font-size: 25px;
  color: #ffc700;
  font-weight: 500;
  line-height: 40px;
}

.Base-f2-main {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}

.high-sm-main {
  font-size: 26px;
  color: #ffc700;
  font-weight: 500;
  line-height: 50px;
}

.lineHeight-none {
  line-height: normal;
}

.txtCenter {
  text-align: center;
}

/* 
---------------------------------------------
Head-Img Section Style
--------------------------------------------- 
*/

#head-img-section img {
  /* padding: 2em 5em;
  padding-left: 6.2em; */
  width: 75%;
}

.alignCen {
  display: flex;
  justify-content: center;
}

.btn-main {
  background: #2b2b2b;
  width: 146px;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.sub-txt {
  font-size: 16px;
  color: #dcdcdc;
  font-weight: 400;
  margin-bottom: 20px;
}

.range-duo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #2b2b2b;
  border: 2px solid #434343;
  padding: 0px 5px;
  margin: 10px;
  border-radius: 0.75rem;
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
}

.rangeTxt {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  padding-left: 7px;
  position: relative;
  top: 2px;
}

.work-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin: 30px auto;
}

.wrk-mainTxt {
  font-size: 18px;
  color: #ecf1f0;
  font-weight: 500;
}

.wrk-subTxt {
  font-size: 12px;
  color: #b6b6b6;
  font-weight: 400;
  padding-top: 5px;
}

.pd-15 {
  padding-left: 15px;
}

.pd-30 {
  padding-left: 30px;
}

#how-it-work-section {
  padding: 2em 0em;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}

#faq-section {
  border-bottom: 1px solid #4a4a4a;
}

.accordion {
  padding: 25px 20px;
}

.accordion-item {
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 1rem;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border: 2px solid #434343 !important;
  background: #2b2b2b !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.accordion-button {
  border-radius: 1rem;
  background: #2b2b2b !important;
  color: #fff !important;
}

.accordion-body {
  border-radius: 1rem;
  background: #2b2b2b !important;
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button {
  font-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/minus.svg");
  border: none;
}

.accordion-button::after {
  background-image: url("/assets/images/plus.svg");
  border: none;
}

/* 
---------------------------------------------
Product-section Style
--------------------------------------------- 
*/

.container-PD {
  padding-left: 15px;
  padding-right: 15px;
}

.Product-Base-f2 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}

.Product-high-sm {
  font-size: 22px;
  color: #ffc700;
  font-weight: 500;
  line-height: 40px;
}

.dropdnStyle {
  display: flex;
  justify-content: space-between;
  border: 1.5px solid #fff;
  padding: 10px 14px;
 /* border-radius: 7px;
  margin-bottom: 15px;*/
}

.dropdnStyle-dim {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 10px 14px;
/*  border-radius: 7px;*/
/*  margin-bottom: 20px;*/
}

.dropTxt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 5px 0px;
  cursor: pointer;
}

.select-device {
  border: 1.5px solid #fff;
/*  border-radius: 7px;*/
}

.select-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6b6b6b;
  padding: 7px 15px;
}

.select-list {
  padding: 7px 15px;
}

.crossBtn {
  margin-top: 3px;
  margin-left: 2px;
  position: relative;
  left: -3px;
}

#dropdown-section {
  padding: 20px 0px 5px;
}

.prd-lbl-txt {
  font-size: 15px;
  color: #757575;
  font-weight: 500;
  padding-left: 10px;
}

.drop-model {
  border: 1px solid #fff;
/*  border-radius: 7px;*/
/*  padding: 15px 0px;*/
  background-color: #2b2b2b;
}

.drop-header {
  padding: 0px 15px 10px;
}

.arrLeft {
  position: relative;
  top: -2px;
}

.searchBox {
  display: flex;
  background-color: #2b2b2b;
  padding: 5px 7px;
  border-radius: 5px;
  margin: 10px 0px;
  align-items: center;
}

.serchLbl {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-left: 7px;
}

#dropdown-select-brand {
  padding: 20px 0px 5px;
}

#dropdown-select-Model {
  padding: 20px 0px 5px;
}

#dropdown-select-Issue {
  padding: 20px 0px 5px;
}

#check-price {
  padding: 20px 0px 5px;
}

.customInput {
  width: 100%;
  padding: 11px 10px;
  border-radius: 6px;
  border: 1px solid #7a7a7a;
  background: #2b2b2b;
  font-size: 14px;
  outline: none;
  color: #fff;
}

.customBtn {
  width: 100%;
  padding: 9px 10px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #ffc700;
  background: #ffc700;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: black;
}

.sub-txt-sm {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 12px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  /* -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px); */
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2b2b2b;
  border-radius: 7px;
  border: 1px solid #7a7a7a;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.modal-close {
  color: #aaa;
}

.modal-close:hover {
  color: black;
}

#footer-section {
  background-color: #030106;
}

.flex-model {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7a7a7a;
  padding: 15px;
}

.modal-body {
  padding: 15px;
}

.otp-txt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.changeNumBtn {
  background-color: #aaaaaa;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 10px;
  color: black;
  font-weight: 500;
}

.verifyBTn {
  background-color: #ffc700;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  width: 210px;
  font-size: 13px;
  font-weight: 500;
  color: black;
}

.varifyContainer {
  display: flex;
  justify-content: center;
  margin: 10px 0px 10px;
}

.resendTxt {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px 0px;
}

.input {
  width: 50px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  text-align: center;
  font-size: 30px;
  cursor: not-allowed;
  pointer-events: none;
  height: 48px;
  border-radius: 4px;
  margin: 15px 6px;
  border: 1px solid #7a7a7a;
  background-color: #2b2b2b;
  color: #fff;
}

.input:focus {
  border-bottom: 3px solid orange;
  outline: none;
}

.input:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
}

.custom-select {
  width: 100%;
  padding: 0px 0px;
  margin: 0px 0px;
/*  border-radius: 0px 0px 6px 6px;*/
  background: #2b2b2b;
  color: white;
  font-size: 17px;
  border: none !important;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-select p {
  font-size: 16px;
}

.custom-select option:first-child {
  padding: 7px 12px;
}

.custom-select p {
  background-color: #2b2b2b;
  padding: 8px 15px;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: none;
  border-right: none;
  cursor: pointer;
}

.custom-select p:last-child {
  border-radius: 0px 0px 6px 6px;
  border-bottom: none;
}

.modelDrop option:first-child {
  /* display: none; */
}

.brandDrop option:first-child {
  /* display: none; */
}

.IssueDrop option:first-child {
  padding: 7px 0px;
}

.custom-select:focus-visible {
  outline: none;
  border: none;
}

.custom-select option {
  padding: 4px 0px;
  cursor: pointer;
  background: #030106;
  color: white;
}

.searchBoxInput {
  position: relative;
}

.displayNone {
  display: none;
}

.clearBtn {
  color: #fff;
  position: absolute;
  top: 11px;
  right: 8px;
  background: #2b2b2b;
  padding: 0px;
}

.clearBtn img {
  height: 22px;
  width: 22px;
}

.searchIconInput {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 33px;
  padding: 8px;
}

.searchInput {
  width: 100%;
  background: #2b2b2b;
  outline: none;
  border: 1px solid #ffffff;
  padding: 10px 15px 6px;
  border-radius: 0px;
  color: #fff;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 8px;
  margin-bottom: 4px;
  margin-top: 5px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#error {
  position: absolute;
  top: 117px;
  color: red;
  font-size: 11px;
  font-style: italic;
}

.scroll::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #2b2b2b;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #747474;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #434141;
}

/* 
---------------------------------------------
Book-Now Style
--------------------------------------------- 
*/

.mainFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7a7a7a;
}

.book_lbl {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 41px;
}

#advertise-box {
  padding-left: 10px;
  padding-right: 10px;
}

#amountPay {
  padding-left: 10px;
  padding-right: 10px;
}

.amtTxt {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.amt-container {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 25px;
  padding-top: 14px;
  background: #2b2b2b;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.book-now-btn {
  background-color: #ffc700;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  color: black;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0px 15px;
}

.detailTxt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 13px 0px;
}

.call-us-btn {
  background-color: #2b2b2b;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  color: white;
  width: 45%;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0px 15px;
}

.whatapp-btn {
  background-color: #60d669;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  color: black;
  width: 45%;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0px 15px;
}

.head-lbl {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin: 23px 0px 11px;
}

.customSelect {
  width: 100%;
  padding: 11px 10px;
  border-radius: 6px;
  border: 1px solid #7a7a7a;
  background: #2b2b2b;
  font-size: 14px;
  outline: none;
  color: #fff;
  margin-bottom: 12px;
}
/* 
---------------------------------------------
Footer-section Style
--------------------------------------------- 
*/

footer {
  margin-top: 20px !important;
}

.footer-container {
  margin: 60px;
  text-align: center;
}

.footer-txt {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.footer-label > div {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
}

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 9px;
}

.footer-icons img {
  height: 35px;
  width: 35px;
  margin: 0 6px;
  padding: 5px;
}

#footer-section {
  padding-bottom: 35px;
}

.dis-hidden {
  display: none;
}

footer {
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
}

.sticky-footer-container-main {
  position: sticky;
  bottom: -25px;
  background: #ffc700;
  width: -webkit-fill-available;
  z-index: 9999;
  display: block;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  height: 80px;
  border-radius: 30px 30px 0px 0px;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 35px;
}

.btn-main-footer {
  background: #0f0f0f;
  width: 130px;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: -15px;
}
/* 
---------------------------------------------
info-us section Style
--------------------------------------------- 
*/

#info-us-section {
  padding: 2em 0em;
}

.rw-pd {
  padding: 0px 15px;
}

.pd-none {
  padding: 0px;
}

.mainLbl {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.mainLbl-hg {
  text-align: center;
  font-size: 22px;
  color: #ffc700;
  font-weight: 600;
}

.box-md {
  background: #151515;
  border-radius: 7px;
  height: 115px;
  margin: 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5px 15px;
}

.box-container {
  padding: 30px 10px;
}

.box-container .row .col-sm-4 {
  width: 33.33%;
}

.box-icon {
  height: 50px;
  width: 50px;
}

.box-txt {
  font-weight: 600;
  font-size: 11px;
  color: #fff;
}

/* 
---------------------------------------------
swiper-section
--------------------------------------------- 
*/

#swiper-section {
  padding: 0em 0em;
}

.btn-info {
  width: auto;
  padding: 8px 25px;
  border-radius: 4px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  background: #232323 !important;
}

.main-f2 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}

.main-f2-hg {
  font-size: 24px;
  color: #ffc700;
  font-weight: 400;
  line-height: 50px;
}

.main-f2-see {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  margin: 5px 0px 15px;
}

.main-f2-hg-see {
  font-size: 18px;
  font-weight: 400;
  color: #ffc700;
  line-height: 50px;
}

.owl-item .item {
  /* width: 120px; */
}

.owl-carousel .owl-stage {
  padding-left: 51px !important;
  padding-right: 56px !important;
  height: 200px !important;
}

.swiper {
  height: 230px !important;
}

.swipe-card {
  background-color: #151515;
  height: 175px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 5px;
  padding: 10px 20px;
}

.flexIn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cmt-txt {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 10p 0px;
}

.cmt-name {
  font-size: 10px;
  font-weight: 700;
  color: #bcb9b4;
  padding-left: 10px;
}

.owl-nav {
  display: none;
}

.btn-review {
  width: 164px;
  margin: 30px 0px;
  background: #2b2b2b;
  padding: 10px 20px;
  border-radius: 7px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 20% 320px 20%;
  margin-top: 0px;
}

.main-banner .item-1 {
  background-image: url(../images/banner-01.jpg);
}

.main-banner .item-2 {
  background-image: url(../images/banner-02.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/banner-03.jpg);
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #f35525;
}

.main-banner .item h2 {
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 72px;
  width: 50%;
  margin-bottom: 0px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
}

.main-banner .owl-dots .active {
  background-color: #f35525;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;
}

.contact-content .email {
  margin-left: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}

.contact-content #contact-form button:hover {
  background-color: #f35525;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer .footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 20px;
  background-color: #1e1e1e;
  min-height: 100px;
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.work-container {
  margin: 15px 30px;
  background: #2b2b2b;
  padding: 5px;
  border-radius: 7px;
}

.rw-txt {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}

select:-internal-list-box option:checked {
  background-color: initial !important;
}

.startContainer {
  width: 350px;
  padding: 1px;
/*  padding: 15px;*/
  /* border-radius: 7px;
  background: #2b2b2b;
  border: 2px solid #434343; */
}

.home-drop-icon {
  padding: 0px !important;
  height: 15px;
  width: 15px;
}

.select-device-btn {
  background: white;
  border-radius: 4px;
  width: 80%;
  text-align: left;
  margin: 12px auto;
  padding: 0px;
  color: #232323;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding-left:10px;
}

.select-device-btn:hover {
  background: #3d3d3d !important;
}

.get-instant-btn {
  background: #FCB212;
    border-radius: 10px;
    width: 61%;
    text-align: center;
    margin: 12px auto;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.get-instant-btn:hover {
  background: #3d3d3d !important;
}

#first {
  height: 180px;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

.myght{
  height: 280px;
    
  }

@media (max-width: 767px) {
  .myght{
    height: 250px;
  }
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }

  .initial-scale-width {
    width: 100%;
    margin: 0 auto;
  }

  .logoMain {
    height: 42px;
    margin-top: 18px;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }

  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

@media (max-width: 500px) {
  .box-icon {
    height: 33px;
    width: 33px;
  }

  .range-duo {
    display: block;
    width: -webkit-fill-available;
  }

  .range-card {
    width: unset;
  }

  #head-img-section {
    /*border-bottom: 1px solid #4a4a4a;*/
    /*padding-bottom: 30px;*/
  }

  .box-container {
    border-top: 1px solid #4a4a4a;
    margin-top: 30px;
  }

  .main-f2 {
    font-size: 24px;
    margin: 5px 0px 15px;
  }

  .main-f2-hg {
    font-size: 24px;
    font-weight: 400;
  }

  .main-f2-see {
    font-size: 18px;
    margin: 5px 0px 15px;
  }

  .main-f2-hg-see {
    font-size: 18px;
    font-weight: 400;
  }

  .rew-border {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding-top: 30px;
  }

  .rew-border-setting {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding: 30px 0px;
  }

  #range-section {
    padding: 15px;
  }

  .swipe-card {
    height: 230px;
  }

  .owl-carousel .owl-stage {
    padding-left: 51px !important;
    padding-right: 56px !important;
    height: 200px !important;
  }

  .swiper {
    height: 290px !important;
  }
  .rw-txt {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
  }

  .reviewStar {
    height: 25px;
  }

  .detailTxt {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 0px 0px 15px;
  }

  .footer-txt {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
  }

  .sub-txt {
    font-size: 15px;
    color: #dcdcdc;
    font-weight: 400;
    margin-bottom: 25px;
  }

  .custom-select {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px;
/*    border-radius: 6px;*/
    background: #2b2b2b;
    color: white;
    font-size: 17px;
    border: none !important;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-select p {
    font-size: 16px;
  }

  .startContainer {
    padding: 1px;
    border-radius: 1rem;
    /*background: #2b2b2b;*/
    /*border: 2px solid #434343;*/
  }
  .startContainer div:first-child {
    width: 80%;
    font-size: 17px;
    font-weight: 600;
  }

  .box-md {
    background: #151515;
    border-radius: 7px;
    height: 92px;
    margin: 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 15px;
  }
  .accordion-body {
    border-radius: 1rem;
    background: #2b2b2b !important;
    color: #fff !important;
    font-size: 0.9rem;
  }
  .modal-window > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2b2b2b;
    border-radius: 7px;
    border: 1px solid #7a7a7a;
    margin: 9px 5px;
    width: 363px;
    left: 49%;
  }
  .rangeTxt {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding-left: 7px;
    position: relative;
    top: 2px;
  }
}

.js-preloader-start {
  opacity: initial;
  visibility: inherit;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
}

.mynewew{
  padding: 0px;
}

.myiconvv img {
    width: 120px;
/*    height: 150px;*/
}
