html{
  overflow-x: hidden;
}

body {
  font-size: .875rem;
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}
/*.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
*/
.feather {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.b_r{
  border-radius: 12px !important;
}
.navbar-brand img {
  width: 135px;
}
.btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .5s;
}
.banner_img{
  /*transform: translateX(45px);*/
}
/*.banner_img img{
  width: 700px;
}*/
.owl-carousel .owl-item .banner_img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.owl-carousel2 .owl-item {
    overflow: hidden;
} 
.btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 1s;
  transform: scale(5, 5);
}

.btn-ripple:active::after {
  padding: 0;
  margin: 0;
  opacity: .2;
  transition: 0s;
  transform: scale(0, 0);
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}
.btn.btn-outline-light i {
  color: #000;
}
.card_new{
  cursor: pointer;
}
/*.card.card_new:hover img {
  scale: 1.09;
  transform: translatey(-10px);
  transition: all ease-in-out 0.3s;
}*/
.card.card_new:hover img {
  /* scale: 1.09; */
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}
.card.card_new img {
  transform: translateY(0);
  transition: all ease-in-out 0.3s;
}
.card.card_new.shadow {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
.avatar.img-fluid.rounded-circle.me-1 {
  width: 30px;
}
.dropdown-menu-lg {
  min-width: 20rem;
  transform: translateY(10px);
  transition: all ease-in-out 0.7s;
}
.dropdown-menu-header {
  border-bottom: 1px solid #dee6ed;
  font-weight: 500;
  padding: .75rem;
  text-align: center;
}
.dropdown-menu-header {
  font-weight: 500;
  text-align: center;
}
.nav-item .indicator {
  background: #0a2654;
  border-radius: 50%;
  box-shadow: 0 .1rem .2rem rgba(0,0,0,.05);
  color: #fff;
  display: block;
  font-size: .675rem;
  height: 18px;
  padding: 1px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 0;
  transition: top .1s ease-out;
  width: 18px;
}
#messagesDropdown.dropdown-toggle::after, #alertsDropdown.dropdown-toggle::after {
  display: none;
}
.nav-item.dropdown i {
  font-size: 22px;
  color: #000;
}
.dropdown-menu-footer {
  display: block;
  font-size: .75rem;
  padding: .5rem;
  text-align: center;
}
.dropdown .dropdown-menu.show {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  visibility: visible;
  
}
.right_menu .dropdown-menu, .right_menu .dropdown-menu{
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  color: #6c757d;
  display: block;
  font-size: .825rem;
  list-style: none;
  margin: 0;
  padding: .5rem 0;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: 0;
  
}
.card_main a {
  text-decoration: none;
  color: #000;
}

