/*
orange #FF7A00
blue #ec5439
*/

/*svilamare
red: #ec5439
gray: #828281
*/

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.orange {
    color: #ec5439;
}

.blue {
    color: #828281;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.padding-zero {
    padding: 0!important;
}

.padding-left-zero {
    padding-left: 0!important;
}

.padding-right-zero {
    padding-right: 0!important;
}

#header {
    background: #ec5439;
    color: #fff;
    overflow: hidden;
    width: 100%;
    z-index: 10001;
}

#header .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

#header .col-md-6 i {
    padding-right: 10px;
    font-size: 15px;
}

#header .col-md-6 span:nth-of-type(3) {
    padding: 0;
}

#header .col-md-6:nth-of-type(2) {
    text-align: right;
}

#header .col-md-6:nth-of-type(2) i {
    padding-left: 10px;
    padding-right: 0px;
}

#header span {
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
}

#header .flag-icon {
    font-size: 16px;
}

#navigation {

    background: transparent;
    width: 100%;
    z-index: 10001;

}

#navigation .navbar {
    background: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
}

#navigation .navbar-collapse {
    padding: 0!important;
    margin: 0;
}

#navigation .navbar-nav li {
    padding: 0;
    margin: 0;
}

#navigation .navbar-nav li:last-child a {
    border-right: 0.5px solid #d3d3d3;
}

#navigation .navbar-nav li a,
#navigation .navbar-nav li a:link,
#navigation .navbar-nav li a:visited {
    color: #a8a8a8;
    border-left: 0.5px solid #d3d3d3;
    padding: 15px 30px;
    font-size: 15px;
    transition: all 0.3s ease;
}

#navigation .navbar-nav li a:hover {
    color: #fff;
    background: #ec5439;
}

#navigation .navbar-nav li .realestates,
#navigation .navbar-nav li .realestates:link,
#navigation .navbar-nav li .realestates:visited {
    color: #fff;
    background: #ec5439;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

}

#navigation .navbar-nav li .realestates:hover {
    color: #fff;
    background: #ec5439;
    box-shadow: none;

}

#navigation .navbar-right {
    padding-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

#cover {
    height: 550px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

#cover h1 {
    font-size: 50px;
    margin-top: 140px;
    background: rgba(9,9,9,0.3);
    padding: 10px;
    font-weight: 600;
}

#search-area {
    padding: 20px 0;
}

#search-area button {
    height: 35px;
    border: 1px solid #ec5439;
}

#search-area input,
#search-area select {
    border-radius: 0;
    height: 35px;
    font-size: 15px;
}

#search-area label {
    color: #fff;
}

#search-area input:focus,
#search-area select:focus {
    background: #f2f2f2;
}

.homepage-search a {
    color: #fff
}

.top-nine {
    padding: 0px 10px 20px 10px;
}

.top-nine .box {
    height: 380px;
    padding: 0px;
    cursor: pointer;
}


.top-nine .box:nth-child(2),
.top-nine .box:nth-child(5),
.top-nine .box:nth-child(8),
.top-nine .box:nth-child(2) .col-md-12,
.top-nine .box:nth-child(5) .col-md-12,
.top-nine .box:nth-child(8) .col-md-12 {
    padding-left: 0px!important;
    padding-right: 20px;
}

.top-nine .box .col-md-12 .image {
    height: 200px;
    position: relative;
    border: 1px solid #d3d3d3;
    transition: all 0.3s ease;
}


.top-nine a {
    text-decoration: none;
}

.property-name {
    margin: 5px;
}

a .property-name strong {
    color: #ec5439!important:
}


.icons {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: black;
    font-style: italic;
}


.icons i {
    padding-right: 3px;
}

.icons div {
    height: 35px;
    display: inline-block;
    padding: 5px;

}

.icons span:last-child {
    border-right: 0px solid #d3d3d3;
}

.caption {
    text-align: center;
    padding: 20px 0;
}

#find-agent {
    padding: 100px 0;

    color: #fff;
    text-align: center;
}

.top-nine .box:hover .image {
    opacity: 0.8;
}

#blog-home {
    padding: 0px 0 30px 0;
    background: #fff;
    color: #000;
}

#blog-home h1 {
    color: #fff;

}

#blog-home .container {
    padding: 0;
}

#blog-home .box {
    padding: 10px;
    cursor: pointer;
}

#blog-home .box:nth-child(2),
#blog-home .box:nth-child(2) .col-md-12 {
    padding-left: 0px;
}

