

.container1 {
  background: #fff;
  max-width: 1200px;
  /* height: 480px; */
  margin: auto;
  transform: translateY(15%);
  box-shadow: 0px 0px 6px 0px #22222273;
}
.container1 .circles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container1 .circles:before {
  content: "";
  position: absolute;
  left: -6%;
  top: -8%;
  width: 200px;
  height: 200px;
  background: #cc0000;
  border-radius: 50%;
}
.container1 .circles:after {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -15%;
  width: 200px;
  height: 200px;
  background: #cc0000;
  border-radius: 50%;
}
.container1 .details-container {
  position: relative;
  display: flex;
}
.container1 .details-container .avatar {
  margin: 10px auto;
  position: relative;
  float: left;
  padding: 20px;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.container1 .details-container .avatar img {
  max-width: 400px;
  height: 400px;
  margin-top: -120px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 6px 0px #22222273;
}
.container1 .details-container .about {
  float: right;
  padding: 20px;
  margin-top: 20px;
  animation: 1s ease-out 0s 1 slideUpFromBottom;
}
.container1 .details-container .about .name p {
  margin: 0;
  color: #222;
  font-size: 1.1em;
  font-weight: bold;
}
.container1 .details-container .about .name h1 {
  color: #fddb33;
  font-weight: bold;
  margin: 0;
  font-size: ;
}
.container1 .details-container .about .about-content p {
  line-height: 1.6em;
}
.container1 .details-container .about .about-content button {
  border: none;
  color: #222;
  padding: 10px;
  background: #fddb33;
  cursor: pointer;
  font-weight: bold;
  width: 250px;
  height: 40px;
  font-family: "Nunito", sans-serif;
  box-shadow: 1px 1px 10px 0px #2222222b;
  transition: 0.2s all;
}
.container1 .details-container .about .about-content button:hover {
  box-shadow: 1px 1px 1px 0px #2222222b;
}
.container1 .details-container .about .about-content button:focus, .container .details-container .about .about-content button:active {
  outline: 0;
  box-shadow: 1px 1px 10px 0px #22222280;
}
.container1 .skills-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  z-index: 1;
  animation: 1s ease-in 0s 1 fadeIn;
}
.container1 .skills-container button {
  flex: 1;
  padding: 10px;
  margin: 5px;
  border: none;
  color: #222;
  padding: 10px;
  background: #fddb33;
  cursor: pointer;
  font-weight: bold;
  width: 250px;
  height: 40px;
  font-family: "Nunito", sans-serif;
  box-shadow: 1px 1px 10px 0px #2222222b;
  transition: 0.2s all;
}
.container .skills-container button:hover {
  box-shadow: 1px 1px 1px 0px #2222222b;
}
.container1 .skills-container button:focus, .container .skills-container button:active {
  outline: 0;
  box-shadow: 1px 1px 10px 0px #22222280;
}
@media only screen and (max-width: 766px) {
  .container1 {
    height: auto;
  }
  .container1 .details-container {
    flex-direction: column;
  }
  .container1 .details-container .avatar img {
    width: 200px;
  }
  .container1 .details-container .about {
    margin-top: 10px;
  }
}




.gr-1 {
  /* background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%); */
   background: #fff;
}

.gr-2 {
  /* background: linear-gradient(170deg, #B4EC51 0%, #429321 100%); */
  background: #fff;
}

.gr-3 {
  background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}
.h-100 {
  height: 100vh !important;
}

.align-middle {
  position: relative;
  top: 50%;
 
}


.column:hover {
  padding-left: 0;
}
.column:hover .card .txt {
  margin-left: 1rem;
}
.column:hover .card .txt h1, .column:hover .card .txt p {
  color: #000;
  opacity: 1;
}
.column:hover a {
  color: #000;
}
.column:hover a:after {
  width: 10%;
}

.card {
  min-height: 170px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: 2px solid #cc0000;
  border-radius: 10px;
  color: black;
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  
}
.card:hover
{
	background: #ffd1db;
}
.card .txt {
  margin-left: 1rem;
  z-index: 1;
}
.card .txt h1 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.card .txt p {
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 1;
  color: #000;
}
.card a {
  z-index: 3;
  font-size: 20px;
  color: #fff;
 
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
}
.card a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid white;
  transition: 0.5s;
}
.card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card i {
  position: relative;
  right: -50%;
  top: 60%;
  font-size: 12rem;
  line-height: 0;
  opacity: 0.2;
  color: white;
  z-index: 0;
}


