/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li a{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
img{
    vertical-align: middle;
}


/* common css end */

/* nav  */

.navbar-nav{
    display: none;
}
.menu-bg{
    position: fixed;
    width: 100%;
    height: 76px;
    z-index: 9;
    top: 0;
    left: 0;
   background-color: white;
}
.quicktech-title h4{
    padding-top: 24px;
  /*padding-left: 20px;*/
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 25px;
}
.quicktech-logo-main{
    display: flex;
}
.quicktech-noti i{
    font-size: 20px;
}
/* nav */
/* banner */
.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    text-wrap: balance;
}
.dropdown-menu li a{
    text-wrap: balance;
}
.mob-m{
    color: rgba(0, 0, 0, 0.584);
    font-size: 20px;
}
.mob-col{
    color: black;
    background-color: transparent;
    border: transparent;
    padding: 0;
    font-size: 18px;

}
.mob-col:hover{
    background-color: transparent;
    color: black;
   }
.vv{
    background-color: #7a2578;
}
.vv li a{
    color: white;
}
.cc{
    background-color: #7a2578;
}
.cc li a{
    color: white;
  word-wrap: wrap;
  text-wrap: balance;
  font-size: 13px;
}
.bb{
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border: transparent;
}
.bb:hover{
    background-color: transparent;
}
#quicktech-banner{
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    height: 612px;
    margin-top: -12px ;
}
.quicktech-cover-img{
    height: 400px;
    position:relative !important;
}
.quicktech-i img{
    height: 480px;
    margin-top: 88px;
}
.quicktech-profile-img {
	position: absolute;
	bottom: -282px;
	left: 58px;
}
.quicktech-profile-img img {
	width: 180px;
	height: 180px;
	border: 3px solid #7a2578;
	padding: 2px;
	background-color: white;
}
.quicktech-p-left{
    padding-left: 240px;
}
.quicktech-p-left h2{
    padding-left: 20px;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.quicktech-p-left a{
    padding-left: 20px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.495);
}
.quicktech-p-c{
    display: flex;
    justify-content: space-between;
}
  .quicktech-p-right button{
    padding: 10px 20px;
    background-color: #7a2578;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-radius: 10px;
  }
  .quicktech-p-right a{
    color: white;
  }
  .quicktech-p-right button:hover{
    background-color: rgba(0, 0, 0, 0.34)

  }

  .quicktech-p{

        background-color: white;
        /* border: ; */
        border-radius: 50%;
        padding: 3px;
  }
  .quicktech-post-button{
    padding: 10px;
    background-color:#7a2578 ;
    border: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

  }