#blog-home .box:nth-child(3n + 1),
#blog-home .box:nth-child(3n + 1) .col-md-12 {
    padding-right: 0px;
}

#blog-home .box .col-md-12 .image {
    height: 252px;
    position: relative;
    border: 1px solid #d3d3d3;
}

#blog-home .price h3 {
    background: rgba(3, 3, 3, 0.4);
    padding: 3px;
}

#blog-home .box .col-md-12 .price a,
#blog-home .box .col-md-12 .price a:link,
#blog-home .box .col-md-12 .price a:visited {
    color: #fff;
    padding: 5px 15px;
    background: #FF7A00;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-decoration: none;
}

#blog-home .box .col-md-12 .price a:hover {
    background: #fff;
    color: #ec5439;
}

.top-nine .box-description {
    padding: 0px;
    background: #fff;
    color: #000;
    border: 1px solid #d3d3d3
}

#blog-home .box-description {
    padding: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #d3d3d3
}



#blog-home .box-description h5 {
    color: grey;
    padding: 0;
}

#blog-home .price {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
}

.price {
    opacity: 0.8;
     width: 0;
	height: 0;
    top: 0px;
    left: 0px;
    color: #fff;
    border-top: 110px solid #ec5439;
	border-right: 110px solid transparent;
    background: transparent;
    display: block;
    position: relative;
}

.price div.label span{
    position: absolute;
    bottom:70px;
    background: transparent;
    font-size: 15px;
}
#footer {
    padding: 50px 0;
    background: #ececec;
    color: #555;
}

#footer .container {
    padding: 0;
}

#footer .col-md-3:nth-child(1) {
    padding-left: 0;
}

#footer h4 {
    color: #555;
    content: '.';
    border-bottom: 0.5px solid #ec5439;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li,
#footer ul p {
    font-size: 15px;
    padding: 5px 0;
    font-weight: 300;
    display: block;
}

footer a,
footer a:link,
footer a:visited {
    display: block;
    padding: 3px;
    color: #333;
    text-decoration: none;
    transition: all 0.1s ease;
}

footer a .blog-author {
    display: none;
    top: -20px;
    position: absolute;
}

#footer ul li a:hover {
    background: #ec5439!important;
    color: #fff;
    display: block
}

#footer ul li a:hover .blog-author {
    color: #333;
    display: block
}

#footer ul li i {
    width: 20px;
}

#copyright .container {
    padding: 0;
}

#copyright {
    text-align: center;
    padding: 20px 0;
    background: transparent;
    color: #555;
}

#copyright img {
    width: 130px;
}

.title-caption {
    padding: 20px 0;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #d3d3d3;
    color: #000;
}

.title-caption .container {
    padding-left: 0;
}

#properties {
    padding: 20px 10px;
    overflow: hidden;
}

.property-box {
    height: auto;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}



.property-box .col-md-12 {
    overflow: auto;
    width: 100%;
    padding: 10px;
    height: 220px;
    border: 1px solid #d3d3d3;
    transition: all 0.3s ease;
}

.property-box .col-md-12:hover {
    opacity: 0.9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.property-box .img-div {
    height: 300px;
}
.property-box .icons{
    padding: 7px 0;
    height: 40px;
        font-style: normal;
}
.property-box .icons span {
    text-align: left;
    height: 35px;
    border-right: 0px solid #d3d3d3;

}

.agent-box {
    min-height: 180px;
    height: auto;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
}

.agent-box .col-md-3,
.agent-box .col-md-2 {
    height: 100%;
    padding: 10px;
    min-height: 200px;
}

.single-property {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-property .col-md-9 {
    padding-left: 0;
}

.single-property img {
    width: 100%;
    height: auto
}

.single-property img.property-plan-image {
    height: 450px;
    width: auto;
}

.single-property .col-md-6,
.single-property .col-md-12 {
    padding: 10px 0;
}

.single-property .col-md-3 {
    padding: 10px 0 10px 0;
}

.single-property .label {
    font-size: 16px;
    padding: 5px;
}

.single-property .features {
    padding-bottom: 50px;
}

.single-property .features span {
    display: inline-block;
    margin-right: 5px;
}

.btn-warning {
    background-color: #ec5439;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #ec5439;
    border: 1px solid #ec5439;
}

.single-property .sidebar {
    padding: 0 10px 10px 10px;
    background: #f9f9f9;
    border-left: 0.5px solid #ec5439;
}

.single-property .sidebar iframe {
    height: 100px!important;
}

.single-property .sidebar .col-md-9,
.single-property .sidebar .col-md-3 {
    padding-top: 0;
}

.single-property .sidebar p {
    padding: 0;
    margin: 3px 0;
}


#mapframe iframe,
#videoframe iframe {
    border: 0;
    width: 100%!important;
    height: 500px!important;
}

.navbar-toggle {
    margin-top: 20px
}

#blog-container {
    padding: 30px 0;
}

