/* Common Css Start*/
.primary-btn,
.dark-btn,
.secondary-btn,
.primary-outline-btn,
.dark-outline-btn,
.secondary-outline-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 15px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid;
  box-shadow: none !important;
}

.primary-btn {
  color: #ffffff;
  background-color: #e5a300;
  border-color: #e5a300;
}
.primary-btn:hover {
  color: #ffffff;
  background-color: #e7ac19;
  border-color: #e7ac19;
}
.primary-btn:focus {
  color: #ffffff;
  background-color: #CE9200;
  border-color: #CE9200;
}
.primary-btn:disabled {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: #aeaeae;
}

.dark-btn {
  color: #ffffff;
  background-color: #333546;
  border-color: #333546;
}
.dark-btn:hover {
  color: #ffffff;
  background-color: #282A3B;
  border-color: #282A3B;
}
.dark-btn:focus {
  color: #ffffff;
  background-color: #24273F;
  border-color: #24273F;
}
.dark-btn:disabled {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: #aeaeae;
}

.secondary-btn {
  color: #ffffff;
  background-color: #F36127;
  border-color: #F36127;
}
.secondary-btn:hover {
  color: #ffffff;
  background-color: #EB561A;
  border-color: #EB561A;
}
.secondary-btn:focus {
  color: #ffffff;
  background-color: #F36127;
  border-color: #F36127;
}
.secondary-btn:disabled {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: #aeaeae;
}

.primary-outline-btn {
  color: #e5a300;
  background-color: #ffffff;
  border-color: #e5a300;
}
.primary-outline-btn:hover {
  color: #e7ac19;
  border-color: #e7ac19;
}
.primary-outline-btn:focus {
  color: #ce9200;
  border-color: #ce9200;
}
.primary-outline-btn:disabled {
  color: #aeaeae;
  border-color: #aeaeae;
}

.dark-outline-btn {
  color: #333546;
  background-color: #ffffff;
  border-color: #333546;
}
.dark-outline-btn:hover {
  color: #282A3B;
  border-color: #282A3B;
}
.dark-outline-btn:focus {
  color: #24273F;
  border-color: #24273F;
}
.dark-outline-btn:disabled {
  color: #aeaeae;
  border-color: #aeaeae;
}

.secondary-outline-btn {
  color: #F36127;
  background-color: #ffffff;
  border-color: #F36127;
}
.secondary-outline-btn:hover {
  color: #EB561A;
  border-color: #EB561A;
}
.secondary-outline-btn:focus {
  color: #F36127;
  border-color: #F36127;
}
.secondary-outline-btn:disabled {
  color: #aeaeae;
  border-color: #aeaeae;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}

.d-flex {
  display: flex;
}

.flex-start {
  align-items: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.bg-1 {
  background: #F9F9F9;
}

.bg-white {
  background: #ffffff;
}

input[type=checkbox] {
  accent-color: #e5a300;
}

.custom-input {
  position: relative;
}
.custom-input input {
  border: 1px solid #f0f0f0;
  padding: 8px 12px 8px 30px;
  outline: none;
  width: 100%;
}
.custom-input input:focus {
  color: #000;
  border-color: #000;
}
.custom-input input ~ i {
  color: #e5a300;
  position: absolute;
  left: 10px;
  top: 10px;
}
.custom-input input ~ i.fa-check {
  display: none;
}
.custom-input input.input-validation-error {
  color: #D21C1C;
  border-color: #D21C1C !important;
}
.custom-input input.input-validation-error::-moz-placeholder {
  color: #D21C1C;
}
.custom-input input.input-validation-error::placeholder {
  color: #D21C1C;
}
.custom-input input.input-validation-error ~ i {
  color: #8C8C8C;
}

/* Common Css End*/
/* RNGR-1147 Css Start*/
section.main-banner {
  height: 600px;
  background: url("../images/DealerPartnerProgram/truck_bg.png") no-repeat;
  background-size: cover;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  section.main-banner {
    height: auto;
  }
}
section.main-banner h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 767px) {
  section.main-banner h1 {
    font-size: 54px;
  }
}
section.main-banner p {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}
section.main-banner .primary-btn {
  margin-top: 20px;
}
section.main-banner .banner-machine img {
  width: 100%;
  width: 800px;
  height:auto
}

section.why-choose-us img {
  max-width: 100%;
}
section.why-choose-us .why-us-content {
  max-width: 450px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  section.why-choose-us .why-us-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 50px;
  }
}
section.why-choose-us h6 {
  font-size: 20px;
  color: #e5a300;
  font-weight: 700;
  text-transform: uppercase;
}
section.why-choose-us h2 {
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 767px) {
  section.why-choose-us h2 {
    font-size: 36px;
  }
}
section.why-choose-us .text-highlight {
  color: #e5a300;
}
section.why-choose-us p {
  color: #666;
  font-size: 18px;
}
section.why-choose-us .box-item-1,
section.why-choose-us .box-item-2 {
  background-color: #e5a300;
  color: #fff;
  display: flex;
  gap: 20px;
  padding: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  section.why-choose-us .box-item-1,
  section.why-choose-us .box-item-2 {
    display: inherit;
  }
}
section.why-choose-us .box-item-1 i,
section.why-choose-us .box-item-2 i {
  font-size: 80px;
}
section.why-choose-us .box-item-1 h4,
section.why-choose-us .box-item-2 h4 {
  font-size: 30px;
  font-weight: 600;
}
section.why-choose-us .box-item-1 p,
section.why-choose-us .box-item-2 p {
  color: #fff;
  font-size: 16px;
}
section.why-choose-us .box-item-2 {
  background-color: #26313c;
}