.section-testmonials {
        font-family: Poppins;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .column-testmonials {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 20%;
    }

    .section-details {
        border-left: 10px solid #CC0000;
        padding-left: 20px;
    }


    .name-section {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        color: #650061 !important;
        line-height: 1.2em;
        margin: 0;
    }

    .title-section b {
        color: #650061;
    }

    .title-section {
        color: #000;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    .navigation-testmonials {
        display: flex;
        gap: 10px;
    }


    .swiper-testmonials {
        width: 80%;
        overflow: hidden;
        position: relative;
    }

    @media (max-width: 768px) {
        .section-testmonials {
            flex-direction: column;
            align-items: flex-start;
        }

        .swiper-testmonials {
            width: 100%;
        }
    }

    .swiper-testmonials .swiper-slide {
        border-radius: 10px;
        background: linear-gradient(118deg, #CC0000 10.88%, #CC0000 83.88%);
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        transform: scale(0.9) !important;
        filter: blur(1px) grayscale(0.5);
        transition: 0.2s;
    }

    .swiper-testmonials .swiper-slide * {
        margin: 0;
    }

    .swiper-testmonials .swiper-slide-active {
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .card-slide {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .head-slide {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-slide {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .title-slide h4 {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
    }

    .title-slide h6 {
        color: #CC0000;
        font-size: 14px;
        font-weight: 500;
    }

    .text-slide {
        color: #FFF;
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }

    .swiper-button-testmonials-next,
    .swiper-button-testmonials-prev {
        cursor: pointer;
    }


    @media (max-width: 768px) {
        .header-slide svg {
            width: 50px;
        }

        .title-slide h4 {
            font-size: 14px;
        }

        .swiper-testmonials .swiper-slide {
            padding: 20px;
        }
    }
.lightbox-image img
{
	width: 400px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) { 

	.lightbox-image img
	{
	width: 350px;
	}
	.about-section .image-column .inner-column
	{
		padding-left: 0px;
	}
	.about-content
	{
		padding-top: 70px;
	}
	.about-section .content-column .inner-column
	{
		padding-left: 0px;
	}
	.product-specs li span
	{
		padding: 10px;
		
	}
	.product-specs
	{
		padding: 10px;
	}
	.at-icon-box.at-icon-left .at-icon-box-icon
	{
		float: none;
	}
	.at-icon-box .at-icon-box-icon
	{
		margin: 0 0 18px;
	}
	.sec-title h2
	{
		font-size: 30px;
	}
	.content-img
	{
		width: 350px;
	}
}
.faq-toggle
{
	top: 10px !important;
}
@media only screen and (min-width: 320px) and (max-width: 480px)
 {
	 .avatar img
	 {
		 width: 200px !important;
		 height: 200px !important;
	 }
	
	 .centered-title
	 {
		 text-align: center;
	 }
	 .about-content
	 {
		 padding-top: 10px !important;
	 }
	 .cta-text
	 {
		/* margin-top: 170px !important; */
	 }
 }	
.flip-card {
  background-color: transparent;
  /* width: 360px; */
  height: 250px;
  perspective: 1000px;
  padding: 10px;
 
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
}

.flip-card-front {
  background-color: #ffd1db;
  color: black;
  font-family: poppins !important;
}

.flip-card-back {
  background-color: #ffd1db;
  color: #000 !important;
  transform: rotateY(180deg);
  font-family: poppins !important;
}

.btn {
  display: inline-block;
  font-family: poppins;
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #cc0000;
} 
	.swiper-container {
  border-radius: 5px;
  /* width: 70vw; */
  overflow: hidden;
  height: fit-content;
  font-size: 16px;
  position: relative;
  padding-bottom: 50px;
  font-family: 'Nunito', sans-serif;
}

.swiper-slide {
  width: auto;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
  padding: 0;
  background-color: white;
}

.swiper-slide .ImgHolder {
  background-color: #4361ee;
  display: flex;
  width: 100%;
  padding: 30px;
  border-bottom-left-radius: 20px;
} 
h3 {
  text-align: bottom !important;
  margin: 0;
  width: 100%;
}

.ContentHolder::before {
  background-color: #4361ee;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.ContentHolder {
  position: relative;
  padding: 10px;
  background-color: white;
  border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid #4361ee;
}

.swiper-pagination-bullet-active {
  background-color: #4361ee;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: -40px;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

/* .swiper-button-prev {
  left: calc(50% - 80px);
}

.swiper-button-next {
  right: calc(50% - 80px);
} */

.swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  border: 3px solid #4361ee;
  outline: 2px solid white;
}

.swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.swiper-slide p {
  font-size: 0.9rem;
  padding: 5px;
}

.star-rating {
  text-align: center;
  margin-top: 10px;
}

.star {
  color: gold;
}

/* Modify anchor styles to remove underline */
.swiper-slide .ImgHolder a {
  text-decoration: none;
  color: black; /* Adjust the color as needed */
}

@media (max-width: 638px) {
  .swiper-container {
    width: 100%;
  }
}



@media (max-width: 300px) {
  

  .swiper-slide {
    border-radius: 0;
  }

  .swiper-container .ImgHolder {
    border-bottom-left-radius: 0;
  }

  .ContentHolder {
    border-top-right-radius: 0;
  }
}
.main-title
{
	font-size: 35px; 
	color: #000 !important; 
	font-weight: 600  !important;
}
.ptb-50
{
	padding: 70px 0px;
}
.pad-section
	  {
		  padding: 30px 20px;
	  }
@media only screen and (min-width: 320px) and (max-width: 480px)
 {
	 .main-title
		{
			font-size: 20px !important; 
		} 
	  .mbl-text
	  {
		  font-size: 18px !important;
	  }
	  .pad-section
	  {
		  padding: 0px;
	  }
	
 }
 .faq-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 20px ;
}

.faq-container h1 {
    text-align: center;
}

.faq-container .accordion {
    margin-bottom: 20px;
}

.faq-container .accordion-btn {
    background-color: #f4f4f4;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: poppins;
	font-size: 16px;
}

.faq-container .accordion-btn:hover {
    background-color: #ddd;
}

.faq-container .accordion-btn.active {
    background-color: #FF0000; /* Active background color */
    color: #fff;
}

.faq-container .plus-minus-btn {
    font-size: 20px;
}

.faq-container .panel {
    display: none;
    padding: 0 18px;
    background-color: #F0D4D4; /* Result background color */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	font-family: poppins;
}

.faq-container .panel.active {
    display: block;
    max-height: 200px; /* Adjust according to content height */
	padding: 15px;
}

.faq-container .accordion-content {
    margin-top: 0;
}
.flip-card-front img
{
	width: 250px;
	height: 150px;
	border-radius: 10px;
}
.flip-card-back p
	{
		color: #000;
		font-size: 14px;
		padding: 20px 15px;
		text-align: justify;
	}
	.flip-card-front h4
	{
		font-weight: 600;
		color: #000; 
		font-family: poppins; 
		font-size: 16px;
	}
	
@media only screen and (min-width: 320px) and (max-width: 480px)
 {
	.col-6
	{
		width: 50%;
		flex: 0 0 auto;
	}
	.flip-card-front img
	{
		width: 130px;
		height: 80px;
		border-radius: 10px;
	}
	.flip-card
	{
		height: 200px;
	}
	.flip-card-back p
	{
		
		font-size: 10px;
		line-height: 16px;
		padding: 10px;
		text-align: justify;
	}
	.flip-card-back .btn
	{
		padding: 10px;
		font-size: 12px;
		margin: 5px;
		height: 20px;
		line-height: 6px;
		width: 100px;
	}
	.col-xs-6
	{
		padding: 5px;
	}
	.flip-card-front h4
	{
		font-size: 16px;
		font-weight: 500;
	}
 } 
<!-- 2nd set -->

/*styles start*/

.mob-ht {
    color: #000; font-weight: bold !important;text-align: center !important; padding: 20px 20px;font-size: 35px;
}



@media screen and (max-width: 600px) {
    .mob-ht {
     font-size: 1.2rem !important;
     text-align: center;
     padding-top: 2% !important;
     font-weight: bold;
     padding-bottom: 2% !important;
 }
 
 .mob-ho {
     font-size: 1.2rem !important;
     text-align: center;
     padding-top: 2% !important;
     font-weight: bold;
 }
 
 .product-specs p {
     line-height: 1.8rem;
        font-size: 1rem;
        text-align: justify;
 }
 
 .slet li {
      line-height: 1.8rem;
        font-size: 1rem !important;
        text-align: justify;
 }
 .padp {
     line-height: 1.8rem;
        font-size: 1rem !important;
        text-align: justify;
 }

}

.swiper-button-next:after, .swiper-button-prev:after
{
    top: 90px;
    color: #fff;
    position: fixed;
}

/*styles end*/


/*  New CSS */

@media only screen and (max-width: 540px) {
    .month
    {
        margin-left:22px;
    }
   .tan
   {
       font-size:11px!important;
   }
   .tab-8 .tab-nav {
   
    font-size: 10px!important;
}

#ccta h3
{
    font-size: 18px!important;
}
}
  @media screen and (min-device-width: 768px) and (max-device-width: 1440px) { 

  .blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.img-fluid
{
   
     background: linear-gradient(to right,#3204fdba, #9907facc);
     border-radius: 25px 25px;
     
}

.text1{
        position: absolute;
        z-index: 999;
        margin:-11px;
        left:0;
        right: 0;        
        text-align: left;
        bottom: 3%; 
        background: transparent;
       
        color: #fff;
          
    }
    .text1 h4
    {
      
        font-weight: bold;
    color: white;
    font-size:19px;
    }
#nwtxt
{
    bottom: 22px;
    left:71px;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 540px)
{

#nwtxt h4
{
          margin-left: 53px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    /* margin-top: -41px; */
    z-index: 1px;
    z-index: 999;
    top: -40px;
    position: relative;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 540px)
{
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {

    display: none!important;
}
#faq
{
        margin-top: 0px;
}
.owl-item img {
    width: 84%;

}

@media screen and (max-width: 700px){
 .slider-section img  
 {
  height:200px !important;
 }
}
.faq-toggle
{
	top: 10px !important;
}
.flex-middle span a
  {
      color:black!important;
  }
       .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.welcome {
    background: #ff5a09;
    padding: 25px 0;
    text-align: center;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}
.welcome h2 {
    margin: 15px 0 25px;
}
.package-content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid rgba(222, 222, 248,0.5);
    box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
}


.package-details {
    padding: 30px 20px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid rgba(222, 222, 248,0.5);
    box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
}
.package-content u {
    font-size: 18px;
    font-weight: bold;
}
.package-details u {
    text-align: center;
}
.package-list {
    margin: 20px 0;
    padding-left: 55px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
   line-height: 2.5em;
}
.price {
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
}
.price a {
    float: right;
}
.lt{
    padding-left: 38px;
}
.btn-large1 {
    font-weight: 500;
    height: 51px!important;

    padding: 7px 46px!important;
}
.btn-large2 {
    font-weight: 500;
    height: 42px!important;

    padding: 7px 46px!important;
}
@media(max-width:540px)and(min-width:320px)
{
 .price-table
 {
     display:none;
 }
    .tab-8 .tab-nav li {
    display: inline-block;
    margin-left: 19px;
    font-size: 11px;
}
}
  @media(max-width:320px)
{
   
.tab-8 .tab-nav {
    font-size: 12px!important;
}
}
@media(max-width:540px){
    

.price-table.style3 li, .price-table.style4 li 
{
        line-height: 29px;
    font-size: 13px;

}
    .price-table
    {
        margin-top:22px;
    }
    .program
 {
     display:none;
 }
.modal .modal-content {
    padding: 38px 2px!important;
}

      #tan
   {
   }
   .tab-8 .tab-nav {
    font-size: 16px!important;
   }
.product-specs li {
    /* background-color: #f5f5f5; */
   
    line-height: 1.4em;
}
    .product-specs li span:first-child {
 
    font-size: 10px!important;
}
.product-specs li span {
    padding: 1px 3px 0px;
    font-size: 11px;
}
    #bquotes1 ul li {
    line-height: 26px!important;
    }
    #newhead
    {
            left: -6px;
    position: relative;
    }
.bquotes-1 dark
{
    font-size:10px!important;
}
.bquotes-1 ul li
{
    line-height:24px!important;
        font-size: 13px!important;
}
#bquotes1 
{
    font-size:10px!important;
    margin-top: -68px;
}
#bquotes1 ul li
{
    line-height:24px!important;
        font-size: 13px!important;
}
    #services1 p
    {
        font-size: 22px!important;
    }

    }
    #imp
    {
    font-size: 13px;
    padding-left: 22px;
}
     #padtravel
{
    font-size: 13px!important;
    
    margin-top: -44px;
    text-align: justify;
}

.product-specs li .tirupathitravels {
     
    width: 35%;;
}
.bquotes.dark {
    border-left-color: #444;
    padding: 18px 23px 7px!important;
    margin-left: 10px;

}

@media only screen and (max-width: 1440px) and (min-width: 1200px)
{
.tab-8 .tab-nav li {
   padding-left: 153px;
   
}
}
.tab-8 .tab-nav li a {
   
    color:black;
    font-weight:bold;
}
.tab-8 .tab-nav .underl   a::before {
  

  background-color:transparent;
}


}

.flex-middle a
{
    color:black;
}

@media (max-width: 1440px) { 
     #bquotes1 ul li
    {
             line-height: 33px!important;
    }

}
@media  (min-width: 1200px)  { 
.tab-8 .tab-nav li {
    
    padding-left: 136px!important;
}
   
   
    #bquotes1 ul li
    {
             line-height: 48px!important;
    }
   .portfolio.type-2 figure img {
    bottom: 151px;
}
.portfolio.type-2 .cat {
    top: -205px!important;
}
}
@media (max-width: 1440px) { 
     #bquotes1 ul li
    {
           line-height: 33px!important;
    margin-top: -1px;
    }
    .portfolio.type-2 figure img {
    bottom: 58px;
}
.portfolio.type-2 .cat {
    top: -67px!important;
}
}
@media(max-width:380px)
{
    .modal-content
    {
        width:89%;
    }
    .prev {
    left: 21px;
}
    .wrap
    {
    margin-left: -12px!important;
    }
}
.cta-logo img{
    width:90px;
    height:90px;
}
.package-details h4{
    font-weight:bold;
}

#card {
	
	height: auto;
	width: 280px;
	margin: 10vh auto;
	border-radius: 25px;
	padding-bottom: 1px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

}
#card h1 {
	font-size: 30px;
	text-align: center;
	width: 100%;
	background-color: #cc0000;
	border-radius: 25px 25px 0 0;
	color: #fff;
	padding: 30px 0;
	font-weight: 800;
	margin: 0;
}
.image-crop {
	display: block;
	position: relative;
	background-color: #E6EBEE;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 1px 1px 5px #4069E2;
}

#avatar {
	display: inline;
	height: 230px;
	width: auto;
	margin-left: -34px;
}

#bio {
	display: block;
	/* margin: 30px auto; */
	width: 280px;
	height: auto;
	border-radius: 25px;
	background: #fff;
	padding: 10px;
}

#bio p {
	color: #000;
	font-weight: 500px;
	font-size: 14px;
	font-family: poppins;
	line-height: 30px;
	text-align: justify;
}

#stats {
	display: flex;
	flex-direction: row;
	height: auto;
	width: 280px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	font-weight: 500;
}

