/*-- Start Footer --*/
.footer-main {
    background-color: #191919;
    padding: 100px 0 50px 0;
}
.footer-link h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--colorWhite);
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.footer-link ul {
    padding: 0;
    list-style-type: none;
    float: left;
    margin-left: 30px;
}
.footer-link ul:first-child {
    margin-left: 0;
}
.footer-link ul li {
    margin-bottom: 7px;
}
.footer-link ul li a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: 2px;
}
.footer-link ul li a:hover {
    color: var(--mainTheme);
    -webkit-transition: .4s;
    transition: .4s;
}
.footer-link p {
    font-size: 16px;
    color: #c5c5c5;
    /* margin-right: 166px; */
}
.footer-link .form-control {
    width: 81%;
    height: 54px;
    background-color: #414141;
    color: var(--colorWhite);
    border: none;
    border-radius: 0;
    float: left;
}
.subscribe-form a {
/*     background-color: var(--mainTheme);
    border: 2px solid var(--mainTheme);
    padding: 13px 20px;
    font-size: 16px;
    color: var(--colorWhite);
    float: right; */
}
.subscribe-form a:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.copy-right {
    margin-top: 60px;
}
.copy-right p {
    font-size: 16px;
    color: #959595;
    margin-bottom: 0;
}
/*-- End Footer --*/

/*-- Start Custom Modal --*/
.custom-modal .modal-content {
    border-radius: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
}
.custom-modal .modal-header {
    padding: 25px 30px 0px;
    border: 0px;
    border-radius: 0;
}
.custom-modal .btn-close {
    box-sizing: content-box;
    width: 30px;
    padding: 0;
    background: none;
    border-radius: 0;
    opacity: 1;
    height: 39px;
    margin-right: -3px;
    margin-top: -3px;
}
.custom-modal .btn-close i {
    font-size: 24px;
    color: #d3d3d5;
}
.custom-modal h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2a2b2f;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border-left: 4px solid var(--mainTheme);
    padding-left: 20px;
}
.custom-modal .modal-body {
    padding: 5px 30px 30px;
}
.custom-modal .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--mainTheme);
}
.custom-modal .nav-link {
    color: var(--mainTheme);
    width: 100%;
    background-color: #ededed;
    border-radius: 0;
    padding: 10px 20px;
    text-align: center;
}
.custom-modal .nav-item {
    width: 50%;
}
.custom-form {
	position: relative;
    margin-bottom: 20px;
}
.custom-form label {
    font-size: 18px;
    color: #464a53;
    margin-bottom: 10px;
}
.custom-form .form-control {
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #dddfe1;
    border-radius: 0;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 10px 15px;
    font-size: 16px;
    color: #abafb3;
}
.custom-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--mainTheme);
}
.thm-btn {
    background-color: var(--mainTheme);
    border: 2px solid var(--mainTheme);
    padding: 10px 24px;
    font-size: 16px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-left: auto;
    letter-spacing: 2px;
    display: block;
}
.thm-btn:hover {
    background-color: var(--colorWhite);
    color: #2a2b2f;
    -webkit-transition: .4s;
    transition: .4s;
}
.thm-btn-2 input[type=submit]{
    background-color: var(--mainTheme);
    border: 2px solid var(--mainTheme);
    padding: 10px 24px;
    font-size: 16px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-left: auto;
    letter-spacing: 2px;
    display: block;
}
.thm-btn-2 input[type=submit]:hover {
    background-color: var(--colorWhite);
    color: #2a2b2f;
    -webkit-transition: .4s;
    transition: .4s;
}
.wpcf7-not-valid-tip {
	position: sticky;
	float:right;
	margin-top: -36px;
	z-index: 1;
	margin-right: 15px;
}
.custom-modal .modal-footer {
    display: block;
    padding: 25px 30px 30px;
}
.custom-modal .modal-footer>* {
    margin: 0;
}
.custom-modal .modal-footer p {
    font-size: 16px;
    color: #808080;
    margin-bottom: 0;
}
.custom-modal .modal-footer p a {
    color: var(--mainTheme);
}
.custom-modal .modal-body .row p {
	display: none;
}
.custom-modal .modal-body .row .custom-form p {
	display: block;
}
.custom-modal .modal-body .row .col-lg-12 p {
	display: block;
}
.custom-modal .tab-content .woocommerce-notices-wrapper {
	display: none;
}
.custom-modal .modal-body .row br {
	display: none;
}
.custom-modal .modal-body .row .col-lg-12 br {
	display: none;
}
/*-- End Custom Modal --*/

@media(max-width: 1400px) {
    .footer-link .form-control {
        width: 78%;
    }
    .footer-link .d-flex {
        display: block!important;
    }
    .footer-link .justify-content-between {
        justify-content: start!important;
    }
    .footer-link ul {
        margin-left: 0;
        margin-bottom: 0;
    }
}
@media(max-width: 1200px) {
    .footer-link .form-control {
        width: 74%;
    }
}
@media(max-width: 992px) {
    .footer-main {
        padding: 80px 0 50px 0;
    }
    .footer-link {
        margin-bottom: 40px;
    }
    .footer-link .form-control {
        width: 83%;
    }
    .footer-link .d-flex {
        display: flex!important;
    }
    .footer-link .justify-content-between {
        justify-content: start!important;
    }
    .footer-link ul {
        margin-left: 30px;
    }
    .footer-link ul:first-child {
        margin-left: 0;
    }
} 
@media(max-width: 767px) {
    .footer-link {
        text-align: center;
    }
    .footer-link p {
        margin-right: 0;
    }
    .footer-main {
        padding: 60px 0 50px 0;
    }
    .footer-link ul {
        float: unset;
        margin-left: 0;
    }
    .footer-link .justify-content-between {
        justify-content: center!important;
    }
    .footer-link .d-flex {
        display: block!important;
    }
    .copy-right {
        margin-top: 40px;
    }
    .copy-right p {
        text-align: center;
    }
}   
@media(max-width: 576px) {
    .footer-main {
        padding: 50px 0 50px 0;
    }   
	.custom-modal h5.modal-title {
        font-size: 18px;
    }
} 
@media(max-width: 470px) {
    .footer-link .form-control {
        width: 74%;
    }
}