@font-face {
    font-family: jamboFontR;
    /*src: url('../fonts/fredoka/Fredoka-Regular.ttf');*/
    /*src: url('../fonts/poppins/Poppins-Regular.ttf');*/
    src: url('../fonts/trip-sans/TripSansMono-Regular.ttf');

}

@font-face {
    font-family: jamboFontB;
    /*src: url('../fonts/fredoka/Fredoka-Bold.ttf');*/
    /*src: url('../fonts/poppins/Poppins-Bold.ttf');*/
    src: url('../fonts/trip-sans/TripSans-Bold.ttf');


}

@font-face {
    font-family: jamboFontM;
    /*src: url('../fonts/fredoka/Fredoka-Medium.ttf');*/
    src: url('../fonts/poppins/Poppins-Medium.ttf');

}

.abc {
    margin: 0px;
    padding: 0px;
    /*font-family: Georgia, "Times New Roman", "Century Schoolbook L", serif;*/
    font-family: jamboFontR;
    font-size: 12pt;
    line-height: 18px;
    letter-spacing: -0.5px;
}

.abc .sticky-fix ,
.abc .search-absolute,
.abc .content-w,
.abc .button-next,
.abc .div-img img,
.abc .i-buttons {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: .5s;
}

.abc .full-w {
    width: 100%;
}

.abc .content-w {
    width: 60%;
    border: 0px solid #ccc;
    overflow: hidden;
    margin: 0 auto;
}

.abc .clear {
    clear: both;
}


.abc .left-5 {
    width: 18%;
    float: left;
    border: 0px solid #ccc;
    margin: 2% 2% 0 0%;
    position: relative;
    text-align: left;
    min-height: 550px;
}

.abc .left-6 {
    width: 14.5%;
    float: left;
    border: 0px solid #ccc;
    margin: 1% 2% 0 0%;
    position: relative;
    text-align: center;
    min-height: 500px;

}

.abc .left-1 {
    width: 76%;
    overflow: hidden;
    border: 0px solid #ccc;
    margin: 0 0 3% 0;
}

.abc .left-4,
.abc .right-4 {
    width: 24%;
    float: left;
    border: 0px solid #ccc;
    margin: 0 1% 5% 0%;
    position: relative;
}

.abc .right-4 {
    float: right;
}

.abc .left-3 {
    width: 31%;
    float: left;
    border: 0px solid #ccc;
    margin: 1% 2% 0 0%;
    position: relative;
}

.abc .left-2 {
    width: 46%;
    float: left;
    border: 0px solid #ccc;
    margin: 1% 3.5% 0 0%;
    position: relative;
}

.abc .left-20 {
    width: 21%;
    float: left;
    border: 0px solid #ccc;
}

.abc .right-20 {
    width: 20%;
    float: right;
    border: 0px solid #000;
}

.abc .left-40 {
    width: 57%;
    float: left;
    border: 0px solid #ccc;
    margin: 0 1%;
}

.abc .left-30 {
    width: 29%;
    float: left;
    border: 0px solid #ccc;
}

.abc .right-70 {
    width: 68%;
    float: right;
    border: 0px solid #ccc;
    margin: 0 1%;
}

.abc .product {
    border: 0px solid #f00;
    min-height: 330px;
}

.abc .logo img {
    width: 150px;
    margin: 20px 0 0 0;
}

.abc li {
    list-style: none;
}

.abc h1 {
    font-size: 30pt;
    margin: 10px 0 0 0;
    line-height: 45px;
    font-weight: 100;
}

.abc h2 {
    margin: 10px 0 0 0;
    font-size: 20pt;
    font-weight: 100;
}

.abc h2 b {
    color: #000;
}

