/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
Fonts 
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------------- 
import Files
 ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  position: relative;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mobile{
  display: none;
}
.header-logo {
  background: #0072BC;
  padding: 5px 0;
}
.container {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.header-logo img {
  max-height: 43px;
}
.header-logo .container, .headerBar__logo {
  display: flex;
  padding-top: 3px;
}
section.banner-form {
  background: url("images/banner-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-inner-section {
  background: rgba(98,0,142,0.49);
}
.banner-content {
  text-align: center;
  padding: 10% 0;
}
.banner-head-title h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.banner-head-title p {
  color: rgb(0, 186, 242);
  font-size: 24px;
}
.banner-search-inner {
  background: rgba(0,0,0,0.43);
  border-top: 3px solid #d300ff;
  border-radius: 6px;
  max-width: 646px;
  margin: 21px auto 0;
  display: inline-flex;
  padding: 15px 0;
  width: 80%;
  align-items: center;
}
.banner-search-inner form {
  text-align: left;
}
.banner-search-inner form label {
  color: #fff;
  font-size: 14px;
  margin: 0px 0 6px;
  display: inline-block;
}
.input-row input#phone {
  background-color: #ffffff;
  color: #000;
  border-radius: 1px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  border: 2px solid #f1cb00;
  height: 52px;
  font-size: 25px;
  line-height: 25px;
  padding-left: 11px;
  padding-right: 11px;
}
.banner-search-inner form p {
  margin: 10px 0;
  font-size: 12px;
  color: #fff;
}
.search-button {
  display: block;
  border-style: none;
  border-radius: 3px;
  width: 186px;
  height: 49px;
  background-color: #f200c7;
  background: -webkit-linear-gradient(#f200c7, #cd008e);
  background: -moz-linear-gradient(#f200c7, #cd008e);
  background: -ms-linear-gradient(#f200c7, #cd008e);
  background: -o-linear-gradient(#f200c7, #cd008e);
  background: linear-gradient(#f200c7, #cd008e);
  box-shadow: none;
  text-shadow: 1px 1px #4d002f;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
}
.input-row {
  display: flex;
  gap: 10px;
}
.banner-search-inner img {
  flex: 0 0 64px;
  height: 64px;
  position: relative;
  top: -6px;
}
section.logo-section {
  text-align: center;
}
.logo-list ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
section.logo-section {
  text-align: center;
  padding: 10px 0;
}
section.logo-section h3 {
  font-size: 12px;
}
.bg-puple {
  background: #8000C1;
}
.full-colmn {
  display: flex;
  align-items: center;
}
.left-colmn h4 {
  font-size: 36px;
  font-weight: 500;
}
.left-colmn {
  font-size: 18px;
}
.white-text h4 {
  color: #fff;
}
.white-text p {
  color: rgb(185, 185, 185);
}
.left-colmn {
  font-size: 18px;
  width: 50%;
}
.right-colmn {
  width: 50%;
  text-align: center;
}
.left-right .full-colmn {
  padding: 40px 0px;
}
.left-right{
  padding: 30px 30px;
}
.left-colmn p {
  line-height: 34px;
}
.full-colmn.all-full .left-colmn {
  width: 100%;
}
.left-colmn p a {
  color: rgb(185, 185, 185);
  text-decoration: underline !important;
}
.slider-section {
  background: rgba(224,224,224,1);
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}
section.left-rifgt-aside {
  margin-top: 20px;
}
.slider-content {
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(182,196,210,.4);
  padding: 15px;
}
.start-zone p span {
  background: #00B67A;
  margin: 0 1px;
  color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  text-align: center;
}
 .header {
  color: #1f2936;
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text {
  color: #191919;
  font-size: 13px;
  line-height: 16px;
  max-height: 50px;
  overflow: hidden;
  word-wrap: break-word;
  margin: 8px 0;
}
.date-and-user-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  color: rgba(0,0,0,.6);
  margin-top: auto;
  font-size: 12px;
}
 .name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 3px;
}
.slider-outer {
  margin: 0 10px;
}
.start-zone p {
  margin-top: 0;
}
section.testimonials-test {
  background: url("images/testimonial-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}
.testimonials-inner p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
}
.testimonials-inner p span {
  color: #0e82cd;
}
footer {
  display: inline-block;
  background: rgba(0,0,0,1);
  width: 100%;
  padding: 30px 0;
}
.footer-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.footer-inner img {
  height: 43px;
}
.footer-inner p {
  text-align: left;
  color: #fff;
}
.footer-inner p a {
  text-align: left;
  color: rgb(107, 107, 107);
  text-decoration: underline !important;
}
.headerBar__side a {
  color: #fff;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  box-shadow: 0 0 10px #00000080;
  background-color: #0072bc;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.cstm-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
p.result-type {
  font-size: 24px;
  color: #6c757d;
  margin: 0;
}
span#phone-result {
  font-weight: 600;
  color: #000;
}
.rotate-loading {
  font-weight: 600;
}
p.secure-result {
  font-size: 14px;
  color: #6c757d;
  font-style: italic;
}
p.secure-result img {
  width: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.result-box {
  background-color: #f7fbff;
  background-image: url(images/circles-card-background.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 125px;
  padding: 2rem;
}
.inter-state-result ul {
  display: flex;
}
span.icon-green {
  color: #008002;
  margin-right: 8px;
}
.inter-state-result ul li {
  width: 33.3%;
}
.inter-state-result {
  margin-top: 15px;
}
.list-checking {
  padding: 30px;
}
.inner-left-sider {
  border: 1px solid rgba(0,0,0,.125);
  border-top: 2px solid #ccc;
  border-radius: 5px;
}
.list-checking h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #707878;
}
.inter-state-result ul li .rotate-loading {
  margin-bottom: 20px;
}
.testimonials {
  background-color: rgb(240, 240, 240);
  border-color: rgb(216, 216, 216);
  border-width: 10px !important;
  color: rgb(85, 85, 85);
  font-size: 1rem;
  border-left: 10px solid  #dee2e6;
  padding: 20px;
}
.testimonial-inner-part {
  display: flex;
  gap: 20px;
}
.testimonials span {
  color: #6c757d;
  font-weight: 700;
  font-size: 14px;
}
.testimonials p {
  margin-top: 0;
}
.testimonials p:before {
  content: open-quote;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: 10px;
}
.testimonials p {
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
}
.testimonial-sections h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #707878;
  margin-bottom: 10px;
}
.testimonial-sections {
  margin-top: 50px;
}
.filter-grey h3 {
  font-weight: 700;
}
section.logo-section.filter-grey img {
  filter: grayscale(1);
}
section.logo-section.filter-grey img {
  filter: grayscale(1);
  opacity: 0.5;
}
.logo-list p {
  font-size: 12px;
  margin-top: 0;
}
section.logo-section {
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
}
.inner-section-loading {
  display: flex;
}
.inner-section-loading {
  display: flex;
  gap: 20px;
}
.loading-content-section.left-sider {
  width: 75%;
}
.right-sider-map {
  width: 25%;
}

.crosshair-map .crosshair {
  transition: top .3s ease-out,left .3s ease-out;
  position: absolute;
}
.position-relative.crosshair-map {
  overflow: hidden;
}
.position-relative.crosshair-map {
  position: relative;
}
.footer-temp p {
  font-size: 12px;
  line-height: 24px;
}
.footer-temp p a {
  text-decoration: underline !important;
  color: #0072bc;
}
a.accesbility{
  color: #0072bc;
}
.footer-temp {
  padding-bottom: 40px;
}
section.loading-left-right {
  padding-top: 20px;
}
.inner-map-content {
  display: flex;
  gap: 30px;
}
section.left-rifgt-aside {
  margin-bottom: 60px;
}
.american-map {
  width: 50%;
  position: relative;
}
.dark-green {
  color: #008002;
}
.teaser__map__popup__updated.small svg {
  width: 12px;
}

.teaser__map__popup__details {
  display: flex;
  flex-wrap: wrap;
}
.teaser__map__popup__details__label {
  width: 50%;
  margin-bottom: 10px;
  color: #0072bc;
  font-size: 12px;
}
.teaser__map__popup__details__data.small.bold {
  font-weight: 600;
  font-size: 12px;
  color: #0072bc;
}
.teaser__map__popup__updated.small {
  font-weight: 600;
  font-size: 13px;
  color: #0072bc;
  margin-bottom: 20px;
}
.teaser__map__popup__details__data.small.bold a {
  color: #0072bc;
}
.tp-result {
  font-size: 1.5rem;
  color: #5b5b5b;
  font-weight: 300;
}
.tp-result span.result-type {
  font-weight: 600;
  color: #000;
}
.teaser__map__popup {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  top: 30%;
  padding: 20px;
  max-width: 450px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
}
.card-header {
  background-color: #0072bc;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  padding: .75rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.product-details {
  width: 50%;
}
h5.card-header__title {
  display: flex;
  align-items: center;
  color: #fff;
}
h5.card-header__title svg {
  width: 20px;
  margin-right: 5px;
}
h5.card-header__title span {
  font-size: 1.25rem;
  font-weight: 600;
  font-weight: 600;
}
.product-select-box__product-heading {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
h2.price-set {
  font-size: 2rem;
  font-weight: 600;
}
.product-select-box__product__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-success {
  color: #fff;
  background-color: #6bab53;
  border-color: #6bab53;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid rgba(0,0,0,0);
  padding: .375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
span.pl-2 {
  margin-left: 10px;
}
.green-highlight {
  background-color: #008002;
  color: #fff;
  padding: .15rem .25rem;
  margin-right: .25rem ;
}
p.small.dark-green.bold {
  font-size: 11px;
  font-weight: 700;
}
span.green-highlight.small.mr-1 {
  font-weight: 400;
  font-size: 10px;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
.special-offer-heading p {
  font-size: 14px;
}
.teaser__feature_item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
.dots-background {
  background-image: url("images/linesdots.png");
  background-position: right top;
  background-size: 200px 100px;
  background-repeat: no-repeat;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.125);
}
.trusted-content {
  display: flex;
  gap: 20px;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 20px;
  margin-top: 30px;
}
.truste-img {
  width: 100px;
}
.truste-title h2 {
  font-size: 13px;
  font-weight: 600;
  color: #6c757d;
}
.truste-title p {
  margin: 5px 0;
  font-size: 12px;
  line-height: 17px;
  color: #6c757d;
}
.customer-card-img {
  background: #68a757;
  background: linear-gradient(143deg,rgb(104,167,87) 0%,rgb(3,116,188) 100%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  margin-right: 15px;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.customer-deatils {
  display: flex;
  padding-bottom: 1.3rem;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #ced4da;
  padding-top: 1.3rem;
}
.list-checking.dt-green .inter-state-result ul li {
  width: 50%;
}
.list-checking.dt-green {
  padding-top: 0;
}
.list-checking.dt-green  h2 {
  font-size: 14px;
  font-weight: 700;
  color: #050606;
}
.list-checking.dt-green span.icon-green {
  color: #6bab53;
}
.dt-green .inter-state-result ul li .rotate-loading {
  margin-bottom: 10px;
  color: #6c757d;
  font-weight: normal;
}
.dt-green .inter-state-result ul {
  padding-left: 10px;
}
.customer-card-details h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
.customer-card-details p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
  line-height: 18px;
}
p.lt-report {
  margin-top: 10px;
  font-weight: 600;
}
p.lt-report time {
  color: #008002;
}
.order-section {
  padding: 1.8rem;
}
.order-section h2 {
  color: #0072bc;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.offer-list-title {
  color: #6c757d;
}
.offer-list {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.offer-list-title span {
  vertical-align: middle;
  margin-right: 5px;
}
.offer-list-cost {
  font-weight: 700;
}
.offer-list-title {
  color: #6c757d;
}
.green {
  color: #6bab53;
}
.offer-total .badge {
  background-color: #008002;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
}
.offer-total {
  text-align: right;
  position: relative;
}
.offer-total span {
  font-weight: 700;
  margin-left: 10px;
}
span.sub-text {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  display: inline-block;
}
.offer-list-container {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.trusted-content.pad-mar-rm {
  padding: 0 20px 20px;
  margin: 0;
  border: none;
}
.trusted-content.pad-mar-rm h2 {
  color: #000;
}
.trusted-content.pad-mar-rm .truste-img {
  width: 60px;
}
.order-section {
  border-top: 3px solid #0072bc;
}
.padd-type {
  padding: 0px 20px;
}
.checkout-summary-panel h3 {
  padding: 1rem 0;
  margin: 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  font-size: 1.75rem;
}
.text-success {
  color: #6bab53;
}
.d-flex-checkout {
  display: flex;
}
.checkout-member {
  width: 50%;
}
.card-title {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  color: #0072bc;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 300;
}
.checkout-payment {
  width: 50%;
}
.card-title img {
  width: 28px;
  margin-right: 10px;
}
.checkout-payment {
  background: #ecf8fe;
  flex: 1 0 0%;
  border-left: 1px solid var(--gray-300);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.d-flex-checkout {
  padding: 0;
  box-shadow: 0 1px 5px #0003;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
}
.checkout-payment form h3 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout-payment form {
  padding-top: 25px;
}
.checkout-payment {
  padding: 0 20px 20px;
}
button.paypal-btn {
  width: 100%;
  background: #0070ba;
  border: none;
  border-radius: 5px;
  height: 56px;
  margin-top: 20px;
  line-height: 79px;
  margin-bottom: 10px;
}
.btn-google{
  width: 100%;
  background: #000000;
  border: none;
  border-radius: 5px;
  height: 45px;
  margin-top: 20px;
  line-height: 54px;
  margin-bottom: 10px;
}
.pay-pay-showed {
  text-align: center;
}
.form-check {
  align-items: center;
  border-radius: .3rem;
  border: 1px solid #dee2e6;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5px 1rem 5px 0px;
  width: 100%;
  background-color: #fff;
  min-height: 50px;
  transition-duration: .2s;
  position: relative;
  margin-bottom: 10px;
}
span.payment-logo img {
  width: 65px;
}
input[type=radio] {
  position: absolute;
  opacity: 0;
}
span.custom-option-body {
  display: flex;
  justify-content: space-between;
}
label.form-check-label.custom-option-content {
  width: 100%;
  cursor: pointer;
  padding-left: 50px;
}
img.payment-creditds {
  position: absolute;
  right: 20px;
  width: 144px;
  top: 30%;
}
span.custom-option-body span.ms-4 {
  font-weight: 600;
}
.form-check-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.form-check input[type=radio] + .form-check-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  position: absolute;
  left: 20px;
  top: 15px;
}
.form-check input[type=radio]:checked + .form-check-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.form-check input[type=radio]:focus + .form-check-label:before {
  outline: none;
  border-color: #3197ee;
}
label.form-check-agreement a {
  color: #0072bc;
}
label.form-check-agreement {
  font-size: 12px;
  line-height: 18px;
}
input#customagrement {
  flex: 0 0 25px;
  height: 25px;
  margin: 0 15px 0 0;
}
.agreement {
  display: flex;
}
.agreement {
  display: flex;
  margin-top: 30px;
}
.col-12 {
  display: flex;
  width: 100%;
  gap: 10px;
}
.credit-from-method {
  margin-top: 31px;
}
.checkout-payment button.button.btn.btn-block.btn-lg.btn-success {
  width: 100%;
  height: 48px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.btn-success:hover {
  color: #fff;
  background-color: #5b9147;
  border-color: #568942;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.width-100 {
  width: 100%;
}
.form__div {
  margin-bottom: 1rem;
}
.width-75 {
  width: 75%;
  position: relative;
}
.form__div.width-75 img.payment-creditds {
  top: 22%;
  right: 10px;
}
.width-25 {
  width: 25%;
}
.width-65 {
  width: 65%;
}
.width-35 {
  width: 35%;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3db2ff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0072bc80;
}
.progress-container {
  width: 100%;
  height: 30px;
  background-color: #e0e0e0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
 
}

.progress-bar {
  height: 100%;
  width: 1%; /* Start at 1% */
  background-color: rgb(0, 128, 2);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
}
div#progressContainer {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.result{
  font-weight: bold;
  color: #000;
}
.progress-text {
  position: relative;
  font-size: 18px;
  color: white;
  font-weight: 400;
  height: 100%;
  text-align: center;
  line-height: 30px;
}
button {
  cursor: pointer;
}
span.icon-green {
  display: none;
}
.checckout-details span.icon-green {
  display: inline;
}
.loader {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 3px dotted #008002;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.8s linear infinite;
}
@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 
  .teaser__map__inner {
    position: relative;
    background: #ffffff;
  }
  .teaser__map__inner:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 41px;
    margin-left: -41px;
}
.login-sec {
  padding: 20px 20px 0;
}
.login-btn {
  background-color: #fff;
  color: #0072bc;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  font-size: .75rem;
  text-align: center;
  border-color: #0072bc;
  border: 1px solid #0072bc;
  padding: .375rem 2rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu-mobile li a {
  font-size: .9375rem;
  display: inline-block;
  color: #5a5a5a;
}
ul.menu-mobile li a {
  width: 100%;
  padding: .5rem 0 .5rem .675rem;
  text-decoration: none!important;
}
ul.menu-mobile li span {
  padding-right: 10px;
}
ul.menu-mobile {
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 10px;
  margin: 20px 0;
}
.rounded-sr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 45px;
  width: 45px;
  max-width: 45px;
  min-height: 45px;
  height: 45px;
  max-height: 45px;
  margin: 0 auto 7px;
  color: #fff;
  font-size: 18px;
}
ul.hard-menu li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
ul.hard-menu {
  display: flex;
  flex-wrap: wrap;
}
ul.hard-menu li {
  width: 33.3%;
}
ul.hard-menu li {
  margin-bottom: 20px;
}

.bg-red{
  background-color: #dc3130;
}
.bg-pink {
  background-color: #f538a0;
}
.bg-orange {
  background-color: #ed6e3b;
}
.bg-broen {
  background-color: #7f5c3b;
}
ul.app_links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
ul.app_links li {
  width: 50%;
}
.mobile-app-links h3 {
  font-size: .725rem;
  font-weight: 700;
  color: #848484;
  margin-bottom: 15px;
}
.mobile-app-links {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 20px;
}
.navigation-pop {
  display: none;
}

 /********Resrponsive***Start******/
@media only screen and (max-width: 767px) {

  .burger {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 5px;
  }
  .burger span:after,
  .burger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
  }
  .burger span:after {
    top: 18px;
  }
  .burger span {
    position: relative;
    display: block;
  }
  .burger span, .burger span:after, .burger span:before {
    width: 100%;
    height: 2.5px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
  .burger.--open span {
    background-color: transparent;
  }
  .burger.--open span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }
  .burger.--open span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }
  a.mb-none {
    display: none;
}
  p.result-type {
    text-align: center;
}
  .header-logo img {
    max-height: 24px;
}
.banner-head-title h2 {
  font-size: 26px;
}
.banner-head-title p {
  font-size: 16px;
}
.banner-content {
  padding: 8% 0;
  width: 70%;
  margin: 0 auto;
}
.banner-search-inner img {
  display: none;
}
.banner-search-inner {
  width: 100%;
}
.input-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.input-row input, .input-row button {
  width: 100%;
}
.banner-search-inner form {
  text-align: left;
}
.banner-search-inner{
  padding: 10px;
}
.logo-list ul {
  flex-wrap: wrap;
}
.right-colmn {
  display: none;
}
.left-colmn {
  width: 100%;
}
.left-right .full-colmn {
  padding: 0px 0px;
}
.testimonials-inner {
  padding: 0 50px;
}
.testimonials-inner p {
  font-size: 14px;
  line-height: 23px;
}
.left-colmn h4 {
  font-size: 23px;
}
.footer-inner {
  padding: 0 32px;
}
.header-logo {
  text-align: center;
}
.slider-section {
  padding: 40px 40px;
}
.slick-prev:before, .slick-next:before {
  color: #000 !important;
}
.d-flex-checkout {
  flex-wrap: wrap;
  flex-flow: column;
}
.checkout-member {
  width: 100%;
}
.checkout-payment {
  width: 100%;
}
.cstm-container {
  padding: 0 20px;
}
.container {
  padding: 0 20px;
}

.list-checking {
  padding: 30px 0;
}
.dt-green .inter-state-result ul li .rotate-loading {
  font-size: 12px;
}
.inner-section-loading {
  flex-wrap: wrap;
}
.loading-content-section.left-sider {
  width: 100%;
}
.inter-state-result ul li {
  width: 50%;
}
.inter-state-result ul {
  display: flex;
  flex-wrap: wrap;
}
.list-checking {
  padding:20px;
}
.right-sider-map {
  display: none;
}
.testimonial-inner-part {
  flex-wrap: wrap;
}
.inter-state-result ul li .rotate-loading {
  font-size: 12px;
}
.inner-map-content {
  flex-wrap: wrap;
}
.american-map {
  width: 100%;
  position: relative;
}
.product-details {
  width: 100%;
}
.tp-result {
  text-align: center;
}
.tp-result span.result-type {
  display: block;
}
section.left-rifgt-aside.pading-mb .cstm-container {
  padding: 0;
}
.list-checking.dt-green {
  padding-left: 0;
}
.navigation-pop {
  position: fixed;
  top: 0;
  background: #000000f0;
  width: 100%;
  padding-top: 80px;
  height: 100%;
  padding-right: 20px;
}
.mobile-nav {
  background: #fff;
  width: 280px;
  border-radius: 5px;
  float: right;
  height: 80vh;
}
.navigation-pop.open-menu {
  display: block;}
}



.card {
  background: transparent;
}

.default-select {
  background: #fff;
}

.checkout-item__title {
  background: transparent;
}