 body {
 
    margin: 0;
    padding: 0;
     box-sizing: border-box;
}


/* ........  vip title........ */

.titlename{
font-size:25px;
font-weight:700;
font-family: unset;
 margin-left:162px;
margin-top:-34px; 
color: #1f1a6c;
white-space:nowrap;
}

@media (max-width:504px){
.titlename{
font-size:20px;
 }
 .social-icons a{
      display: none;
    }

  }
@media (max-width:343px){
  .titlename{
    display: inline;
   
    margin-left:-3px;
  }

}
/*  ....... phno and mailid top....... */

  @media (max-width:1120px){
    .details-wrapper ul li{
      display: none;
    }
    .details ul li{
display: none;
  }
}
.details-wrapper {
  position: absolute;
  top: 0;
  right:0;
 margin-top: 50px; 
}
.details{
  list-style: none;
   color:#f04f16 ;
  font-family:Times;
  font-weight:bold;
  display: flex;
  flex-direction: column;
  justify-content:end;
}  
/*  ........ nav section.......... */
nav{

  background: #f04f16;
  height:60px;
  width: 100%;
   margin-bottom:0px;
}

label.logo:hover{
  color: #5eb9ff;
}nav ul{
  float:left;
  margin-right: 20px;
}
nav ul li {
  display: inline-block;
padding-top:18px;

}
nav ul li a{
  font-family:poppins;
  font-size:16px;
  font-weight: 400;
  padding: 7px 13px;
  border-radius:3px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
nav a.active,nav a:hover{
  color:white;
  background-color:black;
  border-radius:10px 5px 10px 5px;
  transition: 1s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float:right;
  margin-top:15px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display:none ;
}
/*  ........sticky top...... */
 .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1000;
     animation: fadeIn 1s ease;
}
@media (max-width:1120px){
  
  .checkbtn{
    display: block;
  }
 nav ul{
    position: fixed;
    width:60%;
   height:auto;
   padding-bottom:30px;
    background: #f04f16c9;
    left: -100%;
     text-align:center;
    
    transition: all .5s;
  }
  nav ul li{
    display: block; 
    

    line-height: 30px;
  }
  nav ul li a{
    font-size:15px;
    
  }
  
#check:checked ~ ul{
  left: 0;
}

}
  
/* Dropdown Button */
.dropbtn {
  color: white;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropbtn::after {
  content: "\25BE"; 
  font-size: 1em;
  margin-left: 5px;
}

.dropdown-content a:hover {
  background-color:#f04f169c ;
  border-radius:0 0 0 0;
  color: white;
  transition:0.2s;
}

/* dropdown menu on hover */
.dropdown:hover .dropdown-content {
  margin-top: 5px;
  display: block;
}

/* ........social icons top..... */
.social-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top:20px; 
}

