.tab-list-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tab-grid-section .tab-list-img {
    position: relative;
    margin-bottom: 20px;
}

.tab-grid-section .tab-list-img a {
    display: block;
}

.tab-grid-section .tab-list-img a:hover span {
    color: #00FFE0;
}

.tab-grid-section .tab-list-img span {
    position: absolute;
    bottom: 24px;
    left: 35px;
    color: #fff;
    font-family: 'Helvetica' !important;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    z-index: 1;
}

.tab-grid-section .tab-list-img a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, rgb(0 16 14), rgba(255, 0, 0, 0));
    height: 70px;
    width: 100%;
    z-index: 0;
}

.tab-grid-section .tab-list-img img {
    margin: auto;
    max-width: 100%;
    width: 100%;
}

.get-in-touch-outer{
    background-color: rgba(3, 45, 40, .76);
    padding-bottom: 10px;
}
body .get-in-touch-outer .industrium-button.button-type-new:after{
    transform: inherit;
}
.tab-list-section .get-in-touch-form-wrapper {
    margin: 0;
    background-color: inherit;
}
.cnt-button {
    display: -webkit-inline-box;
    padding: 10px 15px;
    background-color: #025B4E;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-top: 5px;
}
.cnt-button:hover {
    background-color: #000 ;
    color: #fff;
}
.tab-list-section .wpcf7 form.invalid .wpcf7-response-output{
    color: #dc3232;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}
.wpcf7-form-control-wrap {
    position: relative;
    z-index: 1;
}
.tab-list-section  .floating-label-group select{
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/drop-select.png) right no-repeat !important;
}
.tab-list-section .floating-label-group input,.tab-list-section  .floating-label-group textarea,.tab-list-section  .floating-label-group select{
    line-height: normal;
    padding-top: 10px;

}
.tab-list-section .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.tab-list-section .get-in-touch-form-wrapper h2 {
    font-family: 'Montserrat' !important;
    color: #fff;
    font-size: 35px;
}

.tab-list-section .get-in-touch-form-wrapper .industrium-button.button-type-new input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    background-image: inherit;
    background-color: inherit;
}

.get-address-box {
    padding: 65px 5px 65px 48px;
}

.get-address-box .contact-phone,
.get-address-box .contact-fax,
.get-address-box .contact-email {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

.get-address-box .contact-phone {
    background: url(../images/icon-phone-call.svg) no-repeat 0px 1px;
}

.get-address-box .contact-fax {
    background: url(../images/cnt-fax.svg) no-repeat 0px 1px;
}

.get-address-box .contact-email {
    background: url(../images/icon-mail.svg) no-repeat 0px 5px;
}

.get-address-box .contact-map {
    color: #00FFE0 !important;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
    
}
.contact-cnt-sec h2 {
    font-size: 48px;
    font-family: 'Helvetica' !important;
    line-height: 57px;
}
@media (min-width: 1800px) {
    .tab-list-section ul.tabs li {
        width: calc(100% / 3 - 30px);
    }
}

.tab-list-section ul.tabs li:first-child {
    margin-left: 0;
}

.tab-list-section ul.tabs li:last-child {
    margin-right: 0;
}


.tab-list-section ul.tabs li.current:after {
    display: block;
}

@media (max-width: 991.98px) {}

@media (max-width: 768px) {
    .contact-cnt-sec h2 {
        font-size: 34px;
        line-height: 47px !important;
    }

    .tab-list-section ul.tabs li .tab-list-img span {
        font-size: 15px;
    }

    .get-address-box {
        padding: 65px 5px 65px 25px;
    }

}

.tab-list-section .tab-content {
    background: url(../images/contact-bg-img.jpg) center top no-repeat;
   /* border-top: 5px solid #025B4E;*/
    background-size: cover;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

/*.tab-list-section .tab-content::after{
    content: '';
    background-color: rgba(3,45,40,.7);
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;   
}*/

.tab-list-section .tab-content img {
    position: absolute;
    right: 35px;
    top: 35px;
    cursor: pointer;
}




.tab-list-section .tab-content h4,
.tab-list-section .tab-content h5,
.tab-list-section .tab-content p {
    color: #ffff;
    font-size: 14px;
    line-height: 24px;
}

.tab-list-section .tab-content h4 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    margin-bottom: 0;
}



.tab-list-section .tab-content h5 {
    font-family: "Barlow";
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: none;
}

@media (min-width: 1300px) {
    .tab-list-section .container {
        max-width: 1290px;
    }
}

@media (min-width: 1500px) {
    .tab-list-section .container {
        max-width: 1410px;
    }
}

@media (min-width: 1800px) {
    .tab-list-section .container {
        max-width: 1744px;
    }
}


/*--*/
.contact-cnt-sec {
    padding-bottom: 70px;
}

.tab-grid-section {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .tab-grid-section {
        padding-bottom: 30px;
    }
    .tab-list-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-cnt-sec {
        padding-bottom: 15px;
    }
    .tab-list-section .tab-content h4 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 620px) {
    .get-in-touch-form-wrapper{
        padding: 50px 20px 50px 25px !important;
    }
    .tab-grid-section .tab-list-img span {
        bottom: 20px;
        left: 20px;
        font-size: 15px;
    }

    .get-address-box {
        padding: 65px 5px 65px 25px;
    }

    .tab-list-section ul.tabs li:after {
        bottom: -40px;
    }

    .tab-list-section ul.tabs li .tab-list-img {
        position: inherit;
        padding: 10px;
        border-radius: 5px;
        background: #025B4E;
    }

    .tab-list-section ul.tabs li .tab-list-img span {
        position: inherit;
        bottom: inherit;
        left: inherit;
        color: #fff;
    }

    .tab-list-section ul.tabs li img {
        display: none;
    }

    .tab-list-section ul.tabs li {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}