.abc h3 {
    font-weight: 600;
    font-size: 14pt;
    margin: 0 0 2px 0;
    text-transform: capitalize;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;


    border-bottom: 1px dashed transparent;
    border-image: linear-gradient(45deg, #CCC, #fff);
    border-image-slice: 0.5;
}

/*
.abc .h3 {
    margin: 10px 0 50px 0;
    font-size: 20pt;
    font-weight: 600;
}
*/
.abc .h4 {
    min-height: 25px;
    font-size: 14pt;
    font-weight: 600;
    clear: both;
}

.abc .h2 {
    margin: 10px 0 0 0;
    font-size: 20pt;
    font-weight: 100;
}

.abc .h2 b {
    color: #000;
}


.abc .h1-span {
    font-size: 18pt;
    color: #000;
    padding: 0px;
    margin: 0px;
    line-height: 25px;

}


.abc a {
    text-decoration: none;
    color: #000;
}

.abc a:hover,
.abc .left-menu .p-more:hover {
    opacity: .7;
}

.abc .em-3 {
    font-size: 3em;
}

.abc .em-2 {
    font-size: 2em;
}

.abc .em-15 {
    font-size: 1.5em;
}

.abc .corner {
    border-radius: 10px;
}


.abc .center {
    text-align: center;
    margin: 0 auto;
}

.abc .div-img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.abc .div-img img {
    /*
    filter: brightness(1.3);
    */
    filter: contrast(150%);
}

.abc .ignore-filter {
    filter: contrast(10%);
}


.abc .div-img:hover img {
    transform: scale(1.1);
}

.abc .div-img .div-heart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0px solid #fff;
    background: #ffffff;
    position: absolute;
    right: 0;
    text-align: center;
    margin: 5px 5px 0 0;
    line-height: 45px;
    z-index: 99;

    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: .5s;

}

.abc .div-img .div-heart:active {
    box-shadow: 0 0 50px #000;
}

.abc .div-img .div-heart i {
    color: #000;
    font-weight: 900;
    font-size: 18pt;
}


.abc .button-black {
    border: 0px solid #fff;
    color: #fff;
    padding: 7px 2%;
    background: #000;
    font-size: 13pt;
    border-radius: 20px;
    font-weight: 100;
    cursor: pointer;
}

.abc .button-border {
    border: 1px solid #000;
    color: #000;
    padding: 7px 2%;
    font-size: 14pt;
    border-radius: 20px;
    text-shadow: 0 0 2px #fff;
    background: #fff;
}

.abc .line {
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 10px 0;
}

.abc .path {
    background: #f0f0f0;
    margin: 0px 0 20px 0;
    padding: 5px 0;
    font-size: 12pt;
}

.abc .path b {
    font-weight: 900;
    padding: 0 5px;
}

.abc .path span {
    font-style: italic;
}

.abc .path .active {
    color: #000;
    font-weight: 900;
}

.abc .price {
    color: #02a35e;
    font-weight: 900;
    font-size: 14pt;
}

.abc .border-dot {
    border: 2px dashed #04c571;
    padding: 1.5% 2%;
    margin: 2% 0;
}

.abc .border-dot-gray {
    border: 2px dashed #ccc;
    padding: 1.5% 2%;
    margin: 2% 0;
}

.abc .stars {
    color: #04c571;
    font-weight: 900;
    float: right;
    margin: 5px 0 -5px 0;
}

.abc .fl {
    float: left;
}

.abc select,
.abc input[type=search],
.abc input[type=password],
.abc input[type=tel],
.abc input[type=email],
.abc input[type=date],
.abc textarea,
.abc input[type=time] {
    padding: 7px 5px;
    border-radius: 20px;
    border: 2px solid #ccc;
}

.abc input[type=search] {
    width: 300px;
}

.abc input[type=email] {
    width: 285px;
}

.abc input[type=search] {
    width: 300px;
}

.abc input[type=date] {
    width: 200px;
}

.abc input[type=time] {
    width: 200px;
}

.abc input[type=password] {
    width: 300px;
}

.abc textarea {
    width: 350px;
    height: 150px;
    padding: 5px 4%;
}

.abc select {
    min-width: 300px;
}

.abc .red {
    color: #f00;
}

.abc .num {
    width: 170px;
    border: 2px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
}

.abc .num i {
    font-size: 14pt;
}

.abc .num button {
    background: #fff;
    border: 0;
}

.abc .num input[type=text] {
    border: 0px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-radius: 0;
    text-align: center;
    width: 92px;
    float: left;
    height: 28px;
}

.abc .num .button-plus,
.abc .num .button-minus {
    padding: 5px 8px;
    margin: 0 0px 0 0;
    float: left;
    background: #f0f0f0;
    cursor: pointer;
}