#blog-container .card {
    cursor: pointer;
    background: #f9f9f9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease;
    height: 447px;
}

#blog-container .card .imgdiv {
    width: calc(100% - 0px);
    position: absolute;
    left: 0px;
    top: -10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    max-height: 230px;
    height: 230px;
    transition: all 0.3s ease;
}

#blog-container .card .imgdiv:hover {
    transform: scale(0.95);
}

#blog-container .card-img-top {
    height: 200px;
    text-align: center;
    position: relative
}

.slider-box {
    position: relative;
    background: #f9f9f9;
    height: 577px;
    border: 1px solid #d3d3d3;
    padding: 0!important;
    text-align: center;
    overflow: hidden;
}

.slider-image-div {
    display: block;
    width: 100%;
    height: 100px;
    white-space: nowrap;
}

.slider-box:hover .slider-image-div {
    right: 0;
}

.slider-image-div img {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.7 ease;
}

.img-detail {
    opacity: 1!important;
    border: 1px solid gray;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(3, 3, 3, 0.19), 0 6px 6px rgba(3, 3, 3, 0.23);
}

#imgdiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f9f9f9;
    height: 10px;
    width: 10px;
}

#imgdiv::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ec5439;
}

#imgdiv::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #ec5439;
}

#imgdiv {
    overflow-y: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
}

#imgdiv div {
    width: 100px;
    display: inline;
}

#imgdiv img {
    height: 80px;
    margin: 5px 5px 5px 0;
    width: auto;
}

.scrollleft-slider {
    font-size: 50px;
    color: white;
    background: rgba(3, 3, 3, .2);
    height: 100%;
    position: absolute;
    top: 0;
    padding: 250px 10px 10px 10px;
    cursor: pointer
}

.scrollright-slider {
    font-size: 50px;
    color: white;
    background: rgba(3, 3, 3, .2);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 250px 10px 10px 10px;
    cursor: pointer
}

.price-single-property {
    text-align: right;
}

#contact .container {
    padding: 70px 0
}

#contact p {
    font-size: 15px;
    opacity: 0.8;
}

.carousel-control {
    background-color: white;
    background: linear-gradient(white, white);
    box-shadow: 0;
    opacity: 1;
    color: black!important;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

#aboutus .slider-aboutus {
    background: #f9f9f9;
    margin: 70px 0 0 0;
    height: auto;
    overflow: hidden;
}

#aboutus .slider-aboutus .caption-slider {
    font-size: 14px;
    color: black;
    max-width: 700px;
    margin: 0 auto
}


/* The container */

.containercheckbox {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 17px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containercheckbox:nth-of-type(2n) {
    display: block;
}

/* Hide the browser's default checkbox */

.containercheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.containercheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.containercheckbox input:checked ~ .checkmark {
    background-color: #ec5439;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.containercheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.containercheckbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-success {
    background: #ec5439;
}

.btn-success {
    background: #ec5439;
    border: 1px solid #ec5439;
}

.btn-success:hover {
    border: 1px solid #ec5439;
    background: #ec5439;
}

.property-plan-image {
    height: 500px;
    width: auto;
}

#loader {
    display: inline-block;
    border: 10px solid #d3d3d3;
    border-radius: 50%;
    border-top: 10px solid #ec5439;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 15px;
    z-index: 100;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pagination-sm > li:focus {
    background: red;
}

.pagination-sm li:focus {
    background: red;
}

.pagination-sm li > a {
    color: #ec5439;
}

.pagination > li:focus > span {
    background: red;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #ec5439;
    border: 1px solid #ec5439;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #ec5439;
    border: 1px solid #ec5439;
}

/*new design*/

.social-networks span {
    border-right: 0.5px solid #d23a20;
}

#under-header .container {
    padding-top: 12px;
    padding-bottom: 14px;
}

#under-header .logo {
    width: 180px;
    filter: grayscale(0%)
}

#under-header .icon-title {
    color: #a8a8a8;
    font-size: 15px;
    padding-bottom: 6px;
}

#under-header .icon-title .fas {
    color: #ec5439;
    margin-right: 5px;
}

