/*Global css*/
body {
  background-color: #f5f9fc;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  /*padding-bottom: 50px;*/
}

a,
button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: #3e87ed;
}

a:hover {
  text-decoration: none;
  outline: 0;
  color: #333f49;
}

a,
img {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

label {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', sans-serif;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  color: #102133;
}

ul,
ol {
  padding-left: 18px;
}

p {
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 0 0 20px;
  font-family: 'Muli', sans-serif;
  color: #313131;
  font-size: 18px;
}

.btn-custom {
  background: #2d58db;
  border: none;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  padding: 10px 30px;
  outline: none;
}

.btn-custom:hover,
.btn-custom:focus {
  background: #313131;
  color: #fff;
  outline: none;
}

.full-wdth {
  display: block;
  width: 100%;
  position: relative;
}

.mrg0 {
  margin: 0px !important;
}

.pad0 {
  padding: 0px !important
}

.bdr0 {
  border: none !important;
}

/*Padding css*/
.pad5 {
  padding: 5px
}

.pad10 {
  padding: 10px
}

.pad15 {
  padding: 15px
}

.pad20 {
  padding: 20px
}

.pad25 {
  padding: 25px
}

.pad30 {
  padding: 30px
}

.pad40 {
  padding: 40px
}

.pad50 {
  padding: 50px
}

.pad60 {
  padding: 60px
}

.pad70 {
  padding: 70px
}

.pad80 {
  padding: 80px
}

.pad90 {
  padding: 90px
}

.pad100 {
  padding: 100px
}

.pad-t5 {
  padding-top: 5px
}

.pad-b5 {
  padding-bottom: 5px
}

.pad-l5 {
  padding-left: 5px
}

.pad-r5 {
  padding-right: 5px
}

.pad-t10 {
  padding-top: 10px
}

.pad-b10 {
  padding-bottom: 10px
}

.pad-l10 {
  padding-left: 10px
}

.pad-r10 {
  padding-right: 10px
}

.pad-t15 {
  padding-top: 15px
}

.pad-b15 {
  padding-bottom: 15px
}

.pad-r15 {
  padding-right: 15px
}

.pad-l15 {
  padding-left: 15px
}

.pad-t20 {
  padding-top: 20px
}

.pad-b20 {
  padding-bottom: 20px
}

.pad-l20 {
  padding-left: 20px
}

.pad-r20 {
  padding-right: 20px
}

.pad-t25 {
  padding-top: 25px
}

.pad-b25 {
  padding-bottom: 25px
}

.pad-l25 {
  padding-left: 25px
}

.pad-r25 {
  padding-right: 25px
}

.pad-t30 {
  padding-top: 30px
}

.pad-b30 {
  padding-bottom: 30px
}

.pad-l30 {
  padding-left: 30px
}

.pad-r30 {
  padding-right: 30px
}

.pad-t40 {
  padding-top: 40px
}

.pad-b40 {
  padding-bottom: 40px
}

.pad-l40 {
  padding-left: 40px
}

.pad-r40 {
  padding-right: 40px
}

.pad-t50 {
  padding-top: 50px
}

.pad-b50 {
  padding-bottom: 50px
}

.pad-l50 {
  padding-left: 50px
}

.pad-r50 {
  padding-right: 50px
}

.pad-t60 {
  padding-top: 60px
}

.pad-b60 {
  padding-bottom: 60px
}

.pad-t70 {
  padding-top: 70px
}

.pad-b70 {
  padding-bottom: 70px
}

.pad-t80 {
  padding-top: 80px
}

.pad-b80 {
  padding-bottom: 80px
}

.pad-t90 {
  padding-top: 90px
}

.pad-b90 {
  padding-bottom: 90px
}

.pad-t100 {
  padding-top: 100px
}

.pad-b100 {
  padding-bottom: 100px
}

.pad-b200 {
  padding-bottom: 200px
}

.pad-b150 {
  padding-bottom: 150px
}

.pad-t200 {
  padding-top: 190px
}

.pad-tb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pad-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.pad-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

/*Margin css*/
.mrg5 {
  margin: 5px
}

.mrg10 {
  margin: 10px
}

.mrg15 {
  margin: 15px
}

.mrg20 {
  margin: 20px
}

.mrg30 {
  margin: 30px
}

.mrg40 {
  margin: 40px
}

.mrg50 {
  margin: 50px
}

.mrg60 {
  margin: 60px
}

.mrg70 {
  margin: 70px
}

.mrg80 {
  margin: 80px
}

.mrg90 {
  margin: 90px
}

.mrg100 {
  margin: 100px
}

.mrg-t5 {
  margin-top: 5px
}

.mrg-b5 {
  margin-bottom: 5px
}

.mrg-l5 {
  margin-left: 5px
}

.mrg-r5 {
  margin-right: 5px
}

.mrg-t10 {
  margin-top: 10px
}

.mrg-b10 {
  margin-bottom: 10px
}

.mrg-l10 {
  margin-left: 10px
}

.mrg-r10 {
  margin-right: 10px
}

.mrg-t15 {
  margin-top: 15px
}

.mrg-b15 {
  margin-bottom: 15px
}

.mrg-l15 {
  margin-left: 15px
}

.mrg-r15 {
  margin-right: 15px
}

.mrg-t20 {
  margin-top: 20px
}

.mrg-b20 {
  margin-bottom: 20px
}

.mrg-l20 {
  margin-left: 20px
}

.mrg-r20 {
  margin-right: 20px
}

.mrg-t25 {
  margin-top: 25px
}

.mrg-b25 {
  margin-bottom: 25px
}

.mrg-l25 {
  margin-left: 25px
}

.mrg-r20 {
  margin-right: 20px
}

.mrg-t30 {
  margin-top: 30px
}

.mrg-b30 {
  margin-bottom: 30px
}

.mrg-l30 {
  margin-left: 30px
}

.mrg-r30 {
  margin-right: 30px
}

.mrg-t40 {
  margin-top: 40px
}

.mrg-b40 {
  margin-bottom: 40px
}

.mrg-l40 {
  margin-left: 40px
}

.mrg-r40 {
  margin-right: 40px
}

.mrg-t50 {
  margin-top: 50px
}

.mrg-b50 {
  margin-bottom: 50px
}

.mrg-t60 {
  margin-top: 60px
}

.mrg-b60 {
  margin-bottom: 60px
}

.mrg-t70 {
  margin-top: 70px
}

.mrg-b70 {
  margin-bottom: 70px
}

.mrg-t80 {
  margin-top: 80px
}

.mrg-b80 {
  margin-bottom: 80px
}

.mrg-t90 {
  margin-top: 90px
}

.mrg-b90 {
  margin-bottom: 90px
}

.mrg-t100 {
  margin-top: 100px
}

.mrg-b100 {
  margin-bottom: 100px
}

.form-control {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  height: 45px;
  line-height: 45px;
  padding: 0 15px
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: inherit;
  outline: 0;
  box-shadow: none
}

.faq_manage .more_information {
  padding: 12px
}

.more_information img {
  transform-style: preserve-3d;
  max-height: 400px
}

#emailverify {
  margin-top: 5px
}

#didnotreceive {
  margin-top: 5px
}

.btn-success {
  background-color: #00d469 !important;
  border-color: #00d469 !important
}

.btn-warning {
  background-color: transparent !important;
  border-color: red !important
}

.btn {
  font-weight: 100 !important
}

.read {
  background: transparent;
  padding: 0 15px 5px;
  margin-top: -15px
}

.container {
  width: 100%;
  max-width: 1700px;
  position: relative
}

.mobile-phone-btn {
  display: none;
}

.modal {
  top: 80px !important;
}

.fca {
  padding-top: 30px;
}

/*==============Product Description CSS==============================*/
.product-img {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.product-text {
  margin: 100px 160px
}

.product-text h3 {
  font-size: 34px;
  text-align: center;
  font-weight: 100
}

.product-text p {
  font-size: 20px;
  text-align: center;
  font-weight: 100
}

/*==============Owl-Carousel CSS==============================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-height: 550px
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #f5f9fc
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
  background: #f0f0f0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
}

.owl-controls .owl-nav {
  width: 120px;
  margin: 0 auto;
}

.owl-controls .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  left: 0;
}

.owl-controls .owl-dots .owl-dot {
  display: inline-block;
}

.owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #bbc2ca;
  opacity: 1;
  display: inline-block;
  border-radius: 10px;
}

.owl-controls .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #102133;
}

/*==============Owl-Carousel CSS==============================*/

 /* PayPal Banner CSS */

     .hp-promo-container {width: 1440px;
  background-color: #081a44;
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 20px auto 0;}

.hp-promo-heading {font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 70%;}

.paypal-full-width {width:100%; background-color:#2d58db;max-width:1440px;margin:0 auto;}
.paypal-logo-img {width:18%;display:flex}
.paypal-logo-img a img {max-width:80px;margin: 20px 50px;}
.paypal-example-copy {width:78%;display:flex;}
.paypal-example-copy p {color:#fff; font-size:16px; padding-top: 15px;}

        .promo-container {
            width: 100%;
            background-color: #081a44;
            padding: 20px;
            display: none;
            align-items: center;
            justify-content: space-between;
            box-sizing: border-box;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
        }

        .promo-content {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }

        .promo-heading {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-align: center;
           
        }

        .promo-list {
            margin-top: 10px;
            padding-left: 20px;
            font-size: 18px;
            display:flex;
        }

        .promo-list li{
           padding:0 20px;
           list-style-type: none;
        }

        .paypal-terms {font-size:10px;color:#fff;}

        .logo-wrapper {
            align-items: center;
        }

        .logo-wrapper p {
            margin: 30px 0px 10px 5px;
            font-size: 18px;
            color: #000;
        }

        .paypal-credit-logo {width: 80px;margin:20px;}

        .black-badge {
            background-color: #0069d9;
            color: #fff;
            width: 100px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            font-weight: bold;
            font-size: 16px;
            margin:20px;
        }

        .black-badge a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
        }

        .black-badge a:hover {
            background-color: #fff;
          color:#000;
        }

.paypal-widget {padding: 0 20px;}

.imega-widgets-holder{background-color: #fff;
  padding: 15px;}

.user-hd {
  margin-left: 25px
}

.delivery-type {
  background: #fff;
  padding: 35px 0
}

.delivery-type .container {
  max-width: 1700px
}

.dely-block i {
  display: block;
  margin-right: 15px
}

.dely-block span {
  display: block;
  color: #102133;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: auto
}

.dely-blocks {
  margin-bottom: 34px
}

.dely-blocks span {
  display: block;
  color: #102133;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 18px;
  padding-left: 8px
}

.bold {
  font-weight: 700
}

.icon-indent {
  margin-left: 5px
}

.block-choose h5,
.block-ship h5,
.block-relax h5 {
  padding: 0 !important
}

.buy-block-layout {
  width: 65%;
  padding: 0 15px
}

.block-buyers {
  padding-left: 17px !important;
  width: 100%;
  margin-top: 6px !important
}

.block-choose {
  padding-left: 18px !important
}

.block-ship {
  padding-left: 17px !important;
  width: 70%
}

.block-relax {
  padding-left: 24px !important;
  width: 70%
}

.banner {
  background: #102133;
  height: 830px;
  position: relative;
  overflow: hidden;
  padding-top: 144px
}

.without-animation .carousel-item {
  background-size: cover;
  background-position-x: right;
  background-position-y: top
}

.banner-round-bg {
  position: absolute;
  top: 55px;
  right: 0;
  width: 875px;
  height: 440px;
  background: #2d58db;
  border-radius: 300px 0 0 300px;
  animation-delay: 2s
}

.banner-round-bg1 {
  position: absolute;
  top: 90px;
  left: -100px;
  width: 200px;
  height: 200px;
  background: #2ce6ff;
  border-radius: 50%;
  animation-delay: 2.6s
}

.banner-round-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 540px;
  height: 130px;
  background: #7fedfe;
  border-radius: 0 150px 0 0;
  animation-delay: 3s
}

.banner-round-bg3 {
  position: absolute;
  top: 260px;
  left: 0;
  width: 170px;
  height: 330px;
  background: #2ce6ff;
  border-radius: 0 250px 250px 0;
  animation-delay: 2s
}

.banner-round-bg4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1500px;
  height: 260px;
  background: #2e58db;
  border-radius: 300px 0 0 0;
  animation-delay: 1s
}

.banner .container {
  max-width: 1510px
}

.banner-slide {
  padding-top: 40px
}

.banner-left {
  max-width: 890px;
  padding-left: 5%
}

.sim-banner-left {
  max-width: 690px !important;
}

.banner-slide-two .banner-left {
  max-width: 780px
}

.banner-slide-three .banner-left {
  max-width: 830px
}

.bannet-heading {
  font-size: 50px;
  display: block;
  color: #fff;
  font-weight: 100;
  line-height: 60px
}

.bannet-heading strong {
  font-weight: 600;
  display: block
}

.bannet-sub-heading {
  font-size: 50px;
  line-height: 60px;
  color: #fff
}

.bannet-sub-heading strong {
  font-weight: 100
}

.banner-left p {
  font-size: 26px;
  color: #fff;
  line-height: 34px;
  font-weight: 100;
  padding-top: 40px
}

.banner-link {
  display: block
}

.banner-link a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  border-radius: 30px;
  padding: 7px 20px;
  border: solid 2px transparent;
  margin-right: 13px;
  margin-bottom: 20px;
  font-weight: 100
}

.klarna-desktop {display:block}
.klarna-mobile {display:none}

.sky-blue {
  background: #1f9fff
}

.blue-bt {
  background: #2d58db
}

.sky-blue-border {
  border-color: #7fedfe !important;
  color: #7fedfe !important
}

.turquoise-border {
  border-color: #80EDFF !important;
  color: #80EDFF !important
}

.yello-bt {
  background: #fbfd3a;
  color: #102133 !important
}

.klarna_button {
  display: block;
  color: #000;
  border: none;
  outline: none;
  padding: 5px 20px;
  text-transform: none;
  cursor: pointer;
  font-size: 20px;
  margin: 0px auto;
  width: 100%;
  border-radius: 3px;
  background-color: #ffb3c7;
  margin-top: 15px;
}

.klarna_button img{
  max-height: 50px;
  margin-top: -5px;}

.banner-link a span.fa-star {
  font-size: 18px;
  position: relative;
  top: -2px
}

.banner-right-img {
  position: relative
}

.mint-btn {
  position: absolute;
  top: 165px;
  right: 0;
  background: #1f9fff;
  color: #fff;
  font-size: 26px;
  padding: 0 40px;
  height: 68px;
  line-height: 68px;
  border-radius: 50px
}

.mint-btn span.fa-star {
  font-size: 24px;
  position: relative;
  top: -2px
}

.banner-right-img img {
  display: block
}

.banner-slide-two .banner-right-img {
  margin: -55px 50px 0 0
}

.banner-slide-two .banner-right-img img {
  animation-delay: 3s
}

.banner-slide-two .banner-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.banner-slide-two .banner-link a {
  position: absolute;
  padding: 7px 30px
}

.dark-blue {
  background: #183165;
  color: #697b9f !important;
  font-size: 18px !important;
  padding: 5px 20px !important
}

.ms-dark-blue {
  background: #16588d;
  color: #769dbc !important;
  font-size: 18px !important;
  padding: 5px 20px !important
}

.dark-blue-border {
  border-color: #305c6e !important;
  color: #305c6e !important;
  font-size: 18px !important;
  padding: 5px 20px !important
}

.sky-blue-border {
  border-color: #1f9fff !important;
  color: #1f9fff !important
}

.btn1 {
  left: -65px;
  top: -12px;
  animation-delay: 4.2s
}

.btn2 {
  right: -170px;
  top: 30px;
  animation-delay: 4.4s
}

.btn3 {
  right: -65px;
  top: 105px;
  animation-delay: 4.6s
}

.btn4 {
  right: -210px;
  top: 160px;
  animation-delay: 4.8s
}

.btn5 {
  top: 190px;
  left: -100px;
  animation-delay: 5s
}

.btn6 {
  top: 290px;
  right: -200px;
  animation-delay: 5.2s
}

.btn7 {
  bottom: 205px;
  left: -105px;
  animation-delay: 5.4s
}

.btn8 {
  bottom: 50px;
  left: -75px;
  animation-delay: 5.6s
}

.banner-round-bg5 {
  width: 100px;
  height: 200px;
  background: #1f9fff;
  border-radius: 0 150px 150px 0;
  position: absolute;
  left: 0;
  top: 220px;
  animation-delay: 1.6s
}

.banner-round-bg6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 665px;
  height: 200px;
  background: #7fedfe;
  border-radius: 0 400px 0 0;
  animation-delay: 2s
}

.banner-round-bg7 {
  width: 1000%;
  height: 700px;
  position: absolute;
  right: -985%;
  top: -80px;
  background: #1f9fff;
  animation-delay: 1s
}

.banner-round-bg8 {
  width: 700px;
  height: 700px;
  position: absolute;
  right: -125px;
  top: -80px;
  background: #2e58db;
  border-radius: 50%;
  animation-delay: 0.6s
}

.banner-slide-three .banner-right-img {
  top: -5px;
  animation-delay: 2s
}

.banner-slide-three .banner-right-img img {
  animation-delay: 3s
}

.phone-line-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.phone-line-info span {
  display: block
}

.phone-line-info span img {
  display: inline-block
}

.phone-line-info span strong {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: inline-block
}

.phone-line {
  position: absolute;
  top: -20px;
  right: -45px;
  animation-delay: 3.3s
}

.phone-line strong {
  position: relative;
  top: -26px
}

.phone-line-one {
  position: absolute;
  top: 150px;
  left: -175px;
  animation-delay: 3.6s
}

.phone-line-one strong {
  position: relative;
  top: -2px
}

.phone-line-two {
  position: absolute;
  bottom: 90px;
  left: 60px;
  animation-delay: 3.9s
}

.phone-line-two strong {
  position: relative;
  top: 26px
}

.banner-round-bg9 {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 150px;
  height: 300px;
  background: #1f9fff;
  border-radius: 0 300px 300px 0;
  animation-delay: 1.6s
}

.banner-round-bg10 {
  width: 1000%;
  height: 380px;
  position: absolute;
  right: -956%;
  top: 50px;
  background: #2ce6ff;
  border-radius: 300px 0 0 300px;
  animation-delay: 0.4s
}

.banner-round-bg11 {
  width: 1450px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 50px;
  background: #2e58db;
  border-radius: 300px 300px 0 0;
  animation-delay: 2s
}

.banner-slide-four .banner-right-img {
  top: -75px
}

.banner-slide-four .banner-right-img img {
  animation-delay: 2.8s
}

.banner-slide-one .banner-right-img {
  top: -75px;
  animation-delay: 3.6s
}

.banner-slide-one .ani-btn {
  left: -65px;
  top: -12px;
  animation-delay: 0.4s
}

.banner-slide-one .ani-btn1 {
  right: -170px;
  top: 30px;
  animation-delay: 0.6s
}

.banner-slide-one .ani-btn2 {
  right: -65px;
  top: 105px;
  animation-delay: 0.8s
}

.banner-slide-one .ani-btn3 {
  right: -210px;
  top: 160px;
  animation-delay: 1s
}

.banner-slide-one .ani-btn4 {
  top: 190px;
  left: -100px;
  animation-delay: 1.2s
}

.banner-slide-one .ani-btn5 {
  top: 290px;
  right: -200px;
  animation-delay: 1.4s
}