.col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
}

.stat {
	font-size: 25px;
	margin: 0;
}

.label {
	margin: 0;
}

#buttons {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 280px;
}

button {
	display: block;
	position: relative;
	padding: 10px 0;
	width: 130px;
	margin: 30px 0;
	border-radius: 25px;
	border: none;
	font-size: 20px;
	letter-spacing: 0.2px;
	font-weight: 500;
	background-color: #4069E2;
	color: #E6EBEE;
}

button:focus {
	display: none;
}

button:hover {
	transform: scale(1.03);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#msg{
	background-color: #E6EBEE;
	color: #393B45;
}
.resiz-img
{
	width: 550px;
}
.content
{
    margin: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.resiz-img
	{
	width: 320px;
	}
}

.clear {
  clear: both;
}


.art-box svg {
  width:100%;
}

.read {
    color: rgb(100, 100, 100);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 25px;
}
.hero-section .bg-gradient-custom1
{
background: #f0d4d4 !important;
}
.banner-img
{
    width: 1500px;
    height: 400px;
}
.hbanner-img
{
    width: 1000px;
    height: 600px;
}
.res-text
{
    font-size: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) {
    .img-fluid {
        background: none ;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px)
{
.banner-img
{
    width: 1500px;
    height: auto;
}
.hbanner-img
{
    width: 1000px;
    height: auto;
}
.res-text
{
    font-size: 17px;
}
}
    
    .container-faq {
  margin: 0 auto;
  padding: 20px;
  }

 .container-faq .accordion .accordion-item {
  border-bottom: 1px solid #fff;
}

 .container-faq .accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #cc0000;
}

 .container-faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  margin: 10px;
}

 .container-faq .accordion button:hover,
 .container-faq .accordion button:focus {
  cursor: pointer;
  color: #cc0000;
}

 .container-faq .accordion button:hover::after,
 .container-faq .accordion button:focus::after {
  cursor: pointer;
  color: #cc0000;
  border: 1px solid #cc0000;
}