/*Homepage css*/
.mid_section {
  min-height: 600px;
}
.mid_section.mid_section_2 {
  background-image: none;
}
.mid_section .owl-nav {
  position: absolute !important;
}
/*.mid_section {
    min-height: 600px;
    display: flex;
    height: 100%;
    position: relative;
    padding-top: 50px;
    align-items: center;
}*/
.mid_section {
  min-height: 100vh;
  display: flex;
  height: 100%;
  position: relative;
  padding-top: 100px;
  align-items: center;
  /*background-image: url(../../../assets/img/home2.png);*/
  /*background-image: url(../../../assets/img/right_img.png);*/
  background-position: top left;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_section h1 {
  font-size: 46px;
  margin-bottom: 20px;
  color: #000 ;
}
.top_section p{
 color: #000;
}
.shadow.icon_ser {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 auto 10px;
  background: #f7f7f7;
  font-size: 20px;
  color: #0a2654;
}
.media.block-6.services.d-block.text-center {
  /*margin: 25px;*/
  border-radius: 30px;
  padding: 20px 20px 0;
   transition: all ease-in-out 0.3s;
   cursor: pointer;
}
.media.block-6.services.d-block.text-center.active {
  background-image: linear-gradient(#2d2dc4, #0c0c84);
  border-radius: 30px;
  padding: 20px 20px 0;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.mid_2{
  padding: 50px 0;
}
.media-body.py-2 p {
  font-size: 12px;
}
.media.block-6.services.d-block.text-center.active .shadow.icon_ser {
  background: #fff;
  color: #fff;
}
/*.media.block-6.services.d-block.text-center:hover {
  color: #fff !important;
    background-image: linear-gradient(#2d2dc4, #0c0c84);
  transition: all ease-in-out 0.3s;
  transform: translatey(-10px);
  box-shadow: 0 0 10px rgba(0,0,0,0.2)
}*/
/*.media.block-6.services.d-block.text-center:hover {
    color: #fff !important;
    background-image: linear-gradient(#18378f, #df00e2);
    transition: all ease-in-out 0.3s;
    transform: translatey(-5px);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.media.block-6.services.d-block.text-center:hover .text-muted{
  color: #fff !important;
}
.media.block-6.services.d-block.text-center:hover .shadow.icon_ser {
  background: #fff;
  color: #fff;
}*/
.subheading.fw-bold {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 50px;
  color: #000;
}
.nonloop .owl-stage {
  padding-bottom: 20px;
}
.owl-theme.nonloop  .owl-next, .owl-theme.nonloop  .owl-prev {
  background: #0a2654 !important;
  width: 30px;
  line-height: 40px;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px !important;
}
.owl-theme .owl-nav {
    /*position: absolute;*/
    top: -30px;
    right: 0px;
    width: 88px;
}
.owl-theme.nonloop .owl-next {
    right: 10px;
}
.owl-theme.nonloop .owl-prev{
  left: 10px
}
.item a {
    text-decoration: none;
}
.owl-theme.nonloop .owl-item img {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
/*testimonial*/

 .gtco-testimonials {
   position: relative;
   margin-top: 30px;
}
 .gtco-testimonials h2 {
   font-size: 30px;
   text-align: center;
   color: #333;
   margin-bottom: 50px;
}
 .gtco-testimonials .owl-stage-outer {
   padding: 30px 0;
}
 .gtco-testimonials .owl-nav {
   display: none;
}
 .gtco-testimonials .owl-dots {
   text-align: center;
}
 .gtco-testimonials .owl-dots span {
   position: relative;
   height: 10px;
   width: 10px;
   border-radius: 50%;
   display: block;
   background: #fff;
   border: 2px solid #0a2654;
   margin: 0 5px;
}
 .gtco-testimonials .owl-dots .active {
   box-shadow: none;
}
 .gtco-testimonials .owl-dots .active span {
   background: #0a2654;
   box-shadow: none;
   height: 12px;
   width: 12px;
   margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #0a265442;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
 .gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 10px -4px #7b7b7b45;
  width: 100px;
  height: 100px;
}
 .gtco-testimonials .card h5 {
  color: #0a2654;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
.gtco-testimonials .card h5 span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
 .gtco-testimonials .card p {
  font-size: 15px;
  color: #555;
  padding-bottom: 0;
}
 .gtco-testimonials .active {
   opacity: 0.5;
   transition: all 0.3s;
}
 .gtco-testimonials .center {
   opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 16px;
}
 .gtco-testimonials .center h5 span {
   font-size: 14px;
}
 .gtco-testimonials .center .card-img-top {
   max-width: 100%;
   height: 120px;
   width: 120px;
}
 @media (max-width: 767px) {
   .gtco-testimonials {
     margin-top: 20px;
  }
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
   outline: 0;
}
 .owl-carousel button.owl-dot {
   outline: 0;
}
/*testimonial*/

.testimonial {
  padding: 65px 0;
}
.help_sec{
padding: 65px 0;
}
.help_sec .search_area {
  height: 55px;
  padding: 4px !important;
  padding-left: 15px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12) !important;
}
.btn.btn-primary.btn_help {
  height: 100%;
  width: 150px;
  border-radius: 80px !important;
}
.search_area .form-select {
  border: 0;
  border-radius: 30px !important;
  margin: 0 8px;
}
.footer {
  /*background-image: url('../../../assets/img/footer.png');*/
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 0;
  background-position: top left;
  margin-top: 0px;
}
/*footer*/
/*.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}*/
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}
.footer .footer-top {
  /*background: white url(../img/footer-bg.png) no-repeat right top;*/
  /*background-size: contain;*/
  /*border-top: 1px solid #e1ecff;*/
  /*border-bottom: 1px solid #e1ecff;*/
  padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  /*max-height: 40px;
  margin-right: 6px;*/
  width: 160px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #000;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #000;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;

}
.footer .footer-top .social-links a:hover {
  color: #2f3992;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #000;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #000;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.col-lg-2.col-6.footer-links li i {
  display: none;
}
.footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
}
/*footer*/

/*.search {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
}*/

.search .input-group{
    background: #fff;
    padding: 10px;
    height: 60px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.desc{
  display: none;
}
.open_desc{
  display: block;
}
.become {
  /*background-image: url('../../../assets/img/become.png');*/
  /*background-position: top left;*/
  padding: 50px 0;
  /*background-size: cover;*/
  /*min-height: 440px;*/
  display: flex;
  align-items: center;
  position: relative;
  /*background-image: linear-gradient(180deg, #FFF , #ECECEC);*/
}
.floating {
  position: absolute;
  top: -80px;
  width: 300px;
  right: -150px;
  opacity: 0.9;
  animation: 4s infinite linear jumpa;
}
.floating.floating_left_top {
    top: -140px;
    left: -140px;
    z-index: +1111;
}
.floating.floating_left {
    top: 0px;
    left: -150px;
    animation:  4s infinite linear jumpleft;
}
.float_bottom{
  top: auto;
  bottom: 0%;
  left: -140px;
  animation:  4s infinite linear jumpleft;
}

@keyframes jumpa{
  0%,100%{
    transform: translateY(-15px);
  }
  40%{
    transform: translateY(15px);
  }
  70%{
    transform: translateY(-10px);
  }
}

@keyframes jumpleft{
  0%,100%{
    transform: translatex(-15px);
  }
  40%{
    transform: translatex(15px);
  }
  70%{
    transform: translatex(-10px);
  }
}
.img-fluid.w-75.m-auto.img_1.none {
  display: none;
}
.img-fluid.w-75.m-auto.img_2.none.open_desc{
  display: block;
}
.img-fluid.w-75.m-auto.img_2.none {
  display: none;
}
.w-100.img_left {
  border-radius: 15px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.11);
  width: 85% !important;
}
.shadow.icon_ser img {
  width: 40px;
  height: 40px;
}
.gtco-testimonials .center .profile_text .card-img-top {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.gtco-testimonials .center .profile_text h5 {
  font-size: 18px;
}
.gtco-testimonials .center .profile_text h5 span {
  font-size: 15px;
  margin-top: 5px;
}

.gtco-testimonials .profile_text .card-img-top {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.gtco-testimonials .profile_text h5 {
  font-size: 18px;
}
.gtco-testimonials .profile_text h5 span {
  font-size: 15px;
  margin-top: 5px;
}
.profile_text {
  position: relative;
  z-index: 1;
}
.profile_text::after {
  position: absolute;
  left: 25%;
  bottom: 10%;
  content: "";
  background: url(../../../assets/img/dot-3.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  z-index: -1;
}
.Download_apk img {
  width: 170px;
  margin: 0 3px;
}
.apk_dowbnload {
  padding: 65px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fdfdfd
}
.apk_dowbnload::after {
  position: absolute;
  left: -10%;
  height: 100%;
  width: 75%;
  content: "";
  z-index: -1;
  top: 0;
  transform: skewX(-10deg);
  border-radius: 0 60px 120px 0;
  background-image: linear-gradient(45deg, #1F3D8A , #E606F0);
    opacity: 0.5;
}
.apk_dowbnload::before {
  position: absolute;
  left: -10%;
  height: 100%;
  width: 75%;
  content: "";
  z-index: -1;
  top: 0;
  transform: skewX(-10deg);
  border-radius: 0 60px 120px 0;
  background-image: url('../../../assets/img/backside.jpg');
  opacity: 0.4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.apk_dowbnload .subheading.fw-bold{
  color: #fff
}
.apk_dowbnload p{
  color: #fff
}
.img_r{
  max-width: 100%;
  max-height: 100%
}
.mobile img {
  width: 80%;
}
.mobile{
  text-align: right;
}
.mobo{
  padding-right: 40px;
}
.bramdd_sec a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
}
.bramdd_sec a img {
  height: 35px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.bramdd_sec {
  padding-top: 65px;
}
.bramdd_sec .row{
  margin: 0 -7px;
}
.bramdd_sec .row [class*="col-"]{
  padding: 0 7px;
}
/*Homepage css*/

.inner_cont {
  padding: 70px 0;
  background: url(../../../assets/img/bnr1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner_cont::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0090bc;
  opacity: 0.7;
  z-index: -1;

}
.inner_cont h4{
  font-size: 34px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.inner_cont p {
  font-size: 17px;
  margin-bottom: 0;
}
.inner_cont span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.inner_cont a {
  color: #fff;
  font-size: 17px;
  text-decoration:none;
}
.inner_cont span + span {
  position: relative;
  padding-left: 25px;
}
.inner_cont span + span::after {
  position: absolute;
  left: 6px;
  top: 4px;
  background: url(../../../assets/img/left.png);
  content: "";
  height: 17px;
  width: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.inner_bg {
  margin-top: 65px;
}
.pad_t{
  padding-top: 65px;
}
.pad_b{
  padding-bottom: 65px;
}
.sec_p{
  padding-top: 50px;
  padding-bottom: 50px;
}
.list_about li {
  position: relative;
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}
.About_s1 p{
  color: #444;
}
.img_us1 {
  text-align: center;
}
.abbourt h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.abbourt p, .abbourt ul {
  color: #666;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
}
.About_s1 .subheading.fw-bold {
  font-size: 30px;
  line-height: 1.3;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label{
  margin-bottom: 5px;
}
.form-control {
  height: 40px;
  border-radius: 15px;
  padding: 8px 15px;
  border:1px solid #fff;
}
textarea.form-control{
  height: 100px;
}
.form-control:focus{
  box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16) !important;
  border:1px solid #cc00da;
}
.btn_r{
  border-radius: 40px;
}

.price_box1 {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(31,66,135,.3);
  padding: 20px;
  border-radius: 15px;
  transition: all ease-in-out 0.5s;
}
.price_box1:hover{
  transform: translateY(-10px);
}
.price_box_inner i {
    color: #233494;
    font-size: 16px;
}
.price_box_inner p {
    text-align: left;
    font-size: 15px;
}
.price_box1 h1 {
    /* font-size: 26px; */
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    position: inherit;
    /* margin-top: 10px; */
    margin-top: 0;
}
.icon_3 {
  width: 80px;
  height: 80px;
  margin: 30px auto;
  background: #0061ff08;
  border-radius: 100%;
  color: #cc00da;
  font-size: 45px;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon_3:after{
  position: absolute;
  left: -20px;
  right: 0;
  top: -20px;
  bottom: 0;
  content: "";
  background: url(../../../assets/img/img14.png);
  background-size: cover;
  width: 120px;
  height: 120px;
  opacity: 0.3;
}
.price_box1.active .icon_3:after{
  background: url(../../../assets/img/img16.png);
  background-size: cover;
}

.price_box1 h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  /* margin-bottom: 30px; */
  /* margin-top: 10px; */

    
}
.price_box1 h2 span{
  font-size: 18px;
}
.price_box_inner h6 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffffc2;
    margin-top: 5px;
    margin-bottom: 0px;
}
.price_box1.active {
  background: #cc00da;
  color: #fff;
  transform: translateY(-35px);
}
.price_box1.active .plan_btn .btn {
  background: #fff;
  color: #cc00da;
}
.price_box1.active h1,
.price_box1.active h2{
  color: #fff;
}
.price_box1.active .icon_3{
  background: rgba(250,250,250,0.9);
}
.price_box1 {
  margin-top: 50px;
  position: relative;
    overflow: hidden;
    min-height: 435px;
}
.price_box1:before {
    content: "";
    background: red;
    height: 170px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 0 0 150px 150px;
    background-image: linear-gradient(45deg, #00417f , #00b4e3);
    background-position: top;
    background-size: cover;
}
/* .package .price_box1:before {
    content: "";
    background: red;
    height: 200px;
    right: 50%;
    left: auto;
    position: absolute;
    width: 320px;
    top: 0;
    border-radius: 0 0 200px 200px;
    background-image: linear-gradient(45deg, #00fa3d , #00b4e3);
    background-position: top;
    background-size: cover;
    transform: translateX(50%);
} */
.col-sm-3:nth-child(odd) .price_box1:before,
.col-sm-4:nth-child(odd) .price_box1:before {
  content: "";
  background: red;
  height: 170px;
  /* height: 190px; */
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 0 0 150px 150px;
  background-image: linear-gradient(45deg, #00417F , #00B4E3);
  background-position: top;
  background-size: cover;
}
.col-sm-3:nth-child(even) .price_box1:before,
.col-sm-4:nth-child(even) .price_box1:before {
  content: "";
  background: red;
  height: 170px;
  /* height: 190px; */
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 0 0 150px 150px;
  background-image: linear-gradient(45deg, #00FA3D , #00B4E3);
  background-position: top;
  background-size: cover;
}


.package .price_box1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    /* margin-bottom: 5px; */
    margin: 0;
}
.package del {
    color: red;
    font-size: 24px;
}
.btn-primary2 {
  margin-right: 5px;
  border: 1px solid #cc00da;
  color: #cc00da;
}
.btn-primary3{
  background-image: linear-gradient(45deg, #0d4082 , #01b0fd);
  color: #fff;
}
/*#mainNav .btn{
  width: 110px;
}*/
.remnper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.logi_des {
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16);
}
.donit {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
.logi_des .form-group.text-center .btn {
  width: 100%;
  border-radius: 40px;
  font-weight: 700;
}
.price_box_inner {
    /* position: inherit; */
}

.Social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
/* .Social-media i {
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    font-size: 22px;
    margin: 5px 10px 20px;
    border-radius: 30px;
    padding: 0;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5323a8;
} */

.Social-media i {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  font-size: 18px;
  margin: 0 10px 0 0;
  border-radius: 30px;
  padding: 0;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5323a8;
}
.Social-media a {
  text-decoration: none;
}
.price_box {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 12px rgb(173 54 255 / 17%);
  position: relative;
  overflow: hidden;
}
.price_box h1 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.price_box h2{
    font-size: 20px;
    font-weight: 500;
    color: #661caf;
}
.internet_home.internet_home2 {
    padding-top: 50px;
}
.ml-minus{
  margin-left: -80px;
}
.mr-100{
  margin-right: 100px;
}
.price_box::before {
  content: "";
  position: absolute;
  right: -20px;
  width: 80px;
  height: 80px;
  top: -20px;
  background: #ce0de4;
  border-radius: 50%;
  opacity: 0.2;
}

/*.mobile_recharge {
    background: #f1f1f1;
    padding: 100px;
    text-align: center;
    background-image: url('../../../assets/img/backside.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 45px;
    border-radius: 240px;
    position: relative;
}*/
.mobile_recharge {
    padding: 0 0 50px;
}
.sec_mobile{
   padding: 20px 100px 10px;
    text-align: center;
    margin: 0 0px;
    border-radius: 240px;
    background-image: linear-gradient(45deg, #00417f61 , #00b4e3ad);
    position: relative;
    background: #00b4e3;
}

/*.mobile_recharge {
    padding: 60px 100px 40px;
    text-align: center;
    margin: 0 45px;
    border-radius: 240px;
    background-image: linear-gradient(45deg, #00417f61 , #00b4e3ad);
    position: relative;
    background: #00b4e3;
}*/

.sec_mobile::before {
    content: "";
    left: 0;
    text-align: center;
    background-image: url('../../../assets/img/back1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 240px;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    filter: blur(4px);
}

.mobile_recharge .subheading.fw-bold, .mobile_recharge p{
    color: #fff;
}
.mobile_recharge .mobo{
  position: relative;
    z-index: +111;
}
.mobile_recharge .mobo input{
  text-align: center;
}
.advert {
    margin: 100px 250px 0;
}
.add_section img {
    border-radius: 0 30px 30px 0;
    width:360px;
    height: 240px;
    object-fit: contain;
}
.add_section {
    background-image: linear-gradient(90deg, #1F3D8A , #E606F0);
    border-radius: 30px;
}
.data_ad {
    padding: 20px;
    color: #fff;
}
.data_ad h1{
font-size: 2.5rem;
}
.data_ad h6{
  font-size: 1.9rem;
  color:#00ff25;
  }
.data_ad p {
    font-size: 24px;
    background: #fff;
    border-radius: 30px;
    padding: 4px 33px;
    text-align: center;
    color: #233494;
    text-transform: capitalize;
    font-weight: 700;
    margin: 9px 0;
    width: 350px;
}
.right_ad {
    position: relative;
}
.plus_data {
    position: absolute;
    top: 50%;
    right: 45px;
    font-size: 24px;
    border-radius: 40px !important;
    padding: 5px 30px;
    background: #ac05cdab;
    color: #000;
    transform: translatey(-50%);
}
.plus_data_p {
    font-size: 15px;
}

.mid_section .owl-nav {
    position: absolute !important;
    bottom: auto;
    top: 50% !important;
    left: 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.owl-nav i {
    font-size: 30px;
    color: #00b4e3;
}


.price_us.sec_p .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: none !important;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 10px;
}
.price_us.sec_p .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #fff;
    border-color: #00b4e3 #00b6e0 #fff;
    background-image: linear-gradient(45deg, #00b6e0 , #00417f);
    border-radius: 10px;
    border: none;
}
.pad_top_100{
  padding-top: 100px;
}

.page_header_sec{
  padding-top:100px;
  z-index: 2;
}
.page_header{
  width: 100%;
  height:40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page_header h1{
  z-index: 2;
}
.page_header::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #1F3D8A , #E606F0);
  opacity: 0.5;
  z-index: 1;
}
.back_head_portability{
  background-image: url("../../../assets/img/port.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.back_head_new_line{
  background-image: url("../../../assets/img/new.jpg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.compatibility_sec {
    margin: 0px 0 0px;
    padding-bottom: 150px;
}
.back_head_compatibility{
  background-image: url("../../../assets/img/compatibility.jpg");
  background-position: 0px -67px;;
  background-size: cover;
  background-repeat: no-repeat;
}
.back_head_plans{
  background-image: url("../../../assets/img/plans.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.log_img{
  z-index: +1111;
}
.log_img::after {
  background-image: linear-gradient(45deg, #FF01F8 , #01B2E2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: +1111111;
  content: "";
  opacity: 0.5;
}
.back_head_coverage{
  background-image: url("../../../assets/img/coverage_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_img{
  height: 250px;
  width: 100%;
object-fit: contain;
object-position: center;

}
.flot_index{
  z-index:2;
}
#compatibility{
  padding-top: 100px;
  padding-bottom: 20px;
}
.step_box1{
  position: relative;
  margin-top: 120px;
}
.step_box1 h1 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  margin-top: 10px;
  background: linear-gradient(45deg, #FF01F8 , #01B2E2);
  width: 170px;
  height: 170px;
  border-radius: 170px;
  display: flex;
 
  justify-content: space-around;
  align-items: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);}
.step_box_para{
    padding: 85px 25px 25px 25px;
  }


  .back_head_national{
    background-image: url("../../../assets/img/national.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .back_head_innational{
    background-image: url("../../../assets/img/international.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .back_head_e-sim{
    background-image: url("../../../assets/img/esim.jpg");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .brand img{
height: 50px;
  }


  @media only screen and (max-width: 992px) {
 
}
  @media only screen and (max-width: 767px) {
    .mid_section {
    min-height: auto;
}
.owl-carousel .owl-item .banner_img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
#compatibility {
    padding-top: 0;
    padding-bottom: 20px;
}
}
   @media only screen and (max-width: 548px) {
    
.navbar{
  width:100vw !important;
}
    .owl-carousel .owl-item .banner_img img{
      /*width: 300px;*/
      width: 100%;
    }
    .top_section h1{
      font-size: 28px;
      }
      .advert{
        margin: 0;
        margin-top: 0px;
      }
      .right_ad{
        width: unset;
      }
      .plus_data{
            right: -110px;
      } 
      .subheading.fw-bold {
    font-size: 28px !important;
    line-height: 30px !important;
    text-align: center;

  }
    .apk_dowbnload::before,.apk_dowbnload::after{
          height: 33%;
    width: 100%;
  left: 0;
  border-radius: 0;
  transform: skewX(0deg);
    }
    .apk_dowbnload .subheading.fw-bold{
      font-size: 28px;
    }
    .sec_mobile{
          padding: 20px 0px 10px;
       border-radius: 50px ;
    }
    .sec_mobile::before{
      border-radius: 50px ;
    }
    .mobo{
      padding-right: unset;
    }
    .img_r{
      margin-top: 200px !important;
    } 

.data_ad{
  padding: unset;
}
.data_ad p{
      font-size: 18px;
      margin:unset;
      text-align: center;
}
.data_ad h1{
  margin:  10px 0;
         font-size: 18px;  
}
.data_ad h6{
  margin:  10px 0;
         font-size: 15px;  
}

.data_ad p {
    font-size: 10px !important;
    margin: 5px 0;
    text-align: center;
    padding: 4px 8px;
width: 150px;
}
.add_section img {
    border-radius: 0 30px 30px 0;
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.add_section{
  position: relative;
  margin: 0 10px;
}
.right_ad {
    /* display: none; */
    position: absolute;
    top: 0px;
    right: 0;
}
.plus_data {
    position: absolute;
    top: 50%;
    right: 45px;
    font-size: 24px;
    border-radius: 12px !important;
    padding: 5px 0;
    background: #ac05cdab;
    color: #000;
    transform: translatey(-50%);
}
.plus_data p {
    font-size: 10px;
}
.plus_data {
    right: 10px;
    padding: 5px 10px;
}
.mobile img {
    width: 100%;
}
}



.back_t{
  background-image: url("../../../assets/img/home_back_h.png");
  background-position:center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-size div div i{
  
    font-size: 40px;
    color: gray;
   
}
.icon-size div div{
  margin-right: 35px;
}

.phone-name .col-sm-4 ul{
  list-style: none !important;

}

.phone-name .col-sm-4 ul li h6{
font-weight:900;
color:#383597;
margin-bottom: 0;
margin-top: 10px;


}

.header_box_position{
  height: 170px;
  position: relative;
  z-index: 1;
}

.plan_btn {
  /* position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; */
  margin-top: 20px;
}
.plan_btn a{
  width: 80%;
}

.new_font{
  font-size: 26px !important;
}

del {
  color: red;
  font-size: 20px;
}



/*select_js_css*/
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    height: 40px !important;
    border-radius: 15px !important;
    padding: 8px 15px;
    border: 1px solid #fff !important;
    -webkit-user-select: none;
    box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd !important;
    border-radius: 10px;
    height: 40px;
}
.select2-dropdown {
    border: 1px solid #0000 !important;
    top: 10px;
    z-index: 1051;
    box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16);   
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 10px !important;
    width: 20px !important;
}
.price_box_inner ul li {
    /*text-align: left;*/
    font-size: 15px;
    margin-bottom: 10px;
}
.price_box_inner ul {
    padding: 0;
    list-style: none;
}
.esim_bx {
    min-height: 150px;
    /*border: 1px solid #eb00eb17;*/
    /*background: #00e83c00;*/
}
.esim_bx.price_box::before {
    content: "";
    position: absolute;
    right: -20px;
    width: 100px;
    height: 100px;
    top: auto;
    /*background: #00b4e3;*/
    border-radius: 50%;
    opacity: 0.2;
    bottom: -20px;
    display: none;
}
.esim_bx.price_box.text-end::before {
   right: auto;
   left: -20px;
}
.esim_bx.price_box h4 {
    font-size: 26px;
    font-weight: bolder;
    color: #5622a9;
}

.support img {
    padding: 10px;
    height: 60px;
    width: auto;
    box-shadow: 0px 2px 12px rgb(173 54 255 / 17%);
    border-radius: 15px;
}


.celular_item img {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 10px;
}
.celular_item {
    background: #fff;
    border-radius: 15px;
    padding: 3px 3px 15px 3px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 12px rgb(173 54 255 / 17%);
    position: relative;
    overflow: hidden;
}
.celular_item h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}
.celular_item p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px !important;
}

.owl-carousel3 .owl-dots .owl-dot {
    background: #8a848b94 !important;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 2px;
}
.owl-carousel3 .owl-dots .owl-dot.active {
    background: #cb00d9 !important;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.owl-carousel3 .owl-dots {
    text-align: center;
}

.owl-carousel3 .owl-dots.disabled {
    display: block !important;
}
.cost_bx {
    box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16);
    border-radius: 10px;
    padding: 15px;
    width: 380px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #cccccca6;
}
label#lbl_deliveryestimate {
    font-size: 20px !important;
    font-weight: 800;
    margin: 0 0 20px 0;
}
.cost_bx p {
    font-size: 15px;
    font-weight: 800;
    color: #000;
}
#div_userdata div {
    margin-bottom: 20px !important;
}
#div_userdata label {
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}

.content-equip h3, .content-equip p{
  padding: 0;
}

.fs-40px {
  font-size: 40px !important;
}

.icon-back h1 {
  color: #fff;
  margin-bottom: 0;
  background: linear-gradient(45deg, #FF01F8, #01B2E2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 12px;

}
.esim-img-home{
  width: 75%;
}


@media screen and (max-width:767px) {
  .esim-img-home{
  width: 100%;
}
#compatibility {
    padding-top: 0;
    padding-bottom: 20px;
}
.heading-section.mb-5.px-md-5 p {
    text-align: center;
}
.text_center{
  text-align: center;
}
.brand img {
    height: 70px;
    margin: 6px 0;
}
.add_section {
    background-image: linear-gradient(90deg, #1F3D8A , #E606F0);
    /*border-radius: 0;*/
}
section.advert.m-0 .container {
    padding: 0;
    margin: 0;
}
section.advert.m-0 .container .add_section{
  margin: 0;
}
div#div_getimei .subheading {
    text-align: left;
}
#btn_getimeidetails {
    margin-top: 10px;
}
.page_header {
    height: auto;
}
}