section.benefits-section {
  padding-top: 0;
}
section.benefits-section h6 {
  font-size: 20px;
  color: #e5a300;
  font-weight: 700;
  text-transform: uppercase;
}
section.benefits-section .title-w-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.benefits-section .title-w-btn {
    display: inherit;
  }
}
section.benefits-section .title-w-btn h2 {
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 767px) {
  section.benefits-section .title-w-btn h2 {
    font-size: 36px;
  }
}
section.benefits-section .title-w-btn .text-highlight {
  color: #e5a300;
}
section.benefits-section .title-w-btn p {
  color: #666;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.benefits-section .title-w-btn p {
    margin-bottom: 20px;
  }
}
section.benefits-section .benefit-boxes {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  section.benefits-section .benefit-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.benefits-section .benefit-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.benefits-section .benefit-boxes .benefit-item {
  padding: 40px;
  background: #fafafa;
}
@media (max-width: 767px) {
  section.benefits-section .benefit-boxes .benefit-item {
    padding: 20px;
  }
}
section.benefits-section .benefit-boxes .benefit-item h5 {
  font-size: 24px;
  font-weight: 700;
}
section.benefits-section .benefit-boxes .benefit-item p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}
section.benefits-section .benefit-boxes .benefit-item i {
  font-size: 80px;
  color: #e5a300;
}

section.subs-cta {
  background: url("../images/DealerPartnerProgram/cta_bg.png") no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
section.subs-cta h6 {
  font-size: 20px;
  color: #e5a300;
  font-weight: 700;
  text-transform: uppercase;
}
section.subs-cta h2 {
  font-size: 44px;
  font-weight: 700;
}
section.subs-cta .text-highlight {
  color: #e5a300;
}
section.subs-cta p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}
section.subs-cta .sales-btn {
  margin-top: 30px;
}

section.deals-section img {
  max-width: 100%;
  padding-right: 50px;
}
section.deals-section h6 {
  font-size: 20px;
  color: #e5a300;
  font-weight: 700;
  text-transform: uppercase;
}
section.deals-section h2 {
  font-size: 44px;
  font-weight: 700;
}
section.deals-section .text-highlight {
  color: #e5a300;
}
section.deals-section p {
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
}
section.deals-section .deals-form {
  margin-top: 30px;
}