.banner-slide-one .ani-btn6 {
  bottom: 205px;
  left: -105px;
  animation-delay: 1.6s
}

.banner-slide-one .ani-btn7 {
  bottom: 50px;
  left: -75px;
  animation-delay: 1.8s
}

/*******best-selling-block***********/
.best-selling-block {
  padding: 70px 15px 0
}

.top-heading-block {
  padding: 25px 5px 0
}

.best-selling-block .container {
  border-bottom: solid 1px #e7ecf0;
  padding-bottom: 90px
}

.top-heading-block .container {
  border-bottom: solid 1px #e7ecf0;
  padding-bottom: 10px
}

.heading-box {
  display: block;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  max-width: 1600px;
  margin: 0 auto
}

.heading-boxs {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  max-width: 1600px;
  margin: 0 auto
}

.news-header {
  display: block;
  text-align: center;
  padding: 40px 0;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.heading-box h2 {
  display: block;
  font-size: 26px;
  margin: 0;
  padding: 0;
  font-weight: 300
}

.view-all-bt {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #102133;
  font-weight: 100
}

.view-all-bt:hover {
  color: #2d58db
}

.selling-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  min-height: 500px;
}

.title-hd {
  text-align: center;
  padding-bottom: 40px;
  height: 90px
}

.ph-hd {
  display: block;
  font-size: 24px;
  color: #102133;
  padding-bottom: 5px;
  font-weight: 100
}

.title-hd ul {
  margin: 0 -30px;
  padding: 0
}

.title-hd ul li {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: none;
  color: #102133;
  font-size: 15px
}

.phone-img {
  position: relative;
  padding-bottom: 30px;
}

.phone-img img {
  margin: 0 auto;
  display: block;
  height: 300px;
  object-fit: contain
}

.promo-image {
  max-width: 50%;
  position: absolute;
  top: 5%;
}

.pgone-info {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 0px;
  text-align: center;
}

.pgone-info a {
  background: #f0f5f8;
  font-size: 14px;
  display: inline-block;
  color: #102133;
  border-radius: 20px;
  padding: 5px 15px;
  margin-right: 5px;
  margin-top: 10px
}

.price-box {
  text-align: center
}

.bundle-price-box{
  text-align: center
}

.bundle-price-box .btn-custom{
  width: 100%;
  display: block;
  border-radius: 50px;
  background: #009af8;
  padding: 8px 0;
  font-size: 18px
}

.lowest {
  display: block;
  font-size: 16px;
  color: #102133;
  padding-bottom: 2px
}

.price-box .btn-custom {
  width: 100%;
  display: block;
  border-radius: 50px;
  background: #2d58db;
  padding: 8px 0;
  font-size: 18px
}

.price-box2 .btn-custom2 {
  width: 100%;
  display: block;
  border-radius: 50px;
  background: #00d469;
  padding: 8px 0;
  font-size: 18px
}

/*******best-selling-block end***********/

/************latest-phones-block*********/
.latest-phones-block {
  display: block;
  padding: 50px 0
}

.latest-phones-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px
}

.latest-phones-slider .item {
  width: 20%;
  padding: 0 8px 50px
}

.latest-phones-slider .selling-box {
  padding: 15px
}

.latest-phones-slider .ph-hd {
  font-size: 22px;
  padding-bottom: 0
}

.latest-phones-slider .title-hd {
  padding-bottom: 30px
}

/************latest-phones-block end*********/

/************ltest-news-block************/
.ltest-news-block {
  background: #eaeff5;
  padding: 70px 0 100px;
  display: none
}

.news-blox {
  display: block
}

.news-img {
  display: block;
  margin-bottom: 20px
}

.news-img img {
  display: block;
  width: 100%;
  border-radius: 10px
}

.news-info {
  display: block
}

.news-info span {
  display: block;
  color: #102133;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 100;
  height: 60px
}

.news-info span a {
  color: #102133
}

.news-info span a:hover {
  color: #1F9FFF
}

.news-info small {
  display: block;
  color: #646F7C;
  font-size: 16px;
  padding-bottom: 30px;
  font-weight: 300
}

.news-info p {
  display: block;
  color: #646F7C;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 24px
}

/************ltest-news-block end************/

/***********popular-handsets-block***********/
.popular-handsets-block {
  background: #fff;
  padding: 70px 0 120px
}

.handsets-info {
  display: block
}

.handsets-info span {
  display: block;
  font-size: 22px;
  color: #102133;
  font-weight: 300;
  padding-bottom: 30px
}

.handsets-info ul {
  margin: 0;
  padding: 0
}

.handsets-info ul li {
  margin: 0;
  padding: 0 0 10px;
  display: block;
  list-style: none;
  font-size: 18px;
  color: rgba(16, 33, 51, 0.50);
  font-weight: 100
}

.handsets-info ul li a {
  color: rgba(16, 33, 51, 0.50)
}

.handsets-info ul li a:hover {
  color: #102133
}

/***********popular-handsets-block end***********/

/******footer**********/
.footer {
  background: #102133;
  padding: 20px 0 0;
  position: relative;
}

.footer-info {
  margin-bottom: 120px;
}

.ft-nav {
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.ft-nav ul li a {
  color: rgba(255, 255, 255, 0.75)
}

.ft-nav ul li a:hover {
  color: #fff
}

.social-info {
  display: block;
  margin: 0;
  padding: 0
}

.social-info li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  list-style: none
}

.social-info li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #3959d3;
  border-radius: 50%;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  font-size: 26px
}

.social-info li a:hover {
  background: #fff
}

.social-info li a:hover i {
  color: #3959d3;
}

.social-info li a i {
  line-height: 44px;
  font-size: 26px
}

.ft-round-bg {
  background: #2ce6ff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -100px;
  top: 100px
}

.ft-round-bg-one {
  background: #2d58db;
  width: 950px;
  height: 220px;
  border-radius: 0 0 0 250px;
  display: block;
  position: absolute;
  right: 0;
  top: 0
}

.delivery-type.delivery-type-mobile {
  display: none
}

.conf-carrier {
  margin-top: 20px
}

#confCarrierContainer {
  font-size: 14px;
  line-height: 20px
}

.container2 {
  display: block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
  transform: rotate(-45deg) translate(-2px, 2px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.menuImage {
  display: none;
}

.mob-search-bt {
  display: none
}

.find-btn {
  display: none
}

.carousel,
.carousel-inner,
.carousel-item {
  position: inherit;
  height: 100%
}

.scroll-hidden::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.buyer-seller-box {
  position: absolute;
  bottom: 200px;
  right: 0;
  left: 0;
  text-align: center
}

.buyer-seller-box span {
  display: block;
  font-size: 26px;
  color: #fff;
  padding-bottom: 20px
}

.buyer-seller-box a {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  font-weight: 100
}

.sellerBox {
  border: 3px solid #26D369;
  background: #26D369;
  color: #fff !important;
  text-transform: inherit;
}

.sellerBox:hover {
  border: 3px solid #fff;
  background: transparent;
  color: #fff !important
}

.buyerBox {
  border: 3px solid #1F9FFF;
  background: #1F9FFF;
  text-transform: inherit;
  margin-right: 30px
}

.buyerBox:hover {
  border: 3px solid #fff;
  background: transparent;
  color: #fff !important
}

.buyer-seller-box img {
  margin: -6px 15px 0
}

.main-pages {
  padding-top: 150px
}

.trustpilot-top {
  background: #102133;
  padding: 0 0 5px
}

.browse-phones {
  background: #1f9fff;
  padding: 50px 0 20px
}

.browse-phones-sale {
  background: #00d469;
  padding: 15.5px 0 20px
}

.browse-phones span {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-right: 80px;
  font-weight: 100
}

.cinema {
  margin: 0 auto;
}

.cinema-text {
  width: 100%;
  font-size: 14px
}

.cinema-text span {
  padding: 0 30px;
}

.browse-phones-sale span {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-right: 80px;
  font-weight: 100
}

.br-btn {
  display: inline-block;
  background: #f0f5f8;
  border-radius: 20px;
  font-size: 16px;
  color: #102133;
  padding: 6px 20px;
  margin-right: 6px;
  font-weight: 100
}

.br-btn i {
  margin-left: 20px
}

.clear-bt {
  font-size: 16px;
  color: #fff;
  display: inline-block
}

.browse-phones .br-btn .fa-star {
  color: #102133;
  font-size: 12px;
  padding: 0;
  position: relative;
  top: -2px
}

.buy-page {
  padding: 30px 0
}

.left-filter-outer {
  width: 17%
}

.brand-list ul {
  margin: 0;
  padding: 0;
  display: block
}

.brand-list ul li {
  margin: 0;
  display: block;
  list-style: none
}

.brand-list ul li a {
  font-size: 16px;
  color: #102133;
  border-bottom: solid 1px #d5e1eb;
  display: block;
  padding: 6px 0;
  position: relative
}

.brand-list ul li a[aria-expanded="false"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px
}

.brand-list ul li a[aria-expanded="true"]:after {
  transform: rotate(180deg);
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transition-duration: .3s
}

.sub-list {
  padding: 25px 0 0
}

.sub-show {
  padding-bottom: 15px
}

.sub-show h6 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
  color: #102133;
  font-weight: 700
}

.grid-container {
  display: grid;
  grid-template-columns: 35% auto;
  padding: 10px
}

.grid-item {
  text-align: center
}

.grid-title {
  font-size: 14px;
  color: #fff
}

.text-center {
  text-align: center;
  color: #fff
}

.sell-header {
  font-size: 30px;
  font-weight: 500
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 7px
}

.checkcontainer strong {
  font-weight: 400;
  width: 120px;
  display: inline-block
}

.checkcontainer i {
  font-size: 10px;
  color: #818c96;
  position: relative;
  top: -1px
}

.checkconatner-heading i {
  font-size: 15px;
  color: #3e87ed;
  position: relative;
  top: -1px
}

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d5e1eb;
  border-radius: 10px
}

.checkcontainer input:checked~.checkmark {
  background-color: #2196F3
}

.checkcontainer input:checked~.checkmark:after {
  display: block
}

.checkconatner-heading i:hover {
  background-color: #d5e1eb
}

.checkcontainer .checkmark:after {
  left: 10px;
  top: 7px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.radiobtn {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d5e1eb;
  border-radius: 50%
}

.checkcontainer input:checked~.radiobtn {
  background-color: #102133
}

.radiobtn:after {
  content: "";
  position: absolute;
  display: none
}

.checkcontainer input:checked~.radiobtn:after {
  display: block
}

.filter-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.filter-container strong {
  font-weight: 400;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px
}

.filter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.filter-container input:checked~.checkmark {
  background-color: #102133
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.filter-container input:checked~.checkmark:after {
  display: block
}

.filter-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.star-typ img {
  width: 11px;
  display: inline-block
}

/* .filter-result-block{width:82%} */
.model-item {
  width: 23%;
  padding: 0 1% 30px
}

.show-ph-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px
}

.show-ph-list .item {
  width: 25%;
  padding: 0 10px 30px
}

.show-ph-list .selling-box {
  padding: 15px;
  min-height: 310px
}

.show-ph-list .title-hd {
  padding-bottom: 15px;
  min-height: 70px
}

.show-ph-list .ph-hd {
  font-size: 21px;
  padding-bottom: 0;
  font-weight: 100
}

.show-ph-list .phone-img {
  min-height: inherit;
  padding-bottom: 0
}

.show-ph-list .phone-img img {
  height: 220px;
  object-fit: contain
}

.buy-review-block {
  background: #e9eff4;
  padding: 50px 0;
  margin-top: 20px;
}

.review-box {
  text-align: center
}

.review-box p {
  font-size: 26px;
  line-height: 34px;
  color: #102133;
  padding: 0 0 20px;
  margin: 0;
  min-height: 130px;
  font-weight: 100
}

.name-rv {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #102133;
  padding-bottom: 5px
}

.review-box img {
  display: block;
  margin: 0 auto 5px
}

.trust-logo {
  display: block;
  text-align: center;
  padding-top: 40px
}

.ext-text {
  height: 100%;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center
}

.ext-text p {
  font-size: 27px;
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 35px;
  font-weight: 100
}

.pagination {
  justify-content: center;
  padding: 80px 0;
  margin: 0
}

.pagination li {
  list-style: none;
  margin: 0 5px;
  padding: 0
}

.pagination li a {
  width: fit-content;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  background: #d5e1eb;
  font-size: 14px;
  color: #fff;
  display: block
}

.pagination li .page-link {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px !important;
  line-height: 30px;
  text-align: center;
  background: #d5e1eb;
  font-size: 14px;
  display: block;
  border: none;
  margin: 0
}

.pagination li a:hover {
  background: #102133;
  color: #fff
}

.pagination li .page-link:hover {
  background: #000
}

.pagination li.previous-bt a {
  background: none;
  color: #d5e1eb
}

.pagination li.previous-bt a:hover {
  background: #102133;
  color: #fff
}

ul.breadcrumb {
  padding: 0;
  list-style: none;
  background: none
}

ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #102133;
  font-weight: 300
}

ul.breadcrumb li+li:before {
  padding: 0 7px;
  content: ">";
  color: rgba(16, 33, 51, 0.5)
}

ul.breadcrumb li a {
  color: rgba(16, 33, 51, 0.5);
  text-decoration: none
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline
}

.about-page ul.breadcrumb li {
  color: #102133
}

.src-result-box {
  padding-bottom: 18px
}

.co-result {
  font-size: 14px;
  color: rgba(16, 33, 51, 0.5);
  display: block
}

.select-typ-rt {
  display: flex
}

.select-typ-rt label {
  font-size: 16px;
  display: block;
  margin: 0 20px 0 0
}

.select-typ-rt .form-control {
  width: 200px;
  height: 25px !important;
  line-height: 25px;
  padding: 0;
  border: none;
  font-weight: 100;
  font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/down-arrow.svg) no-repeat center right
}

.select-typ-rt .form-control:focus {
  background-color: inherit;
  border-color: inherit;
  box-shadow: none
}

