/*--------------------------------------------------------------
# Common Section
--------------------------------------------------------------*/
.common-section {
  padding: 20px;
  margin: 20px;
}
@media (max-width: 768px) {
  .common-section {
    padding: 20px 0;
    margin: 20px;
  }
}

@media (max-width: 576px) {
  .common-section {
    padding: 10px 0;
    margin: 10px;
  }
}
/*--------------------------------------------------------------
# Header Navbar
--------------------------------------------------------------*/

.navbar {
  position: absolute; 
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 35px;
  background: transparent;
  z-index: 1030;
  border: none;
}
.navbar .nav-item.active a.nav-link {
  color: #c11d6c !important;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}

.navbar .nav-item a {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.navbar .nav-item a:hover {
  color: #c11d6c;
}

.navbar .nav-link {
  position: relative;
  padding: 0;
}

.navbar .navbar-toggler {
  cursor: pointer;
}

.navbar .navbar-toggler span {
  color: #fff;
}

.dropdown {
  float: left;
  position: relative;
  border: none;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  z-index: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; 
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.nav-btn{
  background: #91034c; 
  background: linear-gradient(to right, #021735, #91034c); 
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff!important;
  text-decoration: none;
  width: 100%!important;
}
.nav-btn:hover{
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border: none;
}

@media (max-width: 991px) {
  .navbar {
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .nav-btn{
    width: 100%!important;
    margin-bottom: 2px;
    border-radius: 0;
  }
  .navbar .nav-link {
    padding-left: 10px;
  }
  .navbar .nav-item a:hover {
    background-color: #f5f5f5;
    border-bottom: 2px solid #c11d6c;
  }
  .navbar-brand img {
    height: 40px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Hero Banner Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/home-hero-background.webp) top right no-repeat fixed;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  color: #0652C5;
    background: #0652C5;
    background: -moz-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: -webkit-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: linear-gradient(to right, #D4418E 0%, #0652C5 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero h5 {
  color: #333;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 400;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 20px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border-top-left-radius: 15px; 
  border-bottom-right-radius: 15px; 
  border-top-right-radius: 0; 
  border-bottom-left-radius: 0; 
  text-decoration: none;
}
.hero .btn-get-started:hover{
  background: #91034c; 
  background: linear-gradient(to right, #021735, #91034c); border: none;
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
  padding: 60px;
}

/* @media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    text-align: center;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
} */

/*--------------------------------------------------------------
# Hero Banner-2 Section
--------------------------------------------------------------*/
.hero-2 {
  width: 100%;
  height: 52vh;
  background: url(../img/hero-background.webp) bottom right no-repeat fixed;
  background-size: cover;
}

.hero-2 h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  background: linear-gradient(to right, #D4418E, #e2559e, #155dc9, #0652C5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; 
  text-align: center;
}
.breadcrumbs-icons{
  padding: 0 10px;
  color: #D4418E;
}

.hero-2 b {
  color: #3b3a3a;
  margin: 20px 0 0 0;
  font-size: 17px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .hero-2 {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero-2 {
    height: auto;
    text-align: center;
    padding: 120px 0 60px 0;
  }

  .hero-2 .hero-2-img {
    text-align: center;
  }

  .hero-2 .hero-2-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero-2 {
    text-align: center;
  }

  .hero-2 h1 {
    font-size: 32px;
  }

  .hero-2 h2 {
    font-size: 24px;
  }

  .hero-2 .hero-2-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Hero Banner-3 Section
--------------------------------------------------------------*/
.hero-3 {
  width: 100%;
  height: 80vh;
  background-size: cover;
}

.hero-3 h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #0652C5;
    background: #0652C5;
    background: -moz-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: -webkit-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: linear-gradient(to right, #D4418E 0%, #0652C5 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.hero-3 h2 {
  color: #000;
  margin: 15px 0 0 0;
  font-size: 19px!important;
  font-weight: 500;
}

.hero-3 h5 {
  color: #333;
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-3 .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-decoration: none;
}

.hero-3 .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero-3 .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero-3 .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero-3 .hero-img-3 {
  text-align: right;
  padding: 60px;
}

@media (min-width: 1024px) {
  .hero-3 {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero-3 {
    height: auto;
    text-align: center;
    padding: 120px 0 60px 0;
  }

  .hero-3 .hero-img-3 {
    text-align: center;
  }

  .hero-3 .hero-img-3 img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Service Content Section
--------------------------------------------------------------*/
.service-main-section{
  margin: 0;
  padding: 50px 0;
}
.service-header{
  text-align: center;
}
.service-header h2{
  font-size: 35px;
}
.service-header span{
  font-size: 35px;
  color: #D4418E;
}
.service-content{
  padding: 20px;
  margin: 10px;
  height: 315px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.service-content:hover{
  padding: 20px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  border-radius: 20px;
}

/* .service-main-section h2{
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #0652C5;
    background: #0652C5;
    background: -moz-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: -webkit-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: linear-gradient(to right, #D4418E 0%, #0652C5 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
} */

.service-content h3{
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  margin: 15px 0;
}
.service-content p{
  text-align: justify;
  font-size: 16px;
}
.service-icon{
  height: 80px;
  width: auto;
}

/*--------------------------------------------------------------
# Timer Section
--------------------------------------------------------------*/

.timer-section{
  margin: 0;
  padding: 70px 0 30px 0;
}
.timer-section .offer-btn{
  width: 30%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #91034c;
  background: linear-gradient(to right, #021735, #91034c);
  border: none;
}
.timer-section .offer-btn:hover{
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border: none;
}
.special-styles h2{
  text-align: left;
  font-weight: 900;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}
.special-styles .header-1{
  font-size: 110px;
  color: #D4418E;
  line-height: 70px;
  font-weight: 600;
}
.special-styles .header-2{
  font-size: 70px;
  padding: 0 5px;
  color: black;
  font-weight: 400;
}
.special-styles h3 {
  text-align: left;
  margin-top: -20px;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.special-styles img{
  height: 50px;
  width: auto;
}

.special-styles p{
  font-size: 18px;
}

.small-content{
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
}

.timer {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 5px solid #fff;
  background: #981f5e;
  background: linear-gradient(to bottom, #042960, #D4418E);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.timer h3 {
  font-weight: 12px;
  letter-spacing: .125rem;
  text-transform: uppercase;
}
#headline{
  margin: 10px 0 -10px 0;
  font-size: 24px;
  text-align: center;
}

.timer li {
  display: inline-block;
  font-weight: 900;
  font-size: 1.0em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
}

.timer li span {
  display: block;
  font-size: 2.5rem;
  text-align: center;
}

.app-download{
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 8px double #fff;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #000;
}

/* @media all and (max-width: 768px) {
  h3 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
} */

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.feature-section{
  margin: 0;
  padding: 80px 0;
}
.feature-header h2{
  font-size: 35px;
}
.feature-header span{
  font-size: 40px;
  color: #D4418E;
}
.feature-box{
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  margin: 10px 2px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.feature-box:hover{
  background-color: #f5f5f5;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.feature-box h3{
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.feature-icon{
  width: 60px;
  height: auto;
}
.feature-section p{
  margin-top: 20px;
}


/*--------------------------------------------------------------
# Plans Sections
--------------------------------------------------------------*/

.plan-section{
  margin: 0;
  padding: 40px 20px;
}
.plan-title{
  text-align: center;
}
.plan-title h2{
  font-size: 35px;
}
.plan-title span{
  font-size: 40px;
  color: #D4418E;
}
.plan-card{
  height: 50%;
  width: auto;
  margin: 10px;
  padding: 20px;
}
.plan-details{
  padding: 10px;
}
.plan-details li{
  font-size: 18px;
  line-height: 40px;
}
.plan-details h5{
  color: #D4418E;
}
.plan-details a{
  color: #D4418E;
  text-decoration: none;
}
.add-cart-btn{
  width: 80%;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.add-cart-btn:hover{
  background: #91034c; 
  background: linear-gradient(to right, #021735, #91034c); 
  color: #fff;
}
.select-plan-btn{
  margin-right: 5px;
  font-size: 14px;
  font-weight: 800;
  color: #D4418E;
  border: 1px solid #D4418E;
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.select-plan-btn:hover {
  color: #8a0047;
  border: 1px solid #8a0047;
}
.plan-img{
  margin: 0;
  padding: 2px;
}
.plan-img h3{
  text-align: center!important;
  font-size: 16px;
  font-weight: 800;
}
.plan-img h4{
  text-align: center;
  color: #777;
  font-size: 16px;
}
.plan-btn{
  width: 60%;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.plan-btn:hover{
  color: #fff;
  background: #91034c; 
  background: linear-gradient(to right, #021735, #91034c);
}
.plan-btn a{
  text-decoration: none;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials Sections
--------------------------------------------------------------*/

.testimonial-container {
  position: relative;
  padding: 20px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #f5f5f5;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  }
  .testimonials-heading{
    text-align: center;
  }
  .testimonials-heading h2{
    text-align: center;
  }
  .testimonials-heading h3{
    text-align: center;
    font-size: 24px
  }
  .testimonials-heading span{
    font-size: 28px;
    color: #D4418E;
  }
  .testimonials-heading img{
    height: 55px;
    padding: 10px;
    width: auto;
  }
  .testimonials-heading .review-btn{
    width: auto;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    background: #981f5e;
    background: linear-gradient(to left, #042960, #D4418E);
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border: none;
  }
  .testimonials-heading .review-btn:hover{
    font-size: 15px;
    padding: 8px 20px;
    font-weight: 600;
    background: #91034c; 
    background: linear-gradient(to right, #021735, #91034c); 
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  
  .testimonial-slider {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  }
  
  .testimonial {
  flex: 0 0 100%;
  padding: 20px;
  }
  
  .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #981f5e;
  background: linear-gradient(to left, #042960, #D4418E);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  }
  .prev:hover {
    background: #91034c; 
    background: linear-gradient(to right, #021735, #91034c);
  }
  .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #981f5e;
  background: linear-gradient(to right, #042960, #D4418E);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  }
  .next:hover {
    background: #91034c; 
    background: linear-gradient(to right, #021735, #91034c);
  }
  
  .prev {
  left: 0;
  }
  
  .next {
  right: 0;
  }
  .testimonial img{
    width: 60px;
    height: auto;
    padding: 5px;
  }
  .author{
    font-size: 18px;
    font-weight: 600;
  }
  .testimonial p{
    font-style: italic;
    padding: 10px;
  }

/*--------------------------------------------------------------
# Info Section
--------------------------------------------------------------*/

.info-section{
  padding: 50px 0;
}

.content-info{
  padding: 40px;
}
.content-info h2{
  color: #D4418E;
  font-size: 40px;
}
.content-info span{
  margin-top: -20px;
  color: #000;
  font-size: 30px;
}
.flag-img{
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 0 5px 0;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.flag-img p{
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.flag-img img{
  height: 70px;
  width: auto;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about-section{
  margin: 0;
  padding: 50px 0;
}
.service-header{
  text-align: center;
}
.service-header h2{
  font-size: 35px;
}
.service-header span{
  font-size: 35px;
  color: #D4418E;
}
.about-box{
  padding: 20px;
  margin: 10px;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #f5f5f5;
}
.about-box:hover{
  padding: 20px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ffffff;
}

/* .service-main-section h2{
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #0652C5;
    background: #0652C5;
    background: -moz-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: -webkit-linear-gradient(left, #D4418E 0%, #0652C5 100%) !important;
    background: linear-gradient(to right, #D4418E 0%, #0652C5 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
} */

.about-box h3{
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin: 15px 0;
}
.about-icon{
  height: 60px;
  width: auto;
}
.about-img{
  padding: 10px;
}
.about-details li{
  text-align: justify;
  font-size: 18px;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Frequently Asked Question
--------------------------------------------------------------*/

.faq {
  padding: 50px 10px;
}
.faq-container {
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
}
.faq .header-title h2{
  text-align: center;
}
.faq .header-title span{
  color: #D4418E;
  font-weight: 900;
}
.collapsible {
  background: #fff;
  color: #171616;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  margin: 2px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active, .collapsible:hover {
  background-color: #000;
   background-image: linear-gradient(125deg,#04347c,#D4418E);
   color: #fff;
}

.collapsible:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible:before {
  color: #fff;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 5px;
}

.faq-img {
  padding: 20px;
  margin: 0;
}

.faq-img img {
  height: 470px;
  width: auto
}

/*--------------------------------------------------------------
# eSIM Process Section - 1
--------------------------------------------------------------*/

.esim-process-section-1{
  margin: 0;
  padding: 30px 0;
}
.process-title-1{
  text-align: center;
}
.process-title-1 h2{
  font-size: 30px;
}
.process-title-1 span{
  font-size: 40px;
  color: #D4418E;
}
.process-title-1 p{
  text-align: center;
  color: #777;
  font-size: 15px;
}
.process-img-1 img{
  width: 200px;
  height: auto;
}
.process-img-1 h3{
  text-align: left;
  font-size: 30px;
  font-weight: 800;
}
.process-img-1 li{
  color: #424141;
  font-size: 15px;
  line-height: 35px;
}

/*--------------------------------------------------------------
# eSIM Process Section - 2
--------------------------------------------------------------*/

.esim-process-section-2{
  border: 12px double #fff;
  background: #f9e7f0;
  background: linear-gradient(to top, #d7e1f4, #f5ebf0);
  border-radius: 30px;
  padding: 50px;
}
.process-title-2{
  text-align: center;
}
.process-title-2 h2{
  font-size: 30px;
}
.process-title-2 span{
  font-size: 40px;
  color: #D4418E;
}
.esim-process-section-2 li{
  font-size: 16px;
  line-height: 40px;
}

/*--------------------------------------------------------------
# eSIM Process Section - 3
--------------------------------------------------------------*/

.esim-process-section-3{
  margin: 0;
  padding: 30px 0;
}
.process-title-3{
  text-align: center;
}
.process-title-3 h2{
  font-size: 30px;
}
.process-title-3 span{
  font-size: 40px;
  color: #D4418E;
}
.process-title-3 p{
  text-align: center;
  color: #777;
  font-size: 15px;
}
.process-img-3 img{
  width: 280px;
  height: auto;
}
.process-img-3 h3{
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
.process-img-3 p{
  text-align: center;
  color: #777;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #000;
    background: linear-gradient(to right, #220112, #001026);
  }
  
  #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000;
  }
  
  #footer .footer-top .footer-contact {
  margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  }
  
  #footer .footer-top .footer-contact h3 span {
  color: #E20074;
  }
  
  /* #footer .footer-contact .footer-logo{
  height: 40px;
  width: 40px;
  } */
  
  #footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  }
  
  #footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  }
  
  #footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #E20074;
  bottom: 0;
  left: 0;
  }
  
  #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: white;
  font-size: 18px;
  line-height: 1;
  }
  
  #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: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
  }
  
  #footer .footer-newsletter {
  font-size: 15px;
  }
  
  #footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  }
  
  #footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #E20074;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-newsletter form input[type=submit]:hover {
  background: #E20074;
  }
  
  #footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  }
  
  #footer .social-links a:hover {
    background: #981f5e;
    background: linear-gradient(to top, #043a8a, #D4418E);
    color: #fff;
    text-decoration: none;
  }