body {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
    background-color: #fff !important;
}

div {
    box-sizing: border-box;
    position: relative;
}

/** navbar **/
.ds-navbar {
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.ds-navbar .uk-container {
    padding-left: 20px;
    padding-right: 20px;
}

.ds-min-height-large {
    min-height: 500px;
}

.uk-logo img {
    max-width: 200px;
    max-height: 75px;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 65px;
}

.uk-light .uk-navbar-nav>li>a {
    color: #222222 !important;
    font-family: 'Roboto', sans-serif;
}

.ds-navbar.uk-background-secondary {
    background-color: rgb(255 255 255 / 70%);
}

.ds-navbar.uk-sticky-fixed {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.ds-nav .uk-sticky-fixed .uk-navbar-nav>li>a,
.ds-nav .uk-sticky-fixed .uk-navbar-toggle,
.ds-nav .uk-sticky-fixed .uk-navbar-nav {
    color: #333 !important;
}

.ds-nav .uk-sticky-fixed .uk-navbar-nav>li>a:hover,
.ds-nav .uk-sticky-fixed .uk-navbar-toggle:hover,
.ds-nav .uk-sticky-fixed .uk-navbar-nav>li.uk-active>a:hover {
    color: #18719a !important;
}

.ds-nav .uk-sticky-fixed .uk-navbar-nav>li>a:active,
.ds-nav .uk-sticky-fixed .uk-navbar-toggle:active,
.ds-nav .uk-sticky-fixed .uk-navbar-nav>li.uk-active>a:active {
    color: #18719a !important;
}

.uk-sticky-fixed .uk-navbar-nav>li.uk-active>a {
    color: #18719a !important;
}

.ds-navbar.uk-sticky.uk-active {
    position: fixed !important;
    bottom: unset;
}

.uk-sticky.uk-active+.cr-top,
.uk-sticky.uk-active+.uk-sticky-placeholder+.cr-top {
    top: 90px;
    z-index: 2;
}

.ds-icon-color {
    color: rgb(0 0 0 / 50%) !important;
}

#slider .uk-cover-container {
    background-color: #333;
}

.agent-img {
    max-width: 200px;
    max-height: 200px;
}

.uk-offcanvas-bar {
    background: #fff !important;
}

.ds-agency-img img {
    max-width: 180px;
    max-height: 180px !important;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ds-agent-img img {
    max-width: 180px;
    max-height: 185px;
    object-fit: contain;
}

.ds-navbar-height {
    height: 86px;
}

.ds-agent-info p,
.ds-agent-info p>a {
    font-size: 15px;
    color: #191919;
    text-transform: none;
    margin: 0;
    line-height: 1.8;
}

.uk-offcanvas-bar .uk-nav {
    margin-top: 30px;
    margin-left: 35px;
}

.uk-nav>li>a {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.uk-nav>li>a:hover {
    color: #18719a !important;
}

#offcanvas-usage .uk-nav li.uk-active a {
    color: #18719a !important;
}

.uk-offcanvas-close {
    color: black !important;
    background: #eeeeee !important;
}

.property-title {
    font-size: 104px;
    color: #fff;
    margin: 0px;
    line-height: 1.1;
    text-shadow: 1px 1px 8px #333;
}

.property-address {
    font-size: 40px;
    color: #fff;
    margin: 0px;
    text-shadow: 1px 1px 4px #333333;
}

.ds-description {
    color: #666666;
    margin-bottom: 20px;
    font-size: 20px;
}

.ds-sub-titles {
    color: #666666;
    margin-bottom: 20px;
    font-size: 20px;
}

.ds-titles {
    font-size: 46px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
}

.ds-description-img {
    width: 100%;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ds-specifications-img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ds-background-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ds-view-product {
    color: #666;
    font-size: 20px;
}

.ds-view-product::before {
    content: "";
    position: absolute;
    top: 28px;
    width: 117px;
    height: 2px;
    background: #666666;
}

.ds-view-product:hover,
.ds-view-product::before {
    color: #333333;
    text-decoration: none;
}

.ds-features p {
    margin: 5px !important;
}

.ds-upell-module {
    height: 520px;
}

.ds-upsell-module img {
    height: 520px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

.ds-degree-img img {
    object-fit: contain;
    height: 100% !important;
}

.ds-slider {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    background-color: #222;
}

.ds-slider:hover {
    background-color: #444 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ds-slider-2 {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    background-color: #222;
}

.ds-slider-2:hover {
    background-color: #444 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

/* up-sell  */
.ds-hr {
    border-top: 2px solid #ffffff;
    border-top-color: rgb(255, 255, 255) !important;
}

.ds-text-right {
    color: #ffffff;
}

.ds-text-right:hover {
    color: #a8a8a8;
}

.fa-play-circle {
    font-size: 96px !important;
    transition: all .2s ease;
    color: #fff;
}

.fa-play-circle:hover {
    font-size: 110px !important;
    transition: all .2s ease;
}

#video .uk-dotnav>*>* {
    border: 2px solid rgb(255 255 255);
}

#video .uk-dotnav>.uk-active>* {
    background-color: #fff;
}

.ds-video-color {
    color: #fff !important;
}

.ds-text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* update */
.ds-padding {
    padding-top: 230px !important;
}

.ds-margin-tp-2 {
    margin-top: -300px;
    padding-top: 300px;
}

.uk-background-muted {
    background-color: #f1f1f1 !important;
}

.ds-drawing {
    overflow: hidden;
    position: relative;
}

header {
    height: 100px;
}

.horizontal {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

}

.ds-drawings-img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ds-img-width {
    max-height: 400px;
}

.ds-img-width img {
    max-height: 400px;
    object-fit: contain;
}

.ds-testimony-left {
    left: -38px !important;
}

.ds-testimony-right {
    right: -38px !important;
}

.ds-testimony-des {
    font-size: 26px;
    color: #333;
}

.ds-testimony-agency {
    font-size: 26px;
    color: #0d7099;
    text-transform: uppercase;
}

.ds-testimony-subtitle {
    font-size: 26px;
    color: #333;
    text-transform: capitalize;
}

.ds-contact-button {
    background-color: #221f1f !important;
    color: #fff !important;
}

.contact-title {
    text-transform: uppercase;
    font-size: 43px;
    color: #333;
}

.uk-accordion li {
    border-bottom: 2px solid #333;
    padding-bottom: 14px;
}

.social-media-icon {
    color: #333 !important;
}

.social-media-icon:hover {
    color: #000 !important;
}

.ds-model-drawing {
    color: #333 !important;
}

.model-icon {
    background-color: #ffffffa1 !important;
    color: #000 !important;
    padding: 10px !important;
}

/** specifications **/
.ds-specifications .slider {
    width: 900px;
}

.ds-specifications .slick-prev {
    margin-right: 20px;
}

.ds-specifications .slick-next {
    margin-left: 20px;
}

.specifications-nav .slick-slide img {
    width: auto;
    max-height: 100px;
    margin: auto;
}

/****/
/* .ds-drawings .slider {
    width: 900px;
} */
.ds-drawings .slick-prev {
    margin-right: 20px;
}

.ds-drawings .slick-next {
    margin-left: 20px;
}

.drawings-nav .slick-slide img {
    width: auto;
    max-height: 100px;
    margin: auto;
}

.ds-upsell-bg {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 40%) 47%, rgb(0 0 0) 100%) !important;
    color: #fff !important;
}

.slider {
    width: 100%;
    margin: 15px auto;
    max-width: 746px;
}

.slider.slider-nav {
    max-width: 500px;
}

.slick-slide {
    margin: 0px;
}

.slider-nav .slick-slide {
    margin: 0 5px;
}

.vertical-center .slick-slide:not(.slick-current) {
    transform: scaleY(0.8);
}

.slick-prev:before,
.slick-next:before {
    color: #333333 !important;
}

.slick-slide img {
    display: block;
    max-height: 600px;
    margin: auto;
    object-fit: contain;
}

.ds-modelspecifications .slider {
    width: 73% !important;
}

.model-slider {
    width: 100%;
    margin: 15px auto;
    max-width: 82% !important;
}

.ds-modeldrwaing .slider {
    width: 73% !important;
}

.model-slider {
    width: 100%;
    margin: 15px auto;
    max-width: 82% !important;
}

#drawing-modal .slick-slide img {
    max-height: 100% !important;
}