.new-phone-button {
  width: 100%;
  display: block;
  border-radius: 50px;
  background: #2d58db;
  padding: 8px 20px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

.referal-button {
  float: right;
}

.filter-result-block {
  width: 80%;
}

/*******SIMONLY*********/
.sim-page {
  padding: 0 0 30px 0
}

.sim-only-banner {
  background-image: url(https://res.cloudinary.com/mozillion/image/upload/f_auto,q_auto/v1674664994/sim-banner-dt_ghxpjt.png);
  height: 400px;
}

.sim-bundle-banner {
  background-image: url(https://res.cloudinary.com/mozillion/image/upload/f_auto,q_auto/v1674664994/sim-banner-dt_ghxpjt.png);
  height: 300px;
  background-position: top;
}

.sim-content {
  justify-content: left !important;
  padding: 0 50px !important;
}

.offetCardList {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
  overflow: hidden;
  margin: 50px 0px;
}

.offetCardList .custom-btn.submit-form {
  margin-left: 200px;
  padding: 10px 0 0;
  display: inline-block;
  position: relative;
}

.offetCardListHeading {
  display: block;
  background: #3e87ed;
  padding: 5px 30px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}

.offetCardListInst {
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px !important;
}

.offetCardListImg {
  margin: 0 20px;
  max-width: 100px;
  min-width: 100px;
}

.offetCardList ul {
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.offetCardList ul li {
  margin: 0;
  padding: 20px 40px;
  list-style: none;
  width: 200px;
}

.offetCardBlock span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.offetCardBlock p {
  padding: 0;
  font-size: 16px;
  line-height: normal;
  opacity: 0.8;
}

.buyBtnCard {
  flex: 0 0 auto;
  padding: 0 30px 0 0;
  text-align: center;
  margin-bottom: 50px;
}

.buyBtnCard .btn-custom {
  padding: 10px 30px;
}

.simproductdetails {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 90%;
  margin: 0 10px 10px;
  border-radius: 0px;
  z-index: 9;
  color: #1F9FFF;
  padding: 4px 14px;
  border: 1px solid #1F9FFF;
}

.price-text {
  font-size: 30px;
}

.duration_block span {
  font-size: 18px;
  font-weight: normal;
}

.data_block span {
  font-size: 20px
}

.simBuyButton {
  padding: 10px 30px !important;
}

.sim-details-copy {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.simonly-faqs {
  background: #f1f4f9;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  padding: 40px 0 40px;
}

.simonly-faqs h3 {
  text-align: center;
}

.sim-banner-slide {
  padding-top: 40px;
}

.sim-only-filter-button {
  margin-top: 20px;
}

.offetSimCardBlock p {
  line-height: 20px;
  padding: 0;
  font-size:16px;
}

.position-bottom{
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rec-deal-bg{
  border-radius: 10px;
}

.rec-sim-data {
  font-weight: bold !important;
  font-size: 28px !important;
}

.rec-sim-text {
  padding: 0;
}

.rec-sim-monthly {
  text-align: right;
}

.rec-monthly-text, .rec-buy-now {
  font-size: 28px !important;
  font-weight: bold !important;
}
.rec-buy-now{
margin-top: 50px;
}

.rec-buy-now-button {
  margin: 38px auto 0;
}

.rec-buy-now-button a {
  background: #2d58db;
  border: none;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  padding: 10px 30px;
  outline: none;
  margin: 0px auto;
  min-width: 300px;
  text-align: center;
}

.rec-credit-text {
  font-size: 14px;
  line-height: 18px;
}

.rec-sim-network {
  font-size: 22px !important;
  font-weight: 400 !important;
  padding-bottom: 30px;
}

.sim-new-price {
  font-size: 28px !important;
  font-weight: bold !important;
}

.bundle-margin {
  padding: 0 20px 20px 0 !important;
}

/*******blog*********/
.blog-page {
  padding: 30px 0
}

.left-post-block {
  width: 74%
}

.latest-rt {
  display: inline-block;
  font-size: 16px;
  color: #102133;
  padding: 8px 35px;
  background: #fcfd3a;
  border-radius: 20px;
  margin: 20px 0 8px -70px
}

.left-post-block .news-blox.big-post {
  padding-bottom: 70px
}

.left-post-block .news-blox {
  padding-bottom: 50px
}

.news-blox.big-post span {
  font-size: 45px;
  line-height: 54px
}

.post-tital {
  min-height: 75px
}

.news-blox.big-post .news-img {
  width: 56%
}

.news-blox.big-post .news-info {
  width: 44%;
  padding-left: 20px
}

.tag-post {
  display: block;
  padding-top: 30px
}

.news-blox.big-post .tag-post {
  padding-top: 50px
}

.tag-post a {
  display: inline-block;
  font-size: 16px;
  color: #646f7c;
  background: #d5e1eb;
  padding: 6px 20px;
  border-radius: 20px;
  margin-right: 2px;
  margin-bottom: 10px
}

.tag-post a:hover {
  background: #102133;
  color: #fff
}

.inner-footer .ft-round-bg-one {
  background: #00d469
}

.inner-footer .ft-round-bg {
  background: #6cffa7
}

.inner-footer .social-info li a {
  background: #fff;
  color: #00d469
}

.inner-footer .social-info li a:hover {
  background: #fff;
  color: #00d469
}

.right-post-block {
  width: 17%
}

.list-post-tp {
  display: block;
  padding-bottom: 20px
}

.list-post-tp h6 {
  display: block;
  font-size: 18px;
  color: #102133;
  margin: 0 0 15px;
  padding: 0 0 8px;
  border-bottom: solid 2px #e5edf4
}

.list-post-tp ul {
  margin: 0;
  padding: 0
}

.list-post-tp ul li {
  margin: 0;
  padding: 0 0 25px;
  list-style: none;
  display: block;
  font-weight: 100
}

.list-post-tp ul li a {
  display: block;
  font-size: 22px;
  color: #102133;
  line-height: 30px
}

.list-post-tp ul li a:hover {
  color: #1F9FFF
}

.list-post-tp ul li small {
  display: block;
  color: #656f79;
  font-size: 14px;
  padding: 20px 0 0
}

.list-post-tp.categories-list span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px
}

.list-post-tp.categories-list ul li {
  padding: 0 0 8px
}

.list-post-tp.categories-list ul li a {
  font-size: 16px;
  line-height: 20px
}

.single-post {
  position: relative;
  background: #fff
}

.single-post:before {
  position: absolute;
  background: #f5f9fc;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 600px;
  content: ""
}

.single-post .news-blox.big-post {
  max-width: 1090px;
  margin: 0 auto;
  padding-bottom: 50px
}

.single-post .news-blox.big-post .news-info {
  width: 100%;
  padding-left: 0;
  padding-right: 160px
}

.single-post .news-blox.big-post .news-img {
  width: 100%
}

.single-post .sing-top-text {
  padding-bottom: 50px
}

.single-post .sing-top-text p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 100
}

.single-post .sing-bot-text p {
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 30px;
  font-weight: 100
}

.single-post .sing-bot-text h6 {
  margin: 0;
  padding: 0 0 5px;
  font-size: 22px;
  color: #102133;
  font-weight: 100
}

.single-post .news-blox.big-post .tag-post {
  padding-top: 20px;
  padding-bottom: 30px
}

.single-post .social-info li {
  margin: 0 10px 0 0
}

.single-post .social-info li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: #646F7C;
  color: #fff
}

.ltest-news-block.recent-block-md {
  background: #F5F9FC
}

.help-page {
  padding: 30px 0
}

.help-search {
  display: block
}

.help-search h1 {
  display: block;
  margin: 0;
  padding: 0 0 30px;
  font-size: 45px;
  color: #102133;
  text-align: center;
  font-weight: 100
}

.form-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px
}

.form-box .form-control {
  width: 100%;
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  height: 65px;
  line-height: 65px;
  padding: 0 40px 0 30px;
  font-size: 18px;
  font-weight: 100
}

.form-box .ser-btn {
  right: 15px;
  top: 13px
}

.form-box p {
  font-size: 22px;
  color: #102133;
  margin: 0;
  padding: 50px 0 0;
  text-align: center
}

.help-info-list {
  margin: 0;
  padding: 0;
  text-align: center
}

.help-info-list li {
  margin: 0;
  padding: 0 0 70px;
  list-style: none;
  display: inline-block;
  width: 24%
}

.gen-help {
  display: block
}

.gen-help img {
  display: block;
  margin: 0 auto 15px
}

.gen-help span {
  display: block;
  font-size: 26px;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 100
}

.gen-help p {
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #646F7C
}

.lastest-guides-slider .news-blox {
  background: #fff;
  border-radius: 10px;
  overflow: hidden
}

.lastest-guides-slider .news-blox.daek-bg-box {
  background: #102133
}

.lastest-guides-slider .news-blox.green-box {
  background: #00d469
}

.lastest-guides-slider .news-img {
  margin-bottom: 0;
  position: relative
}

.new-tg {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: #102133;
  background: #fcfd3a;
  padding: 8px 20px;
  border-radius: 30px;
  z-index: 1
}

.lastest-guides-slider .news-img img {
  border-radius: 0
}

.lastest-guides-slider .news-info {
  padding: 15px
}

.lastest-guides-slider .news-info span {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 5px;
  font-weight: 400
}

.lastest-guides-slider .news-info span a {
  color: #1F9FFF
}

.lastest-guides-slider .news-blox.green-box .news-info span a {
  color: #fff
}

.lastest-guides-slider .news-info small {
  font-size: 14px;
  padding-bottom: 25px
}

.lastest-guides-slider .news-blox.daek-bg-box .news-info small {
  color: #fff
}

.lastest-guides-slider .news-blox.green-box .news-info small {
  color: #102133
}

.lastest-guides-slider .news-info p {
  font-size: 16px
}

.lastest-guides-slider .news-blox.daek-bg-box .news-info p {
  color: #fff
}

.lastest-guides-slider .news-blox.green-box .news-info p {
  color: #102133
}

.sml-hd {
  font-size: 16px;
  padding-bottom: 15px
}

.lastest-guides-slider .news-blox.daek-bg-box .sml-hd {
  color: #fff
}

.returns-refunds-srt {
  display: block;
  max-width: 1090px;
  margin: 0 auto;
  padding-bottom: 70px
}

.returns-refunds-srt .card {
  background: inherit;
  border: none
}

.returns-refunds-srt .card-header {
  padding: 0;
  background: inherit;
  border: none;
  border-bottom: solid 1px #e5edf3
}

.returns-refunds-srt .card-header a {
  font-size: 20px;
  color: #102133;
  padding: 20px 0;
  display: block;
  position: relative
}

.returns-refunds-srt .card-header a:after {
  width: 15px;
  height: 9px;
  background: url(../img/down-arrow.svg) no-repeat;
  content: "";
  right: 0;
  top: 49%;
  position: absolute;
  transform: translateY(-50%)
}

.returns-refunds-srt .card-header a[aria-expanded="true"]:after {
  transform: rotate(-180deg)
}

.returns-refunds-srt .card-header a[aria-expanded="false"]:after {
  transform: rotate(0deg)
}

.returns-refunds-srt .card-body {
  border-bottom: solid 1px #e5edf3;
  padding: 30px 0 15px
}

.returns-refunds-srt .card-body p {
  padding: 0 0 15px;
  margin: 0;
  color: rgba(16, 33, 51, 0.80);
  font-weight: 100
}

.returns-refunds-srt .card-body ul {
  margin: 0;
  padding: 0 0 15px
}

.returns-refunds-srt .card-body ul li {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
  color: rgba(16, 33, 51, 0.80);
  font-weight: 100;
  position: relative
}

.returns-refunds-srt .card-body ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #3f4d5d;
  content: "";
  top: 11px;
  left: 0;
  border-radius: 10px
}

.returns-hd {
  display: block;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: solid 1px #e5edf3
}

.returns-hd h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 45px;
  color: #102133;
  text-align: center;
  font-weight: 100
}

.returns-hd p {
  font-size: 18px;
  color: #646F7C
}

.fixed-block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #091521;
  z-index: 9;
  padding: 0;
  height: 50px
}

.mnst-vd {
  display: block;
  font-size: 16px;
  color: #c9d0d8;
  padding: 13px 0
}

.mnst-vd a {
  color: #c9d0d8
}

.mnst-vd i {
  position: relative;
  top: -1px
}

.brand-list .button-prevent-mutiple-submissions.btn.btn-custom.getfilterModels {
  margin-top: 15px
}

.brand-list .ui-widget-content {
  background: #D5E1EB !important;
  border: none !important;
  height: 20px !important;
  border-radius: 30px !important
}

.brand-list .ui-widget-header {
  background: #8c9aa7 !important;
  border: none !important;
  height: 20px !important;
  border-radius: 30px !important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff !important;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 30px !important;
  top: 0 !important;
  outline: none !important
}

/*******product-detail-page**********/
.product-detail-page {
  padding: 22px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-info-left {
  padding-top: 20px
}

.product-info-left h1 {
  padding: 0 0 50px;
  font-size: 34px;
  font-weight: 100
}

.product-slideshow .owl-controls {
  padding: 30px 0 0
}

.product-detail-box {
  display: block;
  margin: 0;
  padding: 0 0 0 20px
}

.product-slideshow {
  display: block
}

.product-slideshow img {
  display: block;
  margin: 0 auto
}

.model-margin {
  margin-top: 50px !important
}

.share-list {
  display: block;
  margin: 0;
  padding: 10px 0 0
}

.share-list li {
  display: inline-block;
  margin: 0 15px 20px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #102133;
  font-weight: 100;
  min-width: 40%
}

.share-list li i {
  position: relative;
  top: -2px
}

.share-list li:last-child {
  margin: 0
}

.share-list li a {
  color: #102133
}

.buy-sell-block {
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px
}

.buy-sell-block span {
  display: block;
  font-size: 24px;
  color: #2E58DB;
  text-align: center;
  padding: 0 5px
}

.buy-sell-block .btn-custom .btn-custom2 {
  display: block;
  width: 200px;
  font-size: 24px;
  padding: 7px 0;
  margin-top: 8px
}

.buy-sell-block span.green-sell {
  color: #00d469
}

.buy-sell-block .green-sell .btn-custom {
  background: #00d469
}

.text-info {
  max-width: 500px;
  color: #102133 !important
}

.text-info p {
  line-height: 24px;
  font-weight: 100;
  font-size: 16px
}

.text-info ul {
  margin: 0;
  padding: 0 0 15px
}

.text-info ul li {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
  color: #3f4d5d;
  position: relative;
  font-weight: 100
}

.text-info ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #3f4d5d;
  content: "";
  top: 11px;
  left: 0;
  border-radius: 10px
}

.text-descr {
  max-width: 500px;
  color: #102133 !important
}

.text-descr p {
  line-height: 20px;
  font-weight: 100;
  font-size: 16px
}

.tech-box {
  max-width: 400px
}

.tech-box ul {
  margin: 0;
  padding: 0;
  display: block
}

.tech-box ul li {
  margin: 0;
  display: block;
  list-style: none;
  font-size: 16px
}

.tech-box ul li a {
  font-size: 18px;
  color: #102133;
  border-bottom: solid 1px #d5e1eb;
  display: block;
  padding: 10px 0;
  position: relative;
  font-weight: 100
}

.tech-box ul li a[aria-expanded="false"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px
}

.tech-box ul li a[aria-expanded="true"]:after {
  transform: rotate(180deg);
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transition-duration: .3s
}

.prod-spec ul li p small {
  font-weight: 100;
  line-height: 20px;
  padding-top: 20px
}

.product-right {
  display: block
}

.sales-hd {
  display: block;
  color: #102133;
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 100
}

.whight-box {
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 0
}

.wh-hd {
  font-size: 20px;
  color: #102133;
  display: block;
  padding-bottom: 10px;
  font-weight: 100
}

.number-tp {
  width: 140px;
  height: 140px;
  background: #2e58db;
  border-radius: 50%;
  line-height: 140px;
  display: block;
  margin: 0 auto 8px;
  font-size: 68px;
  color: #fff;
  letter-spacing: -6px;
  font-weight: 100
}

.whight-box p {
  padding: 0;
  font-size: 12px
}

.whight-box img {
  display: block;
  margin: 0 auto 20px
}

.green-price {
  display: block;
  font-size: 26px;
  color: #00d469;
  margin: 10px;
  padding-bottom: 15px
}

.price-box .btn-custom.view-product {
  font-size: 15px;
  padding: 10px 5px
}

.cond-img {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #2ce6ff;
  border-radius: 50%
}

.cond-img img {
  height: auto !important;
  display: block;
  margin: 3px auto 0 !important
}

.cart-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 50px 70px
}

.togal-btn {
  text-align: center;
  padding-bottom: 30px
}

.togal-btn a {
  font-size: 24px;
  color: #102133;
  display: inline-block
}

.togal-btn img {
  display: inline-block;
  margin: -7px 10px 0
}

.bidder-tb {
  display: block;
  background: #F5F9FC;
  font-size: 15px;
  color: #102133;
  padding: 0 5px;
  max-width: 230px;
  margin: 0 auto -6px;
  border-radius: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: relative
}

.price-tag {
  display: block;
  background: #F5F9FC;
  font-size: 28px;
  color: #102133;
  padding: 0 5px;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px
}

.expires-date {
  display: block;
  text-align: center;
  padding-bottom: 40px
}

.expires-date label {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  padding: 0;
  font-weight: 100;
  color: #102133
}

.expires-date .form-control {
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #f0f5f8;
  display: inline-block;
  font-weight: 100
}

.cart-box .tech-box {
  padding-bottom: 35px
}

.total-price {
  display: block;
  font-size: 28px;
  color: #102133;
  text-align: center;
  padding-bottom: 35px;
  font-weight: 100
}

.total-price small {
  font-size: 20px;
  font-weight: 100
}

.cart-box .btn-custom .btn-custom2 {
  display: block;
  width: 100%;
  font-size: 22px;
  text-align: center;
  text-transform: capitalize
}

.open-cart-box {
  padding: 20px 0 5px
}

.open-cart-box .checkcontainer strong {
  width: auto;
  float: right;
  font-weight: 700
}

.model-filter {
  display: flex;
  flex-wrap: wrap;
}

.color_selectBox,
.condition_selectBox {
  background: #2d58db;
  color: #fff;
  font-weight: 100 !important;
}

.btn-colour {
  background-color: #2d58db;
}

.model-filter .checkbox-dropdown {
  display: none;
  border: 1px #dadada solid;
  background: #fff;
  padding: 20px;
  position: absolute;
  width: 200px;
  margin-left: 20px;
  z-index: 10;
}

.model-filter .checkbox-dropdown label {
  display: block;
  font-size: 16px;
}

.model-filter .checkbox-dropdown label input {
  margin-right: 10px;
}

.model-filter .checkbox-dropdown label:hover {
  background-color: none !important;
}

.model-filter .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.model-filter .selectBox,
.model-filter .conditionselectBox,
.model-filter .storageselectBox {
  position: relative;
}

/* How it works */
.breadcrumb-section {
  padding: 30px 0;
}

.how-it-work-page {
  background: #264566;
  padding-bottom: 50px;
}

.how-it-work-page .breadcrumb li {
  color: #fff;
}

.how-breadcrumbs.breadcrumb li a,
ul.breadcrumb.how-breadcrumbs li+li::before {
  color: rgba(255, 255, 255, 0.50);
}

.inner-page-title {
  position: relative;
  margin-bottom: 75px;
}

.inner-page-title::after {
  background: #1f9fff;
  width: 205px;
  height: 170px;
  border-radius: 84px 0 0 84px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}

.inner-page-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 100;
  padding-bottom: 0;
  margin-bottom: 55px;
}

.inner-page-title p {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}

.how-to-works-col {
  position: relative;
  overflow-x: hidden;
}

.how-to-works-col .how-to-col-thumb {
  position: relative;
  z-index: 1;
}

.how-to-works-col .how-to-col-inner h3 {
  font-size: 45px;
  font-weight: 100;
  padding-bottom: 52px;
}

.how-to-works-col:nth-child(odd) .how-to-col-inner h3 {
  color: #1f9fff;
}

.how-to-works-col:nth-child(even) .how-to-col-inner h3 {
  color: #00d469;
}

.how-to-works-col .how-to-col-inner p {
  font-size: 22px;
  color: #fff;
}

li.model-copy-colour {
  color: #212529 !important;
}

ol.custom-list {
  counter-reset: my-sec-counter;
  list-style: none;
  padding-left: 0;
}

ol.custom-list li {
  font-size: 22px;
  font-weight: 100;
  color: #fff;
  position: relative;
  padding-left: 100px;
  margin-bottom: 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

ol.custom-list li::before {
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) " ";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 40px;
  background: #ff0000;
  font-weight: 400;
  font-size: 26px;
}

ol.custom-list.list-blue li::before {
  background: #1f9fff;
}

ol.custom-list.list-green li::before {
  background: #00d469;
}

ol.custom-list.how-to-list li {
  font-size: 28px;
  font-weight: 100;
}

.side-radius-circle {
  background: #2ce6ff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
}

.side-radius-circle.light-green {
  background: #9cffd0;
}

.side-radius-circle.purple {
  background: #2e58db;
}

.how-to-works-col.how-to-sell-col .side-radius-circle {
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.how-to-works-col.delivery-col .side-radius-circle {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.how-to-works-col.how-to-buy-col::before {
  height: 75%;
  width: 42%;
  background: #2e58db;
  position: absolute;
  left: 0;
  bottom: 10%;
  content: "";
  border-radius: 0 300px 300px 0;
}

.how-to-works-col.how-to-buy-col .how-to-col-thumb {
  text-align: right;
  padding-right: 10%;
}

.how-to-works-col.delivery-col::before {
  height: 80%;
  width: 42%;
  background: #2ce6ff;
  position: absolute;
  left: 0;
  bottom: 0%;
  content: "";
  border-radius: 0 300px 300px 0;
}

.how-to-works-col.delivery-col .how-to-col-thumb {
  padding-bottom: 7%;
  padding-right: 30%;
  text-align: right;
}

.how-to-col-thumb.cirlce-col {
  position: relative;
  text-align: center;
  padding-right: 0;
}

.how-to-col-thumb.cirlce-col img {
  height: 600px;
}

/* How to buy and how to sell page */
.btn-inline .btn-custom {
  margin: 0 5px;
}

.btn-custom.btn-gray {
  background: #646f7c;
}

.btn-custom.btn-light-blue {
  background: #1f9fff;
}

.btn-custom.btn-green {
  background: #00d469;
}

.btn-custom.btn-gray:hover,
.btn-custom.btn-light-blue:hover {
  background: #00d469;
}

.btn-custom.btn-green:hover {
  background: #1f9fff;
}

.how-it-work-page.top-sapce {
  padding-top: 80px;
}

.how-it-work-page.top-sapce .inner-page-title::after {
  display: none;
}

.how-it-work-page {
  position: relative;
}

.how-it-work-page.top-sapce .inner-page-title h2 {
  margin-bottom: 35px;
}

.how-it-work-page.top-sapce .inner-page-title p {
  font-size: 20px;
}

.how-it-work-page.top-sapce .inner-page-title {
  margin-bottom: 60px;
}

.how-it-works-btn {
  margin-top: 60px;
}

.how-it-work-page.how-to-buy-page .side-bubble1 {
  width: 13%;
  background: #1f9fff;
  position: absolute;
  content: "";
  border-radius: 0 300px 300px 0;
  top: 0;
  left: 0;
  padding-bottom: 10%;
}

.how-it-work-page.how-to-buy-page .side-bubble2 {
  height: 134px;
  width: 134px;
  background: #2ce6ff;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 40%;
  left: -90px;
}

.how-it-work-page.how-to-buy-page .side-bubble3 {
  width: 30%;
  background: #2e58db;
  position: absolute;
  content: "";
  border-radius: 0 300px 0 0;
  bottom: 0;
  left: 0;
  padding-bottom: 5%;
}

.how-it-work-page.how-to-buy-page .side-bubble4 {
  height: 90px;
  width: 90px;
  background: #1f9fff;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 10%;
  right: -45px;
}

.how-it-work-page.how-to-buy-page .side-bubble5 {
  width: 13%;
  background: #2e58db;
  position: absolute;
  content: "";
  border-radius: 300px 0 0 300px;
  bottom: 55px;
  right: 0;
  padding-bottom: 10%;
}

.how-it-work-page.how-to-buy-page .side-bubble6 {
  height: 134px;
  width: 134px;
  background: #2ce6ff;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: -30px;
  right: -50px;
}

.how-it-work-page.how-to-sell-page .side-bubble1 {
  width: 13%;
  background: #19f973;
  position: absolute;
  content: "";
  border-radius: 300px 0 0 300px;
  top: 0;
  right: 0;
  padding-bottom: 10%;
}

.how-it-work-page.how-to-sell-page .side-bubble2 {
  height: 134px;
  width: 134px;
  background: #9cffd0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 40%;
  right: -90px;
}

.how-it-work-page.how-to-sell-page .side-bubble3 {
  width: 30%;
  background: #19f973;
  position: absolute;
  content: "";
  border-radius: 300px 0 0 0;
  bottom: 0;
  right: 0;
  padding-bottom: 5%;
}

.how-it-work-page.how-to-sell-page .side-bubble4 {
  height: 90px;
  width: 90px;
  background: #9cffd0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 10%;
  left: -45px;
}

.how-it-work-page.how-to-sell-page .side-bubble5 {
  width: 13%;
  background: #19f973;
  position: absolute;
  content: "";
  border-radius: 0 300px 300px 0;
  bottom: 55px;
  left: 0;
  padding-bottom: 10%;
}

.how-it-work-page.how-to-sell-page .side-bubble6 {
  height: 134px;
  width: 134px;
  background: #9cffd0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: -30px;
  left: -50px;
}

/*********************dashboard-pages*************/
.dashboard-pages {
  padding: 80px 0
}

.dashboard-header {
  background: #425060;
  padding: 0 30px;
  height: 80px
}

.user-name {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 100
}

.dash-nav {
  display: block;
  margin: 0;
  padding: 0
}

.dash-nav li {
  display: inline-block;
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
  font-size: 18px
}

.dash-nav li a {
  color: #fff
}

.user-block-outer {
  padding: 60px 0 0
}

.bids-list {
  padding-bottom: 80px
}

.block-user-info {
  text-align: center;
  background: #d5e1eb;
  border-radius: 8px;
  padding: 25px;
  height: calc(100% - 15px)
}

.block-user-info img {
  display: block;
  margin: 0 auto 10px
}

.block-user-info span {
  display: block;
  font-size: 30px;
  color: #102133;
  padding-bottom: 30px;
  font-weight: 100
}

.block-user-info p {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #102133;
  padding: 0;
  margin: 0
}

.blue-bg {
  background: #1f9fff
}

.block-user-info.blue-bg span {
  color: #fff
}

.block-user-info.blue-bg p {
  color: #fff
}

.green-bg {
  background: #00d469
}

.block-user-info.green-bg span {
  color: #fff
}

.block-user-info.green-bg p {
  color: #fff
}

.find-search {
  max-width: 530px;
  margin: 0 auto
}

.find-search h2 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
  font-weight: 100
}

.find-search .form-box {
  padding-bottom: 0
}

.find-search .form-box p {
  font-size: 20px;
  color: #646F7C;
  font-weight: 100
}

.find-search .form-box p a {
  color: #102133
}

.current-bids {
  background: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 110px 50px
}

.bids-list-open {
  padding: 25px 0 0
}

.bids-list-open .table th {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #646F7C;
  white-space: nowrap
}

.bids-list-open .table td {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 18px;
  color: #102133;
  padding: 7px 10px;
  vertical-align: top;
  white-space: nowrap
}

.bids-list-open .table td p {
  padding: 0;
  line-height: 22px
}

.bids-list-open .table td .btn-custom {
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  background: #1f9fff;
  padding: 0 20px
}

.bids-list-open .table td .btn-custom2 {
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  background: #24a42c;
  padding: 0 20px
}

.bids-list-open .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff
}

