.footer .footer-top {
    background: var(--footer-Bg);
    padding: 40px 0 30px;
    border-top: 1px solid #dedede;
}

.footer .footer-top h4 {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;

}

.footer .footer-top h4:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--black);
    bottom: 0;
    left: 0;
}

.footer .footer-top .footer-links ul li {
    line-height: 24px;
}

.footer .footer-top .footer-links ul a {
    color: #000000;
    transition: .3s;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-newsletter,
.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-newsletter p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer .footer-top .footer-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-top .footer-info ul li {
    color: #000000;
    display: flex;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 6px;
}

.footer .footer-top .footer-info ul li a {
    color: #000000;
}

.footer .footer-top .footer-info ul li a:hover {
    color: var(--second-bg-color);
}

.footer .footer-top .footer-info ul li i {
    font-size: 16px;
    width: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.footer .footer-newsletter form .newsletterform {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px #0000000f;
    text-align: left;
    border: 1px solid #dedede;
}

.footer .footer-newsletter form .newsletterform input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% + 0px);
}

.footer .footer-newsletter form .newsletterform button {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    transition: .3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px #0000001a;
}

.footer .footer-newsletter form .newsletterform button:hover {
    background: var(--tts-buttton-bg1);
    color: var(--white);
}

.bottom-footer-text {
    background: var(--footer-Bg);
}

.bottom-footer-text .bottom__content {
    border-top: 1px solid #dedede;
}

.bottom-footer-text .rights__content {
    color: #000000;
    margin-bottom: 0;
}

.bottom-footer-text .bottom__content .social {
    display: flex;
    align-items: center;
}

.bottom-footer-text .bottom__content .social a {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
}

.bottom-footer-text .bottom__content .social a+a {
    margin-left: 12px;
}

.bottom-footer-text .bottom__content .social a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998
}

.bottom-footer-text .bottom__content .social a.instagram {
    background-color: #E1306C;
    border: 1px solid #E1306C
}

.bottom-footer-text .bottom__content .social a.twitter {
    background-color: #00acee;
    border: 1px solid #00acee
}

.bottom-footer-text .bottom__content .social a.linkedin {
    background-color: #0077B5;
    border: 1px solid #0077B5
}

.bottom-footer-text .bottom__content .social a.youtube {
    background-color: #cc181e;
    border: 1px solid #cc181e
}



.bottom-footer-text .copyright {
    color: #000000;
    margin-bottom: 0;
}


.social-to-top {
    position: fixed;
    z-index: 1030;
    top: 150px;
    right: 0;
    cursor: pointer;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    transition: all 200ms linear;
}

.social-to-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-to-top li {
    display: inline-block;
}

.social-to-top li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 44px;
    border: 2px solid #fff;
    width: 180px;
    text-align: center;
    background-color: #fff;
    display: block;
}

.social-to-top .whatsappicons {
    background-color: #25d366;
    border: 2px solid #25d366;
}

.social-to-top .quickicons {
    background-color:#c92e2a ;
    color: #fff;
    border: 2px solid #c92e2a;
}


@media only screen and (max-width: 600px) {
    .social-to-top li a {
        width: 140px !important;
    }
}

#tts-common-query.modal.fade .modal-dialog {
    transform: scale(0.1);
    top: 120px;
    opacity: 0;
    transition: all 0.3s;
}

#tts-common-query.modal.fade.show .modal-dialog {
    transform: scale(1);
    transform: translate3d(0, -120px, 0);
    opacity: 1;
}

#tts-common-query.modal .modal-content {
    border: none;
    position: relative;
    padding: 0 !important;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

#tts-common-query.modal .modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0;
    color: rgba(0, 0, 0, 1);
    border-radius: 5px;
}

#tts-common-query.modal .modal-content .modal-header {
    padding: 0;
    border: none;
}

#tts-common-query.modal .modal-content button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: var(--tts-buttton-bg);
    color:var(--tts-buttton-txt);
    border-radius: 0;
}

#tts-common-query.modal .modal-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

#tts-common-query.modal {
    z-index: 9999 !important;

}


#tts-common-query.modal .modal-content .modal-body form .form-control, 
#tts-common-query.modal .modal-content .modal-body form .form-select{
    display: block;
    width: 100%;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #151515;
    background-color: #ffffff;
    border-radius: 5px;
    transition: .3s ease-in-out;
    border: 1px solid #C4C4C4;
}
#tts-common-query.modal .modal-content .modal-body form .form-control:focus, 
#tts-common-query.modal .modal-content .modal-body form .form-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--tts-buttton-bg);
}
#tts-common-query.modal .modal-content .modal-body form textarea.form-control {
    height: 150px;
    max-height: 306px;
    resize: vertical;
}
#tts-common-query.modal .modal-content .modal-body form .form-button{
    text-align: center;
}
#tts-common-query.modal .modal-content .modal-body form .button-primary {
    padding: 12px 25px;
    margin-top: 29px;
    text-align: center;
    color: var(--tts-buttton-txt);
    background-color: var(--tts-buttton-bg);
    border-color: var(--tts-buttton-bg);
}

#tts-common-query.modal .modal-content .modal-body .row+.form-wrap {
    margin-top: 20px;
}

#tts-common-query.modal .modal-content .modal-body .form-wrap+.form-button {
    margin-top: 40px;
    text-align: center;
}