/* RNGR-1147 Css End*/
/* RNGR-1391, RNGR-1392 Css Start*/
.modal-custom .modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
  margin: 50px auto;
  align-items: center;
  display: flex;
  width: 98%;
  max-width: 900px;
  justify-content: center;
}
.modal-custom .modal-content {
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal-custom .modal-content {
    overflow: hidden;
    display: inline-grid;
  }
}
.modal-custom button.close {
  position: fixed;
  right: 20px;
  top: 20px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
}
@media (max-width: 767px) {
  .modal-custom .d-flex {
    display: initial;
  }
}
.modal-custom .modal-body {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.modal-custom .modal-body .modal-left {
  width: 50%;
  text-align: left;
  background: url("../images/DealerPartnerProgram/popupbg.jpg") #26313C no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.modal-custom .modal-body .modal-left > div {
  padding: 40px 35px;
  background: rgba(38, 49, 60, 0.95);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .modal-custom .modal-body .modal-left > div {
    padding: 20px;
  }
}
.modal-custom .modal-body .modal-left img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .modal-custom .modal-body .modal-left {
    width: 100%;
    text-align: center;
  }
}
.modal-custom .modal-body .modal-left h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 300;
  color: #E5A300;
  margin: 0;
  height: calc(100% - 0px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal-custom .modal-body .modal-left h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 38px;
  }
}
.modal-custom .modal-body .modal-right {
  padding: 40px;
  width: 50%;
  text-align: left;
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-custom .modal-body .modal-right {
    width: 100%;
    padding: 20px;
  }
}
.modal-custom .modal-body .modal-right.modal-min-height {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-custom .modal-body .modal-right.modal-min-height {
    min-height: auto;
  }
}
.modal-custom .modal-body .modal-right .main-content {
  background: #F8F8F8;
  border: 1px solid rgba(51, 53, 70, 0.15);
  padding: 15px;
  margin-bottom: 20px;
}
.modal-custom .modal-body .modal-right .main-content i {
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #E5A300;
  border-radius: 50%;
  margin-right: 5px;
}
.modal-custom .modal-body .modal-right .main-content span {
  font-weight: 600;
}
.modal-custom .modal-body .modal-right .main-content p:last-child {
  margin: 0;
}
.modal-custom .modal-body .modal-right h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #E5A300;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .modal-custom .modal-body .modal-right h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.modal-custom .modal-body .modal-right .box-check {
  font-weight: 400;
  gap: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-custom .modal-body .modal-right .btn {
  min-width: 120px;
  margin-top: 10px;
}
.modal-custom .modal-body .modal-right .btn.already-login {
  text-transform: capitalize;
}
.modal-custom .modal-body .modal-right .btn.already-login span {
  color: #333;
}
.modal-custom .modal-body .modal-right .btn.already-login .sign-link {
  color: #E5A300;
  text-decoration: underline;
}
.modal-custom .modal-body .modal-right p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.modal-custom .modal-body .modal-right p img {
  margin-right: 10px;
}
.modal-custom .modal-body .modal-right a.underline {
  text-decoration: underline;
}
.modal-custom .modal-body .modal-right .border-none {
  border: none !important;
}
.modal-custom#priceModal .modal-body {
  padding: 40px;
}
.modal-custom#priceModal .modal-body h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #333546;
}
.modal-custom#priceModal .modal-body > .d-flex {
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.modal-custom#priceModal .modal-body > .d-flex h3 {
  font-size: 28px;
  margin: 0;
}
.modal-custom#priceModal .modal-body > .d-flex p {
  font-size: 15px;
  color: #333546;
  margin: 0;
}
.modal-custom#priceModal .modal-body > .d-flex .price-modal span {
  font-size: 14px;
  padding: 6px 30px 6px 12px;
  border-radius: 0 0 30px 0px;
  display: inline-block;
  font-weight: 600;
}
.modal-custom#priceModal .modal-body > .d-flex .price-modal .excellent-price {
  color: #007B41;
  background: #E4FFF6;
}
.modal-custom#priceModal .modal-body > .d-flex .price-modal .great-price {
  color: #0059A2;
  background: #E6F3FF;
}
.modal-custom#priceModal .modal-body > .d-flex .price-modal .fair-price {
  color: #F36127;
  background: #FFEDE6;
}
.modal-custom#priceModal .modal-body .progress {
  margin-bottom: 30px;
  height: 10px;
  position: relative;
  overflow: visible;
}
.modal-custom#priceModal .modal-body .progress > span {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  z-index: 999999999;
  width: 26px;
  height: 26px;
  top: -8px;
}
.modal-custom#priceModal .modal-body .progress > span.select-excellent {
  border: 2px solid #007B41;
  left: 80%;
}
.modal-custom#priceModal .modal-body .progress > span.select-great {
  border: 2px solid #0059A2;
  left: 48%;
}
.modal-custom#priceModal .modal-body .progress > span.select-fair {
  border: 2px solid #F36127;
  left: 15%;
}
.modal-custom#priceModal .modal-body .progress .progress-bar-danger {
  background-color: #F36127;
  border-right: 4px solid #fff;
}
.modal-custom#priceModal .modal-body .progress .progress-bar-warning {
  background-color: #0059A2;
  border-right: 4px solid #fff;
}
.modal-custom#priceModal .modal-body .progress .progress-bar-success {
  background-color: #007B41;
}
.modal-custom#priceModal .modal-body .vehicle-deal .excellent-deal {
  color: #007B41;
}
.modal-custom#priceModal .modal-body .vehicle-deal .great-deal {
  color: #0059A2;
}
.modal-custom#priceModal .modal-body .vehicle-deal .fair-deal {
  color: #F36127;
}
.modal-custom#priceModal .modal-body .vehicle-deal ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.modal-custom#priceModal .modal-body .vehicle-deal ul li {
  display: flex;
  align-items: center;
  color: #333546;
}
.modal-custom#priceModal .modal-body .vehicle-deal ul li i {
  font-size: 18px;
  margin-right: 5px;
}

