@font-face {
    font-family: 'TRT';
    src: url('../fonts/TRT-Bold.woff2') format('woff2'),
        url('../fonts/TRT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url('../fonts/TRT-Regular.woff2') format('woff2'),
        url('../fonts/TRT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url('../fonts/TRT-Medium.woff2') format('woff2'),
        url('../fonts/TRT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'TRT';
}
.slick-next{
    position: absolute;
    top: 300px;
    background: rgba(255, 255, 255, .7);
    border-radius: 180px;
    padding: 0;
    height: 50px;
    width: 50px;
    right: 10px;
    color: #627AA0;
}
.slick-prev{
    position: absolute;
    top: 300px;
    background: rgba(255, 255, 255, .7);
    border-radius: 180px;
    padding: 0;
    height: 50px;
    width: 50px;
    left: 10px;
    color: #627AA0;
    z-index: 99;
}
.next{
     display: block;
     height: 20px;
     width: 20px;
     background: url('../img/next.png') no-repeat;
 }
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input[type='checkbox'] {
    accent-color: #696292 !important;
}
header {
    position: relative;
    z-index: 2;
}

.top-header {
    background: url('../img/bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10px 0;
    box-shadow: 1px 1px 10px #000;
    position: relative;
    z-index: 2;
}

.header-social {
    float: right;
}

.header-social li {
    margin-left: 10px;
    float: left;
}

.top-header img {
    height: 25px;
}

.header-contact a {
    display: flex;
    align-items: center;
    width: fit-content;
    float: left;
    margin-right: 15px;
    white-space: nowrap;
}

.header-contact a img {
    margin-right: 10px;
}

/*.main-header {
    padding: 2vw 0vw 3vw 0vw;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    position: relative;
}*/
.main-header {
    padding: 2vw 0vw 1.6vw 0vw;
    background: rgb(255, 255, 255);
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%); */
    position: relative;
}
.main-header .container
{
    max-width: 90vw !important;
}
.menu-btn
{
    width: 30px;
    display: none;
}
.maps {
    width: 100%;
    height: 300px;
}
.head-wrap {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.bg1 {
    background: url(../img/bg.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.mobileImage {
    display: none !important;
}
.main-menu
{
    position: fixed;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    right: -100%;
    /* bottom: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all .5s ease;
    padding: 50px 50px;
    border-bottom-left-radius: 50px;
}
.main-menu.open
{
    right: 0;
    transition: all .5s ease;
}
.main-menu li {
    text-align: center;
}
.close-btn
{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    background: #676592;
    padding: 17px;
    height: 50px;
    line-height: 10px;
    text-align: center;
}
.main-menu li:first-of-type {
    margin-left: 0;
}

.main-menu li a {
    font-size: 1.5vw;
    color: #686592;
    font-weight: 500;
    padding: 10px;
    display: block;
    text-align: left;
}

.logo {
    width: 22vw;
    display: inline-block;
    border-right: 3px solid #56a2b9;
    padding-right: 1vw;
    padding-left: 0vw;
}

.head-shape {
    position: absolute;
    top: -7px;
    left: 0;
    width: 5.5vw;
    height: 7.6vw;
}
.footer-shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 5.5vw;
    height: 7.6vw;

}
.lang {
    list-style: none;
    float: right;
    position: absolute;
    right: 30px;
    top: 50px;
}
.lang a {
    font-size: 15px;
    color: #686592;
    font-weight: bold;
    padding: 0 10px;
    display: block;
    text-align: left;
}
.main-slider {
    margin-top: -50px;
}

.home-products {
    background: url('../img/bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0 0 0;
}

.bg-first {
    background: url('../img/bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.s-product {
    /* border: 2px solid #6a5d8f; */
    /* border-radius: 30px; */
    width: 100%;
    padding: 0px;
    position: relative;
}

.p-img {
    border-radius: 0px;
    width: 100%;
}
.a-product .p-desc {
    position: absolute;
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%); */
    bottom: 25px;
    left: 30px;
    right: 10px;
    text-align: left;
    padding: 5px 0 5px 0px;
    /* border-radius: 0 0 18px 0; */
    width: 80%;
    border-top: 2px solid #686492;
}
.a-product .p-desc .name {
    font-weight: 500;
    color: #6a5d8f;
    font-size: 14px;
}
.a-product .p-desc .props span {
    margin-right: 3px;
    font-size: 11px;
}
.a-product .p-btn {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: auto;
    height: 22px;
}
.p-desc {
    position: absolute;
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%); */
    bottom: 30px;
    left: 40px;
    right: 10px;
    text-align: left;
    padding: 7px 0 7px 0px;
    /* border-radius: 0 0 18px 0; */
    width: 80%;
    border-top: 2px solid #686492;
}

.p-desc .name {
    font-weight: 500;
    color: #6a5d8f;
}
.service .p-desc .name {
    font-weight: bold;
    color: #6a5d8f;
    font-size: 18px;
}
.service i {
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 32px;
    color: #6a5d8f;
}
.service .p-desc {
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%);
    bottom: 10px;
    left: 0;
    right: 10px;
    text-align: right;
    padding: 10px 50px 10px 10px;
    border-radius: 0 0 18px 0;
}
.service  .p-desc .props {
    color: #6a5d8f;
    font-size: 14px;
}
.modal-header .close {
    right: 10px;
    position: absolute;
    z-index: 99999;
    color: #6a5d8f;
    font-size: 36px;
}
.p-desc .props {
    color: #6a5d8f;
    font-weight: 100;
}

.p-desc .props span {
    margin-right: 5px;
    font-size: 15px;
}

.p-btn {
    position: absolute;
    right: 43px;
    bottom: 43px;
    width: auto;
    height: 30px;
}

.all-product {
    font-size: 25px;
    color: #695e91;
    font-weight: 500;
    display: flex;
    align-items: center;
    display: inline;
}

.all-product img {
    height: 25px;
    margin-left: 15px;
}

.bottom-sep {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 63%);
    height: 80px;
    width: 100%;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    pointer-events: none;
    display: none;
}
.first {
    width: 40%;
}
.footerbar {

    width: 80%;
    padding: 5px 0px;

    overflow: hidden;
    margin: 10px 0 0 0;
}
.footerbar input
{
    height: 50px;
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    background: transparent;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #589eb6;
}
.footerbar input:focus,
.footerbar input:active
{
    outline: 0;
    border: 0;
    box-shadow: none;
}
.footerbar button
{ width: 100%;
    background: #65a6bc;
    border-radius: 20px;
    padding: 10px 0px 10px 0px;
   
}
.top-sep {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 63%);
    height: 80px;
    width: 100%;
    margin-bottom: -80px;
    position: relative;
    z-index: 2;
    pointer-events: none;
    display: none;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    color: #686592;
}
.blog {
    padding: 20px 0;
}

.blog .title {
    font-size: 25px;
    color: #695f90;
    font-weight: 500;
}

.s-blog {
    border: 2px solid #6a5d8f;
    border-radius: 30px;
    width: 100%;
    padding: 10px;
    position: relative;
    display: block;
    z-index: 3;
}

.b-img {
    border-radius: 20px;
    width: 100%;
}

.b-desc {
    position: absolute;
    /* background: rgb(255, 255, 255); */
    background: #ffffffd4;
    bottom: 10px;
    left: 10px;
    right: 9px;
    text-align: right;
    padding: 10px 85px 0px 25px;
    min-height: 70px;
}

.b-desc .name {
    /*font-weight: bold;*/
    color: #6a5d8f;
    font-size: 13px;
    text-align: center;
    line-height: normal;
}

.b-desc .desc {
    text-align: center;
    font-size: 9px;
}

.b-desc .desc p {
    margin-bottom: 0;
}

.b-btn {
    position: absolute;
    right: 11px;
    bottom: 7px;
    width: 65px;
    display: inline;
}

.b-btn span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    font-size: 11px;
}