.bids-list-open .table-striped tbody tr:nth-of-type(even) {
  background-color: #f0f5f8
}

.current-hd {
  font-size: 26px;
  color: #102133;
  display: block;
  padding: 0;
  position: relative;
  font-weight: 100
}

.current-hd[aria-expanded="false"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transform: rotate(180deg)
}

.current-hd[aria-expanded="true"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transform: rotate(180deg)
}

.current-hd.collapsed:after {
  transform: rotate(0);
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transition-duration: .3s
}

.expired-hd {
  color: #FF3159
}

.sold-tp {
  color: #FF3159
}

.bids-list-open .disabled {
  opacity: .5
}

.sell-phone-step {
  background: #264566;
  background-size: cover;
  padding: 80px 0 130px
}

.sell-phone-step h1 {
  font-size: 45px;
  margin: 0;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
  font-weight: 300
}

.sell-phone-step .container {
  max-width: 1480px
}

.step-box-outer {
  padding-bottom: 90px;
  position: relative
}

.step-box-outer:before {
  position: absolute;
  right: 190px;
  left: 190px;
  top: 0;
  content: "";
  background: #263647;
  height: 170px
}

.sell-phone-step .form-box {
  padding-bottom: 0
}

.step-box {
  text-align: center
}

.step-box i {
  display: block;
  background: #00d469;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  margin: -10px auto 30px
}

.step-box ul li {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 28px;
  font-weight: 100
}

.step-box span {
  font-size: 26px;
  color: #19F973;
  padding-bottom: 20px;
  display: block;
  font-weight: 100
}

.step-box p {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 28px;
  font-weight: 100
}

.dashboard-pages-nav {
  display: none
}

/*******about*******/
.how-it-work-page.about-page {
  background: #f5f9fc
}

.about-page .inner-page-title h2 {
  color: #102133;
  margin-bottom: 0
}

.about-page .how-to-works-col.how-to-buy-col::before {
  background: #6cffa7
}

.about-page .inner-page-title::after {
  background: #B4F6D2;
  bottom: -150px
}

.about-page .how-to-works-col:nth-child(odd) .how-to-col-inner h3 {
  color: #00d469
}

.about-page .how-to-works-col:nth-child(even) .how-to-col-inner h3 {
  color: #2E58DB
}

.about-page .how-to-works-col:nth-child(even) .how-to-col-inner {
  padding-right: 0;
  padding-left: 180px
}

.about-page .how-to-works-col .how-to-col-inner p {
  color: #646F7C;
  line-height: 36px;
  padding: 0 0 30px
}

.about-page .how-to-col-inner {
  padding-right: 160px
}

.about-page .btn-custom {
  background: #1f9fff;
  max-width: 220px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin-top: 30px
}

.about-page .dely-block {
  padding-bottom: 50px;
  padding-top: 20px
}

.about-page .how-to-works-col {
  padding: 30px 0
}

.about-page .how-to-sell-col .cirlce-col::before {
  height: 96%;
  width: 500%;
  background: #2e58db;
  position: absolute;
  right: -421.5%;
  top: 6px;
  content: "";
  border-radius: 350px 0 0 350px;
  z-index: -1
}

.comp-entry {
  background-color: #2e58db;
  height: 240px;
  padding-top: 30px;
  color: #fff !important;
  text-align: center
}

.comp-entry h1 {
  color: #fff !important
}

.about-page .inner-page-title {
  margin-bottom: 20px
}

.about-page .side-radius-circle.light-green {
  background: #B5DEFD;
  width: 140px;
  height: 230px;
  border-radius: 0 150px 150px 0;
  content: "";
  left: 0
}

.about-page .how-to-works-col .how-to-col-inner ul {
  color: #646F7C;
  line-height: 36px;
  font-size: 22px
}

.small-geen-circle {
  background: #6CFFA7;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 15%
}

.buy-thumb-col {
  margin-bottom: 80px
}

.buy-thumb-col:before {
  bottom: 0 !important
}

.buy-thumb-col .how-to-col-thumb {
  padding: 0 !important;
  right: 20%
}

.about-page .how-to-col-thumb.cirlce-col {
  margin: 0 -100px 0 0
}

.how-to-works-col.how-to-buy-col.how-to-buy-col-three:before {
  display: none
}

.how-to-works-col.how-to-buy-col.how-to-buy-col-three .how-to-col-thumb {
  margin: 0;
  position: relative;
  left: -180px
}

.how-to-buy-col-three .side-radius-circle.purple {
  background: #00d469;
  width: 205px;
  height: 170px;
  border-radius: 84px 0 0 84px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: ""
}

.compare-page {
  padding: 30px 0 0
}

.compare-list-box {
  background: #fff;
  padding-bottom: 60px
}

.compare-open-box {
  display: block
}

.compare-open-box ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0
}

.compare-open-box ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0
}

.compare-open-box>ul>li:nth-child(even) {
  background: #fafbfc
}

.compare-open-box ul li ul {
  display: flex;
  align-items: center
}

.compare-open-box ul li ul li {
  width: 25%;
  display: block;
  font-size: 18px;
  color: #102133;
  padding: 0;
  border-right: solid 2px #ebedef;
  text-align: center;
  height: 50px;
  line-height: 60px;
  font-weight: 100
}

.compare-open-box ul li ul li span {
  font-size: 24px;
  display: block
}

.compare-open-box ul li ul li:first-child {
  text-align: left
}

.compare-open-box .btn-custom {
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  background: #1f9fff
}

.open-hd-box {
  background: #f0f5f8
}

.open-hd-box span {
  display: block
}

.open-hd-box span a {
  font-size: 24px;
  color: #102133;
  display: block;
  padding: 8px 0;
  position: relative;
  max-width: 280px;
  font-weight: 100
}

.open-hd-box span a[aria-expanded="false"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transform: rotate(180deg)
}

.open-hd-box span a[aria-expanded="true"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transform: rotate(180deg)
}

.open-hd-box span a.collapsed:after {
  transform: rotate(0);
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transition-duration: .3s
}

.compare-list-box.phone-compare-list {
  background: #f5f9fc;
  padding: 80px 0 10px
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li {
  height: auto;
  min-height: 450px;
  padding: 0 0 50px
}

.phone-compare-box {
  display: block;
  text-align: center
}

.phone-compare-box .hd-comp {
  display: block;
  font-size: 24px;
  min-height: 110px;
  font-weight: 100
}

.phone-compare-box .hd-comp small {
  display: block;
  background: #fcfd3a;
  border-radius: 20px;
  font-size: 15px;
  color: #102133;
  max-width: 170px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  height: 35px;
  line-height: 35px
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li .select-phone ul {
  display: block;
  max-width: 270px;
  padding-top: 10px;
  padding-bottom: 30px
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li .select-phone ul li {
  display: block;
  min-height: inherit;
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: left;
  border-right: none;
  border-bottom: solid 1px #d5e1eb;
  width: 100%
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li .select-phone ul li a {
  display: block;
  font-size: 18px;
  color: #102133;
  display: block;
  padding: 10px 0;
  position: relative
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li .select-phone ul li a[aria-expanded="false"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transform: rotate(0)
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li .select-phone ul li a[aria-expanded="true"]:after {
  position: absolute;
  top: 18px;
  right: 10px;
  content: "";
  transition-duration: .3s;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 15px;
  height: 9px;
  transform: rotate(180deg)
}

.compare-list-box.phone-compare-list .compare-open-box ul li ul li .select-phone .btn-custom {
  background: #2e58db;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  max-width: 270px;
  display: block;
  text-align: center
}

.tooltipst {
  position: relative !important;
  display: inline-block !important;
  padding: 0 !important;
  border: none !important
}

.tooltipst .tooltiptext {
  visibility: hidden;
  background-color: #3e87ed;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 15px;
  display: block;
  min-width: 200px;
  position: absolute;
  z-index: 1;
  top: 0;
  margin: 0 0 0 15px
}

.tooltipst:hover .tooltiptext {
  visibility: visible
}

/********login*******************/
.login-and-register-page {
  max-width: 550px;
  margin: 0 auto;
  padding: 200px 0
}

.login-and-register-page h1 {
  padding: 0 0 30px;
  font-size: 30px
}

.login-and-register-page .form-control {
  height: 55px;
  line-height: 55px;
  border: solid 1px #d5e1eb;
  padding: 0 30px;
  font-size: 18px
}

.login-and-register-page .form-group {
  margin: 0 0 25px
}

.login-and-register-page .search-col .not-show {
  display: none
}

.login-and-register-page .btn-custom {
  padding: 0 10px;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  font-size: 20px;
  text-transform: capitalize;
  width: 220px;
  text-align: center;
  display: block;
  margin: 0
}

.two-fild-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.two-fild-box .form-group {
  width: 49%
}

.form-control.password-typ {
  background: #fff url(../img/password.png) no-repeat center right 20px
}

.chek-type .checkmark {
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 1px #d5e1eb;
  top: -3px
}

.chek-type .checkcontainer strong {
  width: auto
}

.chek-type .checkcontainer {
  color: #646F7C;
  padding-left: 40px;
  margin-bottom: 45px;
  margin-top: 40px
}

.already-registered {
  color: #646F7C;
  font-size: 16px
}

.already-registered.login-ald {
  margin: -66px 0 0
}

.register-btn.login-rgst {
  padding: 40px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.for-pass {
  color: #646F7C;
  font-size: 16px
}

.social-links {
  margin: 0 -10px;
  padding: 0
}

.social-links li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  display: block
}

.social-links li a {
  margin: 0;
  padding: 0 30px;
  display: block;
  font-size: 18px;
  color: #2E58DB;
  border: solid 2px #2e58db;
  height: 55px;
  line-height: 55px;
  border-radius: 30px
}

.social-links li a i {
  font-size: 24px;
  margin: 0 5px 0 0;
  position: relative;
  bottom: -2px
}

.already-registered.login-ald a {
  position: relative;
  z-index: 99
}

/********login End*******************/

/********switch*******************/
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
  margin: 0 15px
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c2c6cb;
  -webkit-transition: .4s;
  transition: .4s
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 23px;
  left: 0;
  bottom: 0;
  background-color: #102133;
  -webkit-transition: .4s;
  transition: .4s
}

input:checked+.slider {
  background-color: #102133
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #c2c6cb
}

.slider.round {
  border-radius: 34px
}

.slider.round:before {
  border-radius: 50%
}

/********switch End*******************/

/*********dashboard new*************/
.dashboard-pages .heading h1 {
  font-size: 30px;
  color: #102133;
  display: block;
  padding: 0 0 15px;
  margin: 0
}

.bids-list-open .heading h2 {
  font-size: 26px;
  padding: 0 0 15px;
  margin: 0
}

.title-row h6 {
  flex: 1;
  font-weight: 700;
  font-size: 20px
}

.phone-pay-tab .nav-tabs .nav-item {
  margin-bottom: -1px;
  padding-right: 10px
}

.phone-pay-tab .nav-tabs .nav-link {
  border-bottom: 0;
  border-color: #dee2e6;
  font-size: 16px;
  color: #000;
  padding: 12px 35px;
  font-weight: 500
}

.phone-pay-tab .nav-tabs .nav-item:last-child {
  padding-right: 0
}

.phone-pay-tab .nav-tabs .nav-link.active {
  border: 1px solid #2d58db;
  background: #2d58db;
  color: #fff
}

.phone-pay-tab .container {
  padding-left: 0;
  padding-right: 0
}

.price-desc {
  background: #f5f9fc;
  padding: 40px;
  border-radius: 5px;
  width: 100%
}

.final-price {
  padding: 15px 0
}

.final-price span {
  margin: 5px 0;
  font-weight: 100;
  line-height: 100%;
  font-size: 17px
}

.bids-list-open .form-control {
  height: 50px;
  line-height: 50px;
  border: solid 1px #d5e1eb;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 5px
}

.bids-list-open select.form-control {
  height: 50px !important;
  line-height: 50px
}

.bids-list-open .search-col label {
  font-size: 16px;
  display: block;
  padding: 0 0 5px;
  margin: 0
}

.price-desc .expire-box {
  font-size: 16px;
  padding: 10px 0 15px
}

.price-desc .expire-box .form-control {
  display: inline-block;
  width: 80px;
  padding: 0 15px;
  margin: 0 10px
}

.phone-img-box {
  padding: 20px 0
}

.deliver-box {
  background: #fff;
  padding: 10px;
  margin: 0 0 10px
}

.deliver-box h6 {
  padding: 0;
  font-weight: 700
}

.deliver-box p {
  padding: 0 0 10px;
  font-size: 16px
}

.bids-list-open .checkcontainer label {
  margin: 0
}

.bids-list-open .checkmark {
  top: 3px
}

.bids-list-open .checkcontainer .checkmark:after {
  left: 6px;
  top: 2px
}

.bids-list-open .btn-custom {
  cursor: pointer
}

.bids-list-open h3 {
  font-size: 22px;
  padding: 0 0 15px;
  margin: 0
}

.title-row .getModelPopupClass {
  background: #2d58db;
  border: none;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  padding: 10px 30px;
  outline: none;
  margin: 0 0 0 10px
}

.title-row .getModelPopupClass:hover {
  background: #333;
  color: #fff
}

.title-heading {
  padding: 0 0 20px
}

.phone-feature {
  margin: 0;
  padding: 0
}

.phone-feature li {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  display: block;
  font-size: 16px
}

.phone-deatil h6 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 5px
}

.phone-deatil p {
  font-size: 16px;
  padding: 0 0 10px
}

.bids-list-open .search-col {
  margin-bottom: 25px
}

.bids-list-open .form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.large-price {
  font-size: 60px;
  line-height: 60px
}

.large-price-button {
  background: #2e58db;
  color: #fff !important;
  display: block;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  padding: 0 9px;
  cursor: pointer
}

.large-price-buttons {
  background: #00d469;
  color: #fff !important;
  display: block;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  padding: 0 9px;
  cursor: pointer
}

.condition-label {
  text-align: center;
  padding: 0;
  font-size: 14px
}

.cl-left {
  text-align: left !important;
  padding-left: 20px;
}

.sell-network-label {
  text-align: center;
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 18px
}

.selling-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px
}

.selling-slider .item {
  width: 25%;
  padding: 0 15px 30px
}

.dash-hmt-block {
  background: #f5f9fc;
  border-radius: 10px;
  border: solid 1px #dde5ea;
  padding: 50px 10px 20px;
  position: relative;
  margin: 15px 0;
  display: block
}

.hmt-icon {
  margin: 0 auto 15px;
  text-align: center
}

.dash-hmt-block p {
  text-align: center;
  font-size: 18px;
  color: #23334c;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 48px
}

.num-top {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #102133;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 25px;
  padding-bottom: 0
}

/****night***********/
.rigth-info {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.navnewclass .md-header {
  height: 45px
}

.navnewclass .rigth-info {
  margin: -100px 0 0
}

.navnewclass.remove .rigth-info {
  margin: 0
}

.navnewclass.remove .navigation {
  line-height: 30px
}

.navnewclass.remove .hd-search .form-control {
  height: 36px;
  line-height: 36px
}

.navnewclass.remove .ser-btn {
  top: 1px
}

.navnewclass .logo {
  width: 54px;
  overflow: hidden
}

.navnewclass .logo img {
  min-width: 120px
}

.navnewclass .logo span {
  opacity: 0;
  visibility: hidden;
  display: none
}

.mobil-compare-col {
  display: none
}

.mobil-compare-col img {
  width: 24px;
  margin-right: 2px
}

.mobil-compare-col a {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  margin: 0 10% 0 3%
}

.navnewclass .mobil-compare-col {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute
}

.navigation ul li.active a {
  color: #1F9FFF
}

.how-it-works-btn.btn-inline .btn-custom {
  width: 200px;
  display: block;
  padding: 0;
  height: 50px;
  line-height: 50px
}

.text-info ul li i {
  margin: 0 0 0 5px
}

.togal-btn a.light-text {
  opacity: .8
}

.i-icon {
  margin-right: 50px;
  position: relative;
  top: -2px;
  float: right
}

.back-link {
  font-weight: 100;
  font-size: 16px;
  color: #646F7C;
  display: inline-block;
  margin: 0;
  position: relative;
  bottom: -26px
}

.not-pad-body {
  padding: 0
}

.how-to-buy-col .how-it-works-btn.btn-inline .btn-custom,
.how-to-sell-col .how-it-works-btn.btn-inline .btn-custom {
  font-size: 22px;
  text-transform: capitalize;
}

.cart-box .prd-info .price-tag {
  font-weight: 100;
}

.haggle-message {
  font-size: 16px;
  padding: 0 20px 20px;
  text-align: center;
}

.step-box-outer .step-box p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
}

.sell-phone-step .form-box .form-control {
  font-size: 20px;
  font-weight: 400;
  color: rgba(16, 33, 51, 0.50);
}

.sell-phone-step .form-box .form-control::placeholder {
  color: rgba(16, 33, 51, 0.50);
}

.sell-phone-step .form-box .form-control -webkit-::placeholder {
  color: rgba(16, 33, 51, 0.50);
}

.help-search .form-box .form-control {
  font-weight: 400;
}

.help-search .form-box p {
  color: rgba(16, 33, 51, 0.80);
}

.how-to-works-col ol.custom-list li {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.lastest-guides-slider .news-info span.spaces1,
.lastest-guides-slider .news-info span.spaces1 a {
  color: #00d469;
}

.lastest-guides-slider .news-info span.spaces2,
.lastest-guides-slider .news-info span.spaces2 a {
  color: #2CE6FF;
}

.bidder-tb {
  padding: 7px 5px;
  height: auto;
  line-height: inherit;
}

.confirmordernoew {
  flex-direction: column !important;
  align-items: flex-end !important;
  padding-right: 15px;
}

.confirmordernoew .register-btn {
  order: 2;
  margin-bottom: 10px;
}

.confirmordernoew h3 {
  order: 1;
  padding-bottom: 10px;
}

.block-user-info {
  display: block;
  margin-bottom: 15px;
}

.banner-slider .carousel-item a.wholeslideracnchor {
  display: block;
  width: 100%;
  height: 100%;
}

.product-slideshow-outer {
  position: relative
}

.product-slideshow-outer .cond-img {
  z-index: 2
}

.tech-box ul li .prod-spec {
  margin-top: 15px
}

.select-typ-rt .change-searchphone {
  display: flex
}

.borderbox {
  border: 1px solid #00e7ff;
  max-width: max-content;
  padding: 6px
}

.tool-box-typ {
  display: inline-block;
  position: relative
}

.tool-box-typ .tooltiptext {
  visibility: hidden;
  background-color: #3e87ed;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 15px;
  display: block;
  min-width: 250px;
  position: absolute;
  z-index: 1;
  top: 0;
  margin: 0 0 0 15px
}

.tool-box-typ:hover .tooltiptext {
  visibility: visible
}

.suwala-doubleScroll-scroll-wrapper {
  width: 100% !important
}

.wrapper1,
.wrapper2 {
  width: 300px;
  overflow-x: scroll;
  overflow-y: hidden
}

.wrapper1 {
  height: 20px
}

.div1 {
  width: 1000px;
  height: 20px
}

.div2 {
  width: 1000px
}

.faq_manage {
  display: block;
  max-width: 1090px;
  margin: 0 auto;
  padding-bottom: 70px
}

.faq_manage .card {
  background: inherit;
  border: none
}

.faq_manage .card-header {
  padding: 0;
  background: inherit;
  border: none;
  border-bottom: solid 1px #e5edf3
}

.faq_manage .card-header a {
  font-size: 18px;
  color: #102133;
  padding: 20px 0;
  display: block;
  position: relative;
  font-weight: 100
}

.faq_manage .card-header a::after {
  width: 15px;
  height: 9px;
  background: url(../img/down-arrow.svg) no-repeat;
  content: "";
  right: 0;
  top: 49%;
  position: absolute;
  transform: translateY(-50%)
}

.faq_manage .card-header a[aria-expanded="true"]::after {
  transform: rotate(-180deg)
}

.faq_manage .card-header a[aria-expanded="false"]::after {
  transform: rotate(0deg)
}

.faq_manage .card-body {
  border-bottom: solid 1px #e5edf3;
  padding: 30px 0 15px
}

.faq_manage .card-body p {
  padding: 0 0 15px;
  margin: 0;
  color: rgba(16, 33, 51, 0.80);
  font-weight: 100
}

/* .withcolor-outer ul li:first-child{border-right:solid 1px #d5e1eb;padding-right:15px;} */
.withcolor-outer ul li.new-condition {
  border-right: solid 1px #d5e1eb;
  padding-right: 15px;
}

.selected-box-md {
  padding: 30px 18px 20px;
}

.selected-box-md span {
  display: block;
  font-size: 16px;
  color: #102133;
}

.selected-box-md span strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #102133;
}

.buy-now-bluetabledata {
  background-color: #d5e1eb;
  text-align: center;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}

.buy-now-bluetabledata a {
  background: #2e58db;
  color: #fff;
  display: block;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 0 9px;
}

.buy-now-bluetabledata a span {
  display: block;
  font-size: 22px;
  margin-bottom: -3px;
}

.buy-now-greentabledata {
  background-color: #d5e1eb;
  text-align: center;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}

.buy-now-greentabledata a {
  background: #00d469;
  color: #fff;
  display: block;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 0 9px;
}

.buy-now-greentabledata a span {
  display: block;
  font-size: 22px;
  margin-bottom: -3px;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 0;
  background-color: transparent;
  color: #555;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

.new-price {
  font-weight: bold;
  color: #fff !important;
}

.old-price {
  font-size: 18px !important;
  color: #d5e1eb !important;
  text-decoration: line-through;
}

.buy-make-offer {
  font-size: 16px !important;
  color: #fff !important;
}

.buy-but {
  color: #fff !important;
}

.top-mar {
  margin-top: 20px;
}

/**Billing Page**/
.billing-page-block .addresspart {
  border-radius: 0;
}

.billing-page-block address {
  margin: 0;
}

.billing-page-block .bids-list-open .table th {
  background-color: #f0f5f8;
}

.billing-page-block .bids-list-open .table-striped tbody tr:nth-of-type(even) {
  background-color: #f8fafc;
}

.name-box {
  display: block;
  padding-bottom: 10px;
}

.name-box label {
  font-weight: 700;
  margin-bottom: 0;
}

.billing-page-block .bids-list-open {
  margin-bottom: 20px;
}

.company-address-block address {
  margin: 0 0 12px;
}

.company-address-block .name-box {
  padding-right: 30px;
  padding-bottom: 0;
}

.billing-product-info {
  display: block;
  padding: 30px 0;
}

.billing-product-info ul {
  display: block;
  margin: 0;
  padding: 0;
}

.billing-product-info ul li {
  display: flex;
  margin: 0;
  padding: 8px 20px;
  list-style: none;
  background-color: #f0f5f8;
}

.billing-product-info ul li:nth-child(2n+2) {
  background-color: #f8fafc;
}

.billing-product-info ul li label {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  width: 180px;
  flex: 0 0 180px;
}

.billing-product-info ul li span {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}

.billing-product-info ul li span p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  display: inline-block;
}

.btn-block.pay-blue-btn {
  background: #2e58db;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  padding: 0 15px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.btn-block.border-blue-btn {
  background: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  padding: 0 15px;
  border: solid 1px #1F9FFF;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.powered-block span {
  display: block;
  color: #fff;
  padding-bottom: 5px;
  padding-left: 10px
}

.powered-block img {
  background: #fff;
  padding: 5px;
  height: 40px;
  margin-left: 10px;
  border-radius: 4px
}

.power-by-sec.powered-block {
  justify-content: space-between;
  padding: 8px 15px;
  border-radius: 6px;
  float: right
}

.power-by-sec.powered-block span {
  color: #000;
  font-weight: 400
}

.power-by-sec.powered-block img {
  width: 90px;
  padding: 5px
}

.vrf-input {
  position: relative
}

.vrf-input .btn.btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px
}

.dely-block-right-outer.delivery-typenew .dely-block {
  width: 100%;
  padding: 0;
  align-items: center;
  justify-content: center
}

.dely-block-right-outer.delivery-typenew i {
  min-width: 90px;
  min-height: inherit;
  text-align: inherit;
  line-height: inherit;
  margin-right: 15px;
  display: block
}

.dely-block-right-outer.delivery-typenew i img {
  max-width: 100%;
  width: 100%
}

.buy-right.perfect-buy.phone-buy-soon {
  text-align: center;
  padding: 20px;
  margin-top: 50px
}

.buy-right.perfect-buy.phone-buy-soon h3 {
  padding: 0;
  font-weight: 100
}

.login-new-popup-block .modal-dialog {
  margin: 6rem auto
}

.login-new-popup-block .modal-content {
  border: none;
  border-radius: 10px;
  padding: 35px
}

.login-new-popup-block .modal-body {
  padding: 0
}

.login-new-popup-block .login-and-register-page {
  max-width: 100%;
  padding: 0
}

.login-new-popup-block .social-links li a {
  font-size: 15px
}

.login-new-popup-block .social-links li a i {
  font-size: 16px;
  margin: 0 3px 0 0;
  bottom: -1px
}

.login-new-popup-block .register-btn.login-rgst {
  padding: 0 0 20px;
  display: block;
  text-align: center
}

.login-new-popup-block .for-pass {
  padding-bottom: 15px;
  display: block
}

.login-new-popup-block .for-pass a {
  color: #646F7C
}

.login-new-popup-block .close {
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #102133;
  text-shadow: none;
  color: #fff;
  opacity: 1
}

.login-uap-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px
}

.login-uap-btns a {
  background: #fff;
  font-size: 14px;
  color: #2d58db;
  display: block;
  padding: 10px 5px;
  border-radius: 30px;
  border: solid 1px #2d58db;
  width: 32%;
  text-align: center;
  margin-right: 25px
}

.login-uap-btns a.active {
  background: #2d58db;
  color: #fff;
  margin-right: 25px
}

.login-new-popup-block .chek-type .checkcontainer {
  margin-bottom: 30px;
  margin-top: 30px
}

@media print {

  .header,
  .popular-handsets-block,
  .footer {
    display: none
  }
}

/* Exclusive Offers Page */
.offer-code {
  min-height: 60px;
  text-align: center;
  padding-top: 10px;
}


/* New Header Css Start Here */
.sell-menu {
  left: auto !important;
}

.Tablets,
.Watches {
  display: none;
}

.new-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #102133;
  z-index: 999999
}