.social-icons a{

  color:black;
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a i{
  line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i{
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
/*  ........sticky top...... */
 .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1000;
     animation: fadeIn 1s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



/*welcome heading */
.firstheading{
  font-weight: bolder;
font-style:monospace;
text-align: center;
color:#f04f16;
font-size:50px;
font-style:italic;
letter-spacing:-2px;
 
}
@media (max-width:600px){
.firstheading{
 font-size:30px;
     }
     .fonts{
      font-size:13px ;
     text-align:justify;
     }
  }
.smalltext{
  font-size:18px;
 
 display: flex;
 justify-content: center;
 opacity:0.5;

}
 .fonts{
  padding: 10px;
  font-size:16px;
  font-family: poppins;
  text-align:justify;
}
.firstimage{
  border: solid;
  border-color: #f04f16;
  border-width:5px;
  


}



/* .......carousel css .......*/
 .carousel-control-prev, .carousel-control-next {
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    background-color:#f04f16; 
    border: none; 
    margin: 0 10px; 
    margin-top:13%;
    margin-left:15px;

  }

  
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px; 
    height: 30px; 
    background-color:#f04f16; 
    border-radius: 50%; 
}
  
  .carousel-control-prev-icon::before, .carousel-control-next-icon::before {
    position: relative;
    top: 50%;

    transform: translateY(-50%);
  }

   .carousel-item {
    transform: scale(2);
    transition: transform 0.5s ease;
}

.carousel-item.active {
    transform: scale(1);
}
   
  @media only screen and (max-width:700px){

.carousel-control-prev, .carousel-control-next {
 width: 30px; 
    height: 30px; 

}

}


/*........ orange div above the image ........*/
    .maindiv {
    border: solid;
    position: absolute;
    top: 100px;
    right: 40%;
    transform: translateX(-50%);
    height: 60%;
    width: 35%;
    background-color: #f04f169c;
    border-radius: 0px 70px 0 0px;
    
    border-color: #f04f169c;
    box-sizing: border-box;
    z-index: 1;
    color: #C0C0C0;
    font-family: Andalé Mono;
    animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width:1180px){
  .maindiv {
 
    left:50%;
   height:auto;
   width:auto;
   padding:20px;
   position: relative;
   background-color: #f04f16;


}


}
/*............. GET FIT STRONG heading............ */
.maintext {
    position: absolute;
     bottom:40%;
    left:70%;
  
    transform: translateX(-50%);
    color: white;
   
    font-size:5vw;
    font-weight:bolder;
   
     font-family: Poppins;

}
@media only screen and (max-width:1180px){
 .maintext{
    
     position: absolute;
     bottom:65%;
    left:50%;
    font-size:40px;
 
    transform: translateX(-50%);

} 

}
@media only screen and (max-width:400px){
.maintext{

  font-size:18px ;
  margin-bottom:100px;
    }

}
@media only screen and (max-width:250px){
  .maintext{

   margin-bottom:100px;}
}
.divfont2 {
            font-size: 18px;
            margin:40px;
      
            font-family: 'Poppins', sans-serif;
            color: white;
            text-align:justify;

        }
/*............ learnmore btn.......... */
.button1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding:0;
  margin-top:-30px;
  margin-left:30px;
 

  font-size: inherit;
  font-family: inherit;
}

.button1.learn-more {
  width: 12rem;
  height: auto;
}

.button1.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  box-shadow: 0 0 5px 1px white;
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}

.button1.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.button1.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.button1.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.button1.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color:white;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;

  margin-left:40px;
}

.button1:hover .circle {
  width: 100%;
  box-shadow: 0 0 10px 2px white;
}

.button1:hover .button-text {
  transform: translate(-1.7rem, 0);
}

.button1:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(8.7rem, 0);
}

.button1:active .circle .icon.arrow {
  transform: translate(9.5rem, 0);
  transition: all 0.3s;
}

.button1:active .circle {
  transform: scale(0.9);
  transition: all 0.3s;
  box-shadow: 0 0 5px 0.5px white;
}

.button1:hover .button-text {
  color: #fff;
}

.button1:active .button-text {
  color: rgba(255, 255, 255, 0.459);
}


/*............ VIP gym  facilities  heading .......*/
.heading{

  margin-top:50px;
    letter-spacing:2px;
 font-size: 2px;

    display: flex;
    justify-content:center;
   
    opacity:0.7;
}
@media (max-width: 1180px) {
  .heading{
    padding-top: 100px;
  }

}

/* video css */


/*   .....gym facilities section....... */


.card1 {
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;

        }

        .card1:hover {
            transform: translateY(-5px);
        }

        .video-container {
            position: relative;
            overflow: hidden;
            padding-top: 56.25%; 
        }

        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .equipment-list {
            list-style-type: none;
            padding: 0;
        }

        .equipment-list li {
            margin-bottom: 10px;
            text-align: justify;
        }

        /* ....Animation for facilities section ....*/
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
            animation-timing-function: ease-in-out;
        }

        .fadeInUp {
            animation-name: fadeInUp;
        }



.card1:hover {
    box-shadow: 0 5px 1px  #f04f16 ;
}

.card1-title {
    color: #333;
}

.card1-text {
    color: #666; 

}

.rounded-video-container {
    border-radius: 15px;
    overflow: hidden;
}

/* .......video styling........... */
video {
    max-width: 100%;
    height: auto;
}
.equipment{
     font-size:25px;
     color:#1f1a6c ;
}
.gym{
     font-size:25px;
     color:#1f1a6c ;
}




/*  ...........first main about heading .............*/
 .aboutheading{
  font-size:28px;
  font-weight:500;
  text-align: center;
  font-family: system-ui;
  color:#131c21;

}

.usheading{
  font-size:28px;
  font-weight:700;
  color:#1e196c;
  text-align: center;
  font-family: system-ui;

}

 .smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    height: 5px;
    width: 70px;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16c9;
  }

    


