.contact-part{
    margin-top: 50px;
}
.contact-form {
    border-radius: 8px;
    padding: 30px 30px;
    margin: 0px 2.5px 30px;
    background: var(--white)
}

.contact-form h4 {
    margin-bottom: 25px
}

.contact-map {
    padding: 30px;
    margin: 0px 2.5px 30px;
    border-radius: 8px;
    background: var(--white)
}

.contact-map iframe {
    width: 100%;
    border: none;
    height: 474px
}

.contact-social {
    text-align: center;
    margin-top: 20px
}

.contact-social h4 {
    margin-bottom: 20px
}

.send-message {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff !important;
    border-style: none !important;
}
.send-message i{
    color: #fff !important;
}
.send-message:focus {
    outline: none !important;
}
.send-message:focus-visible {
    outline: none !important;
}
.send-message:active {
    border-style: none !important;
}

.contact-card {
    text-align: center;
    border-radius: 8px;
    margin: 0px 2.5px 30px;
    padding: 30px 15px 25px;
    background: var(--white);
    height: 215px;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.address-card{
    padding: 60px 15px 60px !important;
}
.address-card h4{
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.contact-card i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.contact-card .address-a{
    display: block;
    margin: 10px 0 5px 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.contact-card:hover p{
    color: #fff;
}
.contact-card a{
    display: block;
    margin: 10px 0 5px 0;
}
.contact-card-active {
    background: var(--primary);
}
.contact-card:hover{
    background: var(--primary);
}
.contact-card i{
    color: var(--primary);
    background-color: #fff;
}
.contact-card:hover i{
    color: var(--primary);
    background-color: #fff;
}
.contact-card-active h4{
    color: white;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.contact-card:hover h4{
    color: white;
    text-transform: capitalize;
}
.contact-card-active a{
    color: white;
    display: block;
    margin: 10px 0 5px 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.contact-card p{
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.contact-card:hover p a{
    color: white;
    display: block;
}

/* Extra-Small Device*/
@media (max-width: 575px) {

    .contact-form,
    .contact-map {
        padding: 15px;
    }
    .fixed {
        margin-top: -50px !important;
    }
    .contact-map iframe {
        height: 260px;
    }
    .form-group {
        margin-bottom: 0;
    }
    .contact-card {
        padding: 15px 15px 15px;
    }
    .contact-card i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .contact-card-active h4 {
        font-size: 20px;
    }
    .contact-card-active a {
        margin: 5px 0 2px 0;
    }
    .address-card {
        padding: 15px 15px 15px !important;
    }
}

@media (min-width: 401px) and (max-width: 575px) {
    .contact-part .container-fluid {
        max-width: 400px
    }
    .contact-part .container {
        max-width: 400px
    }
    .contact-part .body-layout {
        max-width: 400px
    }
}

/* Small Device col-sm */
@media (min-width:576px) and (max-width:767px){
    .contact-card {
        padding: 30px 10px 15px;
    }
    .address-card {
        padding: 30px 10px 25px !important;
    }
    .contact-card i {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
    }
    .contact-card h4 {
        font-size: 18px;
    }
    .contact-part .col-sm-4{
        padding: 0 5px 0 5px;
    }
    .contact-map {
        padding: 0px;
        margin: 0px 0px 0px;
    }
    .contact-map iframe {
        height: 348px;
    }
    .contact-form h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .contact-form {
        padding: 0px 30px;
    }
    .contact-part .contact-form .form-group{
        margin-bottom: 0;
    }
    .contact-part .row:first-child{
        margin-bottom: 30px;
    }
}

/* Medium Device col-md */
@media (min-width:768px) and (max-width:991px){
    .contact-map iframe {
        height: 437px;
    }
    .contact-card {
        padding: 30px 15px 20px;
    }
    .address-card {
        padding: 30px 10px 30px !important;
    }
}

/* Large Device col-lg */
@media (min-width:992px) and (max-width:1199px){

}
