@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Thin.ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

* {
    font-family: 'Montserrat', sans-serif;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
}
a {
    color: #3B566E;
}
a:hover {
    color: #86909C;
}
.txt-white {
    color: #fff !important;
}
.txt-drk-blue {
    color: #1C355E !important;
}
.bg-drk-blue {
    background-color: #1C355E !important;
}
.txt-mid-blue {
    color: #445675 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-mid-blue {
    background-color: #445675 !important;
}
.txt-light-blue {
    color: #788998 !important;
}
.bg-light-blue {
    background-color: #F7FAFD !important;
}
.txt-light-orange {
    color: #FA7C56 !important;
}
.orange-btn {
    color: #fff !important;
    background: linear-gradient(130.19deg, #EF6956 7.11%, #FA8F59 100%);
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px/*calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)))*/;
    text-decoration: none;
    position: relative;
    z-index: 2;
    border: none;
}
.blue-btn {
    color: #fff !important;
    background: linear-gradient(130.19deg, #1c345e 7.11%, #43577a 100%);
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px/*calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)))*/;
    text-decoration: none;
    position: relative;
    z-index: 2;
    border: none;
}
.border-btn {
    border: 0.5px solid rgba(45, 61, 87, 0.3);
    border-radius: 5px;
    padding: 7px;
    text-decoration: none;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.w-33 {
    width: 33.33%;
}
.w-45 {
    width: 45% !important;
}
.form {
    display: flex;
    flex-direction: column;
}
label {
    color: #586375;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
}
input, input.form-control, select {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}
input::placeholder, input.form-control::placeholder {
    color: #B7C2CF;
}
.form-control:focus {
    box-shadow: none;
    border-color: #48C578;
}
.form-check {
    min-height: 0;
    margin-bottom: 0;
    line-height: 170%;
    display: flex;
}
.form-check-input {
    min-width: 22px;
    width: 22px;
    min-height: 22px;
    height: 22px;
    margin-right: 15px;
}
.form-check-input[type=checkbox] {
    margin-bottom: 0;
}
.form-check-input:checked {
    background-color: #48C578;
    border-color: #48C578;
}
label.form-check-label {
    font-weight: 400;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1440 - 300)));
    margin-bottom: 0;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #fff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 20px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}
.swiper-pagination-bullet {
    background: #FFB098;
    opacity: 1;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    transition: 0.3s;
}
.swiper-pagination-bullet-active {
    background: linear-gradient(140deg, #EF6956 10%, #FA8F59 100%);
    opacity: 1;
    width: 27px;
}
header nav.navbar {
    padding: 0;
}
header .navbar .navbar-nav {
    margin: 24px 0;
}
header .navbar > .container-xl {
    align-items: flex-start;
}
header .navbar-brand {
    margin-right: 36px;
    padding: 22px 0;
}
header .navbar .collapse.navbar-collapse {
    flex-wrap: wrap;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    color: #3B566E;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 9px;
    box-shadow: none;
}
header .nav-link.new-not {
    position: relative;
}
header .nav-link.new-not::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ED1C24;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    top: 10px;
    right: 7px;
    border: 1px solid #fff;
}
header .nav-link.orange-btn, header .nav-link.border-btn {
    /*margin: 0 9px;*/
    margin: 0px 0px 0px 15px;
}
header .dropdown-menu.show {
    left: 50%;
    transform: translateX(-50%);
    width: 255px;
    max-height: 356px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    margin-top: 15px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 25px;
}
header .nav-item.dropdown .nav-link.show::after {
    content: "";
    border-style: solid;
    border-width: 0px 10px 13px 10px;
    border-color: #fff0 #fff0 #ffffff #fff0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}
header .dropdown-menu.show li {
    border-bottom: 1px solid #EEEEEE;
}
header .dropdown-menu.show .dropdown-item {
    white-space: break-spaces;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
}
header .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}
header .dropdown-menu::-webkit-scrollbar-track {
    background: #fff0;
}
header .dropdown-menu::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 8px;
}
header .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #adadad;
}
header .navbar-collapse .navbar-nav.active {
    display: flex;
}
header .navbar-collapse .navbar-nav.hide {
    display: none;
}
.order-con {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    flex-basis: auto;
}
footer {
    background-color: #F7FAFD;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
}
footer * {
    font-size: 14px;
    line-height: 200%;
    color: #586375;
}
footer .foot-title {
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
}
footer a {
    text-decoration: none;
    color: #586375;
}
footer p {
    margin-bottom: 10px;
}
footer img {
    margin-right: 10px;
}
footer ul {
    padding-left: 5px;
    margin: 0;
}
footer ul li::marker {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}
footer ul li a {
    margin-left: 15px;
}
footer .copyright {
    border-top: 1px solid #D8E5E8;
    padding: 20px 0;
    margin-top: 20px;
}
footer .copyright p {
    color: #8E95A2;
    margin: 0;
    text-align: center;
}
main {
    min-height: calc(100vh - 488px);
}
.breadcrumb {
    background-color: #FAFBFB;
    padding: 32px 0;
    margin-bottom: 0;
    line-height: 100%;
}
.breadcrumb .page-title {
    font-size: 30px;
    font-weight: 500;
    color: #2F3C52;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.breadcrumb .page-title::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
    position: absolute;
    bottom: -32px;
    left: 0;
}
.bubi-slider .carousel-inner {
    width: 100%;
    height: calc(100vw * (760 / 1920));
}
.bubi-slider .carousel-item {
    width: 100%;
    height: calc(100vw * (760 / 1920));
    position: relative;
}
.bubi-slider .carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(28 53 94 / 60%);
}
.bubi-slider .carousel-item img {
    width: 100%;
    height: auto;
}
.bubi-slider .carousel-form {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 620px;
    text-align: center;
}
.bubi-slider .carousel-form .slide-title {
    color: #fff;
    font-size: calc(25px + (45 - 25) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 800;
}
.bubi-slider .carousel-form p {
    color: #fff;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    max-width: 420px;
    margin: 15px auto;
    display: inline-block;
}
.bubi-slider .carousel-form .slide-search {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.bubi-slider .carousel-form .slide-search select {
    max-width: 387px;
    height: 47px;
    font-size: 12px;
    font-weight: 500;
    color: #1C355E;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 5px;
    box-shadow: none;
    border: none;
}
.bubi-slider .carousel-form .slide-search .button {
    width: 92px;
    height: 47px;
    background-color: #F57D58;
    color: #fff;
    font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
}
.bubi-slider .carousel-indicators {
    margin-left: auto;
    margin-right: 0;
    flex-direction: column;
    width: 50px;
    height: 100%;
    bottom: -50%;
    transform: translateY(-50%);
    right: 5%;
}
.bubi-slider .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 0;
    margin: 5px 0;
    background: rgb(250 124 86 / 73%);
    opacity: 1;
}
.bubi-slider .carousel-indicators .active {
    height: 27px;
    background: linear-gradient(#EF6956 0%, #FA8F59 100%);
}
.h2-title {
    color: #445675;
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}
.pro-video h1 {
    font-size: calc(24px + (45 - 24) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    color: #1C355E;
    text-align: right;
}
.pro-video p {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    color: #1C355E;
    text-align: right;
}
.pro-video {
    position: relative;
    padding: 160px 0 70px 0;
}
.pro-video::before {
    content: url("../img/wave-line.svg");
    position: absolute;
    top: 0;
    left: 0;
}
.middle-bar {
    background: linear-gradient(180deg, #EF6956 0%, #F88959 70%, #FA8F59 100%);
    padding: 52px 20px;
}
.middle-bar .md-bar-link {
    padding: 0 80px;
    border-right: 1px solid #F7FAFD;
}
.middle-bar .md-bar-link:last-child {
    border-right: none;
}
.middle-bar .md-bar-link a {
    font-size: calc(12px + (24 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    color: #F7FAFD;
    text-decoration: none;
}
.middle-bar .md-bar-link i.fa-arrow-right {
    font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (1440 - 300)));
    margin-left: 5px;
}
.working-stages {
    padding-top: 100px;
    padding-bottom: 100px;
}
.working-stages .blue-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7FAFD;
    border: 1px solid rgba(28, 53, 94, 0.12);
    padding: 40px 25px 25px 25px;
    height: 100%;
    border-radius: 8px;
}
.working-stages .blue-box .number {
    width: 83px;
    height: 83px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background: #1C355E;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.working-stages .blue-box .title {
    color: #1C355E;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 16px;
}
.working-stages .blue-box p {
    color: #1C355E;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    text-align: center;
    margin-bottom: 0;
}
.our-services {
    background-color: #F7FAFD;
    padding: 100px 0;
}
#ourservicesTab {
    border-bottom: none;
    justify-content: center;
}
#ourservicesTab .nav-item .nav-link {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    color: #788998;
    padding: 15px;
}
#ourservicesTab .nav-item .nav-link:hover {
    border: none;
}
#ourservicesTab .nav-item .nav-link.active {
    border: none;
    color: #FA7C56;
    font-weight: 700;
    background-color: #fff0;
}
#ourservicesTab .nav-item .nav-link.active::after {
    content: "";
    border-bottom: 4px solid #FA7C56;
    position: relative;
    display: block;
    width: 50px;
    margin: auto;
    bottom: -15px;
}
.our-services-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 15px -6px rgb(0 0 0 / 8%);
    padding-bottom: 24px;
}
.our-services-box img {
    width: 100%;
    height: auto;
}
.our-services-box .title, .our-services-box a {
    color: #2F3C52;
    font-size: 14px;
    font-weight: 600;
    margin: 20px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
.our-services-box .info {
    color: #86909C;
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1440 - 300)));
    margin-bottom: 24px;
    margin-top: auto;
}
.our-services-box .bid-button {
    min-width: 154px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    background: linear-gradient(130deg, #EF6956 7.11%, #FA8F59 100%);
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
}
.our-services-container {
    height: 800px;
}
.our-services .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    padding-bottom: 40px;
}
.our-services .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.our-services-container .swiper-pagination {
    bottom: 5px;
    width: calc(100% - 180px);
}
.our-services-container .swiper-pagination-bullet {
    float: left;
}
.our-services-container .pagination-all {
    font-size: 14px;
    font-weight: 700;
    color: #EF6956;
    text-decoration: none;
    float: right;
    margin-top: 20px;
}
.statistic-bar {
    padding: 70px 0;
    background: url('../img/bg.jpg');
    background-size: cover;
    background-position: center -150px;
    background-repeat: no-repeat;
    position: relative;
}
.statistic-bar::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(250 124 86 / 70%);
}
.statistic-bar h2 {
    font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
.statistic-bar .statistic {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.statistic-bar .number {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    padding-bottom: 15px;
    position: relative;
}
.statistic-bar .number::after {
    content: "";
    border-bottom: 1px dashed #fff;
    width: 116px;
    height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.statistic-bar .mid-title {
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
}
.valuation-bar {
    background-color: #F7FAFD;
    padding: 100px 0;
}
.valuation-bar .h2-title {
    margin-bottom: 35px;
}
.valuation-bar .mid-title {
    color: #6F8BA4;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1440 - 300)));
    text-align: center;
    margin-bottom: 50px;
}
.swiper.valuationSwiper {
    width: 100%;
    padding-bottom: 74px;
}
.swiper.valuationSwiper .swiper-slide {
    width: 700px;
}
.valuation-box {
    background-color: #fff;
    border: 1px solid rgba(88, 99, 117, 0.1);
    border-radius: 8px;
    padding: 40px 70px;
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2D3D57;
}
.valuation-box p {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    text-align: center;
    line-height: 200%;
    margin-bottom: 22px;
    position: relative;
    text-indent: 15px;
}
.valuation-box p::after {
    content: "";
    width: 62px;
    height: 4px;
    background: linear-gradient(180deg, #FA7C56 0%, #EF6956 100%);
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 10px;
}
.valuation-box p span {
    font-size: 40px;
    position: absolute;
    line-height: 75%;
    text-indent: 0;
    left: 0;
}
.valuation-box .name {
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
}
.valuation-box .job {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    margin-top: 10px;
    color: #3B566E;
}
.video-bar {
    padding: 125px 0;
    background-color: #1C355E;
    color: #fff;
    position: relative;
}
.video-bar h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}
.video-bar p {
    font-weight: 500;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    position: relative;
    z-index: 2;
}
.video-bar iframe {
    position: relative;
    z-index: 2;
}
.video-bar::before {
    content: url(../img/white-arrow.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.video-bar::after {
    content: url(../img/orange-arrow.svg);
    position: absolute;
    top: 0;
    left: 300px;
}
.regions-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.regions-bar .h2-title {
    margin-bottom: 35px;
}
.regions-bar .mid-title {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1440 - 300)));
    color: #6F8BA4;
    text-align: center;
    display: block;
    width: 100%;
}
.regions-bar .regions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
.regions-bar .regions .region {
    width: 20%;
    text-decoration: none;
    margin: 23px 0;
}
.regions-bar .region .province {
    color: #FA7C56;
    font-weight: 600;
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1440 - 300)));
    display: block;
    margin-bottom: 10px;
    line-height: 100%;
}
.regions-bar .region .info {
    color: #86909C;
    font-weight: 600;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1440 - 300)));
    display: block;
}
.app-bar {
    background-color: #1a3552;
    background-image: url("../img/app-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -100px;
    color: #fff;
    padding: 130px 0;
}
.app-bar h2 {
    font-size: calc(24px + (35 - 24) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    margin-bottom: 32px;
}
.app-bar h2::after {
    content: "";
    width: 92px;
    height: 9px;
    background: linear-gradient(180deg, #FA7C56 0%, #EF6956 100%);
    display: block;
    margin-top: 32px;
    border-radius: 10px;
}
.app-bar p {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    line-height: 162%;
    margin-bottom: 32px;
}
.app-bar a {
    margin-right: 20px;
}
.our-services.all-our-services {
    background-color: #fff0;
    padding: 0;
}
.all-our-services .our-services-container {
    height: auto;
}
.all-our-services .swiper-slide {
    min-height: 320px;
}
.all-our-services .our-services-container .swiper-pagination {
    bottom: 46px;
}
.all-our-services-swiper .swiper-title {
    color: #445675;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 32px;
    display: block;
}
.all-our-services .swiper-button-next:after, .all-our-services .swiper-rtl .swiper-button-prev:after {
    content: url("../img/arrow.svg");
    line-height: 0;
}
.all-our-services .swiper-button-prev:after, .all-our-services .swiper-rtl .swiper-button-next:after {
    content: url("../img/arrow.svg");
    line-height: 0;
    transform: rotate(180deg);
}
.all-our-services .swiper-button-next, .all-our-services .swiper-rtl .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #F7FAFD;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    right: 0;
}
.all-our-services .swiper-button-prev, .all-our-services .swiper-rtl .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #F7FAFD;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    left: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next, .swiper-button-prev {
    top: 48%;
}
.our-services-detail {
    margin-top: 85px;
    margin-bottom: 10px;
}
.our-services-detail .our-services-container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.our-services-detail .service-title {
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: #445675;
    text-align: center;
    margin-bottom: 40px;
}
.our-services-detail .our-services-box {
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.our-services-detail ~ .regions-bar {
    border-top: 1px solid #eee;
}
.left-col {
    width: 366px;
    margin-right: 20px;
}
.right-col {
    width: calc(100% - 386px);
}
.left-col .filter {
    width: 100%;
    background-color: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    padding: 20px;
}
.left-col .filter .dropdown .dropdown-btn {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: start;
    padding: 16px;
    line-height: 100%;
    color: #1C355E;
    box-shadow: none;
}
.left-col .filter .dropdown .dropdown-btn::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    color: #1C355E;
    font-weight: 900;
    float: right;
}
.left-col .filter .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 16px 32px;
    min-height: 200px;
    height: 50vh;
    overflow: auto;
}
.left-col .filter .dropdown .dropdown-menu .dropdown-item {
    padding: 16px 0;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 500;
}
.left-col .filter .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #EF6956;
}
.left-col .filter .dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}
.left-col .filter .dropdown {
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    margin-bottom: 20px;
}
.left-col .filter .orange-btn {
    width: 100%;
    display: block;
    text-align: center;
}
.left-col .filter .dropdown .dropdown-btn i {
    margin-right: 10px;
}
.left-col .contact-box, .blog-right .contact-box {
    background: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 27px;
    overflow: hidden;
}
.left-col .contact-box::before, .blog-right .contact-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(130deg, #EF6956 7.11%, #FA8F59 100%);
    opacity: .85;
}
.left-col .contact-box p, .blog-right .contact-box p {
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.left-col .contact-box .white-btn, .blog-right .contact-box .white-btn {
    z-index: 1;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #F57D58;
    min-width: 175px;
    text-align: center;
    text-decoration: none;
}
.info-green {
    background: #D4EDDA;
    border: 1px solid #C3E6CB;
    border-radius: 5px;
    padding: 18px;
    text-decoration: underline;
    text-align: center;
    color: #155724;
    font-size: 16px;
    margin-bottom: 30px;
}
.profile-preview {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
    border-radius: 5px;
    display: flex;
    padding: 18px 20px;
    margin-bottom: 20px;
}
.profile-preview .profile-img {
    min-width: 160px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-preview .profile-info {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}
.profile-preview .profile-info .name {
    text-decoration: none;
    color: #2F3C52;
    font-weight: 500;
}
.profile-preview .profile-info p {
    color: #586375;
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 0;
}
.profile-preview .sector {
    border-left: 1px solid #D8D8D8;
    padding-left: 37px;
    min-width: 182px;
}
.profile-preview .sector2 {
    border-left: 1px solid #D8D8D8;
    padding-left: 15px;
    width: 100%;
}
.profile-preview .sector ul {
    padding-left: 0;
    margin-bottom: 5px;
}
.profile-preview .sector ul li {
    padding-left: 10px;
    font-size: 13px;
    color: #586375;
}
.profile-preview .sector li::marker {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    color: #F57D58;
    font-weight: 700;
}
.profile-preview .sector > a {
    color: #197AE0;
    font-size: 11px;
    padding-left: 10px;
}
/**/
fieldset, fieldset label { margin: 0; padding: 0; }
.rating {
    border: none;
    float: left;
    margin-left: -2px;
}
.rating > input { display: none; }
.rating > label:before {
    margin: 0 1px;
    font-size: calc(11px + (20 - 17) * ((100vw - 300px) / (1440 - 300)));
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}
.rating > .half:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f089";
    position: absolute;
    font-weight: 900;
}
.rating > label {
    color: #D8DEE6;
    float: right;
}
.scoring > span {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
/*    margin: 7px 0;*/
    margin-left: 15px;
    color: #586375;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #F78500 !important;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }
/**/
.profile-head {
    background-color: #1C355E;
    padding-top: 45px;
    padding-bottom: 15px;
}
.profile-head .img {
    background-color: #fff;
    border-radius: 5px;
    width: 166px;
    min-width: 166px;
    height: 100%;
    max-height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.profile-head h1 {
    color: #fff;
    font-weight: 700;
    font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1440 - 300)));;
    margin-bottom: 18px;
}
.profile-head .location {
    color: rgb(255 255 255 / 85%);
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1440 - 300)));;
}
.profile-head .location i {
    margin-right: 8px;
}
.profile-head .profile-rating .point {
    color: #fff;
    font-weight: bold;
    font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (1440 - 300)));;
    line-height: 100%;
    margin-bottom: 20px;
}
.profile-head .profile-rating .evaluation {
    color: #fff;
    font-size: 14px;
}
.profile-head .sector {
    margin-top: 35px;
}
.profile-head .sector span {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.profile-head .sector span::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #F57D58;
    margin-left: 10px;
}
.profile-head .sector span:last-of-type::after {
    display: none;
}
.profile-head .sector .srvc-btn {
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    float: right;
    box-shadow: none;
}
.profile-head .bid {
    padding-left: 50px;
    margin-left: 50px;
    position: relative;
}
.profile-head .bid::before {
    content: "";
    height: 70px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.profile-head .bid .orange-btn {
    padding: 10px 40px;
    font-size: 12px;
    line-height: 100%;
}
.customer-rating {
    padding-top: 50px;
    padding-bottom: 50px;
}
.customer-rating h2 {
    color: #86909C;
    font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1440 - 300)));
    margin-bottom: 50px;
}
.rating-group .title {
    color: #2D3D57;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.rating-group .point {
    color: #F57D58;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 10px;
}
.rating-group .evaluation {
    color: #86909C;
    font-size: 13px;
    margin-top: 8px;
    text-transform: uppercase;
}
.about {
    background-color: #F7FAFD;
    padding: 60px 0;
}
.about h2 {
    color: #1C355E;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 60px;
}
.about p {
    color: #1C355E;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
.about img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.portfolyo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.portfolyo h3 {
    color: #1C355E;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}
.portfolyo .gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.portfolyo .gallery a {
    display: inline-block;
    text-decoration: none;
    width: calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}
.portfolyo .gallery img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.comments {
    background-color: #F7FAFD;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #EEEEEE;
}
.comments h3 {
    color: #3B566E;
    font-size: 26px;
    margin-bottom: 30px;
}
.comment-box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.comment-box .comment-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    border-bottom: 1px solid #F3F4F4;
}
.comment-box .name {
    color: #2F3C52;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.comment-box .date {
    color: #BDC4CC;
    font-size: 13px;
    margin-left: auto;
    margin-right: 40px;
}
.comment-box .point {
    display: flex;
}
.comment-box .point > span {
    color: #586375;
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
}
.comment-box .evaluation {
    color: #86909C;
    font-size: 13px;
    line-height: 100%;
}
.comment-box .comment-content {
    padding: 30px 50px;
    position: relative;
}
.comment-box .comment-content::before {
    content: "";
    width: 64px;
    height: 46px;
    background: url("../img/comment1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 40px;
}
.comment-box .comment-content::after {
    content: "";
    width: 64px;
    height: 46px;
    background: url("../img/comment2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.comment-box .comment-content p {
    color: #86909C;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
}
.modal-dialog {
    width: 80%;
    max-width: 700px;
    margin: auto;
}
.modal-dialog .modal-content {
    border-radius: 5px;
}
.modal-dialog .modal-content .modal-header {
    background-color: #F5F5F5;
    padding: 13px;
}
.modal-dialog .modal-header .modal-title {
    margin-left: auto;
    color: #2D3D57;
    line-height: 115%;
}
.modal-dialog .modal-header .btn-close {
    width: 13px;
    height: 13px;
    border: 1px solid #86909C;
    font-size: 13px;
    line-height: 100%;
    padding: 4px;
    background: none;
    margin-right: 7px;
    box-shadow: none;
    color: #86909C;
    opacity: 1;
}
.service-modal .modal-content .modal-body {
    padding: 40px;
}
.service-modal .modal-body ul {
    column-count: 3;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.service-modal .modal-body ul li {
    color: #86909C;
    font-size: 13px;
    margin-bottom: 20px;
}
.service-modal .modal-body ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #48C578;
    margin-right: 15px;
}
.offer-modal .modal-body {
    padding: 40px;
}
.offer-modal .modal-body p {
    text-align: center;
    margin-bottom: 35px;
    color: #86909C;
    font-size: 16px;
}
.offer-modal .modal-body a {
    padding: 20px;
    width: calc(50% - 15px);
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.offer-modal .modal-body .multiple-offers {
    background: linear-gradient(135deg, #62BE85 0%, #5DE390 100%);
    margin-right: 15px;
}
.offer-modal .modal-body .single-offer {
    background: linear-gradient(135deg, #EF6956 0%, #FA8F59 100%);
    margin-left: 15px;
}
.login-modal .modal-content .modal-header {
    border: none;
    padding: 35px;
    padding-bottom: 0;
    background-color: #fff;
}
.login-modal .modal-content .modal-header img {
    margin-left: auto;
    margin-right: -21px;
}
.login-modal .modal-content .modal-header .btn-close {
    border: none;
    color: #C4C4C4;
    font-size: 20px;
}
.login-modal .modal-content .modal-body {
    padding: 35px;
}
.login-modal .modal-content .modal-body .title {
    font-size: 24px;
    text-align: center;
    color: #2F3C52;
    margin-bottom: 40px;
}
.login-modal .modal-content .modal-body .orange-btn {
    padding: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 35px;
}
#forgotPass {
    color: #C4C4C4;
    font-size: 14px;
}
.login-modal .modal-content .modal-footer {
    padding: 35px;
}
.login-modal .modal-content .modal-footer p {
    font-size: 14px;
    color: #1C355E;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 0;
}
.login-modal .modal-content .modal-footer p a {
    color: #C4C4C4;
}
.login-modal .forgotpass-content .modal-header .title, .login-modal .newpass-content .modal-header .title {
    color: #2F3C52;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    margin-left: auto;
    margin-right: -21px;
}
.login-modal .forgotpass-content .modal-body .title, .login-modal .newpass-content .modal-body .title {
    font-size: 18px;
    font-weight: 400;
}
.sms {
    margin-bottom: 30px;
    color: #2F3C52;
    font-size: 14px;
}
.sms a {
    color: #C4C4C4;
}
.sms-time {
    margin-bottom: 30px;
    color:#2F3C52;
    font-size: 14px;
    font-weight: 700;
}
.login-modal .success-content .modal-body .title {
    color: #2F3C52;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}
.login-modal .success-content .modal-body p {
    color: #2F3C52;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.login-modal .success-content .modal-body .loginBtn {
    display: flex;
    justify-content: center;
    background: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #2F3C52;
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
    text-decoration: none;
}
.member-header {
    font-weight: 400;
    font-size: calc(26px + (30 - 26) * ((100vw - 300px) / (1440 - 300)));
    color: #2F3C52;
    margin: 60px 0;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.member-header span {
    font-weight: 700;
}
.member-header::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(130deg, #EF6956 10%, #FA8F59 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.form-bg-white {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 25px;
}
.member-container {
    padding-bottom: 80px;
}
.member-tabs {
    border-bottom: none;
}
.member-tabs .nav-item {
    width: 50%;
}
.member-tabs .nav-item .nav-link {
    width: 100%;
    border: none;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    color: #C4C4C4;
    border-bottom: 1px solid #EEEEEE;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 25px;
}
.member-tabs .nav-item .nav-link.active {
    color: #1C355E;
    border-bottom: 2px solid #1C355E;
}
.member-tabs .nav-item .nav-link span {
    display: inline-block;
    color: #C4C4C4;
    font-size: 10px;
    font-weight: 500;
    background-color: #F7FAFD;
    width: auto;
    border-radius: 50px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.member-tabs .nav-item .nav-link.active span {
    color: #1C355E;
}
.give-service {
    width: 100%;
    /*background-color: #F7FAFD;
    border: 1px solid #C6C6C6;*/
    color: #fff !important;
    border: 1px solid #EF6956;
    background: linear-gradient(130.19deg, #EF6956 7.11%, #FA8F59 100%);
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    /*color: #2F3C52;*/
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.give-service span {
    font-weight: 800;
    margin-left: 4px;
    margin-right: 10px;
}
.tel-approval {
    width: 100%;
    background-color: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    color: #2F3C52;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.member-tab-content .form-check .form-check-label {
    letter-spacing: 1px;
    line-height: 160%;
}
.member-tab-content .orange-btn {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
}
.member-tab-content .account {
    width: 100%;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    color: #2D3D57;
    text-align: center;
}
.member-tab-content .account a {
    color: #C4C4C4;
}
.member-tab-content .form-check {
    margin-bottom: 25px;
}
.member-alt-header {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    color: #1C355E;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.member-alt-header span {
    font-weight: 800;
}
.member-alt-header::after {
    content: "";
    width: 100px;
    height: 9px;
    background: linear-gradient(130deg, #EF6956 10%, #FA8F59 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.member-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
    color: #1C355E;
}
.member-info ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.member-info ul li::before {
    content: url("../img/null-icon.png");
    margin-right: 15px;
}
.app-info {
    display: flex;
}
.app-info .apps {
    display: flex;
    flex-direction: column;
}
.app-info img {
    width: 150px;
    height: auto;
}
.app-info a:first-child img {
    margin-bottom: 20px;
}
.app-info .qr-kod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2F3C52;
    font-size: 12px;
    margin-left: 15px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 15px;
    width: calc(100% - 165px);
}
.app-info .qr-kod img {
    width: 100px;
    height: 100px;
    margin-left: 2px;
    margin-bottom: 0;
}
.info-message {
    font-size: 14px;
    color: #2F3C52;
}
.blog-right > p {
    color: #2F3C52;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.search-box {
    margin-bottom: 30px;
}
.search-box input {
    height: 40px;
    border: none;
    background-color: #fafafa;
    border-radius: 5px;
}
.search-box .btn-search {
    width: 40px;
    height: 40px;
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.blog-left, .blog-right {
    margin: 80px 0;
}
.blog-right .menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.blog-right .menu li {
    padding-left: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.blog-right .menu li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #6F8BA4;
}
.blog-right .menu li:nth-child(even) {
    background-color: #F9FAFF;
}
.blog-right .menu a {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #6F8BA4;
    padding: 17px 0;
    margin-left: 15px;
}
.blog-right .menu li:hover {
    padding-left: 17px;
    border-left: 3px solid #F57D58;
}
.blog-right .menu li:hover a {
    color: #F57D58;
}
.blog-right .menu li:hover::before {
    color: #F57D58;
}
.blog-haber {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    --webkit-border-radius: 16px;
    --moz-border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 10px 6px -6px rgb(0 0 0 / 4%);
}
.blog-haber .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #c4c4c4;
}
.blog-haber .blog-img img {
    width: 100%;
    height: auto;
}
.blog-haber .blog-img .date {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #62BE85 0%, #5DE390 100%);
    color: #fff;
    font-size: 14px;
    padding: 8px 13px;
    border-radius: 0px 0px 5px 5px;
}
.blog-haber .blog-content {
    padding: 25px 25px;
    min-height: 80px;
}
.blog-haber .blog-content .title {
    font-size: 14px;
    color: #3B566E;
    margin-bottom: 15px;
}
.blog-haber .blog-content p {
    font-size: 14px;
    color: #6F8BA4;
    line-height: 190%;
    margin-bottom: 25px;
}
.blog-haber .blog-content .more {
    width: 150px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 7px;
}
.blog-left .pagination .page-item {
    width: 30px;
    height: 30px;
}
.blog-left .pagination .page-item .page-link {
    color: #F57D58;
    border-color:#F57D58;
    padding: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.blog-left .pagination .page-item.active .page-link {
    color: #fff;
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
}
.blog-breadcrumb {
    box-shadow: 0px 10px 6px -6px rgb(0 0 0 / 4%);
    padding: 13px 0;
}
.blog-breadcrumb a, .blog-breadcrumb span {
    color: #2F3C52;
    font-size: 11px;
    font-weight: 500;
}
.blog-breadcrumb a {
    text-decoration: none;
    color: #77838F;
}
.blog-breadcrumb a::after {
    content: "/";
    margin-left: 5px;
}
.sidebar-menu {
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    overflow: hidden;
}
.sidebar-menu li {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.sidebar-menu li.active {
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
}
.sidebar-menu li a {
    text-decoration: none;
    padding: 13px 0;
    display: block;
    margin-left: 15px;
    font-size: 14px;
}
.sidebar-menu li.active a {
    color: #fff;
}
.sidebar-menu li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #6F8BA4;
}
.sidebar-menu li.active::before {
    color: #fff;
}
.sidebar-menu li:nth-child(even) {
    background-color: #F9FAFF;
}
.work-container {
    padding: 40px;
}
.work-container .big-title {
    font-size: 26px;
    color: #3B566E;
    margin-bottom: 30px;
}
.work-container p,.work-container td,.work-container th {
    font-size: 14px;
    color: #6F8BA4;
    margin-bottom: 30px;
    line-height: 190%;
}
.work-container h4,.work-container h3 {
    color: #6F8BA4;
}
.work-container hr {
    margin-bottom: 30px;
    background-color: #eee;
    opacity: 1;
}
.work-container .number {
    width: 37px;
    height: 37px;
    background: linear-gradient(135deg, #62BE85 0%, #5DE390 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 25px;
}
.work-container .number-title {
    font-size: 16px;
    margin-bottom: 23px;
    width: calc(100% - 52px);
}
.about-container {
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 30%);
    display: inline-block;
}
.about-container img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}
.about-container p {
    font-size: 14px;
    margin: 0 25px;
    margin-bottom: 30px;
}
.contact-container p {
    font-size: 14px;
    color: #6F8BA4;
    margin-bottom: 20px;
}
.contact-container a {
    text-decoration: none;
    font-size: 14px;
    color: #6F8BA4;
}
.contact-container b {
    font-size: 14px;
    font-weight: 700;
    color: #586375;
    margin-right: 5px;
}
.contact-container .orange-btn {
    width: 150px;
    font-size: 12px;
    line-height: 100%;
}
textarea.form-control {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 25px;
    height: 170px;
}
.textarea::placeholder {
    color: #b7c2cf;
}
.help-banner {
    width: 100%;
    height: 400px;
    background: url(../img/help-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.help-banner::before {
    content: "";
    background-color: rgba(59, 86, 110, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
}
.help-banner .title {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
    z-index: 1;
}
.help-banner p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    z-index: 1;
}
.help-banner .input-group {
    max-width: 750px;
}
.help-banner .help-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 5px !important;
    right: 5px;
    top: 5px;
    z-index: 5;
}
.help-banner .help-search {
    border-radius: 5px !important;
    padding-right: 50px;
}

.profil-left {
    width: 270px;
    margin: 80px 0;
}
.profil-right {
    width: calc(100% - 290px);
    margin: 80px 0;
    margin-left: 20px;
}
.profil-left .profil-menu {
    padding: 0;
    list-style-type: none;
}
.profil-left .profil-menu li {
    padding: 15px 10px;
    border-bottom: 1px solid #EEEEEE;
}
.profil-left .profil-menu li:first-child {
    border-top: 1px solid #EEEEEE;
}
.profil-left .profil-menu a {
    text-decoration: none;
    color: #2F3C52;
    font-size: 14px;
    font-weight: 500;
}
.profil-left .profil-menu .active a {
    color: #EF6956;
}
.profil-left .profil-menu li i {
    width: 20px;
    margin-right: 10px;
}
.profil-left .profil-menu li .count {
    width: 25px;
    height: 25px;
    background-color: #F01212;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    line-height: 100%;
    margin-left: 10px;
}
.profil-right .info {
    margin-bottom: 25px;
}
.profil-right .info .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.profil-right .info .info-box span {
    font-size: 14px;
    color:#596375;
    line-height: 175%;
    text-align: center;
    margin-top: 30px;
}
.profil-right .info .info-box span b {
    font-size: 20px;
    font-weight: 700;
    color: #2F3C52;
}
.profil-right .process {
    padding: 25px;
}
.panel-title {
    color: #2F3C52;
    font-size: 16px;
    font-weight: 800;
    padding-left: 10px;
    border-left: 2px solid #2F3C52;
    margin-bottom: 30px;
}
.profil-right .process .process-list {
    list-style-type: none;
    padding: 0;
}
.profil-right .process .process-list li {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8FBFE;
    border-bottom: 1px solid #D8E2E7;
    padding: 15px;
    color: #4E4E4E;
    line-height: 100%;
}
.profil-right .process .process-list li:last-child {
    border-bottom: none;
}
.profil-right .process .process-list li span {
    color: #A8BED0;
    font-size: 12px;
    text-align: right;
    line-height: 150%;
}
.advert-box {
    padding: 16px 25px;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    border-radius: 5px;
    display: flex;
    text-decoration: none;
    border-left: 5px solid #fff;
    margin-bottom: 20px;
    position: relative;
}
.advert-box.cancel {
    border-color: #DE1C22;
}
.advert-box.published {
    border-color: #2C5DE5;
}
.advert-box.not-published {
    border-color: #fff1b7;
}
.advert-box.completed {
    border-color: #008556;
}
.advert-box.approval {
    border-color: #50545E;
}
.advert-box.new-offer {
    border-color: #EE8866;
}
.advert-box.valuation {
    border-color: #445675;
}
.advert-box .advert-img {
    max-width: 165px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
.advert-box .notification {
    width: 25px;
    height: 25px;
    background-color: #F01212;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    line-height: 100%;
    position: absolute;
    right: 25px;
    top: 16px;
}
.advert-box .advert-img .usta-ozel {
    background-color: #48C578;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 0px 4px 4px 0px;
}
.advert-box .advert-img .size-ozel {
    background-color: #48C578;
    padding: 3px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0px 2px 4px -2px rgb(0 0 0 / 60%);
}
.advert-box .advert-img .acil-ilan {
    background-color: #FF4040;
    padding: 3px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0px 2px 4px -2px rgb(0 0 0 / 60%);
}
.advert-box .advert-content {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
}
.advert-box .advert-content .title {
    color: #2F3C52;
    font-size: 16px;
    margin-bottom: 15px;
}
.advert-box .advert-content span {
    color: #586375;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
}
.advert-box .advert-content span.total {
    margin-bottom: 0;
}
.advert-box .advert-content span::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 10px;
    color: #F57D58;
    margin-right: 15px;
}
.advert-box .advert-status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.advert-box .advert-status .orange-btn, .advert-box .advert-status .blue-btn {
    font-size: 12px;
    padding: 10px 45px;
    line-height: 100%;
}
.advert-box .advert-status .orange-btn,
.advert-box .advert-status .blue-btn2,
.advert-box .advert-status .orange-btn {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    line-height: 100%;
}
.advert-box .advert-status span {
    font-size: 12px;
    margin-top: 5px;
}
.advert-status-box {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: #f7fafd;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.advert-status-box.cancel {
    background-color: #FFD6D7;
    color: #DE1C22;
}
.advert-status-box.published {
    background-color: #D7E1FE;
    color: #197AE0;
}
.advert-status-box.completed {
    background-color: #D6F3E2;
    color: #008556;
}
.advert-status-box.approval {
    background-color: #50545E;
    color: #f0f8ff;
}
.advert-status-box.new-offer {
    background-color: #FFE1BE;
    color: #E86825;
}
.advert-status-box.valuation {
    background-color: #E8ECF2;
    color: #445675;
}
.advert-status-box.not-published {
    background-color: #fff1b7;
    color: #333333;
}
.advert-status-box::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 8px;
    margin-right: 10px;
}
.gray-border-btn {
    color: #2F3C52;
    font-size: 12px;
    font-weight: 600;
    padding: 18px;
    background: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    margin-right: 12px;
    width: calc(75% - 12px);
    text-decoration: none;
    text-align: center;
}
.gray-border-btn:hover {
    color: #2F3C52;
}
.gray-border-btn2 {
    color: #fff !important;
    background: linear-gradient(130.19deg, #1c345e 7.11%, #43577a 100%);
    font-size: 12px;
    font-weight: 600;
    padding: 18px;
    border: 1px solid #1c345e;
    border-radius: 5px;
    margin-right: 12px;
    width: calc(75% - 12px);
    text-decoration: none;
    text-align: center;
}
.gray-border-btn2:hover {
    color: #2F3C52;
}
.disabled-border-btn {
    color: #C6C6C6;
    font-size: 12px;
    font-weight: 600;
    padding: 18px;
    background: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    width: 25%;
    text-decoration: none;
    text-align: center;
}
.red-border-btn {
    color: #DE1C22;
    font-size: 12px;
    font-weight: 600;
    padding: 18px;
    background: #FFD6D7;
    border: 1px solid #DE1C22;
    border-radius: 5px;
    width: 25%;
    text-decoration: none;
    text-align: center;
}
.red-border-btn:hover {
    color: #DE1C22;
}
.disabled-btn2 {
    border: 1px solid #ebebeb !important;
    color: #d1d2d4 !important;
}
.advert-edit-box {
    padding: 25px;
    border-radius: 5px;
    border-top: 14px solid #E86825;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    margin-top: 30px;
}
.advert-edit-box .dateline {
    display: flex;
    margin: 40px 0;
}
.advert-edit-box .dateline .title {
    color: #1C355E;
    font-size: 12px;
    font-weight: 700;
}
.advert-edit-box .dateline .date {
    color: #1C355E;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 8px;
    width: auto;
    margin: 0;
}
.advert-edit-box .dateline .start {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.advert-edit-box .dateline .start .date::before {
    content: "";
    width: 30px;
    height: 100%;
    border-bottom: 2px solid #1C355E;
    position: absolute;
    bottom: 0;
    left: 0;
}
.advert-edit-box .dateline .total {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.advert-edit-box .dateline .total .title {
    font-size: 20px;
    font-weight: 500;
}
.advert-edit-box .dateline .total .date {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}
.advert-edit-box .dateline .finish {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}
.advert-edit-box .dateline .finish .date::before {
    content: "";
    width: 30px;
    height: 100%;
    border-bottom: 2px solid #1C355E;
    position: absolute;
    bottom: 0;
    right: 0;
}
.gray-border-box {
    background: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 24px;
    color: #1C355E;
    font-size: 14px;
    font-weight: 500;
}
.gray-border-box:last-child {
    margin-bottom: 0;
}
.gray-border-box h2 {
    color: #1C355E;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.gray-border-box p {
    margin-bottom: 8px;
}
.bold {
    font-weight: 700;
}
.min-title {
    color: #445675;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.min-title-gray {
    color: #586375;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.advert-edit-content .gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 14px);
    margin: -7px;
}
.advert-edit-content .gallery a {
    text-decoration: none;
    width: calc(50% - 14px);
    height: 150px;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin: 7px;
}
.advert-edit-content .gallery a img {
    width: 100%;
}
.offer-box {
    padding: 25px;
    border-radius: 5px;
    border-left: 5px solid;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    margin-top: 30px;
}
.offer-box.cancel {
    border-color: #DE1C22;
}
.offer-box.published {
    border-color: #2C5DE5;
}
.offer-box.not-published {
    border-color: #fff1b7;
}
.offer-box.completed {
    border-color: #48C578;
    margin-top: 20px;
}
.offer-box.approval {
    border-color: #50545E;
}
.offer-box.new-offer {
    border-color: #EE8866;
}
.offer-box.valuation {
    border-color: #445675;
}
.offer-box .advert-box {
    padding: 0;
    border: none;
    box-shadow: none;
}
.advert-box.new-message {
    border-left: 5px solid #DE1C22;
}
.offer-box .offer-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.offer-box .offer-list li a,.offer-box .offer-list li button.list {
    /*background-color: #F7FAFD;
    padding: 20px 15px;
    border-bottom: 1px solid #D8E2E7;
    font-size: 14px;
    color: #2D3D57;
    display: flex;
    text-decoration: none;*/
    background-color: #F7FAFD;
    padding: 20px 15px;
    border-bottom: 1px solid #D8E2E7;
    font-size: 14px;
    color: #2D3D57;
    display: flex;
    text-decoration: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
.offer-box .offer-list li button {
    width: 100%;
}
.offer-box .offer-list li:last-child {
    border-bottom: none;
}
.offer-box .offer-list .message {
    width: 60%;
}
.offer-box .offer-list .name {
    color: #9B9B9B;
}
.offer-box .offer-list .price {
    color: #009E3C;
    font-weight: 700;
    margin-left: auto;
}
.offer-box .offer-inbox {
    background-color: #F7FAFD;
    padding: 15px;
    border-top: 1px solid #D8D8D8;
    margin: 35px 0;
}
.offer-box .offer-inbox .offer-inbox-head {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
}
.offer-box .offer-inbox .offer-inbox-head .name {
    color: #2D3D57;
    font-weight: 500;
    margin-bottom: 15px;
}
.offer-box .offer-inbox .offer-inbox-head .evaluation {
    color: #586375;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin-left: 10px;
}
.offer-box .offer-inbox .offer-inbox-head .orange-btn {
    padding: 10px 40px;
    font-size: 12px;
    line-height: 100%;
}
.offer-box .offer-inbox .offer-inbox-head .blue-btn {
    padding: 10px 40px;
    font-size: 12px;
    line-height: 100%;
}
.offer-box .offer-inbox .offer-inbox-head .price {
    margin-left: 15px;
}
.offer-box .offer-inbox .offer-inbox-content {
    padding-top: 15px;
}
.offer-box .offer-inbox .offer-inbox-content .title {
    color: #2D3D57;
    font-size: 16px;
    margin-bottom: 16px;
}
.offer-box .offer-inbox .offer-inbox-content p {
    color: #586375;
    font-size: 14px;
}
.offer-box .offer-inbox .offer-inbox-content .orange-btn {
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 100%;
}
.offer-box .offer-inbox .offer-inbox-content .blue-btn {
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 100%;
}
.yellow-info {
    background-color: #FEF3CC;
    border-radius: 5px;
    padding: 20px;
    line-height: 100%;
    text-align: center;
    color: #625730;
    font-size: 16px;
}
.comment-rating {
    background: #FFFFFF;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 25px;
    margin-top: 20px;
}
.comment-rating ul {
    list-style-type: none;
    padding: 0;
    background-color: #F8FBFE;
    margin: 0;
}
.comment-rating ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8E2E7;
    padding: 20px;
    line-height: 100%;
}
.comment-rating ul li span {
    color: #2D3D57;
    font-size: 14px;
}
.comment-rating label {
    margin-bottom: 0;
}
.comment-rating textarea {
    height: calc(100% - 38px);
    margin: 0;
    margin-top: 16px;
    resize: none;
}
.comment-rating .orange-btn {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 100%;
    letter-spacing: 1px;
    float: right;
}
.green-info {
    background: #D4EDDA;
    color: #155724;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
}
.error-info {
    background: #F8D7DA;
    color: #7E2F37;
    border: 1px solid #F5C6CB;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
}
.my-comment {
    background-color: #fff;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 25px;
    margin-top: 20px;
}
.my-comment .my-comment-head {
    border-bottom: 1px solid #F3F4F4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-comment .my-comment-head .name {
    color: #2F3C52;
    font-size: 16px;
    font-weight: 600;
}
.my-comment .my-comment-head .date {
    color: #BDC4CC;
    font-size: 13px;
}
.my-comment .my-comment-head .point {
    font-size: 24px;
    color: #586375;
    margin-right: 20px;
}
.my-comment .my-comment-head .evaluation {
    color: #86909C;
    font-size: 13px;
    margin-top: 10px;
}
.my-comment .my-comment-content {
    padding-top: 10px;
}
.my-comment .my-comment-content p {
    color: #86909C;
    font-size: 14px;
    line-height: 200%;
}
.my-comment .my-comment-content .orange-btn {
    font-size: 12px;
    line-height: 100%;
    padding: 10px 40px;
}
.new-password {
    background-color: #fff;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 25px;
}
.new-password .panel-title {
    color: #2D3D57;
    border-color: #2D3D57;
}
.new-password .orange-btn {
    font-size: 12px;
    padding: 10px 40px;
    line-height: 100%;
    margin-left: auto;
    display: block;
}
.settings-panel {
    background-color: #fff;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 25px;
}
.settings-panel .panel-title {
    color: #2D3D57;
    border-color: #2D3D57;
}
.settings-panel .form-group .radio-group {
    display: flex;
}
.settings-panel .form-group .radio-group .form-check {
    padding: 0;
    margin-bottom: 25px;
}
.settings-panel .form-group .radio-group .form-check-input {
    margin: 0;
    margin-right: 10px;
}
.settings-panel .form-group .radio-group .form-check-label {
    margin-right: 20px;
    line-height: 150%;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
}
.settings-panel hr {
    margin: 40px 0;
}
.settings-panel .yellow-info {
    border: 1px solid #FEE99B;
    color: #625730;
    font-weight: 700;
    margin-bottom: 40px;
}
.settings-panel .green-info {
    padding: 20px;
    line-height: 100%;
    border: 1px solid #7fd693;
    color: #155724;
    font-weight: 700;
    margin-bottom: 40px;
}
.settings-panel textarea.form-control {
    margin-bottom: 0;
}
.settings-panel .address-col {
    width: calc(33.33% - 25px);
}
.pp-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pp-box .pp-img-box {
    width: 148px;
    height: 148px;
    background-color: #d0d0d0;
    border-radius: 3px;
    overflow: hidden;
}
.pp-box .information {
    color: #979797;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    margin: 20px 0;
}
.pp-box .information img {
    float: left;
    margin-right: 8px;
}
.pp-box .information span {
    float: right;
}
#mypp {
    background: #F7F9FA;
    border: 1px dashed #CDCDCD;
    border-radius: 4px;
    font-size: 0px;
    line-height: 0;
    color: #0000;
    height: 50px;
    position: relative;
}
#mypp::-webkit-file-upload-button {
    visibility: hidden;
}
#mypp::before {
    content: "\f0fe";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 500;
    color: #586375;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
#mypp::after {
    content: "Fotoğraf Ekle";
    border: none;
    background-color: #fff0;
    display: flex;
    color: #586375;
    font-size: 12px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
#myimg {
    background: none !important;
    font-size: 0px;
    line-height: 0;
    color: #0000;
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    border: none;
}
#myimg::-webkit-file-upload-button {
    visibility: hidden;
}
#myimg::before {
    content: "\f0fe";
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    font-weight: 700;
    color: #586375;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#myimg.uploading:before {
    content: "\f110";
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    font-weight: 700;
    color: #586375;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#myimg.uploading:focus {
    border-color: transparent !important;
     outline: 0 !important;
     box-shadow: none !important;
}
.profil-left .financial-balance {
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    background-color: #F7FAFD;
    padding: 20px 40px;
    text-align: center;
}
.profil-left .financial-balance p {
    font-size: 14px;
    font-weight: 400;
    color: #2F3C52;
}
.profil-left .financial-balance span {
    color: #FA8F59;
    font-weight: 600;
}
.profil-left .financial-balance .f-balance-button {
    font-size: 12px;
    padding: 6px 15px;
    line-height: 100%;
}
.pagination {
    justify-content: center;
}
.pagination .page-item {
    margin: 7px;
}
.pagination .page-item .page-link {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    border: 2px solid #c6c6c6;
    color: #1C355E;
    font-size: 15px;
    font-weight: 600;
    line-height: 175%;
}
.pagination .page-item .page-link[aria-label="Previous"], .pagination .page-item .page-link[aria-label="Next"] {
    background-color: #F7FAFD;
    font-size: 20px;
    line-height: 130%;
}
.advert-green-info {
    background: #D4EDDA;
    color: #155724;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #C3E6CB;
    margin-bottom: 30px;
}
.advert-check-group {
    display: flex;
    margin-bottom: 30px;
}
.advert-check-group .form-check {
    margin-right: 40px;
}
.advert-offer-btn {
    display: flex;
    width: 100%;
    margin-top: 24px;
}
.advert-offer-btn .orange-btn {
    width: 100%;
    text-align: center;
}
.advert-edit-box.approval-advert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.advert-edit-box.approval-advert-box .yellow-info {
    width: 100%;
    margin-bottom: 30px;
}
.advert-edit-box.approval-advert-box .orange-btn {
    padding: 10px 25px;
    font-size: 12px;
}
.message-container {
    background: #F7FAFD;
    box-shadow: 0px 0 15px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.message-container .close {
    position: absolute;
    right: 24px;
    top: 24px;
    line-height: 100%;
}
.message-container .message-header {
    border-bottom: 1px solid #C6C6C6;
    padding: 30px 0 15px;
    margin-bottom: 20px;
}
.message-container .message-content {
    max-height: 510px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.message-container .message-content .customer {
    width: calc(100% - 70px);
    margin: 20px 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.message-container .message-content .message-box p {
    font-size: 14px;
    margin-bottom: 0;
}
.message-container .message-content .customer .message-box {
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
    border-top-left-radius: 0;
    color: #000;
    margin-top: 10px;
}
.message-container .message-content .my {
    width: calc(100% - 70px);
    margin: 40px 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.message-container .message-content .my .message-box {
    background-color: #445675;
    padding: 16px;
    border-radius: 20px;
    border-top-right-radius: 0;
    color: #F7FAFD;
    margin-top: 10px;
}
.message-container .message-content .name {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.message-container .message-content .date {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.message-container .message-input {
    margin-top: 20px;
    display: flex;
}
.message-container .message-input .input-group {
    position: relative;
}
.message-container  .message-input .form-control {
    margin-bottom: 0;
    border-radius: 40px;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    width: 100%;
    padding-right: 50px;
}
.message-container .message-input .btn-send {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.finance-balance-modal .money-check {
    width: 33.33%;
    padding: 8px;
    position: relative;
}
.finance-balance-modal .money-check .money-btn-check {
    width: 100%;
}
.finance-balance-modal .money-check .btn {
    width: 100%;
    border: 2px dashed #CDCDCD;
    padding: 20px;
    margin: 0;
    border-radius: 0;
    color: #86909C;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.finance-balance-modal .money-check .money-btn-check:checked + .btn {
    background: #E4FFEE;
    border: 2px solid #48C578;
    color: #48C578;
    box-shadow: none;
}
.finance-balance-modal .money-check .money-btn-check:checked + .btn::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: #0000 #48C578 #0000 #0000;
    border-width: 35px 35px 0px 0px;
}
.finance-balance-modal .money-check .money-btn-check:checked + .btn::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 2px;
    bottom: 0;
    color: #fff;
}
.finance-balance-modal .pay-btn {
    font-size: 12px;
    padding: 10px 30px;
    line-height: 100%;
    margin-top: 35px;
}
.finance-balance-modal .modal-header {
    background-color: #fff !important;
    border-bottom: none;
}
.finance-balance-modal .modal-header .panel-title {
    margin-bottom: 0;
}
.finance-balance-modal .modal-body {
    padding: 40px;
}
.modal.pay-successful, .modal.pay-error {
    background-color: rgb(0 0 0 / 50%);
}
.pay-successful .modal-header, .pay-error .modal-header {
    background-color: #fff !important;
    border: none;
}
.pay-successful .modal-dialog .modal-content .modal-header, .pay-error .modal-dialog .modal-content .modal-header {
    background-color: #fff;
    border: none;
    padding-top: 40px;
    padding-bottom: 0;
}
.pay-successful .modal-header .btn-close, .pay-error .modal-header .btn-close {
    border: none;
    font-size: 15px;
    color: #C4C4C4;
}
.modal.pay-successful .modal-dialog, .modal.pay-error .modal-dialog {
    width: 55%;
}
.pay-successful .modal-body, .pay-error .modal-body {
    padding: 30px;
}
.pay-successful .modal-body h3, .pay-error .modal-body h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #2F3C52;
    margin-top: 30px;
    margin-bottom: 16px;
}
.pay-successful .modal-body p, .pay-error .modal-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #2D3D57;
    margin-bottom: 20px;
}
.pay-successful .modal-body .btn-gray, .pay-error .modal-body .btn-gray {
    background: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #2F3C52;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 15px;
}
.check-dropdown {
    background-color: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 500;
    padding: 16px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
}
.service-areas-dropdown, .service-region-dropdown {
    width: 350px;
    max-height: 250px;
    overflow: auto;
}
.mini-info {
    color: #86909C;
    font-size: 12px;
    font-weight: 400;
}
.orange-border-btn {
    color: #EF6956;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #EF6956;
    line-height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}
.blue-border-btn {
    color: #1C355E;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #1C355E;
    line-height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}
.service-settings-panel .orange-btn {
    font-size: 12px;
    padding: 10px 50px;
    line-height: 100%;
    margin-top: 20px;
}
.gallery-check {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 20px;
}
.gallery-check .img-check {
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
    padding-bottom: calc(25% - 20px);
    height: 0;
    overflow: hidden;
    border: 1px solid #C6C6C6;
}
.gallery-check .img-check .form-check-input {
    z-index: 2;
}
.gallery-check .img-check label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}
.gallery-check .img-check img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main.ilan-main {
    border-top: 1px solid #C6C6C6;
    background-color: #F7FAFD;
    min-height: calc(100vh - 82px);
    padding-bottom: 60px;
}
.ilan-header {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ilan-header .back {
    padding: 18px;
    width: 145px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #1C355E;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
}
.ilan-header .back i {
    margin-right: 8px;
}
.ilan-header .close {
    padding: 18px;
    width: 145px;
    height: 50px;
    background: #FFD6D7;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #DE1C22;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
}
.ilan-header .close i {
    margin-right: 8px;
}
.ilan-header .title1 {
    font-weight: 700;
    font-size: 12px;
    color: #586375;
    margin-bottom: 0;
}
.ilan-header .title2 {
    font-weight: 700;
    font-size: 14px;
    color: #586375;
    margin-bottom: 0;
}
.ilan-content {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ilan-content.ilan-max-content {
    max-width: 1035px;
}
.ilan-content .ilan-title {
    color: #1C355E;
    font-size: calc(19px + (32 - 28) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 25px;
}
.ilan-content .ilan-dropdown {
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    color: #1C355E;
    font-size: 12px;
    font-weight: 600;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CDCDCD;
}
.ilan-content .orange-btn {
    font-size: 12px;
    padding: 20px;
    line-height: 100%;
    width: 100%;
    max-width: 500px;
    text-align: center;
    z-index: 0;
}
.ilan-content .blue-btn {
    font-size: 12px;
    padding: 20px;
    line-height: 100%;
    width: 100%;
    max-width: 500px;
    text-align: center;
}
.ilan-content .ilan-radio, .ilan-content .ilan-radio-check, .ilan-content .ilan-check {
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #C6C6C6;
    border-radius: 3px;
    padding: 15px;
    padding-left: 40px;
    width: 100%;
}
.ilan-content .ilan-radio .form-check-input, .ilan-content .ilan-radio-check .form-check-input, .ilan-content .ilan-check .form-check-input {
    min-width: 14px;
    width: 14px;
    min-height: 14px;
    height: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 6px;
}
.ilan-content .ilan-radio .form-check-input:focus, .ilan-content .ilan-radio-check .form-check-input:focus, .ilan-content .ilan-check .form-check-input:focus {
    box-shadow: none;
}
.ilan-content .ilan-radio .form-check-input:checked, .ilan-content .ilan-radio-check .form-check-input:checked, .ilan-content .ilan-check .form-check-input:checked {
    background-color: #f88a58;
    border-color: #f88a58;
    box-shadow: none;
}
.ilan-content .ilan-radio .form-check-input:checked + .form-check-label span, .ilan-content .ilan-radio-check .form-check-input:checked + .form-check-label span, .ilan-content .ilan-check .form-check-input:checked + .form-check-label span {
    color: #f88a58;
}
.ilan-content .ilan-radio span, .ilan-content .ilan-radio-check span, .ilan-content .ilan-check span {
    color: #3B5266;
    font-size: 14px;
    font-weight: 600;
}
.ilan-content .ilan-radio p, .ilan-content .ilan-radio-check p, .ilan-content .ilan-check p {
    color: #445675;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
}
.ilan-content .ilan-radio-check, .ilan-content .ilan-check {
    padding-left: 15px;
}
.ilan-content .ilan-radio-check .form-check-input, .ilan-content .ilan-check .form-check-input {
    margin-right: 0;
    margin-left: auto;
    border-radius: 3px;
}
.ilan-content .ilan-radio-check .form-check-input:checked, .ilan-content .ilan-check .form-check-input:checked {
    background-image: none;
    position: relative;
}
.ilan-content .ilan-radio-check .form-check-input:checked::before, .ilan-content .ilan-check .form-check-input:checked::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    line-height: 100%;
}
.ilan-content .project-list {
    width: 100%;
    height: 425px;
    overflow: auto;
}
.ilan-content .date {
    width: calc(60% - 10px);
    margin-right: 10px;
}
.ilan-content .time {
    width: calc(40% - 10px);
    margin-left: 10px;
}
.gallery-check .img-check .img-del-btn {
    float: right;
    margin-left: auto;
    margin-right: -1px;
    margin-top: -1px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #C4C4C4;
    padding-left: 4px;
    padding-right: 8px;
}
.gallery-check .img-check.add-img {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}
.masters-list {
    width: calc(100% + 8px);
    margin: 0 -4px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    height: 410px;
    overflow: auto;
}
.masters-list .master-box {
    width: calc(50% - 8px);
    margin: 4px;
    position: relative;
}
.selected-master .master-box {
    border: 1px solid #C6C6C6;
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #1C355E;
    margin: 12px;
}
.masters-list .master-box .profile-preview {
    margin: 0;
    padding: 15px;
    height: 196px;
}
.masters-list .profile-preview .profile-img {
    min-width: 120px;
}
.masters-list .profile-preview .profile-img img {
    width: 100%;
}
.masters-list .profile-preview .sector {
    padding-left: 24px;
}
.masters-list .master-box .form-check-input {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
}
.selected-master .master-box .img {
    width: 34px;
    height: 34px;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
}
.selected-master .master-box .name {
    margin: 0 6px;
}
.selected-master .master-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.selected-master .master-box .del-master {
    text-decoration: none;
    width: 25px;
    text-align: center;
}
.selected-master {
    display: flex;
    flex-wrap: wrap;
}
.ilan-content .alignment {
    margin-left: auto;
}
.ilan-content .alignment select {
    border: none;
    background-color: #fff0;
    color: #183E60;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    line-height: 100%;
    height: auto;
    outline: none;
}
.ilan-content .ilan-login {
    max-width: 500px;
    width: 100%;
}
.ilan-login input, .ilan-login input.form-control, .ilan-login select, .ilan-login label {
    max-width: 500px;
    text-align: left;
}
.ilan-content .ilan-login .forgot-pass {
    font-size: 14px;
    color: #C4C4C4;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
}
.ilan-content .orange-btn ~ hr {
    opacity: 1;
    background-color: #EEEEEE;
    width: 100%;
    margin: 30px 0;
}
.ilan-content .login-back {
    font-weight: 500;
    font-size: 14px;
    color: #1C355E;
}
.ilan-content .login-back a {
    color: #C4C4C4;
}
main.ilan-main .border-btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #2F3C52;
    padding: 18px;
    max-width: 500px;
    background-color: #fff0;
    text-align: center;
}
main.ilan-main .back.border-btn, main.ilan-main .close.border-btn {
    color: #C4C4C4;
}
.ilan-form {
    max-width: 500px;
}
.ilan-form .tab-content {
    margin: 32px 0;
}
.ilan-form .member-tabs .nav-link.active {
    background-color: #fff0;
}
.form-check-info {
    margin-right: auto;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 12px;
    color: #445675;
    display: inline-block;
}
.form-check-info img {
    margin-right: 12px;
}
.ilan-content .ilan-checkradio {
    width: 100%;
}
.dashed-border-box {
    border: 1px dashed #C6C6C6;
    border-radius: 5px;
}
.gray-dashed-border-box {
    border: 1px dashed #C6C6C6;
    border-radius: 5px;
    background: #F7FAFD;
    padding: 25px;
    margin-bottom: 25px;
}
.gray-dashed-border-box:last-child {
    margin-bottom: 0;
}
.gray-dashed-border-box p {
    margin-bottom: 8px;
}
.ilan-content.ilan-max-content .category-box {
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 24px 45px;
}
.ilan-content.ilan-max-content .category-box .min-title {
    margin-bottom: 10px;
}
.ilan-content.ilan-max-content .category-box h2 {
    font-weight: 700;
    font-size: 24px;
    color: #1C355E;
    margin: 0;
}
.advert-edit-box.advert-preview {
    margin-top: 17px;
    border-top: 0;
    border: 1px dashed #C6C6C6;
    border-radius: 5px;
    box-shadow: none;
}
.advert-edit-box.advert-preview .dateline {
    background: #F7FAFD;
    border-bottom: 1px dashed #C6C6C6;
    width: calc(100% + 50px);
    margin: -25px -25px 25px;
    padding: 25px;
    /*padding-top: 75px;*/
    position: relative;
}
.advert-edit-box.advert-preview .dateline .advert-edit-btn {
    position: absolute;
    right: 25px;
    top: 4px;
}
main.ilan-preview-main {
    border-top: 1px solid #C6C6C6;
    min-height: calc(100vh - 82px);
    padding-bottom: 60px;
}
.select.gray-dashed-border-box {
    margin-bottom: 25px;
    padding: 13px;
}
.select.gray-dashed-border-box .min-title {
    margin: 12px;
    margin-bottom: 15px;
}
.advert-edit-box.advert-preview .min-title, .advert-edit-box.advert-preview .min-title-gray {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dateline.ilan-content {
    max-width: 200%;
    padding-top: 25px;
}
.ilan-edit-main .border-btn {
    font-weight: 600;
    font-size: 12px;
    color: #2F3C52;
    padding: 15px;
    line-height: 100%;
}
.ilan-edit-main .border-btn + .orange-btn {
    padding: 15px;
    width: auto;
}
main.ilan-edit-main .advert-edit-box.advert-preview .dateline {
    padding-top: 25px;
}
main.ilan-edit-main .gallery-check .img-check {
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
}
main.ilan-approval .advert-edit-box.advert-preview {
    background-color: #fff;
    border: 1px solid #C6C6C6;
}
main.ilan-approval .advert-edit-box.advert-preview .dateline {
    background-color: #fff0;
    border: none;
}
main.ilan-approval .advert-edit-box.advert-preview .select.gray-border-box {
    margin-bottom: 25px;
}
main.ilan-approval .ilan-content .category-box {
    background-color: #fff;
    margin-top: 0;
}
.approval-head {
    background-color: #1a3552;
    color: #fff;
    padding: 75px 0 100px;
    position: relative;
}
.approval-head::after {
    content: "";
    background-color: #1a3552;
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: -175px;
    z-index: 0;
}
.approval-head .approval-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 140%;
    margin-bottom: 25px;
}
.approval-head .approval-title span {
    color: #FA7C56;
}
.approval-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
main.ilan-approval .ilan-content {
    z-index: 1;
}
.dropdown.w-33 {
    width: calc(33.33% - 10px);
    margin: 0 5px;
}
main *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
main *::-webkit-scrollbar-track {
    background: #fff0;
}
main *::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 10px;
}
main *::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
}
.subject-icon-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 160px;
}
.subject-icon-group .subject-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.subject-icon-group .subject-icon .icon {
    width: 112px;
    height: 112px;
    background-color: #FAE0D8;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F57D58;
    font-size: 38px;
}
.subject-icon-group .subject-icon span {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #586375;
    margin-top: 30px;
    margin-bottom: 50px;
}
.subject-icon-group .subject-icon .view {
    background-color: #5DE390;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    line-height: 100%;
    width: 145px;
    border-radius: 3px;
}
.help-title {
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #2D3D57;
    margin-top: 80px;
}
.general-help {
    margin-left: 0;
    list-style: none;
}
.general-help .title {
    font-weight: 400;
    font-size: 26px;
    color: #3B566E;
    padding-left: 40px;
    margin-bottom: 10px;
}
.general-help .general-help-box {
    padding: 25px 80px 35px;
    border-bottom: 1px solid #E0E8E8;
    position: relative;
}
.general-help .general-help-box:hover {
    background-color: #FEF2EE;
}
.general-help .general-help-box:hover .title {
    color: #F57D58;
}
.general-help .general-help-box::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #B0B9C5;
    position: absolute;
    top: 22px;
    left: 40px;
}
.general-help .general-help-box a {
    text-decoration: none;
}
.general-help .general-help-box:last-of-type {
    border-bottom: none;
}
.general-help .general-help-box .title {
    font-weight: 600;
    font-size: 16px;
    color: #586375;
    margin-bottom: 10px;
    padding-left: 0;
}
.general-help .general-help-box p {
    font-weight: 400;
    font-size: 13px;
    color: #86909C;
    margin-bottom: 0;
}
.help-detail .title {
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    margin-bottom: 24px;
}
.help-detail p {
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    margin-bottom: 24px;
}
@media only screen and (min-width: 576px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 540px) / 2));
    }
    .w50 {
        width: calc(50% - 7.5px) !important;
    }
    .w50.mr {
        margin-right: 15px !important;
    }
    .contact-container {
        padding: 30px;
    }
}
@media (min-width: 576px) and (max-width: 992px){
    .container, .container-sm {
        max-width: calc(100% - 5%);
    }
}
@media only screen and (min-width: 768px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 720px) / 2));
    }
}
@media only screen and (min-width: 992px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 960px) / 2));
    }
}
@media only screen and (min-width: 1200px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 1140px) / 2));
    }
    .member-info {
        padding-left: calc(50px + (50 - 40) * ((100vw - 1200px) / (1440 - 1200)));
    }
}
@media only screen and (min-width: 1400px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 1320px) / 2));
    }
}
@media only screen and (min-width: 991px) {
    header .navbar .collapse.navbar-collapse .alt-menu {
        padding: 20px;
        width: 100%;
        position: relative;
    }
    header .navbar .collapse.navbar-collapse .alt-menu::before {
        content: "";
        background-color: #F7FAFD;
        border-top: 1px solid #C6C6C6;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(-1 * (((100vw - (100% + 241px)) / 2) + 250px));
        z-index: -1;
    }
    header .navbar .collapse.navbar-collapse .alt-menu::after {
        content: "";
        border-top: 1px solid #C6C6C6;
        width: 100vw;
        position: absolute;
        bottom: 0;
        left: calc(-1 * (((100vw - (100% + 241px)) / 2) + 250px));
        z-index: 0;
    }
    header .navbar .alt-menu .navbar-nav {
        margin: 0;
        justify-content: center;
        padding-right: 163px;
    }
    header .navbar .alt-menu .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 1rem;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    header .navbar .collapse.navbar-collapse .alt-menu {
        left: 50%;
        transform: translateX(calc(-50% - 81.5px));
        padding: 20px 0;
    }
    header .navbar .collapse.navbar-collapse .alt-menu::before {
        left: 50%;
        transform: translateX(-50%);
    }
    header .navbar .collapse.navbar-collapse .alt-menu::after {
        left: 50%;
        transform: translateX(-50%);
    }
    header .navbar .alt-menu .navbar-nav {
        padding-right: 0;
    }
    .scoring > span {
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .flex-item-register {
        height: 65px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .left-col {
        width: 300px;
    }
    .right-col {
        width: calc(100% - 320px);
    }
    .profil-left {
        width: 220px;
    }
    .profil-right {
        width: calc(100% - 240px);
    }
}
@media only screen and (max-width: 991px) {
    header .navbar-toggler {
        width: 45px;
        height: 40px;
        border: none;
        padding: 10px;
        margin-top: 8px;
    }
    header .navbar-toggler::before {
        content: "";
        width: 20px;
        border-bottom: 2px solid #1C355E;
        display: block;
        position: relative;
        top: 10px;/*calc(50% + 1px); */
        margin-left: auto;
        transition: .3s;
    }
    header .navbar-toggler:focus {
        box-shadow: none;
    }
    header .navbar-toggler .toggle-icon {
        width: 25px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    header .navbar-toggler .toggle-icon::before {
        content: "";
        width: 25px;
        border-bottom: 2px solid #1C355E;
        transition: .5s;
    }
    header .navbar-toggler .toggle-icon::after {
        content: "";
        width: 25px;
        border-bottom: 2px solid #1C355E;
        transition: .5s;
    }
    header .navbar-toggler[aria-expanded="true"]::before {
        width: 0;
    }
    header .navbar-toggler[aria-expanded="true"] .toggle-icon::before {
        transform: translateY(9px) rotate(45deg);
    }
    header .navbar-toggler[aria-expanded="true"] .toggle-icon::after {
        transform: translateY(-9px) rotate(-45deg);
    }
    header .navbar-brand {
        padding: 15px 0;
    }
    header nav.navbar {
        border-bottom: 1px solid #C6C6C6;
    }
    header .navbar .collapse.navbar-collapse .order-con {
        flex-direction: column;
        align-items: flex-start;
    }
    header .navbar .order-con .navbar-nav {
        order: 1;
        margin: 0 !important;
        width: 100%;
    }
    header .navbar .order-con .alt-menu {
        order: 2;
        margin: 0 !important;
        width: 100%;
    }
    header .navbar-collapse .order-con .navbar-nav.active {
        order: 3;
        width: 100%;
        padding: 20px 0;
    }
    header .navbar .order-con > .navbar-nav:first-child {
        padding-top: 20px;
    }
    header .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #f2f2f2;
        padding: 5px;
    }
    header .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #f2f2f2;
        padding: 5px;
    }
    header .navbar .navbar-nav.active .nav-item {
        border-bottom: none;
        padding: 5px;
    }
    footer .foot-title {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .middle-bar .md-bar-link {
        padding: 0 40px;
    }
    .left-col {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .right-col {
        width: 100%;
        margin-top: 20px;
    }
    .left-col .contact-box {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .left-col .filter {
        order: 2;
    }
    .left-col .contact-box p {
        max-width: 80%;
    }
    .left-col .contact-box p br {
        display: none;
    }
    .profile-head .bid {
        padding-left: 0;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    .profile-head .bid::before {
        display: none;
    }
    .profile-head .bid .orange-btn {
        width: 100%;
    }
    .profile-head .sector {
        margin-top: 30px;
    }
    .profile-head .sector .srvc-btn {
        float: none;
        width: 100%;
    }
    .portfolyo .gallery a {
        width: calc(33.33% - 30px);
    }
    .about h2 {
        margin-bottom: 30px;
    }
    .service-modal {
        width: 90%;
    }
    .member-info {
        margin-top: 50px;
    }
    .member-info ul {
        margin-bottom: 50px;
    }
    .member-info br {
        display: none;
    }
    .work-container {
        padding: 0;
    }
    .profil-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .profil-right {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .profil-left .profil-menu {
        margin-bottom: 0;
    }
    .general-help .title {
        padding-left: 25px;
    }
    .general-help .general-help-box {
        padding: 25px 25px 35px;
    }
    .general-help .general-help-box::before {
        left: 0;
    }
    .our-services-container {
        height: 650px;
    }
    .flex-item-register {
        height: 65px !important;
    }
}
@media only screen and (max-width: 768px) {
    .regions-bar .regions .region {
        width: 25%;
    }
    .our-services-detail .our-services-box {
        width: calc(50% - 30px);
    }
    .profile-preview {
        flex-direction: column;
    }
    .profile-preview .profile-info {
        padding: 20px 0;
    }
    .profile-preview .sector {
        border-top: 1px solid #D8D8D8;
        border-left: none;
        padding-left: 5px;
        padding-top: 20px;
    }
    .comment-box .point {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }
    .profile-head .profile-rating {
        margin-top: 20px;
    }
    .profile-head .profile-rating .point {
        margin-bottom: 0;
        width: 70px;
    }
    .profile-head .profile-rating .evaluation {
        width: 100%;
        margin-left: 70px;
    }
    .profile-head .sector {
        position: relative;
        width: calc(100% + 206px);
        left: -206px;
    }
    .service-modal .modal-body ul {
        column-count: 2;
    }
    .blog-right .menu a {
        padding: 10px 0;
    }
    .blog-right .contact-box {
        display: none;
    }
    .blog-right {
        margin-top: 0;
    }
    .advert-box {
        flex-wrap: wrap;
    }
    .advert-box .advert-status {
        justify-content: center;
        width: 100%;
    }
    .advert-box .advert-status .orange-btn {
        width: 100%;
        text-align: center;
    }
    .advert-box .advert-status .blue-btn {
        width: 100%;
        text-align: center;
    }
    .advert-box .advert-content {
        width: calc(100% - 195px);
        margin-right: 0;
    }
    .advert-status-box {
        width: 100%;
        justify-content: center;
    }
    .gray-border-box:last-child {
        margin-bottom: 24px;
    }
    .advert-edit-box .dateline .start, .advert-edit-box .dateline .total, .advert-edit-box .dateline .finish {
        width: 33.33%;
    }
    .offer-box .offer-list li a,.offer-box .offer-list li button {
        flex-wrap: wrap;
    }
    .offer-box .offer-list .message {
        width: 100%;
        margin-bottom: 10px;
    }
    .gallery-check .img-check {
        width: calc(33.33% - 20px);
        padding-bottom: calc(33.33% - 20px);
    }
    .masters-list {
        height: auto;
    }
    .masters-list .master-box {
        width: 100%;
    }
    .masters-list .master-box .profile-preview {
        justify-content: space-around;
        height: auto;
    }
    .masters-list .profile-preview .profile-img img {
        max-width: 160px;
    }
    .gray-dashed-border-box:last-child {
        margin-bottom: 25px;
    }
    .dropdown.w-33 {
        width: 100%;
        margin: 0;
    }
    .advert-edit-box.advert-preview .dateline {
        width: 100%;
        margin: 0 0 25px;
    }
    .advert-edit-box.advert-preview {
        border: none;
        padding: 0;
    }
    main.ilan-approval .advert-edit-box.advert-preview {
        border: none;
        padding: 15px;
    }
    .app-bar {
        background-position: center right;
    }
    .bubi-slider .carousel-inner, .bubi-slider .carousel-item {
        min-height: 400px;
    }
    .bubi-slider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .statistic-bar {
        background-position: center;
    }
    .our-services-container {
        height: 700px;
    }
    .swiper.valuationSwiper .swiper-slide {
        width: 100%;
    }
    .valuation-box {
        width: 100%;
        padding: 40px;
    }
    .flex-item-register {
        height: 65px !important;
    }
}
@media only screen and (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .regions-bar .regions .region {
        width: 33.3%;
    }
    .profile-head {
        padding-bottom: 25px;
    }
    .profile-head .img {
        margin-right: 20px;
        width: 150px;
        min-width: 150px;
    }
    .profile-head .sector {
        width: calc(100% + 170px);
        left: -170px;
    }
    .portfolyo .gallery a {
        width: calc(50% - 15px);
        margin: 7.5px;
    }
    .comment-box .comment-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 30px;
    }
    .comment-box .comment-content {
        padding: 30px;
        position: relative;
    }
    .comment-box .comment-content::before {
        top: 15px;
        left: 15px;
    }
    .comment-box .comment-content::after {
        bottom: 15px;
        right: 15px;
    }
    .comment-box .date {
        margin-left: 0;
        margin-right: 0;
    }
    .comment-box .point {
        justify-content: flex-start;
    }
    .advert-box .advert-content {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
    .advert-edit-box .dateline {
        flex-wrap: wrap;
    }
    .advert-edit-box .dateline .start, .advert-edit-box .dateline .total, .advert-edit-box .dateline .finish {
        width: 100%;
    }
    .advert-edit-box .dateline .total {
        margin: 15px 0;
    }
    .ilan-header {
        flex-wrap: wrap;
    }
    .ilan-header .back {
        order: 1;
        margin-bottom: 20px;
    }
    .ilan-header .close {
        order: 2;
        margin-bottom: 20px;
    }
    .ilan-header > div {
        order: 3;
    }
    .flex-item-register {
        height: 65px !important;
    }
    .advert-edit-box .dateline .start,
    .advert-edit-box .dateline .total,
    .advert-edit-box .dateline .finish
    {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }
}
@media only screen and (max-width: 450px) {
    .profile-head .profile-rating {
        flex-direction: column;
        width: 100%;
    }
    .profile-head .profile-rating .point {
        margin-bottom: 0;
        width: auto;
    }
    .profile-head .profile-rating .evaluation {
        width: auto;
        margin-left: 0;
    }
    .regions-bar .regions .region {
        width: 50%;
    }
    .our-services-detail .our-services-box {
        width: calc(100% - 30px);
    }
    .scoring > span {
        margin-left: 0;
    }
    .comment-box .point > span {
        margin-right: 10px;
    }
    .profile-head .bid .orange-btn {
        width: calc(100% + 170px);
        left: -170px;
    }
    .modal-dialog {
        width: 90%;
    }
    .login-modal .modal-content .modal-header {
        padding: 20px;
    }
    .login-modal .modal-content .modal-body {
        padding: 20px;
    }
    .login-modal .forgotpass-content .modal-header .title, .login-modal .newpass-content .modal-header .title {
        margin-right: 0;
    }
    .app-info {
        flex-direction: column;
    }
    .app-info .apps {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .app-info a img {
        margin-bottom: 20px;
    }
    .app-info .qr-kod {
        margin-left: 0;
        width: 100%;
    }
    .form-bg-white {
        padding: 20px;
    }
    .member-tabs .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-check .img-check {
        width: calc(50% - 20px);
        padding-bottom: calc(50% - 20px);
    }
    .ilan-content .date {
        width: calc(50% - 10px);
    }
    .ilan-content .time {
        width: calc(50% - 10px);
    }
    .bubi-slider .carousel-inner, .bubi-slider .carousel-item {
        min-height: 300px;
    }
    .bubi-slider .carousel-indicators {
        margin-left: auto;
        margin-right: auto;
        flex-direction: row;
        width: 100%;
        height: auto;
        bottom: 0;
        transform: translateY(0);
        right: 0;
    }
    .bubi-slider .carousel-indicators [data-bs-target] {
        margin: 5px;
    }
    .bubi-slider .carousel-indicators .active {
        height: 9px;
        width: 27px;
    }
    .middle-bar {
        padding: 40px 0px;
    }
    .middle-bar .md-bar-link {
        padding: 0 10px;
        width: 33.33%;
    }
    #ourservicesTab .nav-item .nav-link {
        padding: 10px;
    }
    .our-services-container {
        height: 100%;
    }
    .our-services .swiper-slide {
        height: calc(100% - 30px) !important;
    }
    .app-bar {
        background-position: bottom right;
        background-size: 120%;
        padding-top: 50px;
        padding-bottom: 280px;
    }
    .video-bar::before {
        content: "";
        position: absolute;
        background-image: url(../img/white-arrow.svg);
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
        width: 60%;
        height: 100%;
    }
    .video-bar::after {
        content: "";
        position: absolute;
        background-image: url(../img/orange-arrow.svg);
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
        width: 60%;
        height: 100%;
        top: 0;
        left: auto;
        right: 0;
    }
    .statistic-bar .statistic {
        padding-bottom: 15px;
    }
    .statistic-bar .number {
        padding-bottom: 10px;
    }
    .statistic-bar .mid-title {
        margin-top: 10px;
    }
    .flex-item-register {
        height: 65px !important;
    }
}
/* Select2 */
.select2-container .select2-selection--single {
    height: 47px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px !important;
    text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 7px 0 6px !important;
    margin-left: -10px !important;
    margin-top: -4px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.input-group-text-cs {
    height: 50px !important;
    width: 46px !important;
}
.orange-border-btn:disabled, .blue-border-btn:disabled {
    color: #ebebeb;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    line-height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}
.bg-aliceblue {
    background: #f0f8ff !important;
}
.blog-haber .blog-content img {
    max-width: 100%;
    height: auto;
}
.ratings i{
    color: #D8DEE6 !important;
}
i.rating-color {
    color: #F78500 !important;
}
.arrow i {
    margin: 0 5px;
    line-height: 20px;
}
.offer-list li a .arrow i:before,.offer-list li button .arrow i:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f102";
    float: right;
    transition: all 0.5s;
}
.offer-box .offer-list li a.collapsed .arrow i:before,.offer-box .offer-list li button.collapsed .arrow i:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Rating Star Widgets Style */
/*label.star.hover {
    color:#FFCC36 !important;
}*/
label.star.selected > i.fa {
    color:#FF912C !important;
}
label.star {
    color:#D8DEE6 !important;
    font-size: 1.5em;
}
label.star > input[type="radio"] {
    display: none !important;
}
label.star.selected {
    color:#FF912C !important;
}
.max-width {
    max-width: 100% !important;
    width: 100% !important;
}
.max-height {
    max-height: 100% !important;
    height: 100% !important;
}
.popup-youtube{display:block;padding:10px;box-shadow:0 2px 48px 0 rgba(0,0,0,0.08);background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:30px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}
.popup-youtube:hover{box-shadow:0 2px 48px 0 rgba(0,0,0,0.2)}
.popup-youtube img{margin-bottom:10px}
.popup-youtube span{font-weight:500;font-size:14px;line-height:22px;letter-spacing:.3px;color:#3B566E}
.padding-10{padding: 10px !important;}
.img-responsive{display:block;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;height:auto}.img-circle{border-radius:50%}
.message-list-notification {
    width: 25px;
    height: 25px;
    background-color: #F01212;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    line-height: 100%;
}
.message-list,.message-list a {
    text-decoration: none;
    color: #2F3C52;
    font-size: 14px;
    font-weight: 500;
}
.fs-11 {font-size: 11px!important;font-weight: 400 !important;}
.fs-12 {font-size: 12px !important;font-weight: 400 !important;}
.fs-13 {font-size: 13px!important;font-weight: 400 !important;}
.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }

.avatar-delete-btn {
    font-size: 12px !important;
    padding: 6px 15px !important;
    line-height: 100% !important;
}
.has-error{border-color: red !important;}
.city-choosen {
    border: 1px solid #cdcdcd !important;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-container-register{
    display:flex;
    justify-content: center;
    flex-direction:row;
}
.flex-item-register{
    padding: 11px;
    margin: 10px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    height: 50px;
    justify-content: center;
}
.flex-item-register.checked {
    background: #fa7c55;
    color: #fff;
}
.flex-item-register.checked label {
    color: white;
}
.flex-item-register .form-check-input:checked {
    background-color: #1c345e;
    border-color: #1c345e;
}
.hm-200px{min-height:200px!important}
.h-200px{height:200px!important}
.h-170px{height:170px!important}
.advert-box-2 {
    padding: 16px !important;
    box-shadow: 0 0 15px -5px rgb(0 0 0 / 50%) !important;
    border-radius: 5px !important;
    display: flex;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
}
.advert-img2 {
    max-width: 165px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
.select2-container--default { width: 100% !important;}
.modal_register_btn {
    color: #303d52 !important;
    font-size: 21px;
    text-decoration: none;
}
.modal-dialog-2 {
    max-width: 400px !important;
}
.modal-orange-btn {
    color: #fff !important;
    background: linear-gradient(130.19deg, #EF6956 7.11%, #FA8F59 100%);
    border-radius: 6px;
    padding: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    border: none;
}