footer {
    padding: 60px 0 40px 0;
    background: rgb(107, 88, 140);
    background: linear-gradient(180deg, rgba(107, 88, 140, 1) 50%, rgba(84, 172, 190, 1) 100%);
    color: #fff;
    position: relative;
}

footer .title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

footer .desc {
    font-size: 14px;
}

.foot-cont li {
    margin-bottom: 10px;
}

.foot-cont img {
    height: 25px;
}

.foot-cont a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.foot-cont a span {
    margin-left: 10px;
}

.foot-cont li:last-of-type a {
    align-items: flex-start;
}

.foot-menu li {
    margin-bottom: 5px;
}

.foot-menu li a {
    font-size: 14px;
    font-weight: 100;
   
}

.foot-social li {
    float: left;
    margin-left: 10px;
}

.foot-social li:first-of-type {
    margin-left: 0;
}

.foot-social img {
    height: 25px;
}

.foot-logo {
    width: 425px;
    margin-bottom: 50px;
}

.hak-bread {
    background: url('../img/hakkimizda-bread.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #69658C;
    padding: 100px 0;
    height: 370px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.neden-bread {
    background: url('../img/neden-bread.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #605b93;
    padding: 100px 0;
    height: 370px;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    margin-top: -30px;
}
.neden h4{
    color: #605b93;
}
.sorun-bread {
    background: url('../img/sorun-bread.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #54A6B8;
    padding: 100px 0;
    height: 370px;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin-top: -30px;
}

.detail-bread {
    background: url('../img/detail-bread.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #69658C;
    padding: 100px 0;
    height: 370px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
}

.teklif-bread {
    background: url('../img/teklif-bread.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 100px 0;
    height: 370px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
}
.whatsapp-share {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
input,
select {
    height: 50px;
    width: 100%;
    padding: 15px;
    border: 1px solid #54A6B8;
    border-radius: 10px;
    margin-bottom: 30px;
}

textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #54A6B8;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 300px;
}

button {
    border: none;
    font-weight: bold;
    color: #fff;
    background: transparent;
}
.btn
{
    padding: 15px 20px;
    background: #6B5886;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}
.btn:hover {
    padding: 15px 20px;
    background: #6B5886;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}

.iletisim-bread {
    background: url('../img/iletisim-bread.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #69658C;
    padding: 100px 0;
    height: 370px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
}

.cont-list li {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.cont-list a {
    display: flex;
    align-items: center;
}

.cont-list img {
    margin-right: 10px;
}

.s-sidebar {
    border: 1px solid #686392;
    padding: 30px;
    border-radius: 30px;
}

.s-sidebar .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.s-sidebar label {
    width: 100%;
    float: left;
}

.s-sidebar input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid #333;
    background: transparent;
    margin-bottom: 0;
}

/* .s-sidebar input::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/check-bg.png) no-repeat !important;
    background-size: contain;
    display: block;
}

.s-sidebar input[type="checkbox"]:checked::after {
    background: url(../img/check-bg-active.png) no-repeat !important;
} */

.s-sidebar label {
    margin: 5px 0;
}

.s-sidebar label span {
    float: left;
    margin-left: 10px;
}

.sidebar-btn {
    display: block;
    float: left;
    background: #675a8b;
    margin-top: 30px;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
}

.p-detail .title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    color: #6B5986;
}

table {
    width: 100%;
}

table tr {
    border-bottom: 1px solid #e7e7e7;
}

table tr td {
    padding: 7.3px 0;
    color: #6B5986;
}
.teklif-al-btn {
    position: absolute;
    right: 110px;
    margin-top: 0;
    z-index: 999999999;
}
.teklif-al-btn img{
   height: 30px;
    width: auto;
}
.detail-btn {
    padding: 15px 20px;
    background: #6b5986;
    float: left;
    margin-top: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
}

.detail-big {
    margin-bottom: 20px;
}

.detail-nav .s-nav {
    margin: 0 10px;
}

.detail-nav {
    margin: 0 -10px;
}
.dMt-10 {
    margin-top: -10px;
}
.pl-50 {
    padding-left: 50px;
}

.detail-big {
    border: 1px solid #675a8b;
}

.detail-nav .s-nav {
    border: 1px solid #675a8b;
}

.teklif-cont .title {
    font-weight: bold;
    font-size: 20px;
    color: #675a8b;
}

.teklif-cont .sub-title {
    margin-bottom: 30px;
}
.searchbar
{
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 40px;
    width: 40%;
    padding: 5px 15px;
    border: 1px solid #589eb6;
    overflow: hidden;
}
.searchbar img
{
    width: 20px;
    height: fit-content;
}
.searchbar input
{
    height: 40px;
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}
.searchbar input:focus,
.searchbar input:active
{
    outline: 0;
    border: 0;
    box-shadow: none;
}
.searchbar button
{
    background: #65a6bc;
    /* height: 100%; */
    margin-top: -8px;
    margin-right: -17px;
    padding: 15px 22px 15px 15px;
    margin-bottom: -8px;
}
.desktop-menu
{
    margin: 0 0 0 1vw;
    width: fit-content;
}
.desktop-menu li
{
    float: left;
    text-transform: capitalize;
}
.desktop-menu li a
{
    font-size: 1vw;
    color: #686592;
    font-weight: 500;
    padding: 0 10px;
    display: block;
    text-align: left;
    text-transform: capitalize;
}
@media(max-width:1024px)
{
    .menu-btn {
        display: block;
        position: absolute;
        right: 100px;
    }
  
    .desktop-menu
    {
        display: none;
    }
    .slick-prev {
        position: absolute;
        top: 180px;
        background: rgba(255, 255, 255, .7);
        border-radius: 180px;
        padding: 0;
        height: 50px;
        width: 50px;
        left: 10px;
        color: #627AA0;
        z-index: 99;
    }

    .slick-next {
        position: absolute;
        top: 180px;
        background: rgba(255, 255, 255, .7);
        border-radius: 180px;
        padding: 0;
        height: 50px;
        width: 50px;
        right: 10px;
        color: #627AA0;
        z-index: 99;
    }
}
@media(max-width:968px) {
    /* .main-menu {
        display: none;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        background: #f4f4f4;
        padding: 30px;
    } */
     .searchbar
     {
        display: none;
     }
     .mMt-5
     {
        margin-top: 30px !important;
     }
     .detail-nav {
            margin-bottom: 50px;
        }
    .whatsapp-share {
        position: fixed;
        width: 2.75rem;
        height: 2.75rem;
        bottom: .8rem;
        right: .16rem;
    }
    /* .main-menu li {
        float: left;
        margin-left: 0;
        width: 100%;
        padding: 5px 0;
    } */

    .head-shape {
        display: none;
    }

    .logo {
        width: 340px;
    }

    .top-header {
        text-align: center;
    }

    .header-contact {
        display: flex;
        justify-content: center;
    }

    .header-social {
        float: none;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .main-slider {
        margin-top: 0px;
    }
    .s-product,
    .s-blog,
    .sidebar-btn
    {
        margin-bottom: 40px;
    }
    .a-product {
        margin-bottom: 0px;
    }
    .foot-logo {
        width: 360px;
    }
    .sorun-bread
    {
        color: #fff;
    }
    .neden-bread
    {
        font-size: 26px;
    }
    .box-area .col 
{
    flex: 1 0 100% !important;
    margin-bottom: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tabW {
        width: 480px;
    }
    .wTabN {
        width: 70% !important;
        margin: 0px 0 20px 0!important;
    }
    .p-desc {
        position: absolute;
        /* background: rgb(255, 255, 255); */
        /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%); */
        bottom: 60px;
        left: 70px;
        right: 10px;
        text-align: left;
        padding: 7px 0 7px 0px;
        /* border-radius: 0 0 18px 0; */
        width: 80%;
        border-top: 2px solid #686492;
    }
    .p-btn {
        position: absolute;
        right: 65px;
        bottom: 65px;
        width: auto;
        height: 35px;
    }
    .mt-left {
        text-align: left !important;
    }
    .head-shape {
        display: block;
        width: 8.3vw;
        height: 10vh;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1367px) {
    .s-sidebar label span {
        float: left;
        margin-left: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .lang {
        list-style: none;
        float: right;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    .s-sidebar .span {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px;
    }
 
    .teklif-al-btn {
        position: absolute;
        right: 40px;
        margin-top: -58px;
        z-index: 999999999;
    }
    .p-btn {
        position: absolute;
        right: 20px;
        bottom: 45px;
        width: auto;
        height: 22px;
    }
    .p-desc .props span {
        margin-right: 2px;
        font-size: 11px;
    }
}

.box-area
{
    background: url(../img/box-bg.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
.box-area .ikon,
.box-area .desc
{
    width: 100%;
    float: left;
    text-align: center;
    /*font-weight: bold;*/
}
.box-area .ikon img
{
    height: 90px;
    margin-bottom: 10px;
}

.box-area h2
{
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 758px) {
    .main-menu li a {
        font-size: 4vw;
        color: #686592;
        
    }
    .p-detail .title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 30px;
        color: #6B5986;
    }
    .lang {
        right: 15px;
        top: 50px;
    }
    .s-product {
        margin-bottom: 10px;
    }
    .a-product .p-desc {
        position: absolute;
        /* background: rgb(255, 255, 255); */
        /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%); */
        bottom: 30px;
        left: 40px;
        right: 10px;
        text-align: left;
        padding: 10px 0 10px 0px;
        /* border-radius: 0 0 18px 0; */
        width: 80%;
        border-top: 2px solid #686492;
    }
    .a-product .p-btn {
        position: absolute;
        right: 40px;
        bottom: 50px;
        width: auto;
        height: 22px;
    }
    .menu-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: -65px;
        z-index: 9;
    }
    .teklif-al-btn {
        position: absolute;
        right: 25px;
        
        z-index: 999999999;
    }
    .neden-bread {

        padding: 45px 0 155px 0;
        font-size: 24px;
    }
    .mW {
        width: 60% !important;
        margin: 20px auto;
    }
    .header-contact {
        text-align: center;
        display: block;
        justify-content: center;
    }
    .header-contact a {
        align-items: center;
         width: fit-content;
         float: none;
        margin-right: 15px;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 13px;
    }
    .logo {
        width: 340px;
        margin: 15px 0 20px 0;
        border: none;
    }
    .service {
        margin-bottom: 20px;
    }
    .foot-logo {
        width: 100%;
    }
    .mMt-5{
        margin-top: 50px;
    }
    .mobileImage {
        display: block !important;
    }
    .desktopImage {
        display: none !important;
    }
    .s-sidebar .span {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .slick-next{
        top: 260px;
    }
    .slick-prev{
        top: 260px;
    }
}