.abc .num .button-plus:hover,
.abc .num .button-minus {
    padding: 5px 8px;
    margin: 0 0px 0 0;
    float: left;
    background: #f0f0f0;
    cursor: pointer;
}

.abc .box-green {
    background: #04c571;
    padding: 20px 2%;
}

.abc .f-hidden {
    overflow: hidden;
}

.abc .clear-button {
    background: #fff;
    border: 0px;
    font-size: 14pt;
    cursor: pointer;
}

.abc .custom-info {
    margin: 2% auto 0 auto;
    border: 0px solid #f00;
    text-align: center;
    width: 70%;
}

.abc .custom-info h1 {
    margin: 0px 0 5px 0;
    border: 0px solid #f00;
    color: #02a35e;
    font-weight: 900;
    font-family: Arial;
    transform: scale(1, 1.2);
}

.abc .custom-info p {
    font-size: 12pt;
}

.abc .link {
    color: #0652f5;
}

.abc .text-info {
    border: 0px solid #f00;

}

.abc .property{
    border: 0px solid #f00;
    overflow: hidden;
}

.abc .property .div-img{
    width: 30%;
}











.abc .search-absolute {
    position: absolute;
    margin: 7% 0 0 0;
    width: 60%;
    z-index: 9;
    border: 0px solid #000;
}

.abc .search-container {
    border: 0px solid #000;
    z-index: 99;
    width: 70%;
    margin: 0 auto;
}

.abc .search-input {
    width: 94%;
    border: 2px solid #02a35e;
    margin: 20px auto 0 auto;
    padding: 10px 2%;
    box-shadow: 0 0 30px #ccc;
    border-radius: 30px;
    background: #fff;
}

.abc .search-input input {
    width: 78%;
    padding: 5px 2%;
    outline: none;
    border: 0px solid #ccc;
    outline: none;
    font-size: 14pt;
    background: transparent;
}


.abc .found-container {
    border: 1px solid #ccc;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 0 30px #999;
    padding: 2%;
    position: absolute;
    background: #fff;
    width: 50%;
    z-index: 99999999;
    max-height: 80vh;
    overflow: hidden;
    display: none;
}

.abc .found-container table {
    width: 100%;
    margin: 0 0 10px 0;
}

