.top-nav ul {
    display: flex;
    justify-content: end;
}

.top-nav ul li {
    padding: 25px 10px;
    cursor: pointer;
}

.top-nav ul li a {
    font-size: 12px;
    color: #000;
}

.menu-col-second {
    width: 50% !important;
}

.content-equal {
    display: flex;
}

ul.menu-col>li {

    border-right: solid 1px transparent !important;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    line-height: 32px;
    font-size: 13px;
}

.content-equal-brd {
    border-right: 1px #ccc solid;
}

html body .content ul li a:hover {
    color: red !important;
}

.top-nav-second ul li {
    padding: 14px 6px !important;
}

.navbar-brand {
    /*padding: 15px 0px!important;*/
    padding: 20px 0px !important;
}

.getin-touch a {
    display: block;
}

.search-close i {
    color: #cca858;
}

.table-cell strong:hover {
    color: #cca858;
}

.header_social li a:hover {
    color: #cca858;
}

.short-nav ul li a:hover {
    color: #cca858;
}

.footer-logo {
    margin-top: -8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.location-head {
    border: 1px #D2D2D2 solid;
}

.location-heading {
    border: 1px #D2D2D2 solid;
}

.location-text {
    padding: 15px;
}

.our-location {
    padding: 60px 0px 60px 0px;
}

.our-location-text h3 {
    font-size: 40px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Prata', serif;
}

.our-location .location-heading {
    width: 18%;
    margin-right: 20px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*.location-head
{
	margin: 10px;
}*/
.location-head:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
        0 2px 4px rgba(0, 0, 0, 0.07),
        0 4px 8px rgba(0, 0, 0, 0.07),
        0 8px 16px rgba(0, 0, 0, 0.07),
        0 16px 32px rgba(0, 0, 0, 0.07),
        0 32px 64px rgba(0, 0, 0, 0.07);
}

.styled-heading p.ranked-sec {
    padding-left: 100px;
    font-size: 28px !important;
    line-height: 44px;
    text-align: justify;
    margin-right: 50px;
}



/*responsive*/
@media only screen and (min-width:993px) and (max-width:1199px) {

    .location-head {
        width: 45%;
    }

    .styled-heading h2 strong {
        display: inline-block;
        padding-left: 40px;
    }

    .styled-heading p.ranked-sec {
        padding-left: 29px;
        font-size: 20px !important;
        line-height: 37px;
        text-align: justify;
        margin-right: 0px;
    }

    .styled-heading h2 strong {
        font-size: 28px;
    }

    .location-images {
        text-align: center;
    }

    .location-text {
        text-align: center;
    }

    .location-images img {
        width: 100% !important;
    }

    html body .f_social {
        text-align: left !important;
        float: left !important;
    }

    .sm_menu_outer {
        /*height:calc(100vh - 125px);*/
        height: auto;
        top: 100px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        top: 60px;
    }


}

@media only screen and (min-width:769px) and (max-width:992px) {
    .location-head {
        width: 45%;
    }

    .styled-heading p.ranked-sec {
        padding-left: 0px;
        font-size: 16px !important;
        line-height: 28px;
        text-align: justify;
        margin-right: 0px;
    }

    .whoweare-contents h2 {
        margin-top: 30px;
    }

    header .logo-port img {
        width: 90px;
        margin-top: 2px;
    }

    .location-images {
        text-align: center;
    }

    .location-images img {
        width: 100%
    }

    .location-head {
        margin-bottom: 20px;
    }

    .about-us-banner img {
        height: 350px;
    }

}

@media only screen and (min-width:576px) and (max-width:768px) {
    .location-head {
        width: 45%;
    }

    .owl-carousel .owl-item img {
        height: auto !important;
        object-fit: fill !important;
    }

    .styled-heading p.ranked-sec {
        padding-left: 0px;
        font-size: 26px !important;
        line-height: 38px;
        text-align: justify;
        margin-right: 0px;
    }

    .whoweare-contents h2 {
        margin-top: 30px;
    }

    header .logo-port img {
        width: 62px;
        margin-top: 2px;
    }

    .location-images {
        text-align: center;
    }

    .location-images img {
        width: 100%;
    }

    .location-head {
        margin-bottom: 20px;
    }

    html body .f_social {
        /* text-align: left !important;
        float: left !important; */
        text-align: center !important;
        /* float: left !important; */
    }
}

@media only screen and (min-width:220px) and (max-width:575px) {

    .location-head {
        width: 100%;
    }

    .styled-heading p.ranked-sec {
        padding-left: 0px;
        font-size: 16px !important;
        line-height: 28px;
        text-align: justify;
        margin-right: 0px;
    }

    .newsarticle-section .page-heading h2 {
        font-size: 26px;
    }

    .location-images {
        text-align: center;
    }

    .logo-port img {
        width: 100px;
    }

    .location-images img {
        width: 100%;
    }

    .newsarticle-section {
        padding: 70px 0px 0px 20px !important;
    }

    .location-head {
        margin-bottom: 20px;
    }

    html body .f_social {
        /* text-align: left !important;
        float: left !important; */
        text-align: center !important;
        /* float: left !important; */
    }

    .about-us-banner img {
        height: 300px !important;
    }

    .location-heading {
        width: 100%;
    }
}