.hdr-top .container {
  max-width: 1920px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: all 0.3s ease;
}

.nav-new-class .hdr-top .container {
  height: 60px;
}

.remove2 .hdr-top .container {
  height: 80px;
}

.hdr-top-lt,
.hdr-top-rt {
  display: flex;
  align-items: center
}

.hdr-top {
  background: #102133;
  position: relative;
  border-bottom: 1px solid #fff;
  z-index: 8;
}

.new-logo {
  width: 160px
}

.hdr-tagline {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin: 15px 60px 0 30px;
}

.review-img {
  margin: 20px 0 0;
}

.top-nav ul {
  display: flex;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none
}

.top-nav ul li {
  margin: 0 25px;
  position: relative
}

.top-nav ul li:last-child {
  margin-right: 0
}

.top-nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  display: flex;
  position: relative;
  height: 80px;
  line-height: 80px;
  align-items: center;
}

.top-nav ul li a:after {
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  opacity: 0;
  transition: all 0.3s ease
}

.top-nav ul li:hover a:after {
  width: 100%;
  opacity: 1
}

.top-nav ul li:last-child a:after {
  display: none
}

.top-nav ul li ul li a:after {
  display: none;
}

.top-nav ul li ul {
  position: absolute;
  top: 99%;
  left: 0;
  width: 220px;
  background: #1f9fff;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 0%);
  transition: all 0.3s ease;
  line-height: normal;
  display: none;
  z-index: 3;
}

.top-nav ul li:hover ul {
  display: block
}

.top-nav ul li ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #4CB2FB
}

.top-nav ul li ul li:last-child {
  border: none
}

.top-nav ul li ul li a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  height: auto;
  line-height: normal
}

/* .top-nav ul li ul li a:hover{color:#000} */
.menu-icon,
.menu,
.mobile-srch-btn {
  display: none
}

.main-nav {
  position: relative;
  width: 100%;
  float: left;
  display:flex;
}

.main-nav>ul {
  display: flex;
  margin: 0;
  padding: 10px 15% 0;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: space-between
}

.main-nav>ul>li>a {
  display: block;
  height: 64px;
  line-height: 64px;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-weight: 200;
  padding: 0 15px;
}

.main-nav>ul>li>a:after {
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  opacity: 0;
  transition: all 0.3s ease
}

.main-nav>ul>li:hover a:after {
  width: 100%;
  opacity: 1
}

.main-nav>ul>li ul.sub-nav-outer {
  background: #1F9FFF;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none
}

.main-nav>ul>li:hover ul.sub-nav-outer {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: inherit;
}

.salesline {
  width: 15%;
  float: left;
  padding: 10px 20px 0;
  color: #fff
}

.salesline a {
  color: #fff
}

.hdr-btm .tab-content>.tab-pane {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden
}

.hdr-btm .tab-content>.tab-pane.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: inherit
}

.main-nav>ul>li ul.sub-nav-outer>li {
  display: flex;
  padding: 20px;
  border: 1px solid #707070;
}

.sub-nav-block {
  flex: 0 0 calc(100% - 300px);
  padding: 0 280px 0 0;
  position: relative;
  display: flex;
  max-width: calc(100% - 300px);
  font-size: 20px
}

.sub-nav-outer .nav-tabs {
  border-bottom: none;
  display: block;
  flex: 0 0 275px;
  max-width: 275px;
  margin-top: -15px;
}

.sub-nav-outer .tab-content {
  flex: 0 0 calc(100% - 275px);
  max-width: calc(100% - 275px);
  padding: 0 30px
}

.sub-nav-outer .nav-tabs .nav-item {
  margin: 0;
  color: #fff;
  font-weight: 200;
  border-bottom: 1px solid #fff;
  padding: 15px 0
}

.sub-nav-outer .nav-tabs .nav-item:last-child {
  border: none
}

.sub-nav-outer .nav-tabs .nav-item.nav-hd {
  border: none;
  font-weight: 600;
  padding-bottom: 0
}

.sub-nav-outer .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  padding: 0;
  color: #fff
}

.sub-nav-outer .nav-tabs .nav-item.nav-hd-sibling .nav-link {
  padding-left: 10px
}

.sub-nav-outer .nav-tabs .nav-item.show .nav-link,
.sub-nav-outer .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border: none
}

.catg-img2 {
  flex: 0 0 300px;
  max-width: 300px
}

.catg-img2 .selling-box .title-hd {
  height: auto;
  padding: 0 0 15px
}

.catg-img2 .selling-box .phone-img {
  padding: 0 0 20px
}

.more-btn2 {
  position: absolute;
  right: 30px;
  color: #fff;
  font-weight: 600;
  top: 100px
}

.more-catg .more-btn2 {
  display: none
}

.more-catg .sub-nav-block {
  padding: 0 !important
}

.sub-nav-hd {
  color: #fff;
  font-weight: 600;
  padding: 0 0 10px
}

.sub-nav-catg ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none
}

.sub-nav-catg ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #fff
}

.sub-nav-catg ul li:last-child {
  border: none
}

.sub-nav-catg ul li a {
  color: #fff;
  font-weight: 200;
  padding: 7px 0;
  display: block
}

.hdr-btm {
  position: relative;
  transition: all 0.3s ease;
  margin-top: 0;
  z-index: 7;
}

.nav-new-class .hdr-btm {
  margin-top: -700px;
}

.remove2 .hdr-btm {
  margin-top: 0;
}

.hdr-btm .container {
  max-width: 1920px;
  padding: 0 30px
}

.hd-search-new {
  width: 325px;
  position: relative;
  margin-top: 60px;
}

.hd-search-new .form-control {
  width: 100%;
  border-radius: 50px;
  border: none;
  outline: none;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  font-weight: 100
}

.main-nav>ul>li ul.single-sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #1f9fff;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 0%);
  transition: all 0.3s ease;
  line-height: normal;
  display: none;
  z-index: 3;
}

.main-nav>ul>li:hover ul.single-sub-nav {
  display: block;
}

.main-nav>ul>li ul.single-sub-nav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #4CB2FB;
}

.main-nav>ul>li ul.single-sub-nav li:last-child {
  border: none;
}

.main-nav>ul>li ul.single-sub-nav li a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
}

.main-nav>ul>li ul.single-sub-nav li a:hover {
  color: #000;
}

.sub-nav-block .owl-controls .owl-dots {
  bottom: -15px;
  display: none !important;
}

.sub-nav-outer .owl-controls .owl-dots .owl-dot span {
  background-color: rgba(255 255 255 / 30%);
}

.sub-nav-outer .owl-controls .owl-dots .owl-dot.active span {
  background-color: #fff
}

.more-catg .sub-nav-block .owl-controls .owl-dots {
  display: block !important;
}

#search-button {
  position: relative;
  top: -50px;
  min-width: 50px !important;
  min-height: 50px;
  margin-top: 0;
  float: right;
}

#search-button img {
  width: 28px;
  height: 28px;
}

.sub-nav-block .owl-controls .owl-nav {
  width: 100%;
  display: none !important;
  align-items: center;
  justify-content: center;
}

.sub-nav-block .owl-controls .owl-prev,
.sub-nav-block .owl-controls .owl-next {
  margin: 0 5px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: auto;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-nav-block .owl-controls .owl-prev {
  background-image: url(../images/prev-arw.png);
}

.sub-nav-block .owl-controls .owl-next {
  background-image: url(../images/next-arw.png);
}

.sub-nav-block .owl-controls .owl-next::after {
  content: "More Brands";
  display: none;
}

.more-catg .sub-nav-block .owl-controls .owl-nav {
  display: flex !important;
}

.more-catg .sub-nav-block .owl-controls .owl-next::after {
  display: block;
}

.more-catg .sub-nav-block .owl-controls .owl-next {
  background-position: calc(100% - 10px);
  padding: 0 30px 0 10px;
  font-size: 14px;
  font-weight: 600;
}

/* New Header Css End Here */

/* New Footer CSS */
.footer::before {
  position: absolute;
  content: "";
  background: #2d58db;
  height: 270px;
  width: 50%;
  right: 0;
  top: 0;
  border-radius: 0 0 0 270px
}

.newnavfooter.ft-nav ul {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.newnavfooter.ft-nav ul li {
  width: 33.333333%;
  font-size: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none
}

.newnavfooter.ft-nav ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-bottom: 5px;
}

.newnavfooter.ft-nav ul li ul {
  display: block;
  width: 100% !important;
}

.newnavfooter.ft-nav ul li ul li {
  width: 100%;
  margin: 0 0 10px;
}

.opt-in-box {
  width: 48%;
  padding: 0 0 0 115px
}

h3.news_l_heading {
  color: #fff;
  font-size: 30px;
  padding: 0 0 15px
}

.newsletter_privacey_text .chek-type .checkcontainer {
  color: #fff;
  padding-left: 35px;
  font-weight: 400;
  min-height: 24px;
  font-size: 16px;
  margin: 0
}

.newsletter_privacey_text .chek-type .checkmark {
  width: 24px;
  height: 24px;
  top: 2px;
  border-radius: 4px
}

.newsletter_privacey_text .chek-type .checkcontainer input:checked~.checkmark {
  background-color: #102133
}

.newsletter_privacey_text .chek-type .checkcontainer .checkmark:after {
  left: 8px;
  top: 4px
}

.ftr-btn-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0
}

.ftr-btn-block .btn.btn-custom {
  background: #102133;
  font-weight: 500 !important;
  outline: none;
  box-shadow: none
}

.ftr-btn-block .btn.btn-custom:hover,
.ftr-btn-block .btn.btn-custom:focus {
  background: #1b324a
}