.abc .found-container table:hover {
    cursor: pointer;
    background-image: linear-gradient(to right, #fff, #f0f0f0, #fff);
}

.abc .found-container table .td1 {
    width: 60px;
}

.abc .found-container table .td1 img {
    width: 55px;
    border-radius: 3px;
}

.abc .found-container table .td2 {
    padding: 2px 0 0 1%;
    text-align: left;
}

.abc .found-container table .td2 .p1 {
    font-weight: 600;
    margin: 0px;
}

.abc .found-container table .td2 .p2 {
    margin: 0px;
    font-size: 12pt;
}

.abc .search-input button {
    background: #02a35e;
    color: #fff;
    padding: 7px 3%;
    border-radius: 20px;
    border: 2px solid #02a35e;
}



.abc .search-contacts {
    border: 0px solid #EC008C;
    margin: 15px auto 0 auto;
    padding: 10px 2%;
    border-radius: 3px;
    overflow: hidden;
    float: right;
}

.abc .search-contacts i {
    float: left;
    margin: 0 3% 0 0;
    font-size: 18pt;
    font-weight: 900;
}

.abc .search-contacts p {
    float: left;
    margin: 0 0 0 0;
}

.abc .search-contacts table {
    width: 100%;
    margin: 15px 0 0 0;
}

.abc .search-contacts .td-login {
    width: 100px;
    text-align: right;
    background: #000;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 15px auto 0 auto;
}

.abc .search-contacts .td-login a {
    color: #fff;
}

.abc .search-contacts .td-login i {
    float: right;
    font-size: 12pt;
    margin: 0 0 0 5px;
    color: #fff;
}






.abc .sticky {
    overflow: hidden;
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0;
    /* Position the navbar at the top of the page */
    width: 100%;
    /* Full width */
    border: 0px solid #f00;
    background: #fff;
    z-index: 999;

    box-shadow: 0 0 20px #ccc;
}

.abc .sticky-fix {
    height: 90px;
    border: 0px solid #f00;
}

.abc .menu {
    margin: 30px 0 0 0;
    padding: 0px;
    overflow: hidden;
    border: 0px solid #ccc;
    width: 100%;
    text-align: center;
}

.abc .menu ul {
    margin: 0px 0 0 0;
    padding: 0px;
    border: 0px solid #ccc;
    width: 100%;
    text-align: center;
}

.abc .menu li {
    padding: 1px 2%;
    width: 25%;
    border: 1px solid #999;
    border-radius: 10px;
    margin: 0 1% 1% 0;
    min-height: 34px;
    cursor: pointer;
    display: inline-block;
}

.abc .menu li .sub-menu {
    position: absolute;
    width: 100%;
    margin: 8px 0 0 0;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 5px #ccc;
    padding: 1% 0;
    z-index: 999;
    border-bottom: 1px solid #afaeae;
    display: none;
    line-height: 17pt;
}

.abc .menu li .menu-in {
    margin: 20px auto 0 auto;
    min-height: 200px;
    max-height: 300px;
    border: 0px solid #f00;
}

.abc .menu li .menu-in .check-content {
    margin: 10px 0 0 0;
    min-height: 200px;
    max-height: 250px;
    overflow-y: scroll;
    border: 0px solid #f00;
}

.abc .menu li .radio-box {
    float: left;
    padding: .4% 0;
    margin: 0 1% 0 0;
    min-width: 32%;
}

.abc .menu li.l-h-32 {
    line-height: 32px;
}

.abc .menu li p {
    color: #04c571;
    font-size: 12pt;
    margin: -2px 0 0 0;
}

.abc .menu li i {
    float: right
}

.abc .menu .menu-p {
    margin: 10px 0 0 0;
    display: inline-block;
    width: auto;
    border-right: 0px solid #ccc;
    padding: 0 2%;
    font-weight: 900;
}

.abc .banner {
    margin: 0px 0 0 0;
    border-radius: 30px;
    opacity: 0.3;
    background: #fff;
}

.abc .banner-text {
    border: 0px solid #f00;
    position: absolute;
    width: 60%;
    margin: -100px 0 0 0;
    padding: 1% 2%;
    font-weight: 900;
    /*background-image: linear-gradient(to right, transparent, #fff, transparent);*/
    color: #000;
    font-size: 14pt;
    line-height: 25px;
}

.abc .banner-text span {
    text-shadow: 0 0 1px #fff;
}

.abc .found-count {
    color: #04c571;
    margin: 20px 0 0 0;
}


.abc .left-menu h4 {
    margin: 0 0 10px 0;
    clear: both;
    overflow: hidden;
}

.abc .left-menu p {
    float: left;
    margin: 0;
    padding: 0 0%;
    border: 0px solid #ccc;
}

.abc .left-menu .p1 {
    margin: 0;
    font-weight: 100;
    font-size: 14pt;
}

.abc .left-menu .p2 {
    color: #000;
    margin: 0 25% 0 0%;
    cursor: pointer;
    float: right;
}

.abc .left-menu .p2 i {
    font-size: 14pt;
}

.abc .left-menu .p2:hover {
    opacity: .5;
}

.abc .left-menu ul {
    margin: 0 0 30px 0;
    padding: 0;
    color: #666;
    border: 0px solid #f00;
    max-height: 235px;
    overflow: hidden;
}

.abc .left-menu ul li {
    font-weight: 100;
    color: #000;
}

.abc .left-menu ul li i {
    color: #666;
    font-size: 12pt;
    font-style: normal;
    font-weight: 900;
}

.abc .left-menu .p-more {
    margin: 5px 0 30px 0;
    text-align: center;
    border: 0px solid #f00;
    width: 100%;
    cursor: pointer;
}

.abc .mobile-menu {
    display: none;
}


.abc .package-content {
    font-weight: 100;
    border: 0px solid #f00;
    width: 100%;
    margin: 0 0 3% 0;
    overflow: hidden;
}

.abc .package-content .div-img {
    float: left;
    border: 0px solid #f00;
    width: 28%;
}

.abc .package-content .text {
    float: right;
    border: 0px solid #f00;
    width: 68%;
    margin: 0 0 0 2%;
}

.abc .package-content h4 {
    margin: -0px 0 0 0;
    color: #000;
    font-weight: 900;
}

.abc .package-content .verified {
    width: 35px;
    position: absolute;
    z-index: 99;
    margin: 3% 2% 0 3%;
    background: #04c571;
    padding: 1%;
    border-radius: 5px;
}

.abc .package-content .title {
    margin: 0px 0 0 0;
    text-shadow: 0 0 0 transparent;
    color: #000;
    font-weight: 900;
    position: relative;
    text-align: left;
    padding: 1%;
    border: 0px solid #f00;
}

.abc .package-content .stars {
    float: left;
    width: 100%;
}

.abc .package-content .min {
    float: left;
    font-size: 12pt;
    color: #333;
    font-weight: 100;
    margin: 0 0 0 5%;
}

.abc .package-content .price {
    float: left;
}

.abc .package-content .price b {
    color: #02a35e;
    font-size: 14pt;
}

.abc .package-content p {
    margin: 0;
    font-weight: 900;
}

.abc .package-content aside {
    margin: 10px 0 0 0;
    border: 0px solid #ccc;
    padding: 0%;
    border-radius: 5px;
}

.abc .package-content aside span {
    color: #999;
    font-weight: 100;
}






.abc .package-list {
    font-weight: 100;
    min-height: 450px;
}

.abc .package-list,
.abc .package-content {
    overflow: hidden;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 1s;
}

.abc .o-low .package-list,
.abc .o-low .package-content {
    opacity: 0;
}

.abc .o-high .package-list,
.abc .o-high .package-content {
    opacity: 1;
}

.abc .package-list .name {
    margin: -0px 0 0 0;
    color: #000;
    font-weight: 100;
}

.abc .package-list .verified {
    width: 35px;
    position: absolute;
    z-index: 99;
    margin: 3% 2% 0 3%;
    background: #04c571;
    padding: 1%;
    border-radius: 5px;
}

.abc .package-list .title {
    margin: -110px 0 50px 0;
    text-shadow: 0 0 3px #000;
    font-size: 20pt;
    color: #fff;
    font-weight: 900;
    position: relative;
    text-align: center;
    padding: 1%;
    height: 60px;
    border: 0px solid #f00;
    line-height: 24px;
}

.abc .package-list .stars {
    float: left;
    width: 100%;
}

.abc .package-list .price {
    float: left;
}

.abc .package-list .price b {
    color: #02a35e;
    font-size: 14pt;
}

.abc .package-list .min {
    float: right;
    font-size: 10pt;
    color: #333;
    font-weight: 100;
}

.abc .package-list p {
    margin: 0;
    font-weight: 900;
}

.abc .package-list aside {
    margin: 10px 0 0 0;
    border: 0px solid #ccc;
    padding: 0%;
    border-radius: 5px;
}

.abc .package-list aside span {
    color: #666;
    font-weight: 100;
}




.abc footer .border-dot span {
    color: #02a35e;
    font-weight: 900;
    font-size: 14pt;

}

.abc footer .left-4 ul {
    margin: 0px;
    padding: 0px;
}

.abc footer .left-4 h3 {
    font-weight: 900;
}

.abc footer .left-4 ul li a {
    color: #02a35e;
    font-weight: 400;
}

.abc footer .left-4 ul li b {
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.abc .footer {
    border-top: 1px solid #f0f0f0;
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
}


.abc .bottom {
    bottom: 0;
    position: fixed;
    width: 100%;
}



.abc .details {
    border: 0px solid #ccc;
    overflow: hidden;
}

.abc .details .images {
    border: 0px solid #ccc;
    overflow: hidden;
}

.abc .details .div-img {
    width: 16%;
    float: left;
    margin: 0 0 .2% .5%;
    border: 0px solid #f00;
}

.abc .details .img-6 {
    width: 16%;
}

.abc .details .img-5 {
    width: 19%;
}

.abc .details .img-4 {
    width: 23%;
}

.abc .details .img-3 {
    width: 32%;
}

.abc .details li {
    list-style: disc;
}

.abc .details li.style-none {
    list-style: none;
}

.abc .operator.div-img {
    width: 24%;
    float: left;
    margin: 0 0 0 .5%;
    border: 0px solid #f00;
}



.abc .review-view {
    margin: 0 0 6% 0;
    padding: 0 0 6% 0;
    border-bottom: 2px dashed #ccc;
    overflow: hidden;
}

.abc .review-view .div-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.abc .review-view h4,
.abc .review-view p {
    margin: 2px;
    padding: 0px;
}

.abc .review-view p i {
    color: #acacac;
}




.abc .filter-star .bi-star,
.abc .filter-star .bi-star-fill {
    font-size: 16pt;
    border: 0px solid #ccc;
    color: #000;
}



.abc .m-t-20 {
    margin-top: 20px;
}

.abc .m-t-0 {
    margin-top: 0px;
}

.abc .m-r-0 {
    margin-right: 0px;
}

.abc .m-t-10 {
    margin-top: 10px;
}

.abc .m-b-20 {
    margin-bottom: 20px;
}

.abc .m-t-30 {
    margin-top: 30px;
}

.abc .m-t-50 {
    margin-top: 70px;
}

.abc .m-b-50 {
    margin-bottom: 70px;
}

.abc .p-3 {
    padding: 3%;
}






@media screen and (max-width: 1750px) {

    .abc .search-absolute,
    .abc .content-w {
        border: 0px solid #f00;
        width: 65%;
    }

    .abc .sticky-fix {
        height: 90px;
    }
}

@media screen and (max-width: 1620px) {

    .abc .search-absolute,
    .abc .content-w {
        border: 0px solid #000;
        width: 72%;
    }

    .abc .sticky-fix {
        height: 90px;
    }
}

@media screen and (max-width: 1470px) {

    .abc .search-absolute,
    .abc .content-w {
        border: 0px solid #f5dd06;
        width: 80%;
    }

    .abc .left-40 {
        width: 50%;
        border: 0px solid #f5dd06;
    }

    .abc .right-20 {
        width: 26%;
        border: 0px solid #f5dd06;
    }
    .abc .sticky-fix {
        height: 90px;
    }
}

@media screen and (max-width: 1350px) {

    .abc .search-absolute,
    .abc .content-w {
        width: 88%;

        border: 0px solid #22f506;
    }

    .abc .search-input input {
        width: 75%;
    }

    .abc .menu li {
        width: 28%;
    }

    
    .abc .sticky-fix {
        height: 90px;
    }
}



@media screen and (max-width: 1200px) {

    .abc .search-absolute,
    .abc .content-w {
        width: 95%;

        border: 0px solid #8b4f4f;
    }

    .abc .search-input input {
        width: 75%;
    }

    .abc .menu li {
        width: 28%;
    }

    .abc .sticky-fix {
        height: 90px;
    }
}

@media screen and (max-width: 900px) {

    .abc .search-absolute,
    .abc .content-w {
        width: 88%;
        border: 0px solid #06d1f5;
    }

    .abc .left-20 {
        width: 100%;
        text-align: center;
    }

    .abc .left-40 {
        width: 99%;
        border: 0px solid #f00;
    }

    .abc .right-20 {
        width: 99%;
        border: 0px solid #f00;
        text-align: center;
        border-radius: 20px;
        margin: 5px 0 0 1%;
    }

    .abc .search-contacts {
        width: 99%;
        margin: 0px;
        text-align: center;
    }

    .abc .search-contacts table {
        margin: 0px;
        width: 100%;
    }
    .abc .search-contacts p {
        float:none;
        margin: 0 auto;
    }
    
    .abc .search-input input {
        width: 74%;
    }

    .abc .left-30 {
        width: 32%;
    }

    .abc .desktop-menu {
        display: none;
    }

    .abc .mobile-menu {
        display: block;
    }

    .abc .right-70 {
        width: 99%;
        margin-top: 20px;
    }

    .abc .menu li {
        width: 44.5%;
    }


    .abc .left-2 {
        width: 99%;
        margin-bottom: 5%;
    }

    .abc .left-3 {
        width: 47%;
        margin-bottom: 5%;
    }

    .abc .left-4 {
        width: 47%;
        margin-bottom: 5%;
    }

    .abc .div-img.img-6,
    .abc .div-img.img-5 {
        width: 32.5%;
    }

    .abc .left-4 {
        width: 47%;
        margin-bottom: 5%;
    }
    
    
    .abc .sticky-fix {
        height: 220px;
    }
}
    