@font-face {
  font-family: 'georgiabold';
  src: url('../fonts/georgia_bold-webfont.woff') format('woff2'),
    url('georgia_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaitalic';
  src: url('georgia_italic-webfont.woff') format('woff2'),
    url('georgia_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaregular';
  src: url('georgia_regular_font-webfont.woff') format('woff2'),
    url('georgia_regular_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f2f2f2;
  color: #000000;

  font-family: Arial, Helvetica, sans-serif;

}

.same-gap {
  margin-bottom: 30px;
}

img[width="1"] {
  display: none;
}

.btn {
  background-color: #770633;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newClass {
  background-color: white;
  box-shadow: 0 0 5px gray;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  max-width: 225px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.menu ul li a {
  color: black;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-number {
  display: flex;
}

.contact-number a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* HEADER CSS ENDS */
.banner {
  margin-top: 6%;
  position: relative;
  /* height: 95vh; */
}

.banner .swiper1 {
  height: 100%;
}

.banner-wrap-div {
  height: 100%;
}

.banner-img {
  height: 100%;
}

.banner-img .img-fluid {
  height: 100%;
}

/* banner */
.banner-cnt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

.banner-cnt-div h1 {
  color: #fff;
  font-size: 30px;
}

.banner-cnt-div p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.banner-enquier-btn {
  position: fixed;
  background: #fff;
  transform: rotate(270deg);
  right: -61px;
  top: 50%;
  z-index: 1;
}

.banner-enquier-btn .btn {
  /* color: #000; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.project-usp {
  background-color: #fff;
}

.project-usp-item p {
  color: black;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}

.project-usp-item h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.project-usp-item {
  padding: 15px 0;
  text-align: center;
}

.project-title h3 {
  margin-bottom: 25px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.project-title p {
  margin-bottom: 10;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #00162c;
  text-align: center;
}

.project-highlight .table td .value {
  font-size: 20px;
}

.project-highlight .table td .metric {
  font-size: 16px;
}

.highlight-cnt {
  background-color: #cc0066;
  text-align: center;
  padding: 20px 20px 4px 20px;
	height:250px;
}

.highlight-cnt p {
  color: #fff;
  height: 50px;
}

.other-highlight-item {
  height: 100%;
  background-color: #00162c;
}

.know-more {
  text-align: center;
  margin: 15px 0;
}

.price_inner {
  border: 1px solid rgb(54, 41, 110, 30%);
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 0 5px gray;
}

.price_inner .rc_one {
  border-bottom: 1px solid rgb(54, 41, 110, 15%);
  line-height: 170%;
  padding-top: .9rem;
  padding-bottom: .9rem;
  text-transform: uppercase;
  font-size: .8rem;
  color: #262a29;
}

.price_inner .rc_one span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
}

.portfolio-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 1;
}

.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 1;
}

.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #262a29;
  border-right: 1px solid #262a29;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #262a29;
  border-left: 1px solid #262a29;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item {
  position: relative;
  margin-top: 20px;
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #262a29;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
}

.portfolio-item .overlay-content {
  position: relative;
  z-index: 9;
}

.location-cnt ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.location-cnt ul li {
  font-size: 18px;
  margin-bottom: 15px;
}

.accordion .fa {
  margin-right: 0.5rem;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}

footer {
  text-align: center;
  background-color: #000000;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
}

footer p {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 10px 0;
  line-height: 20px;
}

.floor-master-slider-div {
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.key-feature-div .table-bordered td,
.key-feature-div .table-bordered th {
  width: 33.33%;
}

.project-highlight .table-bordered td,
.project-highlight .table-bordered th {
  width: 25%;
}

.about-developer {

  padding: 0px 0;
}

.about-developer-cnt p {
  margin: 15px 0 0 0;
  line-height: 30px;
  text-align: justify;
  color: #000000;
}

/* .about-developer-form {
  border: 2px solid #00162c;
  padding: 20px;
  text-align: center;
} */
.about-developer-form {
  padding: 15px;
  text-align: center;
  background-color: #4b93db;
}

.about-developer-form h4 {
  color: #fff;
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0;
  border-color: #000;
  padding: 10px 15px;
  height: auto;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.countryCode {
  position: absolute;
  left: 1px;
  width: 140px;
  border-radius: 0;
  border: none;
  height: 96%;
  top: 1px;
}

.countryCode~.form-control {
  padding-left: 150px;
}

.about-developer-form .submit-btn {
  width: 100%;
  padding: 10px 15px;
}

.know-more .btn {
  background-color: #db0101;
  color: #fff;
}

.know-more .btn a:hover {

  background-color: #000000;
  color: #fff;
}

.price_inner .know-more {
  margin: 15px 0 0 0;
}

.price_inner .know-more .btn {
  background-color: #db0101;
  color: #fff;
}

.floor-master-div .know-more .btn {
  margin-bottom: 0;
  background-color: #00162c;
  color: #fff;
}

.floor-master-div .know-more .btn a:hover {
  margin-bottom: 0;
  background-color: #000000;
  color: #fff;
}

.modal-title {
  color: #00162c;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

a.whatsapp_float {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
  background-color: #31c131;
  font-size: 25px;
  padding: 0 0;
  color: #fff;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.calltoactionresponsive {
  display: none;
}

.faq-div .card h2 .btn {
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  white-space: normal;
}

.faq-div .card h2 .btn .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.floor-master .portfolio-item {
  margin-bottom: 20px;
}

.card-header {
  padding: 0;
}

.mySwiper2 {
  margin-bottom: 15px;
}

.about-developer-form .contact-number a {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  position: static;
  padding: 10px 15px;
  transform: translateY(0);
}

.modal-body .about-developer-form {
  background-color: transparent;
  padding: 0;
}

.project-video-inner-div {
  position: relative;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-section-1 {
  background-image: url("../images/bg/bg2.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}

.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.itawacta {
  position: relative;
}

.cta-section-1 h3 {
  color: #fff;
}

.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
}

.modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  margin: 0;
}

/* banner */

/* auto popup desing */
.auto-popup-left {
  background-color: #fafafa;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.auto-popup-left h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.auto-popup-right {
  text-align: center;
}

.auto-popup-logo {
  margin: 0 auto 15px;
  max-width: 170px;
}

.modal-dialog {
  max-width: 615px;
}

.auto-popup-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.auto-popup-left ul li {
  margin-bottom: 10px;
}

.auto-popup-right .btn {
  width: 100%;
}

a.popup-mobile-number {
  background-color: #4b93db;
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  text-decoration: none;
}

button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  z-index: 9;
}

.modal-dialog .modal-content .modal-body {
  padding: 15px;
}


/* auto popup desing */



/* RESPONSIVE CSS STARTS HERE */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

}

@media only screen and (max-width: 1400px) {
  .logo {
    max-width: 170px;
  }

  .menu ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }

  .contact-number a {
    font-size: 18px;
    padding: 10px 10px;
  }

  .banner-cnt-div h1 {
    font-size: 25px;
  }

  .project-usp-item p {
    font-size: 16px;
  }

  .project-usp-item h2 {
    font-size: 18px;
  }

  .project-title h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Arial;
  }

  .project-title p {
    font-size: 16px;
    margin-top: -8px;
  }

  .project-highlight .table-bordered td .img-fluid {
    width: 20px;
  }

  .project-highlight .table td .value {
    font-size: 16px;
  }

  .project-highlight .table td .metric {
    font-size: 16px;
    color: #000000;
  }

  .highlight-cnt p {
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
  }

  .price_inner .rc_one span {
    font-size: 1rem;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 21px;
  }

  .modal-title {
    font-size: 20px;
  }

  .about-developer-form h4 {
    font-size: 25px;
  }





}

@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 150px;
  }

  .menu ul li a {
    padding: 5px 7px;
    font-size: 15px;
  }

  .contact-number a {
    font-size: 14px;
  }

  .banner-cnt-div h1 {
    font-size: 22px;
  }

  .banner-cnt-div p {
    font-size: 15px;
  }

  .project-usp-item p {
    font-size: 15px;
  }

  .project-usp-item h2 {
    font-size: 15px;
  }

  .project-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .about-developer-cnt p {
    font-size: 15px;

  }

  .same-gap {
    margin-bottom: 30px;
  }


}


@media only screen and (max-width: 991px) {
  .button_container {
    background: black;
    position: absolute;
    top: 50%;
    right: 0;
    height: 34px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  }

  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
    }

    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0
    }
  }

  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
    }

    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0
    }
  }

  .contact-number a span {
    /* display: none; */
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }

  .overlay nav {
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }

  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .calltoactionresponsive {
    display: flex;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    width: 50%;
    text-align: center;
    background-color: #1e2f5c;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon {
    background-color: #31c131;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon .fa {
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  a.whatsapp_float {
    display: none;
  }

  .project-usp-item p {
    font-size: 14px;
  }

  .project-usp-item h2 {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 20px;
  }

  .highlight-cnt {
    padding: 15px 8px 4px 8px;
  }

  .price_inner {
    margin-bottom: 20px;
  }

  .about-developer-form h4 {
    font-size: 20px;
  }

  .about-developer-form {
    padding: 12px;
  }

  footer {
    padding-bottom: 45px;
  }



}