.container-faq .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 16px;
  font-family: poppins; 
  color: #000;
  font-weight: 600;
  line-height: 30px;
}

.container-faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.container-faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.container-faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.container-faq  .accordion button[aria-expanded='true'] {
  color: #cc0000;
  border-radius: 1px;
  margin: 10px;
}
.container-faq  .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.container-faq .accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding-bottom: 15px;
}
.container-faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.container-faq .accordion .accordion-content p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  font-family: poppins;
  font-weight: 400;
  margin: 10px 0;
  background: #FFD1DB;
  padding: 15px;
  border-radius: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after
{
    top: 90px;
    color: #fff;
    position: fixed;
}
.btn-style-one
{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.swiper-button-next:after, .swiper-button-prev:after
{
    top: 90px;
    color: #CC0000;
    position: fixed;
}
.swiper-button-next
{
    border: none;
}
.sec-title
{
    z-index: auto;
}
@media only screen and (min-width: 320px) and (max-width: 480px)
{
    .bg-gradient-custom1
    {
        padding-top: 120px;
    }
}
    
    
/* Inner Page */
@media only screen and (max-width: 540px) {
    .month
    {
        margin-left:22px;
    }
   .tan
   {
       font-size:11px!important;
   }
   .tab-8 .tab-nav {
   
    font-size: 10px!important;
}
#ccta
{
        padding: 5px 0!important;
}
#ccta h3
{
    font-size: 18px!important;
}
}


#nwtxt
{
    bottom: 22px;
    left:71px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 540px)
{
.img-fluid
{
border-radius: 25px 25px;
 margin-left: 10px !important;
 width: 100% !important;
 max-width: 100%;
 height: auto;
}
}
#nwtxt h4
{
          margin-left: 53px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    /* margin-top: -41px; */
    z-index: 1px;
    z-index: 999;
    top: -40px;
    position: relative;
}


    
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
   line-height: 2.5em;
}
.price {
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
}
.price a {
    float: right;
}
.lt{
    padding-left: 38px;
}
.btn-large1 {
    font-weight: 500;
    height: 51px!important;

    padding: 7px 46px!important;
}
.btn-large2 {
    font-weight: 500;
    height: 42px!important;

    padding: 7px 46px!important;
}

 

    

