/* ========footer-section-start========== */

.elementor-shape-fill {
    fill: #33cdd5;
}
.elementor-shape-fill1 {
    fill: #143f72;
}
.bottom-section{
    background:rgb(51 205 213) !important;
    overflow:hidden;
}

.ftr .locations {
  width: 25%;
}
@media screen and (max-width: 1090px) {
  .ftr .locations {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .ftr .locations {
    width: 100%;
  }
}
.footer-section {
  /* background: url(../images/blog-img/Footer-3.png) no-repeat; */
  background: var(--fifth-color);
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.footer-section::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #202647;
  z-index: -1;
  opacity: 0.5;
}
.footer-section .contact-info {
  margin-bottom: 12px;
}
.footer-section .contact-info h3 {
  color: #ffffff;
  padding: 0px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border-bottom: #7f7f7f 1px solid;
  padding: 11px 0px;
  margin-bottom: 18px;
}
.footer-section .contact-info p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}

.footer-section .contact-info span,
.footer-section .contact-info a {
  display: block;
  margin-bottom: -1px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  transition: all 400ms;
}
.footer-section .contact-info a:hover {
  transform: translateX(5px);
  text-decoration: none;
  color: #1bd9ee !important;
}

.footer-section .contact-info a i {
  margin-right: 8px;
}
.footer-section .our-location h2,
.footer-name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  border-bottom: #7f7f7f 1px solid;
  padding: 11px 0px;
  margin-bottom: 18px;
}
.footer-section .our-location .locations .tx {
  /*color: #fff;*/
  /*font-size: 21px;*/
  /*margin-bottom: 0;*/
  text-align:center;
  /*font-weight:600;*/
  /*line-height: 1;*/
  
  /*transform: rotate(90deg);*/
  /*right: -52px;*/
  /*top: 40%;*/
  /*position: fixed !important;*/
  background: linear-gradient(to top, #232b7b, #00c7c6);
  -webkit-background-clip: "text";
  background-clip: "text";
  margin: 5px 0;
  line-height: 26px;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid transparent;
  cursor: pointer;
  letter-spacing: 0.5px;
  z-index: 3;
  font-size: 19px;
  font-weight: 700;
  color: red !important;
  -webkit-text-stroke: var(--primary-color) 0.3px;
}
.footer-section .our-location .locations p {
  color: #fff;
  font-size: 13px;
}
.ft-cont {
  font-size: 22px;
  margin-bottom: 0px;
  color: white;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.ft-cont i {
  margin-right: 8px;
}
.footer-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-list li + li,
.term-con li + li {
  margin-left: 10px;
  border-left: 1px solid #7f7f7f;
}
.footer-list li a,
.term-con li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 0px 3px;
  text-transform: capitalize;
  transition: all 400ms;
  text-decoration: none;
}
.footer-list li a:hover,
.term-con li a:hover {
  color: #049ad3;
  text-decoration: none;
}
.term-condition {
  text-align: end;
}
.footer-menu {
  max-height: 250px;
  overflow: auto;
  /padding-right: 15px;/
  margin-top: 1rem;
}
.ft-link-icon {
  max-height: 101px;
  margin: auto;
  margin-left: 4%;
  margin-bottom: 1rem;
}
.footer-menu li + li {
  margin-top: 10px;
  border-top: 1px dashed var(--primery_clr);
}
.footer-menu li a {
  font-size: 14px;
  /*font-weight: 300;*/
  color: #fff !important;
  text-transform: capitalize !important;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  transition: all 600ms;
  display: flex;
  align-items: center;
  transform: translateX(-16px);
  line-height: 1.31;
}
.footer-menu li a i {
  margin-right: 6px;
}
.footer-menu li a:hover {
  text-decoration: none;
  color: rgb(27, 217, 238);
  transform: translateX(10px);
}
.footer-menu::-webkit-scrollbar {
  width: 3px;
}

.footer-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.footer-menu::-webkit-scrollbar-thumb {
  background-color: gray;
  /* outline: 1px solid red; */
}

.social-media-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-icon li + li {
  /*margin-left: 10px;*/
}
.footer-icon li a.w-icon {
  display: inline-block;
  background: url(../images/icons/w-bg-1.png) no-repeat top center;
  background-size: cover;
}
.footer-icon li a.f-icon {
  display: inline-block;
  background: url(../images/icons/f-bg-1.png) no-repeat top center;
  background-size: cover;
}
.footer-icon li a.i-icon {
  display: inline-block;
  background: url(../images/icons/i-bg-1.png) no-repeat top center;
  background-size: cover;
}
.footer-icon li a.p-icon {
  display: inline-block;
  background: url(../images/icons/P-bg-1.png) no-repeat top center;
  background-size: cover;
}
.footer-icon li a.t-icon {
  display: inline-block;
  background: url(../images/icons/t-bg-1.png) no-repeat top center;
  background-size: cover;
}
.footer-icon li a.y-icon {
  display: inline-block;
  background: url(../images/icons/y-bg-1.png) no-repeat top center;
  background-size: cover;
}
.footer-icon li a {
  transition: all 0.4s ease-in-out;
}
.footer-icon li a:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}
/* =======footer-responsive========= */
@media (max-width: 992px) {
  .footer-list li a,
  .term-con li a {
    font-size: 12px;
  }
  .footer-section .our-location h2,
  .footer-name {
    font-size: 20px;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .footer-list {
    display: block;
  }
  .footer-list li + li {
    border-top: 1px dashed var(--primery_clr);
    border-left: none;
    margin-left: 0;
    margin-top: 10px;
  }
  .footer-list li a {
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
  }
  .social-media-footer {
    display: block;
  }
  .social-media.footer,
  .term-condition {
    padding: 10px 0;
  }
}
@media (max-width: 425px) {
  .footer-list li a,
  .term-con li a {
    font-size: 10px;
    padding: 0;
  }
  .footer-icon img {
    max-width: 35px;
  }
}
/* ========footer-section-end======= */

/* =========payment-section-css========= */
.check-table {
  width: 100%;
  margin-bottom: 1rem;
}
.check-table tr,
.check-table th,
.check-table td {
  border: 1px solid gray;
  border-collapse: collapse;
  padding: 10px 18px;
  text-align: center;
  width: 100%;
}
.payment-info {
  padding: 40px;
  background: linear-gradient(#e66465, #9198e5);
}
.payment-card {
  background: url(../images/blog-img/png-bg.png) no-repeat top center;
  background-size: cover;
  padding: 10px;
}
.payment-box img {
  max-width: 240px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.payment-list li + li {
  margin-top: 10px;
}
.payment-list li a {
  display: flex;
  color: var(--dark);
}
.payment-list .payment-icon {
  color: var(--dark);
  font-size: 18px;
}
.payment-list .payment-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 0px 10px;
  color: var(--secondary_clr);
}
.payment-list .payment-detail {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: justify;
}
.payment-box {
  position: relative;
  left: -20%;
}
.payment-content {
  padding: 10px;
  padding-left: 50px;
}
.payment-wrapper .pay-heading {
  text-transform: capitalize;
  font-weight: bold;
  color: var(--dark);
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  position: relative;
}
.payment-wrapper .pay-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--secondary_clr);
}
ul.payment-list {
  margin-top: 15px;
}
.payment-section {
  position: relative;
}
.payment-img img {
  max-width: 400px;
  margin: auto;

  border-radius: 10px;
}
.payment-img {
  margin-top: 15px;
}
.form-payment {
  background: var(--primery_clr);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  border-radius: 30px 0px 30px 0;
  padding: 10px;
}
.payment-name img {
  max-width: 30px !important;
}
.table-bank-details tr {
  border: none;
}
.table-bank-details td {
  padding: 3px;
  margin: 7px 3px;
  border: none;
  min-width: 125px;
}
.table-bank-details .heading-details {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.table-bank-details .details {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .payment-box {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .payment-box {
    left: 5%;
  }
  .payment-card {
    padding: 20px;
  }
}

@media (max-width: 568px) {
  .payment-info {
    padding: 20px;
  }
  .payment-wrapper .pay-heading {
    font-size: 34px;
  }
  ul.payment-list {
    margin-top: 10px;
  }
  .payment-list .payment-name {
    font-size: 18px;
    padding: 0px 5px;
  }
  .payment-list .payment-detail {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .payment-info {
    padding: 10px;
  }
  .payment-wrapper .pay-heading {
    font-size: 28px;
  }
  ul.payment-list {
    margin-top: 10px;
  }
  .payment-list .payment-name {
    font-size: 16px;
    padding: 0px 5px;
  }
  .payment-list .payment-detail {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .payment-info {
    padding: 8px;
  }
  .payment-wrapper .pay-heading {
    font-size: 22px;
  }
  ul.payment-list {
    margin-top: 8px;
  }
  .payment-list .payment-name {
    font-size: 14px;
    padding: 0px 5px;
  }
  .payment-list .payment-detail {
    font-size: 13px;
    font-weight: 600;
  }

  .form-container button {
    padding: 10px 20px;
    line-height: 1;
  }

  .footer-section .contact-info h3 {
    font-size: 18px;
    padding: 5px 0;
    margin-top: 10px;
  }
  .footer-section .contact-info a {
    font-size: 16px;
  }
  .footer-list li a {
    font-size: 12px;
  }
  .term-con li a {
    font-size: 8px;
  }

  .right-inner-container {
    width: 100%;
  }
  .fnt_fs_16 {
    font-size: 14px;
  }
  .payment-box {
    left: 0;
  }
  .payment-content {
    padding: 0;
  }
  .menu-btn {
    text-align: center;
  }
  .table-bank-details .details {
    font-size: 11px;
    font-weight: 600;
  }
}
/*=============================================================================SIDEBAR SECTION START===============================================================================*/
/*=============================SOCIAL ICON START==============================*/
/*.mf-social-side-list {*/
/*  position: fixed;*/
/*  top: 30vh;*/
/*  left: 10px;*/
/*  z-index: 100;*/
/*}*/
/*.mf-social-side-list ul {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
/*.mf-social-side-list ul li a {*/
/*  color: #fff;*/
/*  border-radius: 50%;*/
/*  width: 45px;*/
/*  height: 45px;*/
/*  line-height: 35px;*/
/*  margin-top: 5px;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  -o-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/
/*.mf-social-side-list ul li a:hover {*/
/*  opacity: 0.9;*/
/*  -webkit-transform: translateY(-3px);*/
/*  transform: translateY(-3px);*/
/*}*/
/*.facebook {*/
/*  background: #3b5998;*/
/*}*/
/*.insta {*/
/*  background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 100%);*/
/*}*/
/*.linkedin {*/
/*  background: #0077b5;*/
/*}*/
/*.twitter {*/
/*  background: #00acee;*/
/*}*/
/*.sideic {*/
/*  font-size: 24px;*/
/*  margin-top: 11px;*/
/*}*/
/*=============================SOCIAL ICON END================================*/

/*=============================CALL ICON START================================*/
.call-back-1 {
  position: fixed;
  bottom: 120px;
  left: 10px;
  z-index: 99;
  animation-name: mover1;
  -webkit-animation: mover1 1s infinite alternate;
  animation: mover1 1s infinite alternate;
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.call-back-1 img {
  width: 56px;
  margin-bottom: 5px;
  display: block;
}
/*==============================CALL ICON END================================*/

/*=============================PAY BUTTON START==============================*/
.paybtn {
  /*transform: rotate(90deg);*/
  /*right: -52px;*/
  /*top: 40%;*/
  /*position: fixed !important;*/
  background: linear-gradient(to top, #232b7b, #00c7c6);
  -webkit-background-clip: "text";
  background-clip: "text";
  margin: 5px 0;
  line-height: 26px;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid transparent;
  cursor: pointer;
  letter-spacing: 0.5px;
  z-index: 3;
  font-size: 28px;
  font-weight: 700;
  color: red !important;
  -webkit-text-stroke: var(--primary-color) 1px;
}
/*=============================PAY BUTTON END================================*/

/*=============================QUERY MODAL START==============================*/
.Querybtn {
  transform: rotate(90deg);
  left: -80px !important;
  top: 30%;
  position: fixed !important;
  background: linear-gradient(to top, #232b7b, #00c7c6);
  -webkit-background-clip: "text";
  background-clip: "text";
  margin: 5px 0;
  line-height: 26px;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid transparent;
  cursor: pointer;
  letter-spacing: 0.5px;
  z-index: 3;
  font-size: 18px;
  font-weight: 700;
  color: red !important;
  -webkit-text-stroke: var(--primary-color) 1px;
}
.query_head {
  background: linear-gradient(to top, #232b7b, #00c7c6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 28px !important;
  font-weight: 600;
}
/*=============================QUERY MODAL END================================*/


/*=============================Payment Start===================================*/
.qr-btn{
                    background: linear-gradient(to top, #232b7b, #00c7c6);
                    -webkit-background-clip: "text";
                    background-clip: "text";
                    padding: 10px 15px;
                    overflow: hidden;
                    border-radius: 8px;
                    border: 0px solid transparent;
                    cursor: pointer;
                    letter-spacing: 0.5px;
                    z-index: 3;
                    font-size: 28px;
                    font-weight: 700;
                    color: red !important;
                    -webkit-text-stroke: var(--primary-color) 1px;
                }
.payment-qr{
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        gap:30px;
                        }
.upi-icn img {
                            width:auto;
                            height: 50px;
                            border-radius:8px;
                        }
/*=============================Payment End===================================*/


/*=============================GO TO TOP START================================*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: #555;
}
/*=============================GO TO TOP END==================================*/
/*=============================================================================SIDEBAR SECTION END=================================================================================*/