.banner-img .img-fluid {
  height: 100%;
}

.location-advantage-div {
  text-align: center;
}

@media(max-width:767px) {
  .banner-img .img-fluid {
    height: 100%;
    margin-top: 10%;
  }

  .border-right-size {
    border-bottom: 1px solid #fff;
  }

  .border-right-type {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }

  .project-usp .container {
    max-width: 100%;
  }

  .banner-enquier-btn {
    display: none;
  }

  .project-highlight .table-bordered td,
  .project-highlight .table-bordered th {
    width: auto;
    padding: 5px;
  }

  .project-highlight .table td .value {
    font-size: 14px;
  }

  .project-highlight .table td .metric {
    font-size: 13px;
    margin: 0;
  }

  .highlight-cnt {
    padding: 20px 20px 4px 20px;
  }

  .highlight-cnt p {
    height: auto;
  }

  .other-highlight-item {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .key-feature-div .table-bordered td p,
  .key-feature-div .table-bordered th p {
    font-size: 13px;
  }

  .location-cnt {
    margin-top: 20px;
  }

  .about-developer-cnt {
    text-align: center;
  }

  .about-developer-form {
    margin-top: 20px;
  }

  .faq-div .card h2 .btn {
    font-size: 14px;
  }

  .faq-div .card-body p {
    font-size: 14px;
  }

  .banner {
    height: auto;
  }

  .banner-cnt {
    display: none;
  }

  .mobile-form {
    padding: 20px 0 0;
  }

  .mobile-configuration-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .mobile-configuration-title h1 {
    font-size: 30px;
    margin: 0;
  }

  .mobile-configuration-title p {
    margin: 0;
  }

  .mobile-configuration-type p span {
    font-size: 18px;
  }

  .mobile-configuration {
    text-align: center;
  }

  .mobile-configuration-type p {
    margin: 0;
  }

  .mobile-configuration-type {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .project-usp {
    display: none;
  }

  .usp-item {
    display: flex;
    margin-bottom: 30px;
  }

  .usp-img {
    width: 45px;
  }

  .usp-cnt {
    width: 85%;
    padding: 0 0 0 10px;
  }

  .usp-cnt span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
  }

  .usp-cnt p {
    font-size: 14px;
  }

  .mobile-usp-div-inner {
    border-bottom: 1px solid #153276;
    padding-top: 20px;
  }

  .highlight-content ul {
    padding: 0;
    list-style: none;
  }

  .google-location-map {
    margin-top: 20px;
  }

  .google-location-map iframe {
    max-width: 100%;
    height: 300px;
  }

  .price_inner .know-more .btn {
    width: 100%;
  }

  .know-more .btn {
    width: 100%;
  }

  #highlight .know-more {
    padding: 0 20px;
  }

}