.ds-video-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-video-title-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* drawing-section */

#drawing .slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 17px !important;
    line-height: normal !important;
}

#drawing .slick-prev:hover::before {
    content: "\f053";
    color: #ffffff !important;
}

#drawing .slick-prev:before {
    content: "\f053";
    color: #fff !important;
}

#drawing .slick-prev {
    left: -64px;
}

#drawing .slick-next {
    right: -64px;
}

#drawing .drawings-nav .slick-prev,
#drawing .drawings-nav .slick-next {
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #444 !important;
    border-radius: 50%;
    background-color: #222;
}

#drawing .drawings-nav .slick-prev:hover,
#drawing .drawings-nav .slick-next:hover {
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #444 !important;
    border-radius: 50%;
}

#drawing .slick-prev,
#drawing .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #444 !important;
    border-radius: 50%;
    background-color: #222;
}

#drawing .slick-prev:hover,
#drawing .slick-next:hover {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #444 !important;
    color: #ffffff !important;
    background-color: #444;
    border-radius: 50%;
}

#drawing .slick-next:before {
    content: "\f054";
    color: #fff !important;
}

#drawing .slick-next:hover::before {
    content: "\f054";
    color: #ffffff !important;
}

/* drawing-ended */


#specification .slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 17px !important;
    line-height: normal !important;
}

