/* footer */
#quicktech-footer {
	background-color: #053249;
	padding: 30px 0;
	padding-bottom: 6px !important;
}

.quicktech-subscribe h4{
    color: white;
    font-size: 40px;
    font-weight: 600;
}

.quicktech-subs-input input {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: transparent;
	padding: 15px;
	color: white;
	width: 100%;
}

.quicktech-subs-input{
    position: relative;
    width: 30%;
    margin: auto;
    margin-top: 15px;
}
.quicktech-subs-button {
	position: absolute;
	right: 10px;
	top: 11px;
    padding: 4px 10px;
  background-color: black;
  color: white;
  border: none;
}

.quicktech-subscribe{
    border-bottom: 1px solid #dddddd98;
    padding-bottom: 40px;
}
.quikctech-footer-main {
    margin-top: 29px;
}

.quicktech-social ul{
    display: flex;
  gap: 16px;
  padding-top: 6px;
}
.quicktech-social ul li a{
    color: white;
    font-size: 20px;
}
.quikctech-footer-main p{
    color: white;
    padding: 10px 0;
    padding-bottom: 0 !important;
}

.quicktech-footer-menu ul li a{
    color: white;
    font-size: 16px;
}
.quicktech-footer-menu ul h3{
    color: white;
    font-weight: 600;
    font-size: 23px;
}

.quicktech-footer-menu ul li{
    padding-bottom: 5px;

}
.quicktech-footer-menu li{
  color: white;
}

.copyright p{
  color: white;
}
/* footer */

/* Responsive Start */
@media (min-width: 320px) and (max-width: 767.98px) {
    .quicktech-subs-input {
        width: auto;
        margin-top: 20px;
    }
    .quicktech-subscribe h4 {
        line-height: initial;
    }
}
/* Responsive End */