.quicktech-post-button a{
   color: white;
  }
  .quicktech-registered-user {
	position: absolute;
	top: 74%;
	right: 40px;
	padding: 10px 20px;
	background-color: #7a2578;
	border-radius: 10px;
}
  .quicktech-registered-user h4{
    color: white;
    font-size: 20px;
  }
  .quicktech-registered-user span {
	color: black;
	font-size: 16px;
	padding: 6px 9px;
	line-height: 10px;
	background-color: white;
	border-radius: 50%;
}
.quicktech-content{
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.quicktech-content h4{
    font-size: 50px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.quicktech-content p{
    font-size: 25px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
/* banner */
/* category */
#quicktech-category{
    padding: 10px 0;
    
}
.quicktech-category-main{
    border-top: 1px solid black;
    padding-top: 20px;
}
.quicktech-category-flex{
    display: flex;
      column-gap: 30px;
    /* padding: 30px 10px; */
}
.quicktech-category-flex span{
    color: #ddd;
}
.quicktech-category-flex li a{
   color: black;
}
.scroll{
    height: 800px;
    overflow: scroll;
    border-radius: 20px;
}
/* category */
/* featured latest*/
.quicktech-pos-sticky{
    position: sticky !important;
    top: 0 !important;
}
.quicktech-intro{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 22px;
}
.quicktech-pro{
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.quicktech-gal-main{
    display: flex;
    justify-content: space-between;
}
.quicktech-photos-main{
    border: 1px solid rgba(0, 0, 0, 0.185);
    border-radius: 10px;
    padding: 10px;
}
.quicktech-pro::after{
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.356);
}
.info-item span{
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    
}
.gallery-item img{
    height: 150px;
}
.quicktech-modal-img{
    height: 100vh;
    position: relative;
    width:auto;
    margin:auto;
}
.quikctech-imggg{
    background-color:black;
}
.quicktech-close{
    font-size: 50px;
    color: red;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
}
.quicktech-gal-head h3{
    font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
#quicktech-feature-latest{
    padding: 30px 150px;
}
.quicktech-f-head h4{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
}
.p{
    /*padding-top: 20px;*/
}
.quicktech-f-img-main img{
    height: 200px;
    cursor: pointer;
}
.coll{
    border: 1px solid #ddd;
    padding: 20px 10px;
    border-radius: 10px;
}
.quicktech-c-img{
    width: 100%;
    /*height: 550px;*/
    text-align:center;
  

}
.quicktech-c-img img{
    width:auto !important;
    height:500px !important;
}
.rel {
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 20px;
    
}
.rell {
	position: relative;
	
    
}
.quicktech-c-img img{
    width: 100%;
    /*height: 100%;*/
    /*filter: brightness(97%);*/
}
/* .quicktech-circular-content {
	position: absolute;
	content: '';
	top: 4%;
	left: 40px;
} */
.quicktech-circular-content h4{
   color: black;
   font-size: 20px;
   font-family: "Roboto", sans-serif;
   font-weight: 500;
}
.quicktech-circular-content img {
	border: 2px solid #7a257873;
	border-radius: 50%;
	margin-top:10px;
}
.quicktech-circular-content p{
    color: black;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
 }
 .quicktech-button {
	position: absolute;
	bottom: 180px;
	right: 102px;
}
.quicktech-button button{
    padding: 10px 20px;
    background-color: #7a2578 !important;
    border: none;

}
.quicktech-button-c {
	position: absolute;
	bottom: 30px;
	right: 53px;
	/* padding: 5px 15px; */
}
.quicktech-button-c button{
    padding: 10px 20px;
    background-color: #7a2578 !important;
    border: none;

}
.quicktech-button button:hover{
    background-color: #7a2578a7 ;
    transition: 0.4s;
}
.quicktech-button a{
   color: white;
    
}
.quicktech-like-flex{
    display: flex;
    justify-content: space-around;
}
.quicktech-like-flex li a{
    padding: 10px 30px;
    background-color: #ddd;
    color: black;
    border-radius: 20px;
    font-size: 11px;
}
.quicktech-like-flex li a:hover{
    background-color: #dddddd98;
}
.gapp{
    row-gap: 20px;
}
.coll{
    background-color: #dddddd7e;
}
.quicktech-recent-img img{
    height: 300px;
}

.quicktech-recent-img h4{
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 20px;
 }
 .quicktech-vision-img img{
    height: 300px;
    border-radius: 20px;
 }
 .quicktech-v-head h4{
    color: black;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 20px;
 }
 .quicktech-chairman-head h3{
    color: black;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 20px;
 }
 .quicktech-chairman-main img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
 }
 .quicktech-chairman-main p{
    margin: auto;
  width: 920px;

 }
 .quicktech-chairman-main h6{
    color: rgba(0, 0, 0, 0.523);

 }
 .quicktech-chairman-main{
    background-color: #dddddd68;
    padding: 30px 0;
    border-radius: 20px;
 }

 /* footer */
 #quicktech-footer{
    padding: 10px 0;
    background-color: #7a2578a7;
    margin-top: 110px;
 }
 .quicktech-fotter-main h4{
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: white;
 }
 .quicktech-fotter-mainn h4{
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: white;
 }
 .quicktech-fotter-main ul li a{
    font-size: 22px;
    color: white;
 }
 .quicktech-fotter-main ul li a:hover{
    color: blue;
    transition: 0.5s;
 }
 .quicktech-fotter-main ul{
    display: flex;
   column-gap: 30px;
 }
 .quicktech-fotter-main h5 a{
    font-size: 20px;

 }
 .quicktech-fotter-mainn ul li a{
    font-size: 16px ;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.607);
 }
 .quicktech-fotter-mainn ul li a:hover{
    color: blue;
    transition: 0.4s;
 }
 .address-item a{
    color: white;
 }
 .address p{
    color: white;
 }
 .address-item i{
    color: white;
 }
 .address {
    column-gap: 30px;
 }
 /* footer */

 /* modal */
    /* Optional: Add custom styles for modal or other elements */
    .modal-dialog {
        max-width: 90vw;
    }
    .modal-body {
        flex-direction: column;
    }
    @media (min-width: 768px) {
        .modal-body {
            flex-direction: column;
        }
    }
    .modal-image {
        max-width: 100%;
        height: auto;
    }
    .modal-header{
        background-color: #7a2578a7;
    }
    .modal-title{
        color: white;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
    font-weight: 500;
    }
 /* modal */

 .comment-section {
    margin-top: 20px;
}
.comment-list {
    list-style-type: none;
    padding: 0;
}
.comment-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}
.comment-list li .comment-text {
    flex-grow: 1;
}
.comment-list li button {
    background-color: #dc3545;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.comment-list li button:hover {
    background-color: #c82333;
}
.modal-body .comment-list {
    max-height: 300px;
    overflow-y: auto;
}
.quicktech-button button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.quicktech-button button:hover {
    background-color: #0056b3;
}
.quicktech-like-flex {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: space-around;
}
.quicktech-like-flex li a {
    text-decoration: none;
    color: #7a2578;
    cursor: pointer;
}
.quicktech-like-flex li a:hover, .quicktech-like-flex li a.liked {
    color: #0056b3;
    font-weight: bold;
}
.quicktech-circular-content h4 {
    margin-top: 15px;
}
.quicktech-circular-content p {
    margin-top: 10px;
}
.like-flex {
	display: flex;
	/* justify-content: space-around; */
	margin-left: 42px;
}
.like-flex li{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 20px;

}
.cc {
	width: 81%;
	
}
.quicktech-c-img a img{
    filter: brightness(70%);
    border-radius: 20px;
}
.quicktech-circular-contentt{
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.quicktech-s-img img{
    filter: brightness(70%);
    height: 300px;
    border-radius: 20px;
}
.quicktech-circular-contentt p{
    width: 300px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.quicktech-circular-contentt h4{
    color: white;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.quicktech-buttonn {
	position: absolute;
	top: 40px;
	left: 53px;
	/* padding: 5px 15px; */
}
.quicktech-buttonn button {
	padding: 5px 15px;
	background-color: #7a2578a7;
	border: 1px solid #7a2578a7;
	/* border: ; */
	border-radius: 50px;
}
.quicktech-buttonn button:hover{
    background-color: #7a25786a;
    transition: 0.5s;
}

.contact-info {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-info h2 {
    margin-bottom: 20px;
}
.contact-info p {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-info i {
    color: #007bff;
    margin-right: 10px;
}
.contact-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form h2 {
    margin-bottom: 20px;
}
.service-img img{

    border-radius: 20px;
}
.apply-img img{

    border-radius: 20px;
}
.quicktech-gallery-img img{
  height: 192px;
}
.quicktech-i-head h4{
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: 15px;
	font-weight: var(--bs-nav-link-font-weight);
	color: black;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.mm{
    background-color: transparent;
    border:transparent;
}
.foot-d{
    display: flex;
    column-gap: 20px;
    justify-content:center;
}

.quicktech-notii{
    display: none !important;
}

#quicktech-category {
	padding-top: 102px ;

}
.testimonial-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px;
    
}

.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #ddd;
}

.testimonial-content {
    margin: 0 20px;
}

.name {
    font-size: 1.2em;
    margin: 10px 0 5px;
    color: #333;
}

.title {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 15px;
}

.testimonial {
    font-size: 1em;
    color: #555;
}
.testimonial-card{
    border: 1px solid #ddd;
    box-shadow: -10px 4px 11px -10px rgba(0,0,0,0.69);
-webkit-box-shadow: -10px 4px 11px -10px rgba(0,0,0,0.69);
-moz-box-shadow: -10px 4px 11px -10px rgba(0,0,0,0.69);

}
.testimonial-content h3{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.testimonial-content p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.quicktech-r h4{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 23px;
}
.starss li i{
   color: #7a2578;
}

.search-area {
	width: 230px;
}
.input-group-append {
	margin-left: -1px;
}
.search-area .form-control {
	min-height: 45px;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.inn button i{
    color:white;
}
.search-area .form-control {
	background: #EFEFEF !important;
	border-width: 0px;
	padding-right: 20px;
	min-height: 55px;
	border-radius: 0;
	border-top-right-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: 15px 12px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: #EFEFEF !important;
	border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.input-group-text button{
    background-color: transparent;
  border: none;
}

.address-container{
    padding: 1px;
}

/*.address-width{*/
/*    width: 450px;*/
/*}*/


.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 80px;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: -56px;
	margin-top: var(--bs-dropdown-spacer);
	overflow: scroll;
	height: 280px;
}

.quicktech-fotter-mainn h4{
    display: none;
}


.quicktech-gallery-img iframe{
    height: 300px !important;
    width: 100% !important;

}
.logos{
    width: 66%;
}

.reply-button {
    cursor: pointer;
    text-decoration: none;
}
.reply-box {
    display: none;
    margin-top: 10px;
}
.nested-replies {
    margin-left: 30px;
}
.c{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 23px;
}
.quicktech-n h5{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.quicktech-n p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.rep{
    margin-top: -16px;
}

.scroll{

        height: 530px;
        overflow: scroll;

}



.quicktech-search-input {
    display: none;
    margin-top: 6px;
}

.quicktech-search-input.active {
    display: block;
}
.searchh{
	border: none;
	background-color: transparent;
	padding-top: 7px;
	padding-left: 5px;

}

.quicktech-c-img{
    position:relative;
}
.quicktech-eyes {
	position: absolute;
	content: '';
	top: 15px;
	right: 102px;
	/* padding: 7px 10px; */
	background-color: #0000003b;
	height: 26px;
	width: 67px;
	text-align: center;
	border-radius: 10px;
}
.quicktech-eyes p{
	font-size:16px;
	color:white;
}
.quicktech-search-input{
    position:relative;
}
.quicktech-search-btnnn {
	position: absolute;
	top: 0;
	right: 0;
}
.quicktech-search-btnnn button{
    background-color: #7a2578;
  border: none;
  padding: 10px 10px;
}
.quicktech-search-btnnn button i{
   color:white;
}

.modal-headerr{
    display:flex;
    justify-content:space-between;
}
.quicktech-img-modal-zoom a{
    color:white;
    z-index:9999;
}

.quicktech-concern-img{
  background-color: #f7f7f7;
  box-shadow: 2px 2px 5px -4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px 2px 5px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px -4px rgba(0,0,0,0.75);
margin-left: 10px;
}
.quicktech-concern-img img{

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100px;
}
.quicktech-concern-img p{
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 16px;
}

#quicktech-concerns{
  position: relative;
  padding-bottom: 50px;
}
.prev {
	position: absolute;
	top: 50%;
	left: 55px;
	font-size: 30px;
	cursor: pointer;
	transition: 0.4s;
	transform: translateY(-50%);
  z-index: 9;
}
.next{
  position: absolute;
  top: 50%;
  right: 45px;
  font-size: 30px;
  cursor: pointer;
  transition: 0.4s;
  transform: translateY(-50%);
  z-index: 9;
}   
.prev:hover{
  color: red;
} 
.next:hover{
  color: red;
}
.quicktech-c-img video{
    height:400px;
}

.quicktech-servicee h4{
     color:black !important;
      font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.quicktech-servicee p{
     color:grey;
      font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.about-us-content {
	background-color: #7a25783d;
	padding: 40px;
	border-radius:5px;
}
.about-us-content p{
    font-family: "Roboto", sans-serif;
    font-weight:500;
}
.carousel-item img{
    height:500px;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	background-color: black;
	border-radius: 50%;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		background-color: black;
	border-radius: 50%;
}

.partial-logos {
	border: 1px solid #ddd;
	border-radius: 5px;
	/* padding-bottom: 0 !important; */
	background-color: #dddddd57;
	padding: 10px;
	padding-bottom: 0;
}
.partial-logos p {
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	padding-top: 5px;
	font-size:12px ;
}
.partial-logos img{
    height:90px;
    transition:0.4s ease-in-out;
}
.partial-logos img:hover{
    transform:scale(1.05);
}
.quicktech-country-img{
    position:relative;   
}
.quicktech-country-img img{
    height:200px;
}
.quicktech-flag {
	position: absolute;
	bottom: -54px;
	left: -11px;
	/* padding-bottom: 40px; */
}
.quicktech-flag img{
    width:86px;
    height:46px;
}
#quicktech-countries{
    padding-bottom:40px;
}
.quicktech-flag h4{
    font-size:16px;
    font-weight:600;
}
.gappp{
    row-gap:65px;
}
.about-us-img img{
    height: 343px;
  border-radius: 10px;

}
.quicktech-whychoose-img img{
    height:500px;
}
.quicktech-s-img h4{
    font-size:17px;
    font-weight:600;
}
.quicktech-about-ban-img img{
    height: 540px;
}
.timee {
	padding-left: 74px;
	margin-top: -14px !important;
}
.quicktech-modal-about{
    width:70% !important;
    margin:auto !important;
}
.quicktech-about-modal-imgg{
    height:100vh !important;
}
.quicktech-chairman-main p {
	margin: auto;
	width: 920px;
	text-align: left;
}
.quicktech-modal-like{
    width:60% !important;
    margin:auto !important;
}
.social-head li a{
    color:black;
    font-size:23px !important;
}
.social-head{
    display: flex;
  column-gap: 10px;
  margin-top: 3px;
  margin-left: 10px;
  margin-right:20px;
}
.social-headdd{
    border: 1px solid #ddd;
  padding: 10px;
}

.quicktch-job-alert{
    padding:20px;
    border:2px solid red;
}
.quickteh-tech-job-inner a{
    border:2px solid red;
    padding:6px 15px;
    color:black;
}

.quicktech-airticket-video{
    height:450px;
}
.quicktech-airticket-video video{
    width:100%;
    object-fit:fill;
    height:100%;
}
.quicktech-form-details{
    display: flex;
  column-gap: 20px;
  align-items: center;
}
.quicktech-air-details-inner {
	padding: 30px;
	background-color: #f7f7f7e3;
}
.quicktech-form-details input {
	padding: 10px 50px 10px 6px;
	background-color: white !important;
	font-weight: 700;
	border: none;
	border-radius: 5px;
}
.quicktech-ticket-details-one{
    display: flex;
    gap: 10px;
}
.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent !important;
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ddd !important;
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-weight: 600 !important;
}
#travelerDropdown{
    border: 1px solid #ddd;
  font-weight: 600;
}
.quicktech-airticket-video{
    position:relative;
}
.quicktech-air-details-inner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -150px;
	border-radius: 20px;
	z-index: 9;
}
.depart{
    border-radius: 7px !important;
  border: 1px solid #ddd!important;
  padding: 9px;

}
.quicktech-flight-head{
    font-weight:600;
}
#quicktech-airticket{
    padding-bottom:154px;
}
.quicktech-flight-btn button{
    padding: 7px 20px;
  background-color: #7a2578a7;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  font-size: 18px;
}
/* Add margin to each slide */
.air-slider .slick-slide {
  margin: 0 15px; /* Adjust the margin value as needed */
}

/* Adjust the container width to account for the gap */
.air-slider .slick-list {
  margin: 0 -15px; /* Negative margin to avoid horizontal scrolling */
}
#quicktech-airticket-gallery{
    position:relative;
}
.leftt{
    position:absolute;
    top:50%;
    left:30px;
    transform:translateY(-50%);
    font-size:30px;
    cursor:pointer;
    z-index:9;
}
.rightt{
    position:absolute;
    top:50%;
    right:30px;
    transform:translateY(-50%);
    font-size:30px;
     cursor:pointer;
     z-index:9;
}
.quicktech-air-img img{
    height:280px;
}
.quicktech-air-details-inner{
    width:70%;
}