.price-table.style3 li, .price-table.style4 li 
{
        line-height: 29px;
    font-size: 13px;

}
    .price-table
    {
        margin-top:22px;
    }
    .program
 {
     display:none;
 }
.modal .modal-content {
    padding: 38px 2px!important;
}

      #tan
   {
   }
   .tab-8 .tab-nav {
    font-size: 16px!important;
   }
.product-specs li {
    /* background-color: #f5f5f5; */
   
   /*  line-height: 1.4em; */
   padding: 10px;
}
    .product-specs li span:first-child {
 
    font-size: 14px!important;
}
.product-specs li span {
    padding: 1px 3px 0px;
    font-size: 11px;
}
    #bquotes1 ul li {
    line-height: 26px!important;
    }
    #newhead
    {
            left: -6px;
    position: relative;
    }
.bquotes-1 dark
{
    font-size:10px!important;
}
.bquotes-1 ul li
{
    line-height:24px!important;
        font-size: 13px!important;
}
#bquotes1 
{
    font-size:10px!important;
    margin-top: -68px;
}
#bquotes1 ul li
{
    line-height:24px!important;
        font-size: 13px!important;
}
    #services1 p
    {
        font-size: 22px!important;
    }

    
    #imp
    {
    font-size: 13px;
    padding-left: 22px;
}
     #padtravel
{
    font-size: 13px!important;
    
    margin-top: -44px;
    text-align: justify;
}