.fistpara{
     font-size:19px; 
     text-align: justify;
     font-family:fangsong;
     opacity:0.8;
}
.founderheading{
  font-size:18px;
  font-weight:600;
  font-family:ui-monospace;
}
.name{
  font-size:22px ;
  font-weight:900;
 font-family: ui-monospace;
 letter-spacing:2px;
  color:#1e196c ;
  
}


 

.sirimage {
    width:100%;
    
     border: solid;
    
    border-color:#f04f16c9 ;
   border-style:groove;
   border-width:3px;
    border-radius:10px 0 10px 0;
  
} 



.listes  {
    list-style: none;
    font-size:17px;
    opacity:0.8;
    font-family: initial;
   

  }

.secondpara{
  margin-top:10px;
 font-size:18px; 
 opacity:0.8;
 text-align: justify;
font-family:initial;
}
/*........ media query for banner image...... */
@media (max-width: 767px) {
   
    #demo .carousel-inner .carousel-item img {
      height: auto;
      max-height: 150px; 
    }
  }
/*....... gym specailzations heading....... */
.gymheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
font-family: system-ui;
 

}
.specialheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}
@media (max-width:300px) {
.specialheading{

  font-size:20px;
}
.gymheading{
   font-size:20px;
}
}
.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }
  .firstpara{
list-style: none;
 font-size:18px; 
 opacity:0.8;
 text-align: justify;
font-family:initial;
  }

  .subheading1{
    color:#1e196c;
    font-size:20px;
    font-weight: bold;

  }
  .smalldiv2{
    position: absolute;
    margin-left:15px;
    transform: translateX(-10%);
    height: 2px;
    width:30px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color:#f04f16c9;
  }
 
/* Add styles for the image */
   .img-thumbnail {
    border: 3px solid #f04f16;
    border-radius: 10px; 
    transition: all 0.5s ease-out;

  }


  .img-thumbnail:hover {
    
background-color: #f04f169c;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); 
  } 
 
  .listbelow li{
    list-style: none;
    font-size:18px; 
 opacity:0.8;
 text-align: justify;
font-family:initial;
    
  }
 .lastpoint{
font-size:18px; 
 opacity:0.8;
 text-align: justify;
font-family:initial;
margin-left:40px;
 }


/* ...........gallery sections.......... */

.ourheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
font-family: system-ui;
  color:#131c21 ;

}
.galleryheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}

.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }


/* .........images cards........ */

.card {
  position: relative;
  width:100%;
  height:auto;
  
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
@media (max-width: 767px) {
.card {
  margin-top:15px;


}
}
.card img {
  width:100%;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 16px rgba(255, 255, 255, 0.2);
}
.card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  padding: 20px;
  box-sizing: border-box;
  background-color:#f04f164c ;
  color:white;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover .card__content {
  transform: rotateX(0deg);
}

.card__title {
  padding:5px;
  margin: 0;
  font-size:20px;
  text-align: center;
  font-weight:700;


}

.card:hover img {
  scale: 1;
 transition: 5s ease-out; 
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: #777;
  line-height: 1.4;
}
/* .............button over the images....... */
 .gallerybtn{
 --color: #560bad;
 font-family: inherit;
 display: inline-block;
 width: 8em;
 height: 2.6em;
 line-height: 2.5em;
 margin: 20px;
 position: relative;
 overflow: hidden;
 border: 2px solid var(--color);
 transition: color .5s;
 z-index: 1;
 font-size: 17px;
 border-radius: 10px;
 font-weight: 500;
 color: var(--color);
}

 .gallerybtn:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--color);
 height: 150px;
 width: 200px;
 border-radius: 50%;
}

 .gallerybtn:hover {
 color: #fff;
}

 .gallerybtn:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.gallerybtn:hover:before {
 top: -30px;
 left: -30px;
}

.gallerybtn:active:before {
 background: #3a0ca3;
 transition: background 0s;
}
/*     ............inagural functions images......  */

.inaguralheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
  font-family: system-ui;
  color:#131c21 ;

}
.functionsheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}

.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }
  
/*     ............vip gym images......  */

.vipheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
  font-family: system-ui;
  color:#131c21 ;

}
.gymheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}

.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }

/* ...........media query for silambuimages and early images.......... */
@media (max-width: 767px) {
  .silambuimg{
    margin-left:100px;
  }
}
@media (max-width: 300px) {
  .silambuimg{
   margin-left:1px;
  }
}


  /* ...........membership details heading....... */

.membershipheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
font-family: system-ui;
  color:#131c21 ;

}
.detailsheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}

.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }

 .subheadinggents{
    color:#f04f16;
    font-size:22px;
    font-weight: bold;
 border-bottom:solid;
 border-radius:0 0 0 5px;
 border-color:#1e196c ;
  } 
  .subheading2{
    color:#1e196c;
    font-size:24px;
    font-weight: bold;


  }
  .subheading3{
    color:#1e196c;
    font-size:20px;
    font-weight:500;


  }
.gentspara{
list-style: none;
 font-size:16px; 
 opacity:0.8;
 text-align: justify;
font-family:initial;
  }
  ul,li{
    list-style: none;
  }
  .fees{
  color:#f04f16;
  opacity:1;


  }

  .smalldiv2 {
    position: absolute;
    margin-left:15px;
    transform: translateX(-10%);
    height: 2px;
    width:30px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color:#f04f16c9;
  }
  

  .membership-table {
    border: 2px solid orange;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .subheading1 {
    font-size: 24px;
    font-weight: bold;
  }

  .subheading3 {
    font-size: 18px;
    font-weight: bold;
  }

  .fees {
    font-weight: bold;
  }

/* ...........membership details heading....... */
.onlineheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
font-family: system-ui;
  color:#131c21 ;

}
.enquiryheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}

.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }
/* ......enqiry  form........ */
.form {
  display: flex;
  flex-direction: column;

  gap: 10px;
  max-width: 350px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.title {
  font-size: 28px;
  color:#1e196c;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.title::before,.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color:#f04f16;
}

.title::before {
  width: 18px;
  height: 18px;
  background-color:#f04f16 ;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message, .signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}




.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input + span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: black;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 15px;
  font-size: 0.9em;
}

.form label .input:focus + span,.form label .input:valid + span {
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .input:valid + span {
  color: green;
}

.submit {
  border: none;
  outline: none;
  background-color:#f04f16;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
}

.submit:hover {
  background-color: #f04f169c;
  cursor: pointer;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* ...........contact us heading....... */

.contactheading{

  font-size:28px;
  font-weight:500;
  text-align:center;
font-family: system-ui;
  color:#131c21 ;

}
.usheading{
  margin:10px;
  font-size:28px;
  font-weight:700;
  text-align:center;
font-family: system-ui;
  color:#1e196c ;
}

.smalldiv {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
  
    height: 5px;
    width: 70px;
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    background-color: #f04f16;
  }


/* ....................contacts us sections............ */

.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}

.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #f04f16;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #f04f169c;
}
@media (max-width: 950px) {
 
  .container1 .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
 
  .container1 .content{
    flex-direction: column-reverse;
  }
 .container1 .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container1 .content .left-side::before{
   display: none;
 }
 .container1 .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
/* .....footer section........ */
.footer {
  background-color: black;
  color: #fefefe;
  width: 100%;
  bottom: 0;
 left:0;
}



.footer .content {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1rem;
  padding-left:20px;

}

.footer.content p {
  margin-bottom: 1.3rem; 
}

.footer .content a {
  text-decoration: none;
  color: #fefefe;
}

.footer .content a:hover {
  border-bottom: 1px solid #ff4f5a;
}

.footer .content h3 {
  margin-bottom: 1.3rem;
/*   font-size: 19px; */
  color: #ff9999;
}
.footer .content p {
  color:#fefefe ;
}

footer ul,li {
  

 /*display: flex;*/
 flex-direction:row;
justify-content: space-between;

}

.mailandphno li{
  list-style: none;
  display: flex;
 justify-content:left;
margin-left: -35px;
}
 .Copyrightsection{
  text-align:center;
 }
@media (max-width: 767px) {
  .footer .content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .footer {
    position: unset;
   
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .content,
  .footer {
    font-size: 14px;
  }

}

@media (orientation: landscape) and (max-height: 500px) {
  .footer {
    position: unset;
  }


}
@media (max-width: 767px) {
  .Copyrightsection{
  font-size:13px;
  }
}









