.tokenize ul { height: 55px; padding-left: 20px; padding-right: 20px; }
.tokenize ul { width: 100%; height: 70px; border: 2px solid rgba(87, 117, 140, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: #7d97ad; font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.form input[type='checkbox'] { height: initial !important; padding: 0 10px 0 0; display: inline-block; width: initial; }
.token-search input { padding: 0px !important; height: 39px !important; }

.alert.alert-danger { margin: 10px 0 20px; color: maroon; }
    .alert.alert-danger ul { list-style-type: initial; }

.inner-page__wrapper.ui-page-adverts .form-group label{text-align:right;}
.card-body > .form-horizontal.has-validation-callback { padding: 30px 20px; }
.list-advert__right > .type2 > .label {margin-left:5px;}

.user-card-avatar { margin-top: 20px; }
    .user-card-avatar label { cursor: pointer; display: block; position: relative; }
    .user-card-avatar .file-upload-badge { position: absolute; right: 10px; bottom: 20px; background-color: #222C3C; color: #fff; font-size: 10px; line-height: 27px; border-radius: 100%; width: 26px; height: 26px; text-align: center; }
        .user-card-avatar .file-upload-badge i { margin-top: -2px; }
    .user-card-avatar .user-avatar-img { width: 128px; height: 128px; }
    .user-card-avatar figure { margin: 0 0 1rem; }
    .user-card-avatar input[type=file] { display: none; }

.from-heading { color: #ee571e; border-bottom: 1px dotted #ee571e; margin-bottom: 18px; margin-top: 20px; }

.tokenize-dropdown{background-color:white;padding:7px;}
/*
.label-wrapper .label.label-primary:not(:last-child)::after,
.label-wrapper .label.label-success:not(:last-child)::after,
.label-wrapper .label.label-danger:not(:last-child)::after { display: inline; content: ', '; }
.text > .label.label-primary:not(:last-child)::after,
.text > .label.label-success:not(:last-child)::after,
.text > .label.label-danger:not(:last-child)::after { display: inline; content: ', '; }
*/
.label-wrapper .label,
.text .label{margin-right:5px;}
.page-content__description a { color: #fff !important; }
.btn.btn-default { color: #333 !important; background-color: #fff !important; }
.no-gutters .form-field .form-group { margin-bottom: 0px; }
a:focus, a:hover { text-decoration:none; }
.inner-page__heading .container::after,
.inner-page__heading .container::before{content:none !important; }
.inner-page__content { position:relative; }
/*
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
    .pagination > li { display: inline; }
        .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
        .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
        .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; }
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }
    .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); }
*/

.breadcrumb ul li a.btn.btn-info,
.breadcrumb ul li a.btn.btn-danger,
.breadcrumb ul li a.btn.btn-success{color:white;}

dl { margin-top: 0; margin-bottom: 20px; }
dd { margin-left: 0; }
dt { font-weight: 700; }
.dl-large dt { padding: 5px 0; }
.dl-large dd { padding: 5px; border-bottom: 1px dotted #efefef; }

@media (min-width: 768px) {
    .dl-horizontal dd { margin-left: 180px; }
    .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
}

.mb-15 { margin-bottom: 15px; }
.mt-5 { margin-top: 5px; }
.card { background-color: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.2); }
.card .card-title.card-title-info { background-color: #337ab7; border-top: 2px solid #1f4a6f; border-bottom: 1px solid #6293bd; }
.card .card-title.card-title-success { background-color: #3c8e29; color:white !important; }
.card .card-title.card-title-danger { background-color: #8e2929; color:white !important; }
    .card .card-title { padding: 12px 18px; border-top: 2px solid #244184; border-bottom: 1px solid #efefef; }
    .card .card-title.card-title-info h1, 
    .card .card-title.card-title-info h2, 
    .card .card-title.card-title-info h3, 
    .card .card-title.card-title-info h4,
    .card .card-title.card-title-danger h1, 
    .card .card-title.card-title-danger h2, 
    .card .card-title.card-title-danger h3, 
    .card .card-title.card-title-danger h4,
    .card .card-title.card-title-success h1, 
    .card .card-title.card-title-success h2, 
    .card .card-title.card-title-success h3, 
    .card .card-title.card-title-success h4 { color: #fff; }
    .card .card-title h1, 
    .card .card-title h2, 
    .card .card-title h3, 
    .card .card-title h4 { padding: 0; margin: 0; color: #5c5c75; }
.pull-right { float: right !important; }
/*
.otheme .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-radius: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.otheme .btn-success { background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%); background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641)); background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); background-repeat: repeat-x; border-color: #3e8f3e; }
.otheme .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.otheme .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning { text-shadow: 0 -1px 0 rgba(0,0,0,.2); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075); }

.otheme .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.otheme .btn-danger { background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%); background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a)); background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); background-repeat: repeat-x; border-color: #b92c28; }
*/
.otheme table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
.otheme .table { width: 100%; max-width: 100%; margin-bottom: 20px; }
.otheme .table-bordered { border: 1px solid #ddd; }

.otheme td, 
.otheme th { padding: 0; }
.otheme th { text-align: left; }
.otheme .table > tbody > tr > td,
.otheme .table > tbody > tr > th,
.otheme .table > tfoot > tr > td,
.otheme .table > tfoot > tr > th,
.otheme .table > thead > tr > td,
.otheme .table > thead > tr > th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; }
.otheme .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.otheme .table > caption + thead > tr:first-child > td, 
.otheme .table > caption + thead > tr:first-child > th, 
.otheme .table > colgroup + thead > tr:first-child > td, 
.otheme .table > colgroup + thead > tr:first-child > th, 
.otheme .table > thead:first-child > tr:first-child > td, 
.otheme .table > thead:first-child > tr:first-child > th { border-top: 0; }
.otheme .table-bordered > thead > tr > td, 
.otheme .table-bordered > thead > tr > th { border-bottom-width: 2px; }
.otheme .table-bordered > tbody > tr > td, 
.otheme .table-bordered > tbody > tr > th, 
.otheme .table-bordered > tfoot > tr > td, 
.otheme .table-bordered > tfoot > tr > th, 
.otheme .table-bordered > thead > tr > td, 
.otheme .table-bordered > thead > tr > th { border: 1px solid #ddd; border-top-color: rgb(221, 221, 221); border-top-style: solid; border-top-width: 1px; border-bottom-width: 1px; }

.otheme .table-bordered > tbody > tr > td, 
.otheme .table-bordered > tbody > tr > th, 
.otheme .table-bordered > tfoot > tr > td, 
.otheme .table-bordered > tfoot > tr > th, 
.otheme .table-bordered > thead > tr > td, 
.otheme .table-bordered > thead > tr > th { border: 1px solid #ddd; }
.otheme .table > tbody > tr > td, 
.otheme .table > tbody > tr > th, 
.otheme .table > tfoot > tr > td, 
.otheme .table > tfoot > tr > th, 
.otheme .table > thead > tr > td, 
.otheme .table > thead > tr > th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; }

.otheme .job-list-row .avatar { max-width: 50px; margin-right: 8px; margin-bottom: 8px; float: left; position: relative; transition: all .1s ease-in; }


.otheme .input-group { border-collapse: separate; width:100%; }
.otheme .input-group { position: relative; display: table; border-collapse: separate; }
.otheme .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }
.otheme .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border-left: 0px; border-right: 0px; border-top: 0px; border-bottom: 1px solid #ccc; }
.otheme .input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
.otheme .input-group-addon, 
.otheme .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }
.otheme .input-group .form-control:first-child, 
.otheme .input-group-addon:first-child, 
.otheme .input-group-btn:first-child > .btn, 
.otheme .input-group-btn:first-child > .btn-group > .btn, 
.otheme .input-group-btn:first-child > .dropdown-toggle, 
.otheme .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, 
.otheme .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.otheme .input-group .form-control, 
.otheme .input-group-addon, 
.otheme .input-group-btn { display: table-cell; }
.otheme .btn-height { min-height: 34px; }

.breadcrumb.notlink ul li a::after {  border-top: 0px; border-right: 0px; margin-right:0px; }


.job-list-row { position: relative; }
    .job-list-row td:first-child { max-width: 145px; position: relative; text-align: center; vertical-align: central; }
    .job-list-row .big-tooltip { position: absolute; top: 0; z-index: 4; display: none; font-size: 12px; width: 400px; background-color: #fff; color: #000; line-height: 19px; border: 2px solid #f59f0d; border-radius: 6px; padding: 10px; left: 165px; box-shadow: 0 2px 10px rgba(0,0,0,.2); }
        .job-list-row .big-tooltip:after { content: ""; position: absolute; top: 7%; right: 100%; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent #0a5796 transparent transparent; }
        .job-list-row .big-tooltip .title { display: block; border-bottom: 1px solid #efefef; font-weight: bold; color: #005e4d; padding: 0; }
        .job-list-row .big-tooltip .content { padding: 10px 0; font-weight: normal; }
        .job-list-row .big-tooltip.user { left: 70px; }
    .job-list-row:hover .big-tooltip { display: block; }
    .job-list-row .job-title { font-weight: bold; font-size: 13px; display: block; }
    .job-list-row .company-name { display: block; font-size: 12px; }
    .job-list-row .company-list-logo { max-width: 150px; max-height: 60px; }
    .job-list-row .gender { display: block; font-style: italic; }
    .job-list-row .avatar { max-width: 50px; margin-right: 8px; margin-bottom: 8px; float: left; position: relative; transition: all .1s ease-in; }
        .job-list-row .avatar:hover { z-index: 2; transform: scale(2); }
    .job-list-row .user-name { font-weight: bold; font-size: 13px; display: block; margin: 0 0 4px 0; }

.table-ref-left { width: 40px; float: left; border-right: 1px solid #ddd; background: #efefef; }
    .table-ref-left ul { list-style: none; margin: 0; padding: 36px 0 0 0; }
        .table-ref-left ul li a { background-color: #efefef; display: block; padding: 9px 0; border-bottom: 1px solid #ddd; text-align: center; color: #626262; font-weight: bold; }
            .table-ref-left ul li a:hover { text-decoration: none; background-color: #ddd; }
            .table-ref-left ul li a.active { background-color: #337ab7; color: #fff; }
        .table-ref-left ul li:first-child a { border-top: 2px solid #ddd; }
.table-ref-right { width: calc(100% - 40px); float: left; }

.card .card-inner-title { font-size: 16px; border-bottom: 1px solid #efefef; margin: 15px -20px; padding: 0 20px 10px 20px; }
.card .card-filter-bar { padding: 15px; border-bottom: 1px solid #efefef; background: #fbfbfb; }
.card .nav-tabs { padding-left: 15px; }
    .card .nav-tabs li a { border-radius: 0; padding-top: 15px; }
    .card .nav-tabs li.active a { border: none !important; border-bottom: 1px solid #81c3de !important; padding-bottom: 11px; }
.card .tab-pane { border: none !important; }

.empty-holder { background-color: #e6e6e6; border: 1px dashed #dadada; padding: 50px; text-align: center; }
.btn-reset-form { background-color: #f3f3f3 !important; color: #999 !important; height: 50px; font-family: inherit; border: 0 none; text-align: center; border-radius: 8px; width: 100%; padding-left: 20px; padding-right: 20px; font-size: 18px; font-weight: 600; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; }

a .icon-x-twitter{display:block;height:20px;width:21px;background-image:url('../images/icons/x-twitter.png');background-repeat:no-repeat;background-size:contain;}
a:hover .icon-x-twitter { background-image: url('../images/icons/x-twitter-hover.png'); }

a .icon-x-twitter.icon-bold { background-image: url('../images/icons/x-twitter-bold.png'); }
a:hover .icon-x-twitter.icon-bold { background-image: url('../images/icons/x-twitter-bold-hover.png'); }

.card .card-title a.btn { margin-top: -10px; }
.card .card-title a.btn.btn-sm { margin-top: -10px; }

.TMEmptyTable td {text-align:center;padding:30px 0 !important;}
.TMEmptyTable img {height:180px;margin-bottom:30px;}
.TMEmptyTable p {font-size:18px;font-weight:bold;font-style:italic;}

.userLoginMenu .dropdown-toggle { padding-top:10px; padding-bottom:10px;}
.userLoginMenu .dropdown-toggle.color1{ background:#e3384c; color:#fff !important; border-radius: 4px;}
.userLoginMenu .dropdown-toggle.color1:hover{ background: #b31c2d !important;}

.userLoginMenu .tumIlanlarBtn {        background: #7abc6c !important; color:#fff; padding-top:10px; padding-bottom:9px ; margin-right:10px}
.userLoginMenu .tumIlanlarBtn:hover{ background: #68995e !important;}
.userLoginDropDown{width:320px;}
.dropDownInner{padding:20px; font-size:14px}
.lblBold{font-weight:600}
.loginBtn{}
.dropSubTitle{ font-size:16px; font-weight:600}
.dropDownInner a{font-size:16px;}
.dropDownInner hr{border-top:1px solid #ddd; margin-bottom:12px}
.dropDownInner .txt1{padding:3px 0px 9px;}
.dropDownInner .buttonWrap{ display:flex; align-items: stretch;     margin-left: -5px;    margin-right: -5px;}
.dropDownInner .buttonWrap a{flex:1; margin-left:5px; margin-right:5px}
.button-border.ui-color-2 {   color: #7abc6c;    border: 1px solid #7abc6c;}
.btnWrap2{margin-top:8px}
.header-buttons a, .dropdown .dropdown-toggle{font-size:15px}

.section-banner {
    padding-bottom: 60px;
}

.view-advertadd__body {
    display:block !important
}
.view-advertadd__body-content .title{width:auto !important}
.homeAdvertContent{padding-left:20px}
.homeAdvertList {
    margin-top: 25px;
}
    .homeAdvertList li {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }
    .homeAdvertList .card .fontIcon {
        color: #7fbb3a
    }
    .homeAdvertList .card p{color: #7fbb3a;}

    .homeAdvertList .title {
        font-size: 16px;
        letter-spacing: normal;
        color: #444;
        font-weight: 600;
    }
    .homeAdvertList .title:hover{color:#de0923}
.homeAdvertContent .subTitle{font-size:3.2rem; font-weight:600; color:#de0923;     padding-top: 15px;}
.homeAdvertContent .advertInner .fontIcon {
    position: absolute;
    left: 0; font-size:34px;
}
.homeAdvertContent .advertInner{position:relative; padding-left:35px;}
.tumuLink{font-weight: 700;    color: #de0923; font-size:16px}
.tumuLink span{font-size:14px}

.section.ui-bg, .footer {
    background: #f3f3e7;
}

.section-banner .owl-nav-style.ui-top-right .owl-theme .owl-nav {
    top: 50%;
    margin: -50px auto 0;
}
    .section-banner .owl-nav-style.ui-top-right .owl-theme .owl-nav button {
        position: absolute;
        width: 36px !important;
        height: 70px !important;
        border-radius: 9px !important;
    }
.section-banner .owl-nav-style .owl-theme .owl-nav button.owl-next {
    right: 10px !important;
    left: auto !important;
}
.section-banner .owl-nav-style .owl-theme .owl-nav button.owl-prev {
    left: 10px !important;
    right: auto !important
}
.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #7abc6c;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] svg path {
    stroke: #7abc6c !important;
}

.category-body::after {
    background: rgb(139 195 74 / 43%);
}

.button-line.ui-color-1:not(.ui-border-bottom) {
    color: #7fbb3a;
}

.notRegisterButtons .btn {
    justify-content:normal !important
}

    .notRegisterButtons .btn i{margin-right:15px}
.notRegisterButtons * {
    color: #7fbb3a;
  
}

.notRegisterButtons .btn {
    border: 1px solid #7fbb3a
}

.notRegisterButtons .btn:hover {
    background: #7fbb3a; color:#fff !important
}

    .notRegisterButtons .btn:hover * {
        color: #fff !important
    }

.atasehirBelediyesiFooterlogo{padding:25px 40px; background:#fff; border-radius:9px;     margin-top: -30px;}

.footer-social a {
    background: #9f9f9f;
    color: #fff !important;
}
    .footer-social a:hover {
        background: #dd1f2c; color:#fff !important
    }

.category-body{position:relative; padding:4px 8px 8px; left:0; }
.category-cover img {
    filter: none !important;
    -webkit-filter: none !important
}
.category-body h3{font-size:15px !important; height:39px; overflow:hidden; position:relative}
.category-card a:hover .category-body .title{color:#444 !important}
.category-body::before, .category-body::after{display:none !important}
.inner-page__heading.ui-color-2::after{  background: #f3f3e7;}

.tumHaberler{border:1px solid #de0923; padding:10px 20px 8px; border-radius:9px; color:#de0923 !important; background:#fff}
    .tumHaberler:hover{ border-color:#7fbb3a; background:#7fbb3a; color:#fff !important;}

    .owl-theme .owl-dots {
        margin-top: 25px
    }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #7fbb3a
}
.owl-theme .owl-dots .owl-dot.active span{width:20px}

.footer ul li a{color:#666 !important}
.footer ul li a:hover{color:#444 !important}

.ilanDetay {
    /*background: #eee;*/
    padding: 20px;
    margin-top:30px; 
    margin-bottom:30px;
    -webkit-box-shadow: 0 29px 50px 0 rgba(87, 117, 140, 0.1);
    box-shadow: 0 29px 50px 0 rgba(87, 117, 140, 0.1);
    font-size:16px !important

}

.ilanDetay ul li{display:inline-block !important; vertical-align:top; width:49% !important}
.ilanDetay ul li .inner{display:flex;}
.ilanDetay ul li .inner .icon{margin-right:8px; color:#000;}
.workTypeWrap{background:#7abc6c; padding:6px 11px; border-radius:9px; color:#fff;}
.ilanDetay .heading { color:#000; font-size:16px}
.ilanDetay .text { color:#666;}

.button-icon{background:#e3384c; color:#fff;}
.button-icon .icon{background: #fff; color:#e3384c}
.button-icon:hover{background:#7abc6c}
.button-icon:hover .icon{background: #fff;}
.button-icon:not(.ui-bg-1):hover .icon{background: #fff; color:#7abc6c}
.button-icon__text{color:#fff}

.sidebar-nav ul li:first-child a {
    border-top: 14px solid #7abc6c;
}

.sidebar-nav ul li:last-child a {
    border-bottom: 14px solid #7abc6c;
}

.sidebar-filtering form {
    background: #b5ac631c; border-radius:8px
}
.sabitTarih{position:absolute; top:6px; right:20px;}
li.list-advert__item.is-part{position:relative}
.list-advert__item .card{box-shadow:none !important; position:relative; border:1px solid #ddd}

@media only screen and (min-width: 768px) {
    .header-right .dropdown:hover .dropdown-menu { display: block; }
}

@media only screen and (min-width: 1280px) {
    .banner-card .banner-photo {
        max-height: 610px !important;
    }

        .banner-card .banner-photo img {
            max-height: 100% !important;
            min-height: auto;
            overflow: hidden;
            position: relative;
            aspect-ratio: 2 / 1;
            object-fit: cover;
        }
}

@media only screen and (min-width: 1366px) {
    .section-banner .owl-nav-style .owl-theme .owl-nav button.owl-next {
        right: -150px !important;
        left: auto !important;
    }

    .section-banner .owl-nav-style .owl-theme .owl-nav button.owl-prev {
        left: -150px !important;
        right: auto !important
    }
}

@media only screen and (max-width: 768px) {
    .section-contactus__content{margin-bottom:20px}
}


.footer-area .footer-item{
    max-width:100% !important;
}