/*    .product-specs li span:first-child {*/
 
/*    font-size: 14px;*/
/*}*/
/*.product-specs li span {*/
/*    padding: 1px 3px 0px;*/
/*    font-size: 12px;*/
/*}*/

.product-specs li .tirupathitravels {
     
    width: 50%;;
}
.bquotes.dark {
    border-left-color: #444;
    padding: 18px 23px 7px!important;
    margin-left: 10px;

}

@media only screen and (max-width: 1440px) and (min-width: 1200px)
{
.tab-8 .tab-nav li {
   padding-left: 153px;
   
}
}
.tab-8 .tab-nav li a {
   
    color:black;
    font-weight:bold;
}
.tab-8 .tab-nav .underl   a::before {
  

  background-color:transparent;
}


}

.flex-middle a
{
    color:black;
}

@media (max-width: 1440px) { 
     #bquotes1 ul li
    {
             line-height: 33px!important;
    }

}
@media  (min-width: 1200px)  { 
.tab-8 .tab-nav li {
    
    padding-left: 136px!important;
}
   
   #mobile
   {
       display:none;
   }
    #bquotes1 ul li
    {
             line-height: 48px!important;
    }
   .portfolio.type-2 figure img {
    bottom: 151px;
}
.portfolio.type-2 .cat {
    top: -205px!important;
}
}
@media (max-width: 1440px) { 
     #bquotes1 ul li
    {
           line-height: 33px!important;
    margin-top: -1px;
    }
    .portfolio.type-2 figure img {
    bottom: 58px;
}
.portfolio.type-2 .cat {
    top: -67px!important;
}
}
@media(max-width:380px)
{
    .modal-content
    {
        width:89%;
    }
    .prev {
    left: 21px;
}
    .wrap
    {
    margin-left: -12px!important;
    }
}
.pricing-table{
            background: #fff;
            text-align: center;
            padding-bottom: 20px;
            position: relative;
            margin-bottom:50px;
        }
         .pricing-table .price-value{
            color: #EF3E36;
            margin-bottom: 10px;
            transition:all 0.3s ease 0s;
        }
        .pricing-table.blue .price-value{
            color: #1CA4B9;
        }
        .pricing-table.green .price-value{
            color: #e4ac1e;
        }
         .pricing-table .currency {
            display: inline-block;
            font-size: 30px;
            vertical-align: top;
            margin-top: 8px;
        }

        .price-value .amount {
            font-size: 50px;
            font-weight: 700;
        }
        .pricing-content ul {
            color: #6f6f6f;
            line-height: 50px;
            font-size: 17px;
            margin-bottom: 20px;
        }
        .pricing-content ul li{
            border-bottom:1px dashed rgba(0,0,0,0.1);
			font-family: poppins;
			color: #000;
        }
        .pricing-content ul li:last-child{
            border-bottom:none;
        }
        .Sign-Up a{
            display: inline-block;
            padding: 10px 25px;
            background: #EF3E36;
            color:#fff !important;
            font-size: 18px;
            font-weight: 600;
            position: relative;
            overflow: hidden;
        }
        .pricing-table.blue .Sign-Up a{
            background: #1CA4B9;
        }
        .pricing-table.green .Sign-Up a{
            background: #e4ac1e;
        }
        .Sign-Up a:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            display: inline-block;
            background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
            transform: translate(0,100%);
            transition: all .6s ease-in-out;
            opacity: 0;
        }

        .Sign-Up a:hover:before {
            opacity: 1;
            transform: translate( 0,-100%);
        }
        @media screen and (max-width:990px){
            .pricing-table{
                margin-bottom: 30px;
            }
        }
		