#under-header .icon-content {
    font-size: 16px;
    font-weight: 300
}

#filter-home {
    height: 80px;
    background: #fff;
    position: relative;
    top: -80px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0px 20px 0 20px;
}

#filter-home .input-group-addon,
#filter-home .btn,
#filter-home input,
#filter-home select {
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
}

#filter-home a,
#filter-home a:link,
#filter-home a:visited {
    text-decoration:none;
    color: #ec5439;
}

#circle-box {
    padding-bottom: 100px;
}
#circle-box a,
#circle-box a:link,
#circle-box a:visited{
    color: #333;
}
#circle-box .col-md-4 {
    padding: 15px;
}

#circle-box p {
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
}

#circle-box img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover
}

.sticker-caption {
    margin: 15px;
    background: #ececec;
}

.sticker-caption .col-md-3 {
    background: #ec5439;
    color: #fff;
    padding: 0;
}

.sticker-caption .col-md-9 {
    padding: 7px;
}

.sticker-caption .col-md-9 .btn {
    background: #ec5439;
    color: #fff;
}

.sticker-caption .col-md-3 i {
    padding: 10px;
    background: #d23a20;
    margin-right: 10px;
}

.sticker-caption .col-md-3 h3 {
    padding: 0;
    margin: 0;
}

.references {
    padding: 20px 0;
}

.references .col-md-3 {
    padding: 10px 0;
    text-align: center;
}

.references img {
    height: 50px;
}

.contactDiv {
    background: rgba(236, 84, 57, 1);
    color: #fff!important;
    transition: all 0.2s ease;
}

.contactDiv .icon-title .fas,
.contactDiv .icon-title {
    color: #fff!important;
}

.help-border {
    width: 100px;
    height: 3px;
    background: red;
    position: relative;
    top: 3px;
}

/*responsive*/

.line-through {
    text-decoration: line-through;
    color: #a8a8a8;
}

@media screen and (min-width:1024px) and (max-width:1260px) {}

@media screen and (min-width:768px) and (max-width:1023px) {}

