.contact-block-1{
    padding-left: 20px; 
}
.img-1{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #dddddd63;
    position: relative;
    top:50px;
    font-size: 20px;
    color: var(--ztc-bg-bg-1);
}
.loc{
    width: 20px;
}
.img-2{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #dddddd63;
    color: var(--ztc-bg-bg-1);
    font-size: 20px;
    position: relative;
    top:40px;
}
.img-3{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgb(33, 157, 214);
    color: white;
    position: relative;
    top:10px;
    left:30px;
}
.img-3:hover{
    background-color: var(--ztc-bg-bg-1);
    color: white;
}
.img-4{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgb(33, 157, 214);
    color: white;
    position: relative;
    bottom: 29px;
    left:90px;
}
.img-4:hover{
    background-color: var(--ztc-bg-bg-1);
    color: white;
}
.img-5{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgb(33, 157, 214);
    color: white;
    position: relative;
    bottom: 70px;
    left:151px;
}
.img-5:hover{
    background-color: var(--ztc-bg-bg-1);
    color: white;
}
.img-6{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgb(33, 157, 214);
    color: white;
    position: relative;
    bottom: 110px;
    left:206px;
}
.img-6:hover{
    background-color: var(--ztc-bg-bg-1);
    color: white;
}
.img-7{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgb(33, 157, 214);
    color: white;
    position: relative;
    bottom: 150px;
    left:261px;
}
.img-7:hover{
    background-color: var(--ztc-bg-bg-1);
    color: white;
}
.title1{
    padding-left: 60px;
    color: rgb(34, 34, 34);
    font-weight: bold;
}
.title1:hover{
    color: rgb(33, 157, 214);
}

.title2{
    color: black;
    font-weight: bold;
}
.title2:hover{
    color: rgb(33, 157, 214);
}
.icon-box-title1{
    padding-top: 10px;
}
.branch{
    background: rgb(252, 252, 252);
    padding-bottom: 20px;
    border: none;
    margin-bottom: 10px;
}

.contact-details1{
    padding-left: 50px;
}
.follow{
    height:120px;
    border: none;
}

.blogs{
    color: #3d4c5e;
}
.right-area{
    position: relative;
    right:30px;
}
.pera-box1 {
    border-radius: 7px;
    background: rgb(28 153 216 / 7%);;
    padding: 40px 92px;
    text-align: center;
}

@media (max-width: 767px) {
    .pera-box1 {
        padding: 20px;
    }
}

.pera-box1 p {
    text-align: center;
    color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 32px;
}

.pera-box1 a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #D8D6F1;
    text-align: center;
    margin: 0 auto;
}