ol {  
  font-family: system-ui, sans-serif;
  color: #000;
  
  width: fit-content;
  max-width: 30rem;
  margin-block: 0;
  margin-inline: auto;
  padding-block: 2rem;
  padding-inline: 0;
  
  display: grid;
  gap: 3rem;
  
  list-style: none;
  counter-reset: liCount;

  > li {
    --border-radius: 1rem;
    --padding: 0px;
    --number-size: 3rem;
    --indent: 3.5rem;
    
    display: grid;
    --text-column: minmax(calc(var(--number-size) * 2), 1fr);
    grid-template-columns: var(--number-size) var(--text-column);
    gap: 0.5rem;
    grid-auto-flow: dense;
    align-items: center;
    box-shadow: 2px 2px 5px hsl(0 0% 0% / .5);
    
    margin-inline: var(--indent) 0rem;
    padding-block: var(--padding);
    padding-inline: var(--padding) calc(var(--padding) * 2);
    border-radius: var(--border-radius);
    background-color: var(--accent-color);
    counter-increment: liCount;

    &::before, &::after { 
      content: "";
      grid-area: 1/1;
      background-color: var(--accent-color);
      background-image: linear-gradient(hsl(0 0% 100% / .8) 0 0);
    }
    &::before {
        font-family: "Font Awesome 5 Free";
         font-weight: 900;
   content: "\f1b9";
     /*  content: counter(liCount, decimal-leading-zero); */
      font-size: 25px;
      color: #cc0000;
      
      aspect-ratio: 1;
      border-radius: calc(var(--border-radius) - var(--padding));
      display: grid;
      place-items: center;
      box-shadow: inset 0 0 2px hsl(0 0% 0% / .75);
    }
    &::after{
      --scale: 1.4;
      aspect-ratio: 1/1;
      border-radius: calc(var(--border-radius) / var(--scale));
      scale: var(--scale);
      rotate: 45deg;
      z-index: -1;
      box-shadow:
        calc(var(--multi, 1) * -1px) calc(var(--multi, 1) * 1px) 5px hsl(0 0% 0% / .5),
        calc(var(--multi, 1) * -.5rem) calc(var(--multi, 1) * .5rem) 0 0 #c60001;
      
    }
  }
}