@media screen and (max-width:991px) {
    #footer .col-md-3:nth-child(1) {
        padding-left: 15px;
    }
    #navigation {
        height: auto;
        background: #fff
    }
    .property-box {
        border: 1px solid transparent;
        height: auto;
        padding: 10px;
    }
    .property-box .col-md-4 {
        height: 200px;
    }
    .property-box .col-md-8 {
        border: 1px solid #d3d3d3;
    }
    .agent-box {
        border: 1px solid transparent;
        height: auto;
        padding: 10px;

    }
    .agent-box .col-md-2 {
        height: 200px!important;
    }
    .agent-box .col-md-8 {
        border: 1px solid #d3d3d3;
    }
    #mapframe iframe,
    #videoframe iframe {
        border: 0;
        width: 100%;
        height: 300px;
    }
    .container {
        padding: 7px!important;
    }
    .single-property {
        padding: 7px;
    }
    .single-property .col-md-9 {
        padding: 0 0px;
    }
    #navigation .nav-container {
        padding: 0;
        margin: 0;
    }
    #navigation .navbar-header {
        width: 100%;
        padding: 0 0 0 14px;
    }
    #navigation .navbar-header img {
        width: 140px;
        padding-top: 10px;
    }
    #navigation .navbar-right {
        padding: 0 0 0 7px;
    }
    #navigation .navbar-header button {
        margin: 0;
    }
    #navigation .navbar-nav li a,
    #navigation .navbar-nav li a:link,
    #navigation .navbar-nav li a:visited {
        color: #a8a8a8;
        border-left: 0.5px solid #d3d3d3;
        padding: 10px;
        font-size: 15px;
        transition: all 0.3s ease;
    }
    #navigation .navbar-nav li a:hover {
        background: #a8a8a8;
        color: #fff;
    }
    #navigation .navbar-collapse {
        padding: 15px!important;
        margin: 0;
    }

    #header {
        background: #ec5439;
        color: #fff;
        overflow: hidden;
        font-size: 10px;
    }
    #header .row {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #header .row span {
        font-size: 14px;
    }

    #header .col-md-6 i {
        padding-right: 10px;
        font-size: 17px;
    }

    .flag-icon {
        margin: 2px;
        float: left;
    }
    .top-nine .box {
        height: 400px;
        padding: 14px!important;
        cursor: pointer;
    }
    .top-nine .box .col-md-12 {
        padding: 0;
    }
   

    
    #search-area {
        width: 100%;
        padding: 10px;
    }
    #blog-home .box {
        padding: 5px;
        cursor: pointer;
    }

    #blog-home .box:nth-child(2),
    #blog-home .box:nth-child(2) .col-md-12 {
        padding-left: 10px;
    }

    #blog-home .box:nth-child(3n + 1),
    #blog-home .box:nth-child(3n + 1) .col-md-12 {
        padding-right: 10px;
    }
    #cover {
        height: 400px;
    }
    #cover h1 {
        font-size: 30px;
    }
    #search-area .input-group {
        display: block;
    }
    #search-area input {
        margin-top: 7px;
    }
    #search-area .input-group button {
        width: 100%;
        margin-top: 7px;
        border-radius: 4px;
    }

    #properties {
        padding: 15px;
    }
    #properties .container {
        padding: 0;
    }
    #find-agent h1 {
        font-size: 30px;
    }
    .title-caption {
        padding: 7px;
    }
    .single-property .features span {
        display: inline-block;
        padding: 5px 5px 5px 5px;
    }
    .single-property .label {
        font-size: 16px;
        padding: 10px;
    }
    .slider-box {
        position: relative;
        background: #f9f9f9;
        height: 236px;
        border: 1px solid #d3d3d3;
        padding: 0!important;
        text-align: center;
        overflow: hidden;
    }
    .scrollleft-slider {
        font-size: 30px;
        color: white;
        background: rgba(3, 3, 3, .2);
        height: 100%;
        position: absolute;
        top: 0;
        padding: 100px 10px 10px 10px;
        cursor: pointer
    }
    .scrollright-slider {
        font-size: 30px;
        color: white;
        background: rgba(3, 3, 3, .2);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 100px 10px 10px 10px;
        cursor: pointer
    }
    .price-single-property {
        text-align: left;
        padding-top: 0;
    }
    #mapframe iframe,
    #videoframe iframe {
        border: 0;
        width: 100%!important;
        height: 300px!important;
    }
    #contact input {
        margin-bottom: 10px;
    }
    #contact iframe {
        width: 100%!important;
        height: 250px;
    }
    #aboutus .slider-aboutus {
        background: #f9f9f9;
        margin: 70px 0 0 0;
        padding: 30px 0;
        height: auto;
        overflow: hidden;
    }
    #aboutus .slider-aboutus .caption-slider {
        font-size: 11px;
        padding: 0 40px;
    }
    #aboutus .slider-aboutus .caption-slider h4 {
        text-align: center
    }
    #aboutus iframe {
        width: 100%!important;
        height: 250px;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none !important;
        filter: none !important;
        color: rgba(0, 0, 0, 0.5)!important;
    }
    #morefilters .col-md-4 {
        padding-left: 0!important;
    }
    .select-offer-div .col-md-6 {
        margin-bottom: 10px;
    }


    #navigation {
        top: 58.18px;
    }
    /*    new design*/
    #under-header .logo {
        width: 100px;
    }
    #under-header .icon-div {
        padding-top: 5px;
    }
    #under-header .icon-div div {
        float: left;
    }
    #under-header .contact-info {
        padding-top: 10px;
    }
    #under-header .icon-title {
        font-size: 10px;
    }
    #under-header .icon-content {
        font-size: 10px;
    }
    #filter-home {
        height: auto;
        background: rgba(255, 255, 255, 0.8);
        position: relative;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 0px 10px 0 10px;
    }

    #filter-home .col-md-2,
    #filter-home .col-md-6,
    #filter-home .col-md-3 {
        padding: 5px 0px!important;

    }
    .icons.row{
        padding:5px;
        height:34px
    }
    .icons span {
        text-align: center;
        height: 35px;
        padding: 7px 10px;
        border-right: 1px solid #d3d3d3;

    }
    .references img{
        max-width:150px;
        height: auto;
    }
    .references .col-sm-4{
        height: 91px;
    }
    #footer .col-md-3{
        margin-top: 30px;
        padding-left: 0;
    }
}

@media screen and (max-width:366px) {
    #header .col-md-6:nth-child(1) span {
        display: block;
    }
}

@media screen and (max-width:603px) {
    #navigation {
        top: 83.18px;
    }
}

@media screen and (max-width:404px) {
    #navigation {
        top: 118.52px;
    }
}


@media screen and (min-width:845px) and (max-width:1200px) {
    #navigation {
        top: 58.18px;
    }
    .top-nine .box .col-md-12{
        padding: 15px;
    }
}