@media only screen and (max-width: 575px) {

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    padding: 8px;
    font-size: 12px;
  }

  a.whatsapp_float {
    width: 35px;
    height: 34px;
  }

  .banner-cnt-div h1 {
    font-size: 20px;
  }

  .banner-cnt-div p {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 16px;
  }

  .project-title p {
    font-size: 14px;
  }

  .about-developer-cnt p {
    font-size: 13px;
  }

  .about-developer-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  footer p {
    font-size: 10px;
    line-height: 15px;
  }

  .about-developer {
    padding: 25px 0;
  }

  .same-gap {
    margin-bottom: 20px;
  }

  .logo {
    max-width: 130px;
  }

  .contact-number a {
    font-size: 16px;
  }

  .overlay {
    top: 64px;
  }

  .play-btn {
    width: 40px;
  }

  .usp-cnt span {
    font-size: 16px;
  }

  .usp-cnt p {
    font-size: 13px;
  }

  .usp-item {
    margin-bottom: 10px;
  }

  .mobile-configuration-title h1 {
    font-size: 22px;
  }

  .pad-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .itawacta p {
    font-size: 14px;
    line-height: normal;
  }

  .faq-div .card h2 .btn {
    font-size: 13px;
    padding: 10px 25px 10px 10px;
  }

  .faq-div .card-body p {
    font-size: 13px;
    margin: 0;
  }

  .card .card-body {
    padding: 10px;
  }

}

.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn:hover span {
  padding-right: 25px;
}

.btn:hover span:after {
  opacity: 1;
  right: 0;
}