/*---------------------------------------------
Template Name: isoftcells
Template URL: https://www.isoftcells.com/
Description: isoftcells
Author: isoftcells
Author URL: https://www.isoftcells.com/
Version: 1.0
----------------------------------------------*/

.my-gray {
    background-color: var(--my-gray);
}

.section-heading .title {
    font-weight: 700;
}

.pt--100px {
    padding-top: 100px;
}

.ml--2 {
    margin-left: 8px;
}

.a-color {
    color: #5DC4BB;
}

.a-color svg {
    width: 20px;
}

.contact-info .title {
    font-size: 1.8rem;
}

.contact-info {
    padding: 50px;
}

.contact-info .phone-number {
    font-size: 1.5rem;
}

.breadcrumb .title {
    font-weight: 600;
}

.my-acc {
    background-color: #5dc4bb;
    color: #ffffff !important;
    padding: 0 12px !important;
    height: 36px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 12px !important;
    transition: 0.3s ease-in-out;
}

.my-acc:hover {
    background-color: #00296e;
}

.my-acc::before {
    display: none;
}

.mainmenu>li {
    margin: 0 20px;
}

.shape-group-21 .shape.shape-1 {
    top: -10px;
    left: 0;
}

.mail-id a {
    font-size: 1.2rem;
}

.back-to-top.show {
    bottom: 140px;
}

.back-to-top.show:hover {
    bottom: 150px;
}

.floating_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    margin-bottom: 0;
    color: #707070;
    font-size: 13px;
}