



.phone_no{
    display: flex;
    align-items: center;
}
@media (min-width: 300px) and (max-width: 1198px){
    .phone_no{
        display: none;
    }
}

.phcall{
    display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 15px;
  background-color: #005cab;
}

.iconss{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-theme-secondary);
    background: #233049;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    margin-right: 30px;
    flex: 0 0 auto;
}

.tp-contact-icon a{
    color: var(--tp-theme-primary);
    background: var(--tp-common-white);
    box-shadow: 0px 0px 54px rgba(33, 68, 216, 0.1);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.twitter_logo{
    margin: -7px 0px 0px -6px;
}

.tp-service-2-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-common-white);
    box-shadow: 0px 11px 15px rgba(33, 68, 216, 0.08);
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 2.5;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    margin-top: -45px;
}

.tp-service-2-item{
    width: 300px;
    height: 525px;
}

/* .mttop{
        margin-top: 72px;
} */

.tp-sidebar-icons a{
    height: 48px;
    width: 48px;
    background-color: #EEF1FD;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: var(--tp-text-2);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    align-content: center;
}

.tp-portfolio-content-btn a {
    background: var(--tp-theme-secondary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #0D1C37;
    /* transition: background 0.3s ease-in-out; */
    align-content: center;
}

.blog-pagination .page-link {
    align-content: center;
}

.tp-brands-from-input .nice-select {
    
    display: flex !important;
    align-items: center !important;
}

.tp-about-inner-thumb {
   
    align-content: center;
}