#specification .slick-prev:hover::before {
    content: "\f053";
    color: #ffffff !important;
}

#specification .slick-prev:before {
    content: "\f053";
    color: #fff !important;
}

#specification .slick-prev {
    left: -64px;
}

#specification .slick-next {
    right: -64px;
}


#specification .slick-prev,
#specification .slick-next {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #444 !important;
    border-radius: 50%;
    background-color: #222;
}

#specification .specifications-nav .slick-prev,
#specification .specifications-nav .slick-next {
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #444 !important;
    border-radius: 50%;
    background-color: #222;
}

#specification .specifications-nav .slick-prev:hover,
#specification .specifications-nav .slick-next:hover {
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #444 !important;
    border-radius: 50%;
}

#specification .slick-prev:hover,
#specification .slick-next:hover {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #444 !important;
    color: #ffffff !important;
    background-color: #444;
    border-radius: 50%;
}

#specification .slick-next:before {
    content: "\f054";
    color: #fff !important;
}

#specification .slick-next:hover::before {
    content: "\f054";
    color: #ffffff !important;
}

/* specification-ended */

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit !important;
}

.brochures-card {
    border: 1px solid #e5e5e5;
    color: #666;
    border-radius: 4px;
}

.brochures-card:hover {
    border: 1px solid #444;
    color: #444;
    border-radius: 4px;
}

.ds-brochures-img::before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ds-brochures-img {
    width: 100%;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ds-brochures-download-buttn {
    background-color: transparent;
    color: #fff;
    border-color: #b2b2b2;
}

.ds-brochures-download-buttn:hover {
    color: #fff;
}

.flipbook-viewport .page img {
    max-width: 100%;
    height: 100%;
}

.ds-review {
    font-size: 26px;
    line-height: 1.6;
    color: #666666 !important;
}

.ds-review-title {
    color: #333333 !important;
    font-size: 28px;
}

.ds-review-button {
    background-color: #666666 !important;
    color: #fff !important;
    padding: 15px !important;
    font-size: 15px !important;
}

.ds-review-button:hover {
    background-color: transparent !important;
    color: #666666 !important;
    padding: 15px !important;
    font-size: 15px !important;
    outline: 2px solid #666;
}

/* .ds-review-button span {
    color: #fff;
}

.ds-review-button span:hover {
    color: #666666;
} */

.ds-rating .fa-star {
    font-size: 30px;
    color: #ffd700;
}

#review-modal .uk-input,
#review-modal .uk-select,
#review-modal .uk-textarea {
    border: none;
    border-bottom: 1px solid #a5a2a2 !important;
}