/* RNGR-1391, RNGR-1392 Css End*/
/* My account css*/
.myAccountProfile .menu-list {
  background: #fff;
  padding: 25px !important;
}
.myAccountProfile.nav-side-menu ul#menu-content > li {
  background: #fff;
  padding: 0;
  margin-bottom: 10px;
}
.myAccountProfile.nav-side-menu ul#menu-content > li > a {
  border: none;
  color: #B78200;
  margin: 0;
  padding: 0;
}
.myAccountProfile.nav-side-menu ul#menu-content > ul.sub-menu li {
  padding: 5px;
  margin: 0;
}
.myAccountProfile.nav-side-menu ul#menu-content > ul.sub-menu li.active-link {
  background: rgba(229, 163, 0, 0.1);
}
.myAccountProfile.nav-side-menu ul#menu-content > ul.sub-menu li.active-link a {
  color: #E5A300;
}
.myAccountProfile ul.sub-menu {
  background: #fff;
  padding: 0px;
  margin-left: -10px;
}
.myAccountProfile .border-line {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
}
.myAccountProfile .menu-content .arrows {
  display: none;
}
.myAccountProfile .sub-menu label {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.myAccountProfile .sub-menu label a {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
}
.myAccountProfile .sub-menu label a i {
  font-size: 24px;
  margin-right: 10px;
}

.rightSection {
  padding-bottom: 20px;
}
.rightSection .sign-form .nav li.active a {
  border-color: #E5A300;
  color: #E5A300;
  font-weight: 600;
}
.rightSection .sign-form .nav {
  padding: 0 20px;
}
.rightSection .sign-form .nav li a {
  padding: 15px 0;
}
.rightSection .pro-benefits {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  background: #FFF4D9;
  padding: 20px;
  text-align: center;
}
.rightSection .pro-benefits .hightlight {
  color: #E5A300;
  font-size: 18px;
  font-weight: 700;
}
.rightSection .subscription-table {
  overflow: auto;
}
.rightSection .subscription-table tr:first-child th:last-child {
  border-top: 2px solid #E5A300;
}
.rightSection .subscription-table tr:last-child td:last-child {
  border-bottom: 2px solid #E5A300;
}
.rightSection .subscription-table tr th,
.rightSection .subscription-table tr td {
  border: none;
  padding: 15px;
  font-size: 14px;
}
.rightSection .subscription-table tr th .tp-tick-mark,
.rightSection .subscription-table tr td .tp-tick-mark {
  font-size: 20px;
  color: #12B76A;
}
.rightSection .subscription-table tr th:last-child,
.rightSection .subscription-table tr td:last-child {
  border-left: 2px solid #E5A300;
  border-right: 2px solid #E5A300;
}
.rightSection .subscription-table tr th {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.rightSection .subscription-table .main-heading {
  font-size: 44px;
  font-weight: 600;
  color: #E5A300;
  max-width: 220px;
}
.rightSection .subscription-table td:first-child {
  text-align: left;
}
.rightSection .subscription-table .highlight {
  font-size: 16px;
  color: #E5A300;
  font-weight: 600;
  vertical-align: middle;
}
.rightSection .subscription-table .highlight:first-child {
  text-align: left;
}
.rightSection .subscription-table .btn {
  width: 100%;
  max-width: 220px;
}

/* Header css*/
.top-header#sub-header {
  background-color: #fff;
  height: 80px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.top-header#sub-header .logo {
  width: 100%;
  max-width: 220px;
}
.top-header#sub-header .serach-bar {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #BBBBBB;
  padding: 0;
  height: 40px;
}
.top-header#sub-header .serach-bar:focus {
  border-color: #000;
}
.top-header#sub-header .serach-bar * {
  box-shadow: none;
}
.top-header#sub-header .serach-bar .k-widget.search-input {
  width: calc(100% - 80px);
  height: 38px;
}
.top-header#sub-header .serach-bar input#txtSearch.search-input.k-input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.top-header#sub-header .serach-bar .k-autocomplete .k-i-loading,
.top-header#sub-header .serach-bar .k-multiselect .k-i-loading {
  top: 12px;
}
.top-header#sub-header .serach-bar #buttonSearch {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 9px 15px;
  text-transform: capitalize;
}
.top-header#sub-header .serach-bar .tp-search {
  color: #A9A9A9;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 5px;
  font-size: 18px;
}
.top-header#sub-header .right-info.login-deatils {
  display: flex;
  gap: 20px;
  align-items: center;
}
.top-header#sub-header .right-info.login-deatils .p-0 {
  padding: 0;
}
.top-header#sub-header .right-info.login-deatils i.tp-notification {
  cursor: pointer;
  font-size: 24px;
  color: #333;
  position: relative;
}
.top-header#sub-header .right-info.login-deatils i.tp-notification.active:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #E5A300;
  position: absolute;
  border-radius: 100%;
  right: 3px;
  top: 8px;
}
.top-header#sub-header .right-info.login-deatils .has-submenu {
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-header#sub-header .right-info.login-deatils .has-submenu i.tp-account {
  font-size: 14px;
  color: #333;
  background: #EDEDED;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header#sub-header .right-info a {
  color: #333;
  font-weight: 600 !important;
  font-size: 14px;
}
.top-header#sub-header .right-info a:hover {
  color: #333;
}
.top-header#sub-header .right-info .signin,
.top-header#sub-header .right-info .signup {
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid rgba(51, 53, 70, 0.2);
}
.top-header#sub-header .right-info .signin {
  border-radius: 20px 0 0 20px;
  position: relative;
  left: 4px;
}
.top-header#sub-header .right-info .signup {
  border-radius: 0 20px 20px 0;
  border-left: 1px solid rgba(51, 53, 70, 0.1);
}

