.ContactBox {
    background-color: #fff;
    box-shadow: 0px 0px 10px #dadada;
    height: 100%;
    padding: 60px 30px;
}

.ContactBox img.img-fluid {
    height: 80px;
    margin-bottom: 40px;
    object-fit: contain;
}

.ContactBox h4 {
    color: var(--txt-darkblue);
    font-size: var(--fs22);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.ContactBox p {
    font-weight: 500;
    color: var(--clr1);
    font-size: var(--fs16);
    margin-bottom: 5px;
    padding: 0px 10px;
}

.ContactBox:hover img {
    transform: scale(1.2);
    filter: invert(1);
}
.ContactBox img ,.ContactBox, .ContactBox h4 {
    transition: all 0.8s;
}
.ContactBox {
    border: 1px solid white;
}
.ContactBox:hover {
    border: 1px solid #d96604;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
  transform: scale(1.02,1.02);
}
.ContactBox:hover  h4,.ContactBox:hover .nav-link,.ContactBox:hover p {
    color:  #d96604;
}
.nav-link {
    color: #5d6067;
    }
/*****************|| profSupport ||***************/

.profSupportNo p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.6px;
}

.profSupport {
    background-color: #2699fb;
}

.profSupportNo h4 {
    font-size: 34px;
    line-height: 65px;
    color: #fff;
    letter-spacing: 6px;
}

.profSupportNumaber {
    flex-direction: column;
}

.profSupportNo {
    width: 60%;
}

.profSupportImg {
    width: 40%;
}

.profSupportCallIcon {
    top: 50%;
    right: -100px;
    transform: translate(-50%, -50%);
}
/*****************|| profSupport ||***************/

@media screen and (min-width: 1600px) {
    .profSupportNo h4 {
        font-size: 45px;
    }
    .profSupportNo p {
        font-size: 25px;
    }
}
@media screen and (max-width: 1200px) {
.ContactBox img.img-fluid {
    height: 60px;
    margin-bottom: 20px;
}
.ContactBox {
    padding: 20px 30px;
}
.ContactBox h4 {
    margin-bottom: 5px;
}
}
@media screen and (max-width: 991px) {
    .profSupportNo h4 {
        font-size: 18px;
        line-height: 33px;
        letter-spacing: 3px;
    }
    .profSupportNo p {
        font-size: 15px;
    }
    .profSupportCallIcon img {
        max-width: 70%;
    }
    .profSupportCallIcon {
        right: -114px;
    }
}
@media screen and (max-width: 767px) {
    .profSupport {
        flex-direction: column;
    }
    .profSupportImg,.profSupportNo {
        width: 100%;
    }
    .profSupportNo {
        padding: 20px;
    }
    .profSupportNo h4 {
        font-size: 24px;
    }
    .profSupportNo p {
        font-size: 20px;
    }
    .profSupportCallIcon {
        bottom: -74px;
        right: unset;
        top: unset;
        left: 50%;
    }
    .profSupportNo {
        padding: 58px 20px 30px;
    }
}

@media screen and (max-width: 575px){
    .profSupportNo h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .profSupportNo p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 400px){
    .profSupportNo h4, .profSupportNo p {
        font-size: 14px;
        line-height: 24px;
    }
}