.inside-header {
    padding: 0px 0px;
}

.separate-containers .site-main {
    margin: 0px;
}

.site-logo {
    padding: 10px 0px 10px 0px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}

.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.footer-widgets-container {
    padding: 40px 10px;
}

.elementor-page .wp-social-link {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 9px;
    margin: 0px !important;
    transition: .3s all;
}

.elementor-page .wp-social-link:hover {
    transform: scale(1.1)
}

.elementor-page .widget .wp-block-social-links a svg {
    fill: #fff;
}
.menu-btn{
    padding: 0px 10px;
    background: #04a084;
    border-radius: 8px;
    margin-left: 15px;
    transition: .3s all;
}
.menu-btn a{
    color: #fff !important;
}
.menu-btn:hover{
  background: #264659;  
}
.no-marginp p{
    margin: 0px;
}
.market-home:before {
    content: "";
    text-align: center;
    position: absolute;
    top: 10px;
    left: 52px;
    height: 100%;
    margin-left: -7px;
    border-left: 5px solid #04a084;
    width: 5px;
}
.contact-row{
    display: flex;
    gap:20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-row .col-6{
   width: 48.7%;
}
.contact-row .col-12{
    width: 100%;
}
.contact-row input[type="text"],.contact-row input[type="email"],.contact-row input[type="tel"], .contact-row textarea,.contact-row select {
    background: #fff;
    border-color: #264659;
    border-radius: 4px;
    min-width: 100%;
        outline: 0;
        padding: 15px 15px;
}
.contact-row label{
font-family: "Barlow", Sans-serif;
    color: #264659;
}
.contact-row label {
    font-family: "Barlow", Sans-serif;
    color: #264659;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.contact-row br{
    display: none;
}
.contact-row p{
    margin-bottom: 5px;
}
.contact-row input[type="submit"]{
    background-color: #112a38;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 40px 20px 40px;
    line-height: 18px;
    transition: .3s all;
}
.contact-row input[type="submit"]:hover{
   background-color: #04a084; 
}
.footer-widget-1{
        font-family: "Barlow", Sans-serif;
    font-size: 16px;
}
ol, ul{
	margin-left:20px;
}
.elementor-widget-text-editor li::marker{
	color: #04a084;
}
.elementor-widget-text-editor ul li{
	padding-bottom:10px;
}
.footer-widget-1 .widget_block{
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.footer-widget-1 .widget_block p{
	margin-bottom:0px;
}
.footer-widget-1 .widget_block a{
	text-decoration:none;
}
/*--------------------------------large screens---------------------------------------------*/
@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
    .site-logo {
        padding: 5px 0px 5px 5px;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 0px;
    }

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
        line-height: 83px;
        background: #264659 !important;
        color: #fff !important;
    }

    .main-navigation.toggled .main-nav > ul {
        background: #264659;
    }

    .main-navigation .main-nav ul li a {
        color: #fff !important;
        font-size: 16px;
        line-height: 50px;
    }
    .menu-btn {
    padding: 5px;
    background: #04a084;
    border-radius: 0px;
    margin-left: 0px;
    transition: .3s all;
}
.market-home:before {
    content: "";
    text-align: center;
    position: absolute;
    top: 15px;
    left: 11%;
    height: 100%;
    margin-left: -7px;
    border-left: 5px solid #04a084;
    width: 5px;
}
.contact-row .col-6, .contact-row .col-12{
    width: 100%;
}
}
