/* footer css  */
.footer .wpcf7 form .wpcf7-response-output {
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
    border: 0px;
    color: #fff;
    font-size: 14px;
}

.footer {
    background-color: #080712;
    padding: 80px 0 0;
    border-top: 1px solid #ccc;
}

.footer .row:first-child {
    justify-content: space-between;
    text-align: left;
    padding-bottom: 46px;
}

.footer .row:first-child h5 {
    color: #9066F2;
    font-family: var(--fontRobotoB);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
}

.footer .row:first-child p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

d-none .footer .row:first-child .footer-menu {
    display: flex;
}

.footer .row:first-child p strong {
    color: #EC7D28;
}

.footer .row:first-child ul {
    display: block;
    flex-wrap: wrap;
    gap: 7px;
    padding-left: 0;
    list-style-type: none;
}

.menu-footer-menu-1-container,
.menu-footer-menu-2-container,
.menu-footer-menu-3-container {
    padding: 4px 0;
}

.footer .row:first-child p {
    text-align: left;
}

.footer .row:first-child ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}

.footer .row:first-child ul li a {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.social-icons svg:hover{
    transform:scale(1.08);
}


.footer a:hover {
    text-decoration: underline;
}

.social-icons {
    margin: 30px 0px;
}

.footer .social-icons svg {
    font-size: 24px;
    margin-right: 10px;
}

.footer form input {
    margin-right: 10px;
}

.footer .row:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 38px 0;
}


.footer .row:last-child .newsletter {
    display: flex;
    padding: 0;
    border-top: 0;
}

.footer .row:last-child .newsletter form {
    height: 100%;
}

.footer .row:last-child .newsletter form input {
    color: #D2D3D2;
    text-align: left;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: rgba(235, 236, 238, 0.10);
    border: 0.5px solid #898398;
    padding: 12px 24px;
    border-radius: 0px;
}

.footer .row:last-child .newsletter form input::placeholder {
    color: #fff;
}

.footer .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}

footer form .form-control:focus {
    box-shadow: none;
}

.footer .row:last-child .newsletter form p {
    display: flex;
    position: relative;
    gap: 6px;
}

.footer .row:last-child .newsletter form .wpcf7-submit {
    background: #9066F2;
    width: 50%;
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #9066F2;
    border-radius: 4px;
    text-transform: uppercase;
    height: 100%;
    width: 30%;
    margin-right: 0px;
    text-align: center;
}

.wpcf7-spinner {
    display: none;
}

.footer .row:last-child .newsletter form .wpcf7-submit:hover {
    background: transparent;
    transition: 0.3s ease;
    color: #9066F2;
    padding: 12px 24px;
}

/* .footer .row:last-child .newsletter .col-lg-3 {
    padding-left: 0;
} */

.footer .row:last-child .newsletter .text h4 {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.footer-bottom {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    text-align: center;
}

.footer-bottom .container .row {
    padding: 15px 0;
    border: 0;
}

.footer-bottom .container .row p {
    color: #DBDBDB;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.footer-bottom .container .row .terms {
    text-align: end;
}

.footer-bottom .container .row .terms a {
    color: #DBDBDB;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 202%;
    text-decoration-line: underline;
}

.footer-bottom .container .row .terms>a {
    margin-left: 20px;
}

.footer .footer-menu {
    display: flex;
    align-items: center;
}

.footer-bottom>div>div>div {
    padding: 0px;
}

ul#menu-footer-two {
    column-count: 2;
}
@media screen and (max-width:991px) {
	.newsletter .col-lg-3 {
    	margin-bottom: 16px;
	}
	.footer .row:first-child>div:last-child{
		margin-top:24px;
	}
}
@media screen and (max-width:575px) {
    .footer .footer-menu {
        display: flex;
        align-items: center;
    }

    .footer .row:first-child ul {
        -webkit-column-count: 1;
        -moz-column-count: 4;
        column-count: 1;
        list-style-type: none;
    }

    .footer .row:first-child ul li {
        padding-bottom: 10px;
    }

    .footer {
        padding: 24px 0 0;
    }

    .footer .row:first-child {
        padding-bottom: 24px;
    }

    .footer .row:last-child {
        padding: 24px 0;
    }

    .footer .row:first-child h5 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 12px;
    }

    .footer-bottom {
        padding: 0px;
    }

    .footer .row:first-child .col-md-3 p {
        font-size: 14px;
        line-height: 22px;
        text-align: start;
    }

    .footer .row:first-child {
        gap: 24px;
    }

    .footer .footer-menu {
        display: block;
    }

    .footer .row:last-child {
        margin: 0;
    }

    .footer .row:last-child .newsletter>div {
        padding: 0px;
		margin:0px;
    }

    .footer .row:last-child .newsletter .text p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .footer .row:last-child .newsletter .text h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .footer .row:last-child .newsletter form {
        display: block !important;
    }

    .footer .row:last-child .newsletter form input {
        height: unset;
        margin-bottom: 0px;
    }

    .footer-bottom .container .row .col-lg-5 p {
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom .container .row .terms {
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .footer .row:last-child .newsletter .col-lg-3,
    .footer .row:last-child .newsletter .col-lg-9 {
        padding-left: 0px;
    }

    .footer .row:last-child .col-md-12 {
        padding: 0;
    }

    .footer-bottom .container .row .terms {
        text-align: center;
    }

    .footer .row:first-child p {
        text-align: left;
    }

    .footer .row:last-child .newsletter form p {
        display: block;
    }

    .footer .row:last-child .newsletter form .wpcf7-submit {
        width: 50%;
        display: block;
        margin: auto;
    }

    .footer .wpcf7 form .wpcf7-response-output {
        font-size: 12px;
    }
	ul#menu-footer-two {
    column-count: 1;
	}
	    .footer .row:first-child>div:last-child {
        margin: 0;
    }
}