.opt-in-box .form-control {
  border: 2px solid #fff;
  height: 46px;
  line-height: 46px;
  padding: 0 20px
}

.opt-in-box .form-control.text-danger {
  border-color: red !important
}

.success-msg {
  background: #54ad54;
  border-radius: 3px;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px
}

.copy-text {
  padding: 0 0 15px;
  font-size: 14px;
  color: #fff
}

.copy-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.copy-text p {
  color: #fff;
  font-size: 14px;
  padding: 0
}

.inner-footer.footer::before {
  background: #00d469;
}

/* New Footer CSS */
/* free text on sell page css*/
.has-tooltip-v {
  display: inline
}

.tooltip-wrapper-v {
  position: absolute;
  visibility: hidden
}

.has-tooltip-v:hover .tooltip-wrapper-v {
  visibility: visible
}

.tooltip-v {
  display: block;
  position: initial;
  top: 2em;
  right: 100%;
  width: 100%;
  color: #fff !important;
  background: #3e87ed;
  border-radius: 8px;
  padding: 20px;
  word-wrap: break-word
}

.tooltip-v:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}

/* free text on sell page css*/

/* Model Page filter css*/
.model-page-filter {
  background: #fff;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 90px;
}

.model-filter-elements {
  text-align: center;
  font-size: 16px;
}

.withcolor {
  margin-bottom: 0;
}

.buy-right-storage,
.buy-right-filter {
  border-right: 1px solid;
}

.buy-right-storage .withcolor li input[type="checkbox"] {
  display: none
}

.buy-right-storage .withcolor li {
  margin: 4px;
}

.model-filter-button {
  border-radius: 90px;
  width: 120px;
  margin: auto;
}

.buy-right-filter .withcolor li {
  display: inline-block;
  color: #646F7C;
  position: relative;
}

.buy-right-filter .withcolor li input[type="checkbox"] {
  opacity: 0;
  z-index: 100;
  border: none;
}

.buy-right-filter .withcolor li span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #E8E8E8;
}

.buy-right-storage .withcolor li {
  display: inline-block;
  font-size: 14px;
  color: #646F7C;
  position: relative;
}

.buy-right-storage .withcolor li input[type="checkbox"] {
  opacity: 0;
  z-index: 100;
  border: none;
}

.buy-right-storage .withcolor li span {
  width: 26px;
  height: 28px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
}

.buy-right-storage .withcolor li label {
  border: 1px solid #E8E8E8;
  border-radius: 50px;
  padding: 2px 14px;
  cursor: pointer;
  position: relative;
  align-items: center;
  font-size: 14px;
  color: #646F7C;
  margin-bottom: 0px;
  display: block;
  font-weight: 100;
  z-index: 1;
}

.buy-right-filter .withcolor li label:after {
  position: absolute;
  left: 18px;
  top: 0px;
  width: calc(70%);
  height: calc(70% + 2px);
  border-radius: 50px;
  content: '';
  border: 3px solid #2E58DB;
  opacity: 0;
}

.buy-right-storage .withcolor li label:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100%);
  height: calc(90% + 2px);
  border-radius: 50px;
  content: '';
  border: 3px solid #2E58DB;
  opacity: 0;
}

.buy-right-filter .withcolor li input[type="checkbox"]:checked+label:after,
.buy-right-filter .withcolor li .Checked+label:after {
  border-radius: 50px;
  opacity: 1;
}

.buy-right-storage .withcolor li input[type="checkbox"]:checked+label:after,
.buy-right-storage .withcolor li .Checked+label:after {
  border-radius: 50px;
  opacity: 1;
}

.make-an-offer {
  margin-left: 40px;
  border-radius: 90px;
  background-color: #0069d9;
  border-color: #0069d9;
  font-size: 20px;
}

.offer-text {
  padding-top: 30px;
  text-align: center
}

/* Model Page filter css*/


/* Home page CSS */

/* .carousel-inner .carousel-item {
    margin-right: inherit;
  } */

.hidden-xs {
  display: none;
}

.post-artical-img img {
  height: 200px;
}

.post-artical-img {
  padding-bottom: 20px;
}

.latest-phones-slider .post-title {
  font-size: 17px;
}

.rating-container .clear-rating {
  display: none !important
}

.rating-container .caption {
  display: none !important
}

.rating-xs {
  font-size: 1.0em !important;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #00b67a !important;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #ffffff !important;
  text-shadow: none !important;
}

.rating-xs {
  font-size: 1.5em !important;
}

.strbtn {
  margin: 15px;
}

.rating-container .caption {
  display: none
}

.rating-container .clear-rating {
  display: none
}

#addressfields {
  border: 3px solid rgb(213, 225, 235);
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
}

.address_submit_align {
  margin: 0 40%;
}

.address-save {
  margin-top: 25px !important;
}

.adddress_details_container {
  padding: 10px 0
}

.pcafooter {
  display: none !important;
}

.pca .pcaautocomplete {
  border-width: 0px !important;
}









/****how-buy-product-block***********/
.how-buy-product-banner {
  position: relative;
}

.how-buy-product-banner img {
  display: block;
  width: 100%;
}

.how-buy-product-banner .mobileBannerHow {
  display: none;
}

.how-buy-product-banner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 30px;
}

.how-buy-product-banner-info {
  max-width: 500px;
}

.how-buy-product-banner-info h2 {
  font-size: 58px;
  color: #fff;
  font-weight: 700;
}

.how-buy-product-banner-info p {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}

.decision-list {
  background-color: #fff;
  padding: 150px 0;
  position: relative;
}

.decision-list .container {
  max-width: 1260px;
  position: relative;
  z-index: 1;
}

.decision-radius-circle {
  background: #2CE6FF;
  width: 130px;
  height: 200px;
  border-radius: 0 150px 150px 0;
  position: absolute;
  left: 0;
  top: 300px;
  opacity: 0.15;
}

.decision-radius-circle-two {
  background: #2CE6FF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 150px;
  top: 220px;
  opacity: 0.42;
}

.decision-radius-circle-three {
  background: #80EDFF;
  width: 180px;
  height: 160px;
  border-radius: 150px 0 0 150px;
  position: absolute;
  right: 0;
  top: 260px;
  opacity: 0.45;
}

.decision-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.decision-list ul:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed #142132;
  content: "";
  transform: translateY(-50%);
}

.decision-list ul li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
  width: 25%;
  box-shadow: 0px 8px 12px #00000015;
  border-radius: 10px;
  padding: 40px;
  z-index: 1;
  background-color: #fff;
}

.decision-list ul li:last-child {
  margin-bottom: 0;
}

.decision-list ul li::before {
  content: counter(step-counter);
  font-size: 58px;
  color: #fff;
  font-weight: 700;
  padding: 0;
  background-color: #1f9fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: -75px auto 0;
  display: block;
  text-align: center;
  line-height: 75px;
}

.decision-list-card-left h5 {
  font-size: 24px;
  font-weight: 700;
  color: #142132;
  line-height: normal;
  padding: 0;
  text-align: center;
}

.decision-list-card-img {
  margin: 30px auto 20px;
}

.decision-list-card-img img {
  margin: 0 auto;
  display: block;
}

.decision-list-card .btn-custom {
  background: #1F9FFF;
  border-radius: 0;
  margin: 30px auto -65px;
  display: block;
  cursor: pointer;
}

.warranty-block {
  border: 1px dashed #142132;
  display: flex;
  width: 100%;
  padding: 10px;
  margin-bottom: -105px;
  margin-top: 30px;
  background-color: #fff;
}

.warranty-block i {
  width: 40px;
  flex: 0 0 40px;
  margin-right: 15px;
}

.warranty-block span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.buying-explained-block {
  background-color: #f6f9fc;
  padding: 150px 0;
}

.buying-explained-container {
  max-width: 960px;
  margin: 0 auto;
}

.buying-explained-heading {
  max-width: 620px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.buying-explained-heading h3 {
  font-size: 42px;
  font-weight: 700;
  color: #142132;
  padding-bottom: 40px;
}

.buying-explained-accordion .card {
  border: none;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.080);
  border-radius: 10px;
  overflow: hidden;
}

.buying-explained-accordion .card .card-header {
  background: #fff;
  border: none;
  padding: 0;
}

.buying-explained-accordion .card .card-header .card-link {
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #142132;
  display: block;
}

.buying-explained-accordion .card .card-header .card-link:after {
  transform: rotate(0);
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  background: url(../images/select-arrow.png) no-repeat;
  width: 15px;
  height: 9px;
  transition-duration: 0.3s;
}