#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6 {
    color: #333333 !important;
}

#about p {
    color: #666 !important;
}




.ds-button {
    border: 2px solid #666666 !important;
    color: #666 !important;
    background-color: transparent !important;
    font-size: 16px !important;
}

.ds-button:hover {
    color: #fff !important;
    background-color: #666 !important;
    font-size: 16px !important;
}


.ds-feature-card {
    color: #222;
    height: 100%;
    margin: 0px 4px;
    height: 320px;
    overflow: hidden;
}

.ds-feature-card h4 {
    color: #222;
}

.front-side {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.ds-feature-card:hover .front-side {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ds-feature-card:hover .back-side {
    background: #666666;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back-side {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    overflow-y: auto;
}

.ds-feature-card .back-side>a {
    display: block;
    width: 100%;
    height: 100%;
}

.ds-feature-card .text {
    opacity: 0;
    visibility: hidden;
    color: #ffffff !important;
}

.text h4 {
    color: #ffffff;
}

.ds-feature-card:hover .text {
    opacity: 1;
    visibility: visible;
}

.ds-feature-card .content {
    position: relative;
    padding: 25px 20px;
}

.front-side-align {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ds-feature-card .front-side,
.ds-feature-card .back-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.4s ease-out, opacity 0.3s ease-out;
    -moz-transition: transform 0.4s ease-out, opacity 0.3s ease-out;
    transition: transform 0.4s ease-out, opacity 0.3s ease-out;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1)
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bbbbbb;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>input.radio-btn:checked~label:before,
.rating>input.radio-btn:checked~label:before {
    content: "\2605";
    position: absolute;
    left: 4px;
    color: #FFD700;
}

/* twitter svg color */

.cs-twitter-size:hover {
    fill: #1e87f0;
}

/* twitter svg color end*/


@media (min-width: 1670px) {
    .ds-hidden {
        display: none !important;
    }
}

@media (max-width: 1670px) {
    .ds-visible {
        display: flex !important;
    }

    .ds-hide {
        display: none;
    }
}

@media (max-width: 1599px) {
    .ds-review {
        font-size: 22px;
        line-height: 1.4;
    }

    .ds-review-title {
        font-size: 24px;
    }
}

@media (max-width: 1500px) {
    .ds-show {
        display: flex !important;
    }

    .ds-hide-1 {
        display: none;
    }
}

@media (max-width: 1190px) {
    .ds-hide-3 {
        display: none;
    }

    .ds-show-2 {
        display: flex !important;
    }
}


@media (max-width: 1082px) {
    .property-title {
        font-size: 85px;
    }

    .property-address {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .ds-video-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ds-review {
        font-size: 20px;
        line-height: 1.4;
    }

    .ds-review-title {
        font-size: 22px;
    }

    .ds-quotes-img {
        width: 80px;
    }
}

@media(max-width: 1024px) {

    .ds-specifications .slider {
        width: 100%;
    }

    .ds-specifications .slick-prev,
    .ds-specifications .slick-next {
        display: none !important;
    }

    .ds-drwaings .slider {
        width: 100%;
    }

    .ds-drawings .slick-prev,
    .ds-drawings .slick-next {
        display: none !important;
    }

    .slider {
        margin: 0px auto;
    }

    .slick-list {
        padding: 0px !important;
    }
}

@media (max-width: 960px) {
    .ds-hide-4 {
        display: none;
    }

    .ds-show-3 {
        display: flex !important;
    }

    .ds-review {
        font-size: 18px;
        line-height: 1.4;
    }

    .ds-review-title {
        font-size: 20px;
    }

    .ds-quotes-img {
        width: 60px;
    }

    .ds-brochures-img {
        height: 400px;
    }
}

@media (max-width: 870px) {
    .ds-testimony-des {
        font-size: 24px;
        color: #333;
    }
}

@media (max-width: 858px) {
    .property-title {
        font-size: 65px;
    }

    .property-address {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .ds-titles {
        font-size: 40px;
        font-weight: 400;
    }
}

@media (max-width: 735px) {
    .ds-description {
        color: #666666;
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media (max-width: 685px) {
    .property-title {
        font-size: 56px;
    }

    .property-address {
        font-size: 22px;
    }

    .ds-testimony-des {
        font-size: 18px;
        color: #333;
    }
}

@media (max-width: 635px) {
    .ds-width {
        width: 30px;
    }

    .ds-sub-titles {
        color: #666666;
        margin-bottom: 20px;
        font-size: 16px;
    }

    /*slider*/
    .slider {
        margin: 0px auto;
    }
}

@media (max-width: 639px) {
    .ds-height-sm {
        min-height: calc(90vh) !important;
    }

    .ds-padding-mobile-small {
        padding: 15px !important;
    }

    .fa-play-circle {
        font-size: 60px !important;
    }

    .ds-slider {
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        background-color: #222;
    }

    .ds-slider:hover {
        background-color: #444 !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .ds-slider-2 {
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        background-color: #222;
    }

    .ds-slider-2:hover {
        background-color: #444 !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .ds-review {
        font-size: 16px;
        line-height: 1.4;
    }

    .ds-review-title {
        font-size: 18px;
    }

    .ds-pad-remove {
        padding: 20px 0px;
    }

    .ds-video-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 580px) {
    .property-title {
        font-size: 48px;
    }

    .property-address {
        font-size: 19px;
    }

    .ds-testimony-agency {
        font-size: 23px;
        color: #0d7099;
        text-transform: uppercase;
    }

    .ds-testimony-subtitle {
        font-size: 23px;
        color: #333;
        text-transform: capitalize;
    }

    .ds-margin-top .uk-margin-large-top {
        margin-top: 20px !important;
    }

    .ds-drawings-img {
        height: 280px;
    }
}

@media (max-width: 505px) {
    .property-title {
        font-size: 42px;
    }

    .property-address {
        font-size: 16px;
    }

    .ds-testimony-des {
        font-size: 16px;
        color: #333;
    }

    .ds-testimony-agency {
        font-size: 21px;
        color: #0d7099;
        text-transform: uppercase;
    }

    .ds-testimony-subtitle {
        font-size: 21px;
        color: #333;
        text-transform: capitalize;
    }

    .ds-margin-top .uk-margin-large-top {
        margin-top: 15px !important;
    }
}

@media (max-width: 485px) {
    .uk-margin-tp {
        margin-top: 20px !important;
    }
}

@media (max-width: 455px) {
    .contact-title {
        font-size: 35px;
    }

    .property-title {
        font-size: 40px;
    }

    .property-address {
        font-size: 16px;
    }

    .ds-testimony-agency {
        font-size: 18px;
        color: #0d7099;
        text-transform: uppercase;
    }

    .ds-testimony-subtitle {
        font-size: 18px;
        color: #333;
        text-transform: capitalize;
    }

    .ds-margin-top .uk-margin-large-top {
        margin-top: 12px !important;
    }
}

@media (max-width: 390px) {
    .ds-titles {
        font-size: 32px;
        font-weight: 400;
    }

    .contact-title {
        font-size: 27px;
    }

    .ds-width {
        width: 23px;
    }

    .ds-margin-tp-2 {
        margin-top: -300px;
        padding-top: 260px;
    }
}

@media (max-width: 365px) {
    .ds-button {
        font-size: 14px !important;
    }

    .ds-button:hover {
        font-size: 14px !important;
    }

    .ds-width {
        width: 23px;
    }

    .ds-testimony-des {
        font-size: 11px;
        color: #333;
    }

    .ds-testimony-agency {
        font-size: 15px;
        color: #0d7099;
        text-transform: uppercase;
    }

    .ds-testimony-subtitle {
        font-size: 15px;
        color: #333;
        text-transform: capitalize;
    }

    .ds-margin-top .uk-margin-large-top {
        margin-top: 10px !important;
    }
}