.login-header ~ .site-header {
  border-bottom: 2px solid #E5A300;
}

.bottom-header.site-header {
  position: relative;
  top: 0px;
  padding: 10px 0;
  height: auto;
  box-shadow: 2px 0 4px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.bottom-header.site-header.scrolled-header {
  position: fixed;
}
.bottom-header.site-header.scrolled-header ~ .scrolled-header {
  margin-top: 60px;
}
.bottom-header.site-header.scrolled-header ~ .headercontainer {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .bottom-header.site-header {
    top: 0;
  }
}
.bottom-header.site-header .main-header .logo {
  border: none;
}
.bottom-header.site-header input#txtSearchMobile.search-input.k-input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 991px) {
  .bottom-header.site-header nav.main-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.bottom-header.site-header nav.main-navbar ul.nav.navbar-nav li.dropdown > a {
  font-weight: 600;
  font-size: 15px;
  background: none;
  padding: 10px 30px 10px 0;
}
.bottom-header.site-header nav.main-navbar ul.nav.navbar-nav li.dropdown.open > a {
  color: #e5a300;
}
.bottom-header.site-header nav.main-navbar ul.nav.navbar-nav li.dropdown.open > a i:before {
  transform: rotate(180deg);
}
.bottom-header.site-header nav.main-navbar ul.nav.navbar-nav li.dropdown.open .dropdown-menu {
  background: #F4F4F4;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
  padding: 0;
  min-width: 180px;
}
.bottom-header.site-header nav.main-navbar ul.nav.navbar-nav li.dropdown.open .dropdown-menu a {
  padding: 10px;
  border-bottom: 1px solid #E8E8E8;
}
.bottom-header.site-header nav.main-navbar ul.nav.navbar-nav li.dropdown.open .dropdown-menu a:hover {
  color: #e5a300;
}
.bottom-header.site-header nav.main-navbar .navbar-right {
  align-items: center;
}
.bottom-header.site-header nav.main-navbar .small-hidden {
  display: none;
}
.bottom-header.site-header nav.main-navbar .search-btn .tp-search {
  font-size: 22px;
}
.bottom-header.site-header nav.main-navbar .search-btn.open .tp-search::before {
  content: "\f115";
}
.bottom-header.site-header nav.main-navbar .search-btn.open ~ .small-hidden {
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: 400px;
  top: calc(100% + 2px);
  right: 0px;
  padding: 0 10px 0 0px;
  border: 1px solid #F0F0F0;
}
.bottom-header.site-header nav.main-navbar .search-btn.open ~ .small-hidden .form-control {
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}
.bottom-header.site-header nav.main-navbar .search-btn.open ~ .small-hidden .btn-link {
  padding: 0 0 0 5px;
  font-size: 20px;
  color: #E5A300;
}
.bottom-header.site-header nav.main-navbar .navbar-toggle {
  display: block;
  font-size: 28px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .bottom-header.site-header nav.main-navbar .navbar-toggle {
    font-size: 21px;
  }
}
.bottom-header.site-header nav.main-navbar .navbar-toggle.collapsed .tp-close:before {
  content: "\f111";
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar {
  position: relative;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-nav {
  margin: 0;
  width: 100%;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar ul.nav.navbar-nav li.dropdown {
  float: none;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar ul.nav.navbar-nav li.dropdown.open > a {
  color: #e5a300;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar ul.nav.navbar-nav li.dropdown.open > a i:before {
  transform: rotate(180deg);
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar ul.nav.navbar-nav li.dropdown.open .dropdown-menu {
  position: static;
  float: none;
  border: 0;
  box-shadow: none;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar ul.nav.navbar-nav li.dropdown.open .dropdown-menu li > a {
  padding: 10px 20px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar ul.nav.navbar-nav li.dropdown > a {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  font-weight: 600;
  background: none;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse {
  width: 360px;
  height: 100vh !important;
  overflow: auto !important;
  padding: 25px 25px 0;
  position: fixed;
  right: 0;
  background: #fff;
  top: 0px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .navbar-toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse {
    padding: 30px 15px 0;
    width: 100%;
  }
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse.collapse {
  display: none !important;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse.collapse.in {
  display: block !important;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse h3 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  margin: 0;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .scroll-content {
  height: calc(100vh - 272px);
  overflow: auto;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links {
  margin-bottom: 25px;
  display: flex;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .sale-btn .dark-btn {
  width: 100%;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-1 {
  margin-top: 30px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-1 a {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-1 a i {
  color: #E5A300;
  font-size: 22px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-2 {
  margin-top: 30px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-2 a {
  margin-top: 10px;
  display: block;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-3 {
  margin-top: 30px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-3 h5 {
  font-size: 16px;
  font-weight: 600;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-3 i {
  font-size: 20px;
  color: #fff;
  background: #E5A300;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 {
  margin: 30px -25px 0;
  background-color: #F6F6F6;
  padding: 20px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 {
    margin: 30px -15px 0;
    background-color: #F6F6F6;
    padding: 20px 15px;
  }
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 h4 {
  font-size: 18px;
  font-weight: 700;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 p {
  color: #333;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .btn {
  width: 46%;
  margin: 0 1%;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .login-data {
  text-align: left;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup {
  position: relative;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup .dropdown-backdrop {
  display: none;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup .dropdown-menu {
  position: initial;
  width: 100%;
  background: none;
  box-shadow: none;
  border: none;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup .dropdown-menu li a {
  font-weight: 600;
  padding: 10px 0;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup .dropdown-toggle {
  width: 100%;
  text-transform: lowercase;
  text-align: left;
  display: flex;
  margin: 0;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup .dropdown-toggle i {
  margin-right: 10px;
}
.bottom-header.site-header nav.main-navbar ~ .mobile-navbar .navbar-collapse .links-4 .dropup .dropdown-toggle i.tp-expand-arrow {
  transform: rotate(180deg);
}

.k-popup.k-list-container.k-popup {
  border: 0;
  margin-top: 2px;
  width: 100% !important;
  max-width: 400px !important;
  right: 0px;
  background: #F0F0F0;
  padding: 0px;
  border-radius: 0px !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .k-popup.k-list-container.k-popup {
    background: #fff;
  }
}
.k-popup.k-list-container.k-popup .k-list .k-item {
  padding: 10px;
  border-top: 1px solid #E8E8E8;
  cursor: pointer;
}
.k-popup.k-list-container.k-popup .k-list .k-item.k-state-hover {
  border-radius: 0px;
  background-color: transparent;
  color: #27231a;
  background-image: none;
  color: #E5A300;
}
.k-popup.k-list-container.k-popup .k-list .k-item.k-state-focused {
  box-shadow: none;
}

/* Footer css*/
.main-footer {
  padding: 40px 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .main-footer {
    padding: 40px 0px 0;
  }
}
@media (max-width: 991px) {
  .main-footer .col-md-3 {
    margin-bottom: 40px;
  }
}
.main-footer h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover {
  color: #e4a300 !important;
}
.main-footer i {
  font-size: 20px;
  color: #E5A300;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .about-us p {
  color: #ffffff;
}
.main-footer .about-us i {
  color: #fff;
}
.main-footer .list-unstyled li {
  margin-bottom: 15px;
}
.main-footer .list-unstyled.contact-ul li {
  margin-bottom: 30px;
  line-height: 22px;
  font-weight: 600;
}
.main-footer .list-unstyled.contact-ul li .text-light {
  font-weight: 300;
}
.main-footer .latest-news img {
  max-height: 80px;
  margin: 0 20px 20px 0;
}

.sub-footer#sub-footer {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-footer#sub-footer .login-logo {
  display: none;
}
.sub-footer#sub-footer .nonlogin-logo {
  display: block;
}
.sub-footer#sub-footer p {
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .sub-footer#sub-footer p {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .sub-footer#sub-footer p.mx-auto {
    margin: 0px;
  }
}
.sub-footer#sub-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.sub-footer#sub-footer ul li {
  margin-left: auto;
  margin-right: 10px;
}
.sub-footer#sub-footer ul li a {
  font-size: 12px;
  color: #fff;
}
.sub-footer#sub-footer ul li a:hover {
  color: #e5a300;
}
@media (min-width: 1200px) {
  .sub-footer#sub-footer .order-3 {
    order: 3;
  }
}
@media (max-width: 767px) {
  .sub-footer#sub-footer .order-3 {
    margin: 25px 0 20px;
  }
}

.login-footer ~ .main-footer, .login-footer ~ .sub-footer#sub-footer {
  background: #fff;
  border: 1px solid rgb(234, 235, 236);
}
.login-footer ~ .main-footer a,
.login-footer ~ .main-footer h4,
.login-footer ~ .main-footer p,
.login-footer ~ .main-footer .contact-ul, .login-footer ~ .sub-footer#sub-footer a,
.login-footer ~ .sub-footer#sub-footer h4,
.login-footer ~ .sub-footer#sub-footer p,
.login-footer ~ .sub-footer#sub-footer .contact-ul {
  color: #333;
}
.login-footer ~ .main-footer i, .login-footer ~ .sub-footer#sub-footer i {
  background: rgba(38, 49, 60, 0.15);
  color: #26313C;
}
.login-footer ~ .main-footer .latest-news img, .login-footer ~ .sub-footer#sub-footer .latest-news img {
  filter: invert(1);
}
.login-footer ~ .main-footer .nonlogin-logo, .login-footer ~ .sub-footer#sub-footer .nonlogin-logo {
  display: none;
}
.login-footer ~ .main-footer .login-logo, .login-footer ~ .sub-footer#sub-footer .login-logo {
  display: block;
}

/* RNGR-1393 Css Start*/
.productDetails .right-section h2.product-name {
  font-size: 32px !important;
  font-weight: 700;
}
.productDetails .right-section p.product-store {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.productDetails .right-section .product-price {
  font-size: 24px;
  color: #E5A300;
}
.productDetails .right-section .product-price del {
  color: #979797;
  margin: 0 10px;
}
.productDetails .right-section .product-price .asking-price {
  font-size: 16px;
  margin: 0 10px;
}
.productDetails .right-section .product-price .dis-offer {
  font-size: 14px;
  color: #333546;
  background: #E8EDF1;
  padding: 5px;
  font-weight: 600;
}
.productDetails .right-section .price-modal {
  margin-top: 15px;
}
.productDetails .right-section .price-modal span {
  font-size: 14px;
  padding: 6px 30px 6px 12px;
  border-radius: 0 0 30px 0px;
  display: inline-block;
  font-weight: 600;
}
.productDetails .right-section .price-modal .excellent-price {
  color: #007B41;
  background: #E4FFF6;
}
.productDetails .right-section .price-modal .great-price {
  color: #0059A2;
  background: #E6F3FF;
}
.productDetails .right-section .price-modal .fair-price {
  color: #F36127;
  background: #FFEDE6;
}
.productDetails .right-section .price-alert {
  margin-top: 15px;
}
.productDetails .right-section .offer-input {
  max-width: 500px;
  margin-top: 15px;
}
.productDetails .right-section .offer-input input {
  padding: 8px 135px 8px 35px;
}
.productDetails .right-section .offer-input .tp-average-price {
  color: #F36127;
  font-size: 18px;
  top: 7px;
}
.productDetails .right-section .offer-input .dark-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 9px 15px;
  text-transform: capitalize;
}
.productDetails .right-section .basic-details {
  margin-top: 15px;
}
.productDetails .right-section .basic-details label {
  font-weight: 600;
  margin: 0;
}
.productDetails .right-section .finance-btn {
  margin-top: 15px;
}
.productDetails .right-section .finance-btn .primary-btn {
  font-size: 16px;
}
.productDetails .right-section .finance-btn .primary-btn i {
  font-size: 18px;
}
.productDetails .right-section .finance-btn .share-btn {
  border-radius: 50%;
  background: #fff;
  width: 46px;
  height: 46px;
  margin-left: 10px;
  border: 1px solid #333546;
  color: #333546;
  font-size: 18px;
}
.productDetails .right-section .price-table {
  margin-top: 15px;
}
.productDetails .right-section .price-table table {
  background-color: #F6F6F6;
}
.productDetails .right-section .price-table table tr th,
.productDetails .right-section .price-table table tr td {
  border: none;
  font-weight: 600;
  padding: 15px;
  font-size: 16px;
}
.productDetails .right-section .price-table table tr td {
  border-bottom: 1px solid #EDEDED;
  font-size: 12px;
  font-weight: 300;
  padding: 8px 15px;
}
.productDetails .right-section .price-table table tr td:last-child {
  text-align: right;
}
.productDetails .right-section .price-table table tr:last-child td {
  border: none;
  padding-bottom: 15px;
}
.productDetails .right-section .price-table #contactInfo {
  background-color: #F6F6F6;
  padding: 15px;
}
.productDetails .right-section .price-table #contactInfo h6 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.productDetails .right-section .price-table #contactInfo h6 ~ div {
  margin-top: 10px;
}
.productDetails .right-section .price-table #contactInfo h6 .tp-rating {
  color: #e5a300;
  margin-right: 5px;
  font-size: 20px;
}
.productDetails .right-section .price-table #contactInfo h6 span {
  font-size: 20px;
}
.productDetails .right-section .price-table #contactInfo .dark-outline-btn {
  background: none;
}
.productDetails .details-tab .nav-tabs {
  border-bottom: 2px solid #EFEFEF;
  padding: 0;
}
.productDetails .details-tab .nav-tabs li {
  width: 50%;
}
.productDetails .details-tab .nav-tabs li.active {
  border-bottom: 2px solid #E5A300;
}
.productDetails .details-tab .nav-tabs li a {
  border: none;
  font-weight: 600;
  text-align: center;
}
.productDetails .details-tab .nav-tabs li a:hover {
  background: none;
}
.productDetails .details-tab .tab-content {
  padding: 15px 0;
}
.productDetails .details-tab .tab-content #equipmentDetails {
  color: #000000;
}
.productDetails .details-tab .tab-content #equipmentDetails .d-flex {
  align-items: center;
}
.productDetails .details-tab .tab-content #equipmentDetails .d-flex i {
  margin-right: 10px;
  font-size: 60px;
}
.productDetails .details-tab .tab-content #equipmentDetails .d-flex i:before {
  background: linear-gradient(179.09deg, #E5A300 1.33%, #F36127 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.productDetails .details-tab .tab-content #equipmentDetails .d-flex div span {
  font-weight: 300;
  display: block;
}
.productDetails .details-tab .tab-content #equipmentDetails .d-flex div span:last-child {
  font-weight: 600;
}

.others-product {
  background: #F6F6F6;
  padding: 60px 0;
}
.others-product h3 {
  font-size: 28px;
  margin: 0 0 30px;
  font-weight: 700;
}
.others-product .owl-item {
  padding: 15px;
}
.others-product .owl-item .panel.panel-default {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}
.others-product .owl-item .panel.panel-default .panel-heading {
  padding: 0;
}
.others-product .owl-item .panel.panel-default .panel-heading img {
  max-width: 100%;
}
.others-product .owl-item .panel.panel-default .panel-body {
  padding: 0;
}
.others-product .owl-item .panel.panel-default .panel-body h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px;
}
.others-product .owl-item .panel.panel-default .panel-body h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0 10px 10px;
}
.others-product .owl-item .panel.panel-default .panel-body .make-offer {
  color: #E5A300;
}
.others-product .owl-item .panel.panel-default .panel-body .price-tag {
  padding: 0 10px;
}
.others-product .owl-item .panel.panel-default .panel-body .price-tag span {
  font-size: 14px;
  padding: 6px 30px 6px 12px;
  border-radius: 0 0 30px 0px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.others-product .owl-item .panel.panel-default .panel-body .price-tag .excellent-price {
  color: #007B41;
  background: #E4FFF6;
}
.others-product .owl-item .panel.panel-default .panel-body .price-tag .great-price {
  color: #0059A2;
  background: #E6F3FF;
}
.others-product .owl-item .panel.panel-default .panel-body .price-tag .fair-price {
  color: #F36127;
  background: #FFEDE6;
}
.others-product .owl-item .panel.panel-default .panel-body p {
  margin: 0px;
  padding: 10px;
  color: #333546;
}
.others-product .owl-item .panel.panel-default .panel-body p.italic {
  font-style: italic;
  padding-top: 0;
}
.others-product .owl-item .panel.panel-default .panel-body .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.chooseUs-section {
  padding: 60px 0 30px;
}
.chooseUs-section h3 {
  font-size: 28px;
  border-bottom: 1px solid #E5A300;
  margin: 0;
  display: inline-block;
  font-weight: 700;
}
.chooseUs-section .our-details {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 20px;
  margin-top: 40px;
}
.chooseUs-section .our-details h5 {
  font-size: 16px;
  margin-top: 0;
  color: #333546;
}
.chooseUs-section .our-details p {
  color: #333546;
}
.chooseUs-section .our-details i {
  width: 80px;
  height: 80px;
  background: #F9F9F9;
  color: #E5A300;
  margin-right: 10px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.chooseUs-section .our-details i:before {
  background: linear-gradient(179.09deg, #E5A300 1.33%, #F36127 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.disclaimer-section {
  padding: 30px 0 60px;
}
.disclaimer-section h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.disclaimer-section p {
  font-weight: 300;
}
.disclaimer-section p a {
  text-decoration: underline;
}
.disclaimer-section p:last-child {
  margin: 0;
}

.subscribe-section {
  background: #E5A300;
  padding: 40px 0;
}
.subscribe-section .d-flex {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.subscribe-section .d-flex h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
.subscribe-section .d-flex p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1199px) {
  .subscribe-section .d-flex .custom-input {
    width: 100%;
  }
}
.subscribe-section .d-flex .custom-input input {
  padding: 12px 140px 12px 12px;
  min-width: 380px;
}
.subscribe-section .d-flex .custom-input .dark-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 13px 15px;
  text-transform: capitalize;
}

/* RNGR-1393 Css End*//*# sourceMappingURL=custom.css.map */