.buying-explained-accordion .card .card-header .card-link[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.buying-explained-accordion .card .card-body {
  padding: 0 30px 30px;
}

.buying-explained-accordion .card .card-body ul li {
  margin-bottom: 10px;
}

.compelling-block {
  background-color: #fff;
  padding: 150px 0;
  position: relative;
}

.compelling-block .buying-explained-heading {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.compelling-block .btn-custom {
  cursor: pointer;
  text-transform: inherit;
  background: #1f9fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-top: 30px;
}

.compelling-radius-circle {
  background: #1F9FFF;
  width: 200px;
  height: 200px;
  border-radius: 0 150px 150px 0;
  position: absolute;
  left: 0;
  top: 90px;
}

.compelling-radius-circle-one {
  background: #2CE6FF;
  width: 54px;
  height: 108px;
  border-radius: 0 150px 150px 0;
  position: absolute;
  left: 0;
  bottom: 90px;
}

.compelling-radius-circle-two {
  background: #2FF973;
  width: 200px;
  height: 200px;
  border-radius: 150px 0 0 150px;
  position: absolute;
  right: 0;
  top: 90px;
}

.compelling-radius-circle-three {
  background: #9CFFD0;
  width: 54px;
  height: 108px;
  border-radius: 150px 0 0 150px;
  position: absolute;
  right: 0;
  bottom: 90px;
}



.how-to-sell-block .decision-list ul li::before {
  background-color: #66D074;
}

.how-to-sell-block .decision-list-card .btn-custom {
  background: #66D074;
}

.how-to-sell-block .decision-radius-circle {
  background: #9CFFD0;
  opacity: 0.5;
}

.how-to-sell-block .decision-radius-circle-two {
  background: #26D369;
}

.how-to-sell-block .decision-radius-circle-three {
  background: #30F973;
  opacity: 1;
}

.how-to-sell-block .compelling-block .btn-custom {
  background: #66D074;
}


@media screen and (max-width:991px) {
  .how-buy-product-banner-info {
    max-width: 350px;
  }

  .how-buy-product-banner-info h2 {
    font-size: 38px;
    padding: 0 0 10px;
  }

  .how-buy-product-banner-info p {
    font-size: 16px;
    line-height: normal;
  }

  .decision-list {
    padding: 80px 0;
  }

  .decision-list ul li {
    width: 31%;
    padding: 15px;
  }

  .decision-list ul li::before {
    content: counter(step-counter);
    font-size: 34px;
    width: 50px;
    height: 50px;
    margin: -35px auto 0;
    line-height: 50px;
  }

  .decision-list-card-img {
    padding: 0 30px;
    margin: 20px auto 10px;
  }

  .decision-list-card-left h5 {
    font-size: 20px;
  }

  .warranty-block i {
    width: 22px;
    flex: 0 0 22px;
    margin-right: 10px;
  }

  .warranty-block span {
    font-size: 15px;
    line-height: 20px;
  }

  .warranty-block {
    margin-bottom: -60px;
    margin-top: 15px;
  }

  .buying-explained-block {
    padding: 80px 0;
  }

  .buying-explained-heading {
    padding-bottom: 30px;
  }

  .buying-explained-heading h3 {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .buying-explained-accordion {
    padding: 0 50px;
  }

  .buying-explained-accordion .card .card-header .card-link {
    padding: 15px 20px;
    font-size: 20px;
  }

  .buying-explained-accordion .card .card-header .card-link:after {
    right: 20px;
    top: 25px;
  }

  .buying-explained-accordion .card .card-body {
    padding: 0 20px 20px;
  }

  .compelling-block {
    padding: 80px 0;
  }

  .compelling-radius-circle {
    width: 100px;
    height: 100px;
    top: 60px;
  }

  .compelling-radius-circle-one {
    width: 40px;
    height: 80px;
    bottom: 60px;
  }

  .compelling-radius-circle-two {
    width: 100px;
    height: 100px;
    top: 60px;
  }

  .compelling-radius-circle-three {
    width: 40px;
    height: 80px;
    bottom: 60px;
  }

  .compelling-block .buying-explained-heading {
    max-width: 520px;
  }
}


@media screen and (max-width:767px) {
  .how-buy-product-banner {
    height: 500px;
  }

  .how-buy-product-banner .desktopBannerHow {
    display: none;
  }

  .how-buy-product-banner .mobileBannerHow {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .how-buy-product-banner-container {
    top: 0;
    transform: inherit;
    padding: 0 15px;
  }

  .how-buy-product-banner-info {
    padding-top: 20px;
  }

  .how-buy-product-banner-info h2 {
    font-size: 30px;
    color: #142132;
  }

  .how-buy-product-banner-info p {
    font-size: 18px;
    line-height: 28px;
    color: #142132;
  }

  .how-to-sell-block .how-buy-product-banner-info h2 {
    color: #fff;
  }

  .how-to-sell-block .how-buy-product-banner-info p {
    color: #fff;
  }

  .decision-list ul:after {
    top: 0;
    border-top: none;
    border-right: 1px dashed #142132;
    transform: inherit;
    bottom: 0;
    width: 1px;
    margin: 0 auto;
  }

  .decision-list {
    padding: 80px 15px;
  }

  .decision-list ul li {
    width: 100%;
    padding: 30px;
    margin-bottom: 135px;
  }

  .decision-list ul li::before {
    content: counter(step-counter);
    font-size: 42px;
    width: 70px;
    height: 70px;
    margin: -40px auto 0;
    line-height: 70px;
  }

  .decision-list-card .btn-custom {
    margin: 30px auto -55px;
  }

  .decision-radius-circle,
  .decision-radius-circle-two,
  .decision-radius-circle-three {
    display: none;
  }

  .warranty-block {
    margin-bottom: -60px;
    margin-top: 30px;
  }

  .warranty-block span {
    font-size: 18px;
  }

  .buying-explained-block {
    padding: 80px 30px;
  }

  .buying-explained-heading {
    padding-bottom: 30px;
  }

  .buying-explained-heading h3 {
    font-size: 28px;
  }

  .buying-explained-accordion {
    padding: 0;
  }

  .buying-explained-accordion .card .card-header .card-link {
    font-size: 16px;
  }

  .compelling-block {
    padding: 120px 38px 180px;
  }

  .compelling-radius-circle {
    width: 80px;
    height: 60px;
    top: 40px;
  }

  .compelling-radius-circle-one {
    width: 30px;
    height: 30px;
    bottom: auto;
    top: 120px;
    border-radius: 50%;
    left: 5px;
  }

  .compelling-radius-circle-two {
    width: 80px;
    height: 60px;
    top: auto;
    bottom: 80px;
  }

  .compelling-radius-circle-three {
    width: 30px;
    height: 30px;
    bottom: 40px;
    border-radius: 50%;
  }

  .compelling-block .btn-custom {
    margin-top: 20px;
  }
}

/****how-buy-product-block end***********/


.mobileSocialLinks {
  padding: 80px 30px 20px;
}

.mobileSocialLinks span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
}

.mobileSocialLinks ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.mobileSocialLinks ul li {
  display: block;
  list-style: none;
  margin-right: 25px;
}

.mobileSocialLinks ul li a {
  background-color: #3959D3;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  font-size: 50px !important;
}

/* 28 aug 2023 */
.product-slideshow-outer.promo-sticker-main .promo-image {
  z-index: 2;
  top: -6%;
  max-width: 30%;
}


/* Change model height from top */
.modal.show {
  margin-top: 80px;
}

/* Gray out button */
.disabled-bundle-btn {
  background-color: #C0C0C0;
  text-decoration: line-through;
  display:none !important;
}



/* SIM Bundle and SIM Only css */
.sim-only-container {
  display: flex;
  justify-content: space-between;
}

.sim-only-nav {
  width: 28%;
  padding-bottom: 0;
}

/* Additional styling if needed */
.sim-page {
  padding: 0 0 30px 0;
}

.sim-only-banner {
  background-image: url(https://res.cloudinary.com/mozillion/image/upload/f_auto,q_auto/v1674664994/sim-banner-dt_ghxpjt.png);
  height: 400px;
}

.promo-mobile,
.promo-tab {
  display: none;
}

.promo-desk {
  display: block;
}

.sort-by {
  float: right;
  padding-bottom: 20px;
  padding-right: 5px;
}

.sim-padding {
  padding-bottom: 28px;
}

.sort-by-select {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 5px;
}

.simonly-brand-list input[type=checkbox] {
  display: none;
}

.simonly-brand-list input[type=checkbox]+label {
  display: inline-block;
  border: 1px solid #E8E8E8;
  padding: 10px;
  margin-right: 10px;
  color: #000000;
  background: #fff;
  border-radius: 5px;
  width: 43%;
  font-size: 16px;
}

.simonly-brand-list input[type=checkbox]:checked+label {
  background: #3e87ed;
  color: #fff;
  border: 1px solid #3e87ed;
}

.simonly-brand-list input[type=checkbox] {
  display: none;
}

.simonly-brand-list input[type=checkbox]+label {
  display: inline-block;
  border: 1px solid #E8E8E8;
  padding: 10px;
  margin-right: 10px;
  color: #000000;
  background: #fff;
  border-radius: 5px;
}

.simonly-main-page {
  margin-top: -10px;
}

.simonly-brand-list input[type=checkbox]:checked+label {
  background: #ffffff;
  border: 1px solid #3e87ed;
  color: #000;
}

.show-ph-lis .row {
  padding: 20px;
}

.sim-filter-option {
  padding-top: 30px;
}

.network-filter {display:none}

.sim-only-filter-button {
  width: 40%;
}

.btn-custom {
  padding: 10px 10px;
}

.offetCardList {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
  overflow: hidden;
  margin-bottom: 20px;
}

.header-img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}

.offetCardList .custom-btn.submit-form {
  margin-left: 200px;
  padding: 10px 0 0;
  display: inline-block;
  position: relative;
}

.offetCardListHeading {
  display: block;
  background: #3e87ed;
  padding: 5px 30px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}

.offetCardListInst {
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.offetCardListImg img {
  width: 80%;
}

.offetCardList ul li {
  text-align: center;
}

.offetSimCardBlock {
  display: block;
  padding: 0 20px;
}

.buyBtnCard {
  text-align: center;
  padding: 15px;
}

.read-more-btn {
  justify-content: flex-end;
  display: flex;
}

.bannrt-heading {
  font-size: 45px;
  font-weight: 900;
  color: #3e87ed;
}

.sim-filter-toggle-bar {
  display: inline-block;
}

.filter-btn {
  padding: 5px 30px;
  margin-right: 10px;
}

.openfilerheading {
  display: flex;
  justify-content: space-between;
}

.openfilerheading span {
  font-size: 20px;
}

.sim-filtertoggle .filter-text {
  padding: 15px 5px;
  font-size: 20px;
  color: #000;
}

.plan-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #1f9fff;
  cursor: pointer;
  color: #fff;
}

.plan-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plan-card h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.plan-card a {
  text-decoration: none;
  color: inherit;
}

.plan_price {
  font-size: 28px;
  color: #fff;
}

.plan_day {
  font-size: 16px;
  color: #fff;
}

.sim_plan_select {
  max-width: 400px;
  margin: auto;
}

.sim_header_text {
  width: 100%;
  text-align: center;
}

.sim-bolt-form {
  background: #fff;
  padding: 5px 10px 0;
  border-radius: 10px;
}


/* Nayan Custom CSS */

.checkout-blur {
  filter: blur(5px);
  pointer-events: none;
  opacity: 0.6;
  user-select: none;
}

.checkout-blur * {
  user-select: none;
}

.cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #007BFF;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.is-invalid {
  border: 1px solid red;
  background-color: #ffebeb;
}










/* New Pages Css Start Here 9/12/24 */

/* Slick Slider Css Start */
.new-ui-block .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;inset:auto;background:transparent;transition:inherit;cursor:default}
.new-ui-block .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.new-ui-block .slick-list:focus{outline:none}
.new-ui-block .slick-list.dragging{cursor:pointer;cursor:hand}
.new-ui-block .slick-slider .slick-track,.new-ui-block .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.new-ui-block .slick-track{position:relative;top:0;left:0;display:flex;margin-left:auto;margin-right:auto}
.new-ui-block .slick-track:before,.new-ui-block .slick-track:after{display:table;content:''}
.new-ui-block .slick-track:after{clear:both}
.new-ui-block .slick-loading .slick-track{visibility:hidden}
.new-ui-block .slick-slide{display:none;height:100%;min-height:1px}
.new-ui-block .slick-slide.slick-loading img{display:none}
.new-ui-block .slick-slide.dragging img{pointer-events:none}
.new-ui-block .slick-initialized .slick-slide{display:block}
.new-ui-block .slick-loading .slick-slide{visibility:hidden}
.new-ui-block .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.new-ui-block .slick-arrow.slick-hidden{display:none}
.new-ui-block .slick-loading .slick-list{background:#fff url(../images/ajax-loader.gif) center center no-repeat}

.new-ui-block .slick-prev,.new-ui-block .slick-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#2f2f2f;border-radius:50%;border:none !important;outline:none !important;box-shadow:none !important;background-position:center center;background-repeat:no-repeat;font-size:0;cursor:pointer}
.new-ui-block .slick-prev::before,.new-ui-block .slick-next::before{display: none;}
.new-ui-block .slick-prev{left:0;background-image: url(../images/prev-btn.svg);}
.new-ui-block .slick-next{right:0;background-image: url(../images/next-btn.svg);}

.new-ui-block .slick-dots{position:absolute;bottom:-51px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}
.new-ui-block .slick-dots li{position:relative;display:inline-block;margin:0 4px;padding:0;cursor:pointer;vertical-align: middle;}
.new-ui-block .slick-dots li button{font-size:0;line-height:0;display:block;width:12px;height:12px;padding:0;cursor:pointer;color:transparent;border:0 !important;outline:none !important;background:#d5d5d5;border-radius: 50%;box-shadow: none !important;}
.new-ui-block .slick-dots li button:before{display: none;}
.new-ui-block .slick-dots li.slick-active button{background:#2f2f2f;}

@media only screen and (max-width:767px){ 
.new-ui-block .slick-dots{bottom:-36px;}
}
/* Slick Slider Css End */

 
/* New Pages Global Start */
.new-ui-block{color:#111928}
.custom-container-large{width: 100%;max-width: 1200px;margin: 0 auto;padding: 0 15px;position: relative;}
.custom-container-small{width: 100%;max-width: 1150px;margin: 0 auto;padding: 0 15px;position: relative;}
.new-ui-block .col-md-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.mrg-top-155{margin-top: 155px;}
.new-ui-block .new-btn{font-size:16px;text-transform:none;font-weight:500!important;height:50px;border-radius:6px;line-height:50px;border:none;outline:none;box-shadow:none;padding:0 28px;background:#2d58db;color:#fff;font-family:'Muli',sans-serif;display: inline-block;}
.new-ui-block .new-btn:hover,.new-ui-block .new-btn:focus,.new-ui-block .new-btn:active{background: #0b1a64;color: #fff;}
.new-ui-block p{font-size:16px;line-height:24px;}
.new-ui-block .tab-content>.tab-pane {display: block;visibility: hidden;height: 0 !important;opacity: 0;overflow: hidden;}
.new-ui-block .tab-content>.tab-pane.active {display: block;visibility: visible;opacity: 1;height: auto !important;overflow: inherit;}
.pad-tb60 {padding-bottom: 60px;padding-top: 60px;}

@media only screen and (max-width:991px){
.mrg-top-155 {margin-top: 65px;}
.new-ui-block .new-btn {font-size: 14px;height: 44px;line-height: 44px;padding: 0 18px;}
}
@media only screen and (max-width:767px){ 
.new-ui-block p{font-size:15px;line-height:24px;}
.new-ui-block .col-md-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}
/* New Pages Global End */



/* Share More Sim Plan Section Start */
.share-more-sim-plan-section{background: #c3f7ff;position: relative;}
.share-more-text{padding: 0 80px 0 25px;}
.share-more-sim-plan-section .row .col-md-5{-ms-flex:0 0 41%;flex:0 0 41%;max-width:41%}
.share-more-sim-plan-section .row .col-md-7{-ms-flex:0 0 59%;flex:0 0 59%;max-width:59%}
.share-more-text h2{font-size:18px;line-height:32px;color:#111928;padding:20px 0 10px;font-weight:600}
.share-more-img {padding-left: 20px;}
.new-ui-block .share-more-slider{padding: 70px 0;}
.new-ui-block .share-more-slider::before {display: none;}

@media only screen and (max-width:1199px){
.share-more-img {padding-left: 0;}
.share-more-text {padding: 0;}
}
@media only screen and (max-width:991px){
.new-ui-block .share-more-slider{padding: 40px 0;}
}
@media only screen and (max-width:767px){
.share-more-sim-plan-section .row .col-md-5,.share-more-sim-plan-section .row .col-md-7 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.share-more-text {padding: 20px 0 0;}
.share-more-text h2 {line-height: normal;}
.share-more-img.text-center {text-align: left !important;}
}
/* Share More Sim Plan Section End */



/* Our Services Start */
.our-services-new-section{background: #fff;padding: 130px 0 60px;}
.new-srvc-card{height: 100%;text-align: center;padding: 0 20px;}
.bdr-rl{border-right: 2px solid #f2f2f2;border-left: 2px solid #f2f2f2;}
.new-srvc-card i{height: 160px;display: block;}
.new-srvc-card h3{color: #2F2F2F;font-size: 32px;font-weight: 700;}
.our-services-new-section p{color: #818181;}

@media only screen and (max-width:1199px){
.new-srvc-card h3 {font-size: 28px;}
}
@media only screen and (max-width:991px){
.our-services-new-section {padding: 80px 0 40px;}
.new-srvc-card {padding: 0 10px;}
.new-srvc-card h3 {font-size: 24px;}
}
@media only screen and (max-width:767px){
.our-services-new-section {padding: 60px 0 5px;}
.new-srvc-card {padding: 15px 0;border: none;}
}
/* Our Services End */



/* Sim Plans Section Start */
.sim-plan-section{background: #fff;padding: 60px 0 30px;}
.sim-plan-section h2{color:#111928;font-size:40px;font-weight:800;padding:0 0 10px}
.sim-plan-section h3{color:#2D58DB;font-size:18px;font-weight:600;padding:0 0 30px}
.sim-filter {margin-top: 65px;}
.sim-filter label{font-size:16px;margin:0 15px 0 0;color:#2F2F2F;font-weight:400}
.sim-filter select.form-control{width:270px;height:48px!important;border:1px solid #ddd;border-radius:4px;color:#818181;background:url(../images/chevron-down.png) no-repeat right 15px center;appearance:none;padding-right:35px}
.nav-tabs.custom-tab{border-bottom:1px solid #d3d3d3}
.nav-tabs.custom-tab .nav-item{margin:0 10px}
.nav-tabs.custom-tab .nav-item:first-child{margin-left:0}
.nav-tabs.custom-tab .nav-item .nav-link{border:none;outline:none!important;box-shadow:none;border-radius:0;margin:0;padding:0 15px;background:transparent;color:#2F2F2F;font-weight:500;font-size:18px;height:50px;line-height:48px;border-bottom:2px solid transparent;cursor:pointer}
.nav-tabs.custom-tab .nav-item .nav-link.active{border-color:#2f2f2f;font-weight:700}
.custom-tab-content{margin:0}
.nav-tabs.custom-tab2{border:none;margin:25px 0}
.nav-tabs.custom-tab2 .nav-item{margin:0 10px}
.nav-tabs.custom-tab2 .nav-item:first-child{margin-left:0}
.nav-tabs.custom-tab2 .nav-item .nav-link{border:none;outline:none!important;box-shadow:none;border-radius:0;margin:0;padding:0 15px;background:transparent;color:#2F2F2F;font-weight:500;font-size:18px;height:40px;line-height:40px;border-radius:40px;cursor:pointer}
.nav-tabs.custom-tab2 .nav-item .nav-link.active{background-color:#e7e7e7;font-weight:700}
.custom-tab-content2{margin:0}
.new-sim-card-box{background-color:#F6F6F6;border-radius:9px;padding:25px;text-align:center;margin-bottom:30px;height:calc(100% - 30px)}
.new-sim-card-box p{padding:10px 0;color:#2F2F2F}
.new-sim-prc{font-size:24px;font-weight:700;padding-bottom:15px}
.new-sim-prc small{font-size:14px;font-weight:500}
.sim-plan-section .row{margin-right:-8px;margin-left:-8px}
.sim-plan-section .row [class*="col-"]{padding-right:8px;padding-left:8px}
.sim-plan-section.modify-section{padding: 130px 0 50px;}
.modify-section .new-sim-card-box {margin-bottom: 0;height: 100%;padding: 30px 12px;}
.modify-section .sim-only-slider{padding: 0 70px;}
.modify-section .sim-only-slider::before{display: none;}
.new-ui-block .sim-only-slider .slick-list{margin: 0 -7px;}
.new-ui-block .sim-only-slider .slick-slide {margin: 0 7px;}

@media only screen and (max-width:991px){
.sim-plan-section{padding:40px 0 20px}
.sim-plan-section h2{font-size:32px}
.sim-plan-section h3{font-size:15px;padding:0 0 20px}
.sim-filter label{font-size:14px;margin:0 8px 0 0}
.sim-filter select.form-control{width:232px;height:42px!important;padding-right:30px;font-size:14px;padding-left:10px}
.nav-tabs.custom-tab .nav-item,.nav-tabs.custom-tab2 .nav-item{margin:0 7px}
.nav-tabs.custom-tab .nav-item .nav-link,.nav-tabs.custom-tab2 .nav-item .nav-link{padding:0 10px;font-size:16px}
.new-sim-card-box p{font-size:14px;line-height:20px}
.new-sim-card-box{padding:12px;margin-bottom:20px;height:calc(100% - 20px)}
.new-sim-prc{font-size:20px;padding-bottom:10px}
.sim-filter {margin-top: 32px;}
.sim-plan-section.modify-section {padding: 80px 0 40px;}
}
@media only screen and (max-width:767px){
.nav-tabs.custom-tab,.nav-tabs.custom-tab2 {flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
.nav-tabs.custom-tab .nav-item, .nav-tabs.custom-tab2 .nav-item {margin: 0 3px;}
.nav-tabs.custom-tab .nav-item .nav-link, .nav-tabs.custom-tab2 .nav-item .nav-link {padding: 0 7px;font-size: 14px;}
.new-sim-card-box {padding: 15px;}
.sim-filter {margin-top: 0;}
.modify-section .sim-only-slider {padding: 0 45px;}
.sim-plan-section.modify-section {padding: 60px 0 40px;}
}
/* Sim Plans Section End */



/* Our Benefits Section Start */
.our-benefits-section{background: #fafafa;padding: 80px 0 60px; text-align: center;}
.our-benefits-section h2{color: #111928;font-size: 40px;font-weight: 800;padding: 0 0 20px;}
.our-benefits-section ul {display: flex;flex-wrap: wrap;margin: 0 -15px;padding: 0;list-style: none;}
.our-benefits-section ul li {margin: 0 0 20px;padding: 0 15px;list-style: none;width: 16.6666%;}
.benefits-box{border: 1px solid #2D58DB;height: 130px;background-color: #fff;border-radius: 15px;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #2D58DB;font-size: 16px;}
.benefits-box i{margin: 0 0 10px;}

@media only screen and (max-width:991px){
.our-benefits-section{padding:40px 0 20px}
.our-benefits-section h2{font-size:32px;padding:0 0 15px}
.our-benefits-section ul{margin:0 -7px}
.our-benefits-section ul li{padding:0 7px}
.benefits-box{height:100px;font-size:14px;line-height:normal;padding:0 10px}
.benefits-box i{margin:0 0 5px}
}
@media only screen and (max-width:767px){
.our-benefits-section ul {flex-wrap: wrap;}
.our-benefits-section ul li {width: 50%;}
}
/* Our Benefits Section End */



/* Searching Best Value Start */
.searching-best-value-section{background: #fff;padding: 60px 0;text-align: center;}
.searching-best-value-section h2{color: #111928;font-size: 40px;font-weight: 800;padding: 0 0 10px;}
.searching-best-value-section p{color: #2D58DB;font-size: 18px;font-weight: 600;}
.best-value-plan-outer{margin-top: 10px;}
.best-value-loop-outer {display: flex;align-items: center;justify-content: center;}
.cmn-vlu {width: 160px;min-width: 160px;height: 60px;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #e1e1e9;position: relative;}
.cmn-vlu.bg-blue {width: 190px;min-width: 190px;background-color: #3758f9;color: #fff;font-weight: 600;font-size: 18px;border-bottom: none;margin: 0 7px;}
.cmn-vlu.vlu1{font-size: 16px;font-weight: 700;color: #2F2F2F;}
.cmn-vlu.bg-grey{color: #313131;font-size: 16px;font-weight: 600;background-color: #f0f3f6;}
.cmn-vlu.vlu2{font-size: 14px;color: #2F2F2F;font-weight: 600;}
.vlu-box1 .cmn-vlu {border: none;}
.vlu-box1 .cmn-vlu.bg-blue {border-radius: 20px 20px 0 0;}
.cmn-vlu.bg-grey.grey-round-lt {border-radius: 20px 0 0 0;}
.cmn-vlu.bg-grey.grey-round-rt {border-radius: 0 20px 0 0;}
.best-value-loop-outer.vlu-box8 .cmn-vlu, .best-value-loop-outer.vlu-box9 .cmn-vlu {border: none;}
.best-value-loop-outer.vlu-box9 .btn.new-btn {background: #0b1a64;width: 204px;height: 60px;margin: 0 -7px;display: block;line-height: 60px;}
.best-value-loop-outer.vlu-box9 .btn.new-btn:hover{background: #102133;}

@media only screen and (max-width:1199px){
.cmn-vlu {min-width: inherit;}
}
@media only screen and (max-width:991px){
.searching-best-value-section{padding:40px 0}
.searching-best-value-section h2{font-size:32px}
.cmn-vlu.vlu1{font-size:14px;line-height:normal}
.cmn-vlu.bg-blue{width:160px;min-width:160px;font-size:14px;margin:0 7px}
.cmn-vlu.bg-grey{font-size:14px}
.cmn-vlu{height:46px}
.best-value-loop-outer.vlu-box9 .btn.new-btn{width:170px;height:46px;margin:0 -5px;line-height:46px}
}
@media only screen and (max-width:767px){
.table-view-mobile{position: relative;overflow-x: auto;width: 100%;}
.best-value-plan-outer{border-collapse: collapse;width: 100%;display: table;max-width: 100%;margin: 10px 0;}
.best-value-loop-outer {display: table-row;}
.cmn-vlu {display: table-cell;vertical-align: middle;min-width: 100px !important;width: 100px !important;height: 42px;}
.cmn-vlu.vlu1{position: sticky;left: 0;z-index: 1;background-color: #fff;font-size: 13px;padding: 0 5px;}
.cmn-vlu.bg-blue{position: sticky;left: 100px;z-index: 1;border-bottom: 1px solid #e1e1e9;}
.vlu-box1 .cmn-vlu.bg-blue {border-radius: 15px 15px 0 0;padding: 0 10px;}
.cmn-vlu.bg-grey.grey-round-lt {border-radius: 15px 0 0 0;}
.cmn-vlu.bg-grey.grey-round-rt {border-radius: 0 15px 0 0;}
.best-value-loop-outer.vlu-box9 .btn.new-btn {width: 109px;height: 42px;line-height: 42px;font-size: 13px;padding: 0;}
.cmn-vlu.bg-blue::before {content: "";position: absolute;display: block;bottom: -2px;left: 0;right: 0;background: #3758f9;height: 3px;z-index: 2;}
.vlu-box9 .cmn-vlu.bg-blue::before {display: none;}
}
/* Searching Best Value End */



/* Brand We Offer Start */
.brand-we-offer-section{background: #fff;padding: 60px 0 90px;}
.brand-sub-hd{color: #2D58DB;font-size: 18px;font-weight: 600;padding: 0 0 10px;}
.brand-we-offer-section h2{color: #111928;font-size: 40px;font-weight: 800;padding: 0 0 10px;}
.brand-we-offer-section p{padding: 0 0 30px;color: #818181;}
.brand-offer-card{background-color: #fff;border-radius: 20px;padding: 35px 30px 20px 30px;box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);margin-bottom: 30px;height: calc(100% - 30px);}
.brand-offer-card h3{color: #111928;font-size: 24px;font-weight: 700;padding: 0 0 15px;}
.brand-we-offer-section .brand-offer-card p{color: #737373;font-size: 14px;line-height: normal;padding: 0;}

@media only screen and (max-width:991px){
.brand-we-offer-section {padding: 40px 0;}
.brand-we-offer-section h2{font-size: 32px;}
.brand-offer-card {padding: 20px;margin-bottom: 20px;height: calc(100% - 20px);}
.brand-offer-card h3 {font-size: 22px;padding: 0 0 10px;}
}
/* Brand We Offer End */



/* FAQ Start */
.new-faq-section{background: #f1f4f9;padding: 50px 0 110px;}
.new-faq-section h2{color: #102133;font-size: 28px;font-weight: 600;}
.faq-outer{margin:0}
.faq-outer .card{width:100%;padding:0;margin:0 0 10px;border:none;border-radius:15px}
.faq-outer .card .card-header{padding:0;margin:0;border:none;border-radius:0;background:transparent}
.faq-outer .card .card-header .card-link{padding:40px 20px;margin:0;border:none;border-radius:0;background:transparent;font-weight:600;font-size:18px;display:flex;color:#102133;align-items:center;justify-content:space-between;flex-direction:row-reverse}
.faq-outer .card-link:before{min-width:16px;height:16px;background:url(../images/up-arrow.svg) no-repeat center center;content:"";display:block;margin-left:8px}
.faq-outer .card-link.collapsed:before{background:url(../images/down-arrow.svg) no-repeat center center;min-width:16px;height:16px;content:"";display:block;margin-left:8px}
.faq-outer .card .card-body{padding:0 20px 20px}

@media only screen and (max-width:991px){
.new-faq-section {padding: 40px 0;}
.faq-outer .card .card-header .card-link {padding: 15px;}
}
@media only screen and (max-width:767px){
.faq-outer .card .card-header .card-link {font-size: 16px;}
}
/* FAQ End */



/* Unlimited SIM Only Start */
.unlimited-sim-only-section{background: #fff;padding: 60px 0;}
.unlimited-sim-only-section h2 {color: #111928;font-size: 40px;font-weight: 800;padding: 0 0 10px;}
.unlimited-sim-only-section h3 {color: #2D58DB;font-size: 18px;font-weight: 700;padding: 0 0 30px;}
.unlimited-sim-only-section h4 {color: #111928;font-size: 24px;font-weight: 700;padding: 0 0 20px;}
.unlimited-sim-card-info{background: linear-gradient(113.128deg, #A9F4FF 0%, #F1FDFF 50%, #AAEEF9 100%);border-radius: 10px;padding: 55px;text-align: center;margin-right: 10px;}
.unlimited-sim-card-info i{display: block;width: 150px;margin: 0 auto;}
.unlimited-sim-card-info p{padding: 10px 0;color: #2F2F2F;font-weight: 600;}
.unlimited-sim-prc {font-size: 24px;font-weight: 700;color: #2F2F2F;}
.unlimited-sim-prc small {font-size: 14px;font-weight: 500;}
.unlimited-sim-card-info-loop{border-bottom: 1px solid #dfe4ea;font-size: 16px;font-weight: 500;color: #111928;padding: 14px 0;}
.bdr0{border: none !important;}
.info-rt{font-weight: 700;}
.unlimited-sim-card-info-btm {margin-top: 32px;}
.unlimited-sim-card-info-btm p{font-size: 14px;line-height: 24px;color: #8C8C8C;padding: 20px 0 0;}
.unlimited-sim-dtl-rt{background-color: #F6F6F6;border-radius: 24px;padding: 35px 32px;}
.unlimited-sim-dtl-rt hr {margin: 0 0 35px;border-top: 2px solid #ececec;}
.new-ui-block .unlimited-sim-dtl-rt .new-btn {font-size: 20px;}
.unlimited-sim-dtl-rt .form-group {margin-bottom: 30px;}
.unlimited-sim-dtl-rt .form-control {border-radius: 6px;border: 1px solid #DFE4EA;height: 54px;line-height: 52px;padding: 0 20px;}
.unlimited-sim-dtl-rt .form-control:focus{border-color: #2d58db;}
.proceed-btn{padding-top: 66px;}
.sim-chk-box {position: relative;margin: 0 0 20px;}
.sim-chk-box input[type=checkbox] {width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;z-index: 1;}
.sim-chk-box input[type=checkbox] + label {display: block;margin: 0;padding: 0 0 0 30px;font-size: 16px;font-weight: 400;color: #111928;position: relative;}
.sim-chk-box input[type=checkbox] + label::before{position: absolute;left: 0;top: 3px;width: 20px;height: 20px;display: block;content: "";background-color: #fff;background-position: center center;background-repeat: no-repeat;border: 1px solid #dfe4ea;border-radius: 4px;transition: all 0.3s ease;}
.sim-chk-box input[type=checkbox]:checked + label::before{background-color: #3758f9;border-color: #3758f9;background-image: url(../images/checked.svg);}

@media only screen and (max-width:991px){
.unlimited-sim-dtl-rt{margin-top:30px;padding:20px;border-radius:15px}
.unlimited-sim-only-section{padding:40px 0}
.unlimited-sim-only-section h2{font-size:32px}
.unlimited-sim-card-info{padding:20px;margin-right:0}
.unlimited-sim-card-info-btm{margin-top:20px}
.unlimited-sim-only-section h4{font-size:20px;padding:0 0 15px}
.unlimited-sim-card-info-loop{font-size:15px;padding:10px 0}
.unlimited-sim-card-info-btm p{padding:10px 0 0}
.unlimited-sim-dtl-rt hr{margin:0 0 20px}
.unlimited-sim-dtl-rt .form-group{margin-bottom:20px}
.unlimited-sim-dtl-rt .form-control{height:44px;line-height:42px;padding:0 15px}
.proceed-btn{padding-top:10px}
.new-ui-block .unlimited-sim-dtl-rt .new-btn{font-size:16px}
.sim-chk-box {margin: 0 0 15px;}
.sim-chk-box input[type=checkbox] + label {padding: 2px 0 0 30px;font-size: 15px;}
}
/* Unlimited SIM Only End */



/* Thank You Start */
.thank-you-section{background: #fff;padding: 120px 0 100px;}
.thank-you-section .col-md-7{-ms-flex: 0 0 53.8%;flex: 0 0 53.8%;max-width: 53.8%;}
.thank-you-section .col-md-5{-ms-flex: 0 0 46.2%;flex: 0 0 46.2%;max-width: 46.2%;}
.thanks-text-box{background-color: #F6F6F6;margin-left: 40px;margin-top: 70px;border-radius: 20px;padding: 35px 52px 25px 40px;}
.thanks-text-box h1{font-size: 40px;color: #0149FD;font-weight: 700;padding: 0 0 15px;}
.thanks-text-box h2{font-size: 20px;font-weight: 800;color: #637381;padding: 50px 0 8px;}
.thanks-text-box p{font-size: 16px;line-height: 22px;color: #637381;padding: 0 0 10px;}
.thanks-text-box p a{color: #637381;}
.thanks-text-box p a:hover{text-decoration: underline;}
.thanks-img-block-outer{display: flex;align-items: center;justify-content: space-between;margin-right: 45px;}
.thanks-img-lt,.thanks-img-rt{width: 270px;}
.thanks-img2{margin-top: 28px;}

@media only screen and (max-width:1199px){ 
.thanks-text-box{margin-left: 0;padding: 20px;}
.thanks-img-block-outer {margin-right: 0;}
.thanks-img-lt, .thanks-img-rt {width: 48%;}
.thanks-text-box h1 {font-size: 36px;}
}
@media only screen and (max-width:991px){
.thank-you-section{padding:40px 0;}
.thanks-text-box{margin-top: 0;}
.thanks-text-box h1 {font-size: 32px;}
.thanks-text-box h2 {font-size: 18px;padding: 20px 0 8px;}
.thanks-text-box p {font-size: 15px;}
}
@media only screen and (max-width:767px){
.thank-you-section .col-md-7{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;order: 2;}
.thank-you-section .col-md-5{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;order: 1;}
.thanks-text-box {margin-bottom: 30px;}
.thanks-img2 {margin-top: 15px;}
.thanks-text-box h1 {font-size: 28px;}
}
/* Thank You End */


 
/* Checkout Start */
.checkout-section{background:#fff;padding:56px 0 60px}
.checkout-section .col-md-5{-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%}
.checkout-section .col-md-7{-ms-flex:0 0 52%;flex:0 0 52%;max-width:52%}
.checkout-lt{margin-right:30px}
.checkout-rt{background:#f6f6f6;margin-left:30px;border-radius:24px;padding:40px 27px 27px}
.sim-rdo-box{position:relative;margin-bottom:25px}
.sim-rdo-box input[type=radio]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;z-index:1}
.sim-rdo-box input[type=radio] + label{display:block;margin:0;padding:0 0 0 30px;font-size:16px;font-weight:400;color:#111928;position:relative}
.sim-rdo-box input[type=radio] + label::before{position:absolute;left:0;top:3px;width:20px;height:20px;display:block;content:"";background-color:#fff;background-position:center center;background-repeat:no-repeat;border:1px solid #dfe4ea;border-radius:50%;transition:all .3s ease}
.sim-rdo-box input[type=radio]:checked + label::before{background-color:#fff;border-color:#3758f9;background-image:url(../images/radio-circle.svg)}
.checkout-section .form-group{margin-bottom:30px}
.checkout-section .form-control{border-radius:6px;border:1px solid #DFE4EA;height:54px;line-height:52px;padding:0 20px}
.checkout-section .form-control:focus{border-color:#2d58db}
.checkout-section textarea.form-control{height:95px;line-height:normal;padding:10px 20px;resize:none}
.checkout-section h1{font-size:40px;color:#111928;font-weight:800;padding:0 0 55px}
.checkout-section h2{font-size:24px;color:#111928;font-weight:700;padding:0 0 20px}
.checkout-section h3{font-size:20px;color:#111928;font-weight:700;padding:0 0 20px}
.apply-coupon-box{padding-top:60px}
.apply-form{align-items:center;position:relative;justify-content:space-between;padding-right: 160px;}
.apply-form .btn.new-btn{background:#fff;color:#2d58db;border:1px solid #2d58db;line-height:52px;height:54px;position: absolute;right: 0;top: 0;z-index: 1;}
.apply-form .btn.new-btn:hover{background:#2d58db;color:#fff;border-color:#2d58db}
.sim-rdo-box.mr-5{margin-right:40px!important}
.checkout-rt hr{margin:0 0 25px;border-top:2px solid #ececec}
.new-ui-block .checkout-rt p{font-weight:500}
.payment-logo{margin:0 0 20px;display:flex;align-items:center}
.payment-logo img + img{margin-left:40px}
.chk-prc-block{margin:0 0 20px}
.chk-prc-block p{padding:0}
.ch-prc-rt{text-align:right}
.ch-prc-rt strong{display:block;color:#111928;font-weight:700;font-size:28px}
.ch-prc-rt span{display:block;color:#637381;font-size:16px}
.new-ui-block .checkout-rt .new-btn {font-size: 20px;font-weight: 700 !important;}

@media only screen and (max-width:1199px){
.checkout-lt {margin-right: 0;}
.checkout-rt {margin-left: 0;}
}
@media only screen and (max-width:991px){
.checkout-section{padding:40px 0}
.checkout-rt{margin-top:30px;padding:20px;border-radius:15px}
.checkout-section .col-md-5{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.checkout-section .col-md-7{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.checkout-section h1{font-size:32px;padding:0 0 15px}
.checkout-section h2{font-size:20px;padding:0 0 15px}
.checkout-section h3{font-size:18px;padding:0 0 15px}
.checkout-section .form-group{margin-bottom:20px}
.checkout-section .form-control{height:44px;line-height:42px;padding:0 15px}
.checkout-section textarea.form-control{padding:10px 15px}
.sim-rdo-box{margin-bottom:15px}
.new-ui-block .checkout-rt p{padding:0 0 15px;font-size:15px;line-height:22px}
.apply-coupon-box{padding-top:10px}
.apply-form .btn.new-btn{line-height:42px;height:44px}
.sim-rdo-box input[type=radio] + label{padding:2px 0 0 30px;font-size:15px}
.new-ui-block .checkout-rt .new-btn{font-size:18px}
.ch-prc-rt strong{font-size:24px}
.ch-prc-rt span{font-size:15px}
.apply-form{padding-right:130px}
}
@media only screen and (max-width:767px){
.payment-logo img + img {margin: 10px 0 0;}
.payment-logo{display: block;}
}
/* Checkout End */



/* Become Mozillionair Start */
.become-mozillionair-section{background:#fff;padding:60px 0}
.mozillionair-img{text-align:right}
.mozillionair-text{padding-right:80px}
.connect-label{display:flex;background:#e6edff;width:132px;border-radius:4px;align-items:center;color:#2D58DB;font-size:12px;font-weight:700;justify-content:center;padding:8px 0 4px}
.connect-label img{margin-right:4px}
.mozillionair-text h1{color:#102133;font-size:64px;padding:15px 0 10px;font-weight:900;line-height:64px}
.mozillionair-text h2{color:#2D58DB;font-size:18px;padding:0 0 5px;font-weight:600;line-height:32px}
.new-ui-block .mozillionair-text p{color:#637381}
.new-ui-block .mozillionair-text p a{font-weight:600;color:#0149FD}
.mozillionair-price{color:#2F2F2F;font-weight:700;font-size:40px;line-height:40px;padding:0 0 15px}
.mozillionair-price small{font-size:22px;font-weight:500;line-height:22px}
.mozillionair-trust-img{margin-top:40px}
.become-mozillionair-section.save-on-airtime-section{background: #c3f7ff;padding: 0;}
.save-on-airtime-section .mozillionair-text {padding-right: 0;}
.save-on-airtime-section .connect-label {background: #b0e6ff;}

@media only screen and (max-width:1199px){
.mozillionair-text {padding-right: 0;}
.mozillionair-text h1{font-size:56px;line-height:56px}
}
@media only screen and (max-width:991px){
.become-mozillionair-section{padding:40px 0}
.mozillionair-text h1{font-size:50px;line-height:50px}
.mozillionair-text h2{font-size:16px;padding:0 0 10px;line-height:24px}
.mozillionair-price{font-size:34px;line-height:34px}
.mozillionair-price small{font-size:18px;line-height:18px}
.new-ui-block .mozillionair-text p{font-size:15px;line-height:22px}
.mozillionair-trust-img{margin-top:20px}
}
@media only screen and (max-width:767px){
.become-mozillionair-section .row {flex-direction: column-reverse;}
.mozillionair-img {text-align: left;margin-bottom: 15px;}
.mozillionair-text h1 {font-size: 38px;line-height: 40px;}
}
/* Become Mozillionair End */


 
/* Featured Deal Section Start */
.featured-deal-section{background: #fff;padding: 60px 0;}
.featured-deal-section h2{color:#111928;font-size:40px;font-weight:800;padding:0 0 10px}
.featured-deal-section h3{color:#2D58DB;font-size:18px;font-weight:600;padding:0 0 30px}
.nav-tabs.custom-tab3{border-bottom:1px solid #d3d3d3}
.nav-tabs.custom-tab3 .nav-item{margin:0 10px}
.nav-tabs.custom-tab3 .nav-item:first-child{margin-left:0}
.nav-tabs.custom-tab3 .nav-item .nav-link{border:none;outline:none!important;box-shadow:none;border-radius:0;margin:0;padding:0 15px;background:transparent;color:#2F2F2F;font-weight:500;font-size:18px;height:50px;line-height:48px;border-bottom:2px solid transparent;cursor:pointer}
.nav-tabs.custom-tab3 .nav-item .nav-link.active{border-color:#2f2f2f;font-weight:700}
.featured-card-box{background-color:#F6F6F6;border-radius:9px;padding:25px;text-align:center;}
.featured-card-box p{padding:10px 0;color:#2F2F2F;font-size: 16px;font-weight: 600;}
.featured-phone-prc{font-size:24px;font-weight:700;padding-bottom:15px;color:#2F2F2F}
.featured-phone-prc small{font-size:14px;font-weight:500}
.featured-phone-prc span{font-size:14px;font-weight:500;display: block;}
.featured-deal-section .featured-deal-slider{padding: 0 70px;}
.new-ui-block .featured-deal-slider::before{display: none;}
.new-ui-block .featured-deal-slider .slick-list{margin: 0 -7px;}
.new-ui-block .featured-deal-slider .slick-slide {margin: 0 7px;}
.custom-tab-content3 {margin-top: 30px;}

@media only screen and (max-width:991px){
.featured-deal-section{padding:40px 0}
.featured-deal-section h2{font-size:32px}
.featured-deal-section h3{font-size:15px;padding:0 0 20px}
.nav-tabs.custom-tab3 .nav-item{margin:0 7px}
.nav-tabs.custom-tab3 .nav-item .nav-link{padding:0 10px;font-size:16px}
.featured-card-box p{font-size:15px;line-height:22px}
.featured-card-box{padding:15px;}
.featured-phone-prc{font-size:20px;padding-bottom:10px}
}
@media only screen and (max-width:767px){
.nav-tabs.custom-tab3 {flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
.nav-tabs.custom-tab3 .nav-item {margin: 0 3px;}
.nav-tabs.custom-tab3 .nav-item .nav-link {padding: 0 7px;font-size: 14px;}
.featured-deal-section .featured-deal-slider {padding: 0 45px;}
}
/* Featured Deal Section End */



/* Latest News Section Start */
.latest-news-section{background: #f3f4f6;padding: 60px 0; text-align: center;}
.latest-news-section h2 {color: #111928;font-size: 40px;font-weight: 700;padding: 0 0 10px;}
.latest-news-section h3 {color: #2D58DB;font-size: 18px;font-weight: 600;padding: 0 0 35px;}
.latest-news-card{background: #fff;border-radius: 8px;box-shadow: 0 1px 3px rgba(166, 175, 195, 0.4);overflow: hidden;height: 100%;}
.latest-news-img img{display: block;width: 100%;border-radius: 8px 8px 0 0;}
.latest-nes-text{padding: 25px;}
.latest-nes-text h4{color: #111928;font-size: 22px;font-weight: 700;padding: 0 0 15px;line-height: 30px;}
.latest-nes-text h4 a{color: #111928;}
.latest-nes-text h4 a:hover{color: #2D58DB;}
.latest-nes-text p{color: #637381;font-weight: 400;padding-bottom: 25px;}
.latest-nes-text .new-btn{color: #637381;border: 1px solid #DFE4EA;height: 50px;line-height: 48px;border-radius: 50px;background: #fff;}
.latest-nes-text .new-btn:hover{color: #fff;background: #3758f9;border-color: #3758f9;}

@media only screen and (max-width:1199px){
.latest-nes-text {padding: 15px;}
}
@media only screen and (max-width:991px){
.latest-news-section {padding: 40px 0;}
.latest-news-section h2 {font-size: 32px;}
.latest-nes-text h4 {font-size: 20px;line-height: 26px;}
.latest-nes-text p {padding-bottom: 20px;font-size: 15px;line-height: 22px;}
}
@media only screen and (max-width:767px){
.latest-news-section h3{padding: 0;}
.latest-news-card{margin-top: 25px;height: auto;}
.latest-nes-text {padding: 20px;}
}
/* Latest News Section End */



/* Black Friday Deals Section Start */
.black-friday-deals-section{background: #2d58db url(../images/black-friday-bg.jpg) no-repeat center center;background-size: cover;padding: 100px 0;text-align: center;color: #fff;}
.black-friday-deals-section .custom-container-small{max-width: 590px;}
.bfd-hd{color: #fff;font-size: 24px;font-weight: 600;}
.black-friday-deals-section h2 {font-size: 48px;font-weight: 700;color: #fff;padding: 10px 0 15px;}
.black-friday-deals-section p{color: #fff;}
.black-friday-deals-section .btn{background: #2F2F2F;}

@media only screen and (max-width:991px){
.black-friday-deals-section{padding: 40px 0;}
.bfd-hd {font-size: 20px;}
.black-friday-deals-section h2 {font-size: 36px;padding: 7px 0 10px;}
}
/* Black Friday Deals Section End */



/* Mozillionairrr Home Banner Start */
.mozillionairrr-home-banner{background:#4e7079 url(../images/Mozillionairrr-bnr.jpg) no-repeat center bottom;background-size: cover;padding: 189px 0;}
.home-bnr-rt-text{width: 100%;max-width: 545px;margin-left: auto;}
.home-bnr-rt-text h1{color: #fff;font-size: 60px;font-weight: 900;line-height: 60px;}
.home-bnr-rt-text p{font-size: 20px;line-height: 24px;color: #fff;}

@media only screen and (max-width:1199px){
.mozillionairrr-home-banner {padding: 100px 0;}
.home-bnr-rt-text p {font-size: 18px;}
.home-bnr-rt-text {max-width: 470px;}
}
@media only screen and (max-width:991px){
.mozillionairrr-home-banner {padding: 50px 0;}
.home-bnr-rt-text {max-width: 350px;}
.home-bnr-rt-text h1 {font-size: 50px;line-height: 50px;}
.home-bnr-rt-text p {font-size: 16px;}
}
@media only screen and (max-width:767px){
.mozillionairrr-home-banner {padding: 40px 0;}
.home-bnr-rt-text h1 {font-size: 42px;line-height: 42px;}
.home-bnr-rt-text {max-width: inherit;}
}
/* Mozillionairrr Home Banner End */



/* New Pages Css End Here */
