/* echron-contact starts */
/* echron-contact starts */
/* echron-pg-body starts */
/* echron-pg-body starts */
.echron-pg-body {
    clear: both;
}

.echron-pg-body .sh-bx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.echron-pg-body .sh-bx li {
    border-radius: 5px;
}

.echron-pg-body .sh-bx li a {
    padding: 8px 20px;
    display: block;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.echron-pg-body .sh-bx li a span {
    border-left: 2px solid #ffffff86;
    padding-left: 15px;
    margin-left: 15px;
    text-transform: uppercase;
}

.echron-pg-body .sh-bx li a:hover {
    opacity: 0.8;
}

.echron-pg-body .side-box {
    margin-bottom: 30px;
}

.echron-pg-body .side-box img {
    width: 100%;
    margin: auto;
}

.echron-pg-body .side-box .s-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.echron-pg-body .side-box .s-links li {
    flex: 1;
}

.echron-pg-body .side-box .s-links li a {
    padding: 30px 15px;
    color: #fff;
    display: block;
    text-align: center;
}

.echron-pg-body .side-box .s-links li a i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.mid-banner figure {
    max-width: fit-content;
    margin: auto;
}

/*----------------------------*\
	social colors
\*----------------------------*/

.social-facebook {
    background: #225b99 !important;
}

.social-twitter {
    background: #00adf2 !important;
}

.social-google-plus {
    background: #dc4d2d !important;
}

.social-pinterest {
    background: #cc2127 !important;
}

.social-instagram {
    background: #d341b2 !important;
}

.social-flickr {
    background-color: #15aabf !important;
}

.social-whatsapp {
    background-color: #00e676 !important;
}

/* echron-pg-body ends */
/* echron-pg-body ends */
.echron-contact p {
    color: #505050;
    font-size: 18px;
    text-align: left;
}

.echron-contact .contact {
    margin: 30px 0;
}

.echron-contact .contact li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 55px;
    padding-top: 5px;
    min-height: 40px;
    color: #505050;
}

.echron-contact .contact li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    background: #fff;
    color: #ee4266;
    border: 1px solid #e8eaed;
    line-height: 40px;
    border-radius: 50%;
}

.echron-contact .contact li a {
    color: #000;
}

.input {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed;
}

.primary-button {
    background-color: #ee4266;
    box-shadow: 0px 0px 0px 2px #ee4266 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.primary-button:hover {
    background-color: transparent;
    color: #ee4266;
}

/* echron-contact ends */
/* echron-contact ends */
/* ********************************************************** */