.product-specs li span
{
	font-family: poppins !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	
}

.my-line {
    font-family: Poppins;
    border-bottom:3px dashed rgba(0,0,0,0.1);
    }
/* Box CSS Heree */
.box {
	padding: 0px;
  
  height: 150px;
  border: 0px solid black;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  display: flex;
  align-items: center;
  
  cursor: pointer;
  margin: 2rem 0;
}

.box .box-title {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px;
  text-align: center;
  font-family: poppins;
}

.box:hover {
  background-size: 100%;
  background-color: #FFD1DB;
}

/* End of Box CSS Here */

.message-box {
  border-radius: 6px;
  margin: 10px auto;
  padding: auto 0;
  position: relative;
}
.message-box i {
  vertical-align: middle;
  padding: 10px;
}
.message-box i.exit-button {
  float: right;
  opacity: 0.4;
}
.message-box i.exit-button:hover {
  opacity: 0.8;
}

.message-text {
  vertical-align: middle;
}

.message-box-info {
  background-color: #CDE8F6;
  border: #2697d1 2px solid;
  color: #447EAF;
}

.message-box-warn {
  background-color: #F8F4D5;
  border: #e9dd7e 2px solid;
  color: #96722E;
}

.message-box-error {
  background-color: #ECC8C5;
  border: #d37f78 2px solid;
  color: #B83C37;
}

.message-box-success {
  background-color: #DDF3D5;
  border: #9ddc86 2px solid;
  color: #597151;
}
.justify-content-center
{
	
	justify-content: center !important;
}



*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 50%;  }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	/* margin-right: 2%; */
	/* margin-bottom: 20px; */
}
.end { margin-right: 0 !important; }
.text-center {text-align: center !important;}



/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */
    .name-section {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        color: #650061 !important;
        line-height: 1.2em;
        margin: 0;
    }

    .title-section b {
        color: #650061;
    }

    .title-section {
        color: #000;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }
}

.container-faq {
  margin: 0 auto;
  padding: 20px;
  }

 .container-faq .accordion .accordion-item {
  border-bottom: 1px solid #fff;
}

 .container-faq .accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #cc0000;
}

 .container-faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  margin: 10px;
}

 .container-faq .accordion button:hover,
 .container-faq .accordion button:focus {
  cursor: pointer;
  color: #cc0000;
}

 .container-faq .accordion button:hover::after,
 .container-faq .accordion button:focus::after {
  cursor: pointer;
  color: #cc0000;
  border: 1px solid #cc0000;
}

.container-faq .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 16px;
  font-family: poppins; 
  color: #000;
  font-weight: 600;
  line-height: 30px;
}

.container-faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.container-faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.container-faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.container-faq  .accordion button[aria-expanded='true'] {
  color: #cc0000;
  border-radius: 1px;
  margin: 10px;
}
.container-faq  .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.container-faq .accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding-bottom: 15px;
}
.container-faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.container-faq .accordion .accordion-content p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  font-family: poppins;
  font-weight: 400;
  margin: 10px 0;
  background: #FFD1DB;
  padding: 15px;
  border-radius: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after
{
    top: 90px;
    color: #CC0000;
    position: fixed;
}
.content {
    margin: 10px;
}
.swiper-button-prev, .swiper-button-next
{
   border: none;
}
.banner-img {
    width: 1500px;
    height: 600px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 540px)
{
    .banner-img {
    
       width: 100%;
       height: auto;
    }
    
}
