
/*html {*/
/*    height: 100%;*/
/*    min-height: 100%;*/
/*}*/


th {
    background: #efefef;
    color: #2855ac;
}

@media screen and (min-width: 600px) {
    .fade2 {
        min-height: 900px;
        border-radius: 10px;

    }
}

body {
    /*overflow-x: hidden;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
    /*min-height: 100%;*/
    /*background-color: #f7f8f8!important;*/
}

.header_top {
    background: #fdfaf6;
}

.header_bottom {
    /*background: #2855ac;*/
    background: #fff;
}

.language {
    border: none;
    background: none;
    color: white;
}

.btn-add {
    border: 1px solid #2855ac;
    padding: 5px 60px;
    border-radius: 10px;
}

.btn-add:hover {
    padding: 5px 60px;
    background-color: #2855ac;
    color: #fff !important;
    transition: 1s;
}

.kuryer-order-none {
    pointer-events: none;
    opacity: 0.5;
}

.language_btn {
    color: #7b7b93;
    margin-left: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.language_btn:hover {
    color: #606070;
}

.language_block img {
    width: 18px;
    margin-top: -3px;
}

.header_top_right {
    color: #7b7b93;
}

.header_top_right a {
    color: #fff;
}

.sign_in {

    color: black;
    padding: 5px;
    text-align: center;
}

.sign_in:hover {
    color: black;
    background: #e8e8e814;
}

.language_block {
    padding-top: 10px;
    padding-bottom: 10px;
}

.phone_text {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 20px;
    margin-right: -22px;
}

.phone_text span {
    margin-left: 4px;
}

.phone {
    margin-left: -58px;
    padding-top: 18px;
    padding-bottom: 10px;
    font-size: 15px;
}

.sign_in {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-collapse ul li {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.header_bottom .nav-link {
    padding: 18px;
}

.navbar-collapse ul li :hover {
    background: #fdfaf6;
    border-radius: 10px;

}

.navbar-collapse ul li a:hover {

    color: black !important;
}


.navbar-collapse .nav-active {
    background: #1e4184;
}

.navbar {
    padding: 0;
}

.home_cover_text {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 50px;
    letter-spacing: 1px;
}

.c_color {
    color: #2855ac;
}

#home_card {
    padding-top: 100px;
    padding-bottom: 50px;
}

#home_card .card {
    text-align: center;
    /*background-color: #f9f9f9;*/
    /*border: none;*/
    margin-bottom: 20px;
}

#home_card img {
    /*filter: grayscale(100);*/
}

#home_card .card:hover img {
    /*filter: none;*/
}

#home_card .icon1 img {
    width: 60px;
}

#home_card .card-body p {
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: left !important;
}

#home_card .icon2 img {
    width: 60px;
}

#home_card .card:hover {
    box-shadow: 1px 10px 10px 6px #00000020 !important;
}

.card-body h5 {
    text-transform: uppercase;
    font-size: 20px;
}

.form-row {
    padding-bottom: 15px;
    text-align: left;
}

.calculate_block h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}

.calculate_form {
    padding-top: 15px;
}

.calculate_form input {
    height: 30px;

    width: 100%;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.calculate_form input::placeholder {
    font-size: 13px;
}

.calculate_block {
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.calculate_block label {
    font-size: 11px;
}

#home_calculate {
    padding-bottom: 50px;
}

.calculate_btn {
    background: #2855ac;
    text-transform: uppercase;
    border: none;
    color: white;
    font-weight: 600;
    letter-spacing: 0.6px;
    width: 100%;

    padding: 6px;
    font-size: 13px;
    margin-top: 10px;
}

#day_offer {
    padding-bottom: 50px;
}

#day_offer h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.4px;
    word-spacing: 2px;
    padding-bottom: 30px;
    font-size: 26px;
}

#day_offer .card a {
    color: #2855ac;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

#day_offer .card {
    border-radius: 10px;
    box-shadow: 1px 3px 10px 4px #00000020;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    border: none;
    height: 420px;
}

#day_offer .innovation_image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
    object-fit: cover;
}

#day_offer .card-body {
    text-align: left;
    padding: 15px;
}

#day_offer .card-body p {
    font-size: 14px;
}

#order_count {
    background: url("../image/paper.png") no-repeat center;
    background-size: 100%;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#order_count .count_overlay {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding-top: 90px;
    padding-bottom: 50px;
}

.order_count_block {
    display: flex;
    /* justify-content: space-around; */
    padding-left: 5px;
    margin-bottom: 20px;
}

.order_count_block h1 {
    font-size: 52px;
}

.order_count_text {
    padding-left: 10px;
    line-height: 22px;
}

.order_count_text h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
}

.order_count_text p {
    line-height: 20px;
    font-size: 14px;
}

#contact {
    padding-bottom: 50px;
}

#contact h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 50px;
}

.contact_text p {
    color: #9a9898;
    font-weight: bold;
}

.contact_head p {
    color: black;
}

#partners {
    background: #ededed;
    padding: 10px;
}

footer {
    background: #1e4184;
    padding-top: 50px;
    width: 100%;
    margin-top: auto;
}

footer .footer_block {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

footer .footer_block p {
    font-size: 14px;
    line-height: 16px;
}

footer .footer_logo .navbar-brand {
    font-size: 40px;
    text-align: center;
    margin-top: -18px;
}

footer .footer_top {
    padding-bottom: 25px;
}

footer .footer_bottom {
    border-top: 1px solid #9a9898;
}

footer .footer_socials_block {
    display: flex;
    color: white;
}

footer .footer_socials_block h5 {
    font-size: 16px;
}

footer .footer_socials ul {
    list-style: none;
    display: flex;
}

footer .footer_socials ul li {
    padding-left: 15px;
}

footer .footer_socials a {
    color: white;
}

footer .footer_socials_block {
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

footer .social_radius {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: white;
    padding: 2px 4px 1px 5px;
    font-size: 14px;
}

footer .social_radius .fa-facebook {
    padding: 3px 4px 1px 2px;
}

footer .footer_block a {
    color: white;
}

.footer_socials {
    padding-top: 10px;
}

.social_radius i {
    color: #1e4184;
    font-weight: 600;
}

.social_radius .fa-phone {
    padding: 3px 0px 0px 1px;
}

/*about*/
#about_cover {
    background-size: 100%;
    background-image: url(../image/cover.png);
    position: relative;
    background-size: cover;
    background-position: center center;
}

#about_cover .overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.about_cover_text {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 50px;
    letter-spacing: 1px;
}

#about {
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*services start*/
#services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card_head h5 {
    text-transform: uppercase;
    font-size: 15px;
}

.services_block .card {
    border: none;
    box-shadow: 0 5px 10px #00000020;
    border-radius: 4px;
}

.services_block {
    margin-bottom: 25px;
}

.services_block .card-text {
    text-align: left;
    font-size: 14px;
}

#innovation {
    padding-top: 50px;
}

#innovation h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.4px;
    word-spacing: 2px;
    padding-bottom: 40px;
}

#innovation .card a {
    color: #2855ac;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

#innovation .card {
    border-radius: 10px;
    box-shadow: 1px 3px 10px 4px #00000020;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    border: none;
    height: 420px;
}

#innovation .innovation_image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
    object-fit: cover;
}

#innovation .card-body {
    text-align: left;
    padding: 15px;
}

#innovation .card-body p {
    font-size: 14px;
}

/*country*/
#world .world_image {
    padding: 30px;
}

#world .card-body {
    padding: 35px;
}

#world {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*contact*/
#contact_page {
    padding-top: 50px;
}

#contact_page input {
    height: 30px;
    padding-left: 10px;
}

.contact_form {
    text-align: left;
    width: 90%;
}

.contact_form label {
    font-weight: 600;
    font-size: 13px;
}

.contact_form textarea {
    height: 150px;
    overflow: hidden;
    padding-left: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2855ac;
    outline: 0;
    box-shadow: none;
}

.contact_btn {
    background: #2855ac;
    color: white;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    outline: none;
}

.contact_head img {
    margin-top: -5px;
    width: 18px;
}

.contact_info_block {
    line-height: 20px;
    text-align: left;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2855ac;
    outline: 0;
    box-shadow: none;
}

.contact_info_block label {
    color: #2855ac;
    font-weight: 600;
    padding-left: 10px;
    font-size: 14px;
}

.contact_info_block span {
    color: #9a9898;
    font-weight: 600;
    font-size: 14px;
}

.contact_head i {
    color: #2855ac;
    font-weight: 600;
    font-size: 18px;
    width: 21px;
}

/*country calculate*/
#world_calculate {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-tabs img {
    width: 70px;
    height: 50px;
    border-radius: 5px;
}

.nav-tabs a {
    text-decoration: none;
}

.nav-tabs h6 {
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding-bottom: 7px;
}

.nav-tabs .nav-item .world_block {
    background: white;
    box-shadow: 1px 2px 8px 2px #00000020;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 0;
    width: 100px;
    text-align: center;
    margin: auto;
}

.nav-tabs {
    border-bottom: none;
    padding-bottom: 50px;
}

.nav-tabs .nav-item {
    width: 16.6%;
    /*margin: auto;*/
}

.world_calculate_top {
    background: white;
    box-shadow: 1px 2px 8px 2px #00000020;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    padding-bottom: 25px;
}

.world_calculate_top thead {
    font-size: 14px;
}

.world_calculate_top th {
    min-width: 125px;
    text-align: left;
    padding: 10px;
}

.world_calculate_top tbody {
    line-height: 32px;
}

.world_calculate_top td {
    font-weight: 500;
    font-size: 14px;
    min-width: 125px;
    text-align: left;
    padding: 10px;
    padding-bottom: 3px;
}

.world_calculate_bottom {
    text-align: center;
    background: white;
    box-shadow: 1px 2px 8px 2px #00000020;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-top: 28px;
}

.world_calculate_bottom h6 {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}

.world_calculate_bottom button {
    width: 300px;
    border: none;
    background: #2855ac;
    color: white;
    padding: 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.7px;
    outline: none;
    text-transform: uppercase;
}

.world_calculate_bottom a {
    padding: 5px 100px;
    border: none;
    background: #2855ac;
    color: white;
    /*padding: 6px;*/
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.7px;
    outline: none;
    text-transform: uppercase;
}

.world_calculate_block {
    background: white;
    box-shadow: 1px 2px 8px 2px #00000020;
    border-radius: 10px;
    /*padding: 15px;
    padding-bottom: 5px;*/
}

.world_calculate_block label {
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.world_calculate_top .flag {
    text-align: left;
    padding-left: 15px;
}

.world_calculate_top .flag img {
    width: 60px;
    border-radius: 0px;
    margin-bottom: 25px;
}

.world_calculate_top .flag {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.world_calculate_top .flag h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: -18px;
}

#world_calculate .world_active .active .world_block {
    background: #2855ac !important;
}

#world_calculate .world_active .active h6 {
    color: white;
}

.calculate_form .form-control {
    padding-left: 10px;
    font-size: 12px !important;
    font-weight: 500;
}
.calculate_form .form-control::placeholderr { /* Internet Explorer 10-11 */
 color: #fff;
}

.calculate_form .form-control::placeholder { /* Microsoft Edge */
 color: #fff;
}
#shopping .shop_active .active {
    background: #2855ac;
    color: white;
    border-radius: 0;
}

#shopping .nav-link:hover {
    background: #00000020;
    border-radius: 0;
}

#shopping .flex-column {
    text-align: left;
}

.block-form .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: auto;
    margin-bottom: 15px;
}

#shopping .shop_active a {
    color: black;
}

#shopping {
    padding-top: 50px;
    padding-bottom: 50px;
}

#shopping .shop_active {
    box-shadow: 1px 3px 10px 4px #00000020;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

#shopping .shopping_image {
    box-shadow: 1px 3px 10px 2px #00000020;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 200px;*/
}

#shopping .shopping_image img {
    width: 100px;
}


.daymob .services_block .card {
    box-shadow: unset;
    height: fit-content;
    padding: 20px;
    padding-bottom: 0;
}

#home_card .daymob .card-body p {
    font-size: 13px !important;
    text-align: center !important;
}


/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #fff;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.clippath_none {
    clip-path: none !important;
}

.section-subtitle {
    max-width: 500px;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*===========================
        4.HOME
=============================*/

.header-bg-img {
    background-image: url(../image/cover.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.header-content {
    max-width: 800px;
}

.header-table-center {
    display: table-cell;
    vertical-align: middle;
}

.header-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header-name {
    font-size: 54px;
}

.header-desc {
    max-width: 500px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75) !important;
}

/*HOME 4*/
.curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

.curv-img svg {
    display: block;
}

/*HOME 7*/
.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    position: relative;
}

#pricing h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 40px;
    font-size: 26px;
}

.a-btn-icon--circle {
    background: none;
}

.a-btn-icon--circle:hover {
    background: none;
}

.sections i::before {
    font-size: 16px;
}

section {
    margin: 0;
}

.social_radius i::before {
    font-size: 15px;
}

.language_block .dropdown {
    text-align: left;
    padding-top: 6px !important;
}

.order_count_text {
    text-align: left;
}

/*==================================*/
.pricing_top {
    background: #1f4388;
    padding: 50px;
    border-radius: 10px;
    width: 300px;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
}

.pricing_top img {
    width: 75px;
}

.pricing_top h4 {
    text-transform: uppercase;
    padding-left: 15px;
    color: white;
    padding-top: 10px;
    font-size: 18px;
}

.pricing_first {
    background: #2855ac;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing_first img {
    width: 60px;
}

.pricing_first h4 {
    padding-left: 15px;
    font-size: 16px;
    padding-top: 5px;
}

.pricing_last {
    background: #2855ac;
    padding: 30px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pricing_last th {
    width: 120px;
    line-height: 23px;
    font-size: 14px;
}

.pricing_last tbody tr {
    line-height: 32px;
    font-size: 13px;
}

.pricing_last table {
    margin: auto;
}

.pricing_bottom {
    border-radius: 10px;
}

.pricing_first {
    display: flex !important;
}

.fa-exchange:before {
    content: "\f0ec";
    font-size: 45px;
}

.a-btn {
    background-color: #2855ac;
    color: white !important;
}

.a-btn:hover {
    background-color: #2855ac;
}

.card_head i {
    padding-bottom: 15px;
}

.card_head {
    padding-top: 25px;
}

.world_calculate_block .calculate_form input {
    height: 30px;
    width: 100%;
}

.contact_rows {
    padding-top: 75px;
}

.contact_text p {
    font-size: 14px;
}

#contact .row {
    text-align: left;
}

.about_text {
    text-align: left;
}

.about_text p {
    font-size: 14px;
    line-height: 24px;
}

.about_cover_text p {
    font-size: 30px;
}

.fa-phone:before {
    content: "\f095";
    font-size: 18px !important;
}

.m-grid {
    display: flex;
    justify-content: center;
}

.m-carousel__desc {
    text-align: center;
}

.m-btn-group--align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

.m-carousel__desc h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

.m-grid span {
    color: #2855ac;
}

.m-grid p {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

.m-slider .m-carousel__desc h3 {
    margin: 0;
}

.m-carousel .swiper-wrapper {
    height: 500px;
}

.a-bullets {
    position: absolute;
    font-size: 0;
    width: 100%;
    left: 0;
    top: 65px;
    z-index: -1;
    height: 100%;
}

.home_calculate_img {
    background: url("../image/kule_back.png") no-repeat center;
    background-size: 100%;
    height: 450px;
}

.home_calculate_img img {
    width: 300px;
    padding-top: 60px;
}

#home_card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.home_card_img {
    text-align: center;
    padding-top: 20px;
    height: 90px;
    width: 80px;
    margin: auto;
}

#home_card .card-body {
    padding-top: 6px;
}

#home_card .card-title {
    margin-bottom: 8px;
}

.services_img img {
    width: 60px;
    height: 60px;
}

.img_resize img {
    width: 60px;
    height: auto;
}

.phone_text img {
    height: 16px;
    margin-top: -6px;
    filter: invert(70%);;
}

.services_img {
    padding-bottom: 15px;
}

.m-slider .swiper-slide .container,
.m-slider .swiper-slide .m-grid {
    height: 100%;
    -ms-flex-align: center;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.m-carousel .m-grid {
    margin: 0;
}

@media (min-width: 1200px) {
    .m-carousel .m-grid {
        margin: 0;
    }
}

.navbar-brand img {
    width: 200px;
    float: left;
    margin-left: 0 !important;
    max-width: 60%;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}

.totop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: none;
    background: #2855ac;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    font-size: 18px;
}

/*login start*/
.login_top .nav-tabs {
    /*justify-content: center;*/
    text-transform: uppercase;
}

.login_top ul li {
    width: 220px;
    text-align: center;
    font-weight: 600;
    border: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    background: white;
}

.login_top ul li a {
    color: black;
    border-radius: 5px;
    padding: 13px;
}

.login_top .nav-tabs {
    padding-bottom: 0;
    box-shadow: -5px 4px 7px 0px #00000020;
    width: 450px;
    border-radius: 5px;
    margin: auto;
}

.nav-link-address {
    color: #000;
    border: none;
    display: flex;
    padding: 8px;
    /* height: 45px; */
    margin-right: 5px;
}

.address-tabs .active {
    /*background-color: #2855ac;*/
    color: #fff;
}

.address-tabs .active:hover {
    color: #fff;
}

.nav-link-address img {
    width: 65px;
    height: 30px;
}

.login_top .nav-tabs .nav-item.show .nav-link {
    color: black !important;
    border-radius:0px;
}
.nav-tabs .nav-link.active{
    border-radius: 0;
    color: #fff!Important;
}

.nav-tabs .nav-link {
    border: none;
}

.login_top #nav1 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.login_top #nav2 {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.modal-dialog {
    max-width: 600px;
}

.form-control {
    padding: 0;
}

.sign_btn {
    background: #2855ac;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.6px;
    border-radius: 6px;
    border: none;
    margin-top: 15px;
}

.sign_btn:active {
    background: #2855ac;
    color: white;
}

.sign_btn:focus {
    background: #2855ac;
    color: white;
}

.block-form label {
    font-weight: bold;
    font-size: 13px;
}

.block-form input {
    padding-left: 10px;
}

.modal {
    top: 100px;
}

.modelhead {
    background: #1e4184;
    padding: 20px;
    height: 100px;
    width: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.modal-body {
    padding: 0;
}

.login_bottom {
    padding-bottom: 30px;
}

.login_top {
    position: absolute;
    top: 65px;
    left: 13.5%;
}

#account {
    padding-top: 100px;
    padding-bottom: 50px;
}

#account .flex-column {
    text-align: left;
    background-color: #fff !important;
    border-radius: 20px;
}

#account .flex-column .active {
    background: #2855ac;
	color: white !important;
    padding-left: 10px ! importaZnt;
}

#account .nav-pills .nav-link {
    /*border-radius: 0;*/
    /*color: black;*/
    /*font-weight: 500;*/
    /*padding-bottom: 10px;*/

    /*font-size: 14px;*/
    /*text-transform: capitalize;*/
    /*border-radius: 10px;*/
     text-decoration: none;
    width: 99%;
    height: 100%;
    font-weight: 500;
    color: rgb(151, 151, 151);
    display: flex;
    padding: 10px;
    align-items: center;
    transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#account .nav-pills .nav-link  i{
    margin-right:5px;
}
.first_nav {
    background: #2855ac;
    color: white !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.last_nav {
    background: #2855ac;
    color: white !important;
}

#logout {
    color: #aaaaaa !important;
    cursor: pointer;
}

#dashboard button {
    background: #2855ac;
    color: white;
    width: 100%;
    padding: 7px;
    border-radius: 7px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-top: 10px;
    border: none;
}

#dashboard .card-title {
    text-align: left;
    padding-bottom: 10px;
    font-size: 14px;
}

#dashboard .card-text {
    text-align: center;
}

.result {
    background: #edf3ff;
    border-radius: 7px;
    color: black;
    margin-top: 18px;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

#dashboard .card {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    cursor: pointer;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 25px;
}

#dashboard .card:hover {
    box-shadow: 1px 10px 10px 6px #00000020 !important;
}

#myorder {
    /*background-color:#f9f9f9;*/
    background-color: #fff;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 10px;
}

#myorder thead {
    background: #2855ac;
    color: white !important;
    text-align: left;
}

#myorder thead th {
    border: none;
    text-align: center;
    /* white-space: pre; */
    min-width: 100px;
    max-width: 150px;
    vertical-align: middle;
    background-color:#4a65ab;
    color:#fff;
}

#myorder tbody tr {
    font-weight: 600;
    text-align: left;
}

#myorder .table_head h2 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#myorder .col-md-6 {
    padding-right: 0;
}

.form_search input {
    border: 1px solid #00000020;
    padding: 5px;
    margin-bottom: 9px;
    border-radius: 7px;
    background: #e7e7e7;
    color: black;
    font-weight: 500;
    padding-left: 16px;
    font-size: 13px;
    outline: none;
}

.form_search button {
    border: none;
    background: none;
}

.form_search {
    text-align: right;
}

.table_head {
    padding-top: 10px;
}

.form_search img {
    width: 25px;
    position: absolute;
    top: 3px;
    right: 24px;
}

.neworder_top {
    background: white;
    display: flex;
    align-items: center;
}

.neworder_text {
    padding-left: 18px;
    font-size: 14px;
    font-weight: 400;
}

.btn-switch {
    font-size: 8px;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-switch__radio {
    display: none;
}

.btn-switch__label {
    display: inline-block;
    padding: 0px 0.5em 0.75em 0.75em;
    vertical-align: top;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.btn-switch__label + .btn-switch__label {
    padding-right: 0.75em;
    padding-left: 0;
}

.btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    border-radius: 1.5em;
    box-shadow: inset 0 0.0715em 0.3572em rgba(43, 43, 43, 0.05);
    transition: background 0.2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #2855ac;
}

.btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    width: 2em;
    background: #fff;
    border-radius: 1em;
    pointer-events: none;
    box-shadow: 0 0.1429em 0.2143em rgba(43, 43, 43, 0.2),
    0 0.3572em 0.3572em rgba(43, 43, 43, 0.1);
    transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    left: calc(100% - 2.5em);
    background: #fff;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #fff;
}

.neworder_top {
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 12px;
}

.neworder_bottom {
    background-color: #fff;
    margin-top: 25px;
}

.neworder_bottom {
    padding: 20px;
    border-radius: 12px;
}

.neworder_bottom h2 {
    border-bottom: 1px solid #00000020;
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;
}

.form_neworder .row {
    text-align: left;
}

.form_neworder input {
    padding-left: 10px;
    height: 35px;
    font-size: 13px;
}

.form_neworder label {
    font-weight: 600;
    text-align: left;
    font-size: 13px;
}

.form_neworder .col-md-4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_neworder .col-md-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_neworder {
    padding-top: 25px;
    /*padding-right: 15px;*/
}

.neworder_input {
    padding-bottom: 15px;
}

.neworder_btn button {
    border: none;
    background: #2855ac;
    color: white;
     width:200px ;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 9px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 13px;
}

.neworder_btn a {
    border: none;
    background: #2855ac;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 9px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 13px;
}

.neworder_btn {
    text-align: right;
    padding-bottom: 25px;
}

.somewhere_top img {
    width: 60px;
}

.somewhere_top h2 {
    font-size: 14px;
    padding-left: 10px;
    text-transform: uppercase;
    color: black;
    padding-top: 5px;
}

.btn-link:hover {
    text-decoration: none;
}

.somewhere_top {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.somewhere_text {
    text-align: left;
    padding-top: 20px;
}

.somewhere_block ul li {
    list-style: none;
    /*display: inline;*/
    font-weight: 500;
}

.somewherelist {
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 0;
    padding: 7px;
    border-radius: 10px;

box-shadow: 3px 3px 5px 3px #dddddd;

}

.somewhere_block ul li:first-child {
    font-weight: bold;
}

.somewhere-copy {
    cursor: pointer;
}

.somewhere_block {
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 50px;
}

.somewhere_block h4 {
    font-size: 16px;
    padding-left: 5px;
}

.somewhere_head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.somewhere_block ul {
    margin-bottom: 3px;
    font-size: 14px;
}

.somewhere_btn button {
    border: none;
    background: #2855ac;
    color: white;
    padding: 7px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 6px;
    position: absolute;
    left: 33%;
    bottom: -5px;
}

.about_cover img {
    width: 100%;
}

.somewhere_text p {
    font-size: 14px;
    font-weight: 500;
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url("../image/loading.gif");
    background-position: center;
    z-index: 10000000;
    opacity: 0.5;
    display: none;
}

@media screen and (min-width: 600px) {
    #somewhere_blocks {
        /*  box-shadow: 1px 2px 8px 2px #00000020 !important;
          padding: 25px;
          border-radius: 10px;*/
        background-color: #ffff;
        /*height: 601px;*/
        border-radius: 10px;
    }
}

#myorder table {
    font-size: 13px;
}

.map__block {
    height: 355px;
}

#nearly-office {
    cursor: pointer;
    color: #0aa7ef;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 50px;
    float: right;
}

#payments,
#my_applies,
#my_map,
#credentials,
#referer_account,
#kuryer,
#my_kuryer_orders,
#debts {
    background-color: #fff;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 10px;
}

#payments thead,
#my_applies thead,
#credentials thead,
#referer_account thead,
#kuryer thead,
#my_kuryer_orders thead,
#debts thead {
    background: #1AB248 !important;
    color: white;
    text-align: left;
}

#payments thead th,
#my_applies thead th,
#credentials thead th,
#referer_account thead th,
#kuryer thead th,
#my_kuryer_orders thead th,
#debts thead th {
    border: none;
    text-align: center;
    max-width: 150px;
    flex-grow: 1;
    /* white-space: nowrap; */
    color:#fff;
    vertical-align: middle;
    background-color: #4a65ab;
}

#payments tbody tr,
#my_applies tbody tr,
#credentials tbody tr,
#referer_account tbody tr,
#kuryer tbody tr,
#my_kuryer_orders tbody tr,
#debts tbody tr {
    font-weight: 600;
    text-align: left;
}

#payments .table_head h2,
#my_applies .table_head h2,
#credentials .table_head h2,
#referer_account .table_head h2,
#kuryer h2,
#my_kuryer_orders h2,
#debts h2 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#payments table,
#my_applies table,
#credentials table,
#referer_account table,
#kuryer table,
#my_kuryer_orders table,
#debts table {
    font-size: 13px;
    color:#fff;
}

#payments .col-md-6,
#my_applies .col-md-6,
#credentials .col-md-6,
#referer_account .col-md-6,
#kuryer .col-md-6,
#my_kuryer_orders .col-md-6,
#debts .col-md-6 {
    padding-right: 0;
}

.balance_top .card {
    /* width: 500px; */
    text-align: left;
}

.balance_top .card-title {
    font-size: 14px;
}

.balance_top .card-text {
    text-align: center;
    padding-bottom: 20px;
}

.balance_btn button {
    background: #2855ac;
    color: white;
    padding: 7px;
    border-radius: 6px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2px;
    border: none;
}

.balance_btn {
    text-align: center;
    margin-top: 20px;
}

.balance_top .col-md-8 {
    padding-left: 0;
}

.balance_top .col-md-4 {
    display: flex;
    align-items: center;
}

.balance_top input {
    padding-left: 10px;
    height: 30px;
    font-size: 14px;
}

button:focus {
    outline: none;
}

.balance_top .card {
    border: none;
}

.balance_bottom {
    /* width: 500px; */
    width: 411px;
}

.balance_bottom .card {
    border: none;
    text-align: left;
}

.balance_bottom input {
    height: 38px;
    padding-left: 10px;
    font-size: 14px;
}

.balance_bottom .col-md-8 {
    padding-left: 0;
}

.balance_bottom .row {
    margin-bottom: 10px;
}

.balance_bottom label {
    font-size: 14px;
}

.private_top {
    background: #fff;
    padding: 15px;
}

.private_code {
    background: #e7e7e7;
    border-radius: 10px;
}

.private_code p {
    padding: 7px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.private_top h4 {
    font-size: 16px;
}

.private_head {
    display: flex;
    align-items: center;
}

.private_profil img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.private_form label {
    font-size: 13px;
    font-weight: 600;
}

.private_form .col-md-3 {
    text-align: left;
    display: flex;
    align-items: center;
}

.private_form input {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    color: black !important;
}

.private_form textarea {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
    color: black;
}

#filial_id {
    color: black;
}

.private_top .col-sm-6 {
    padding-right: 0;
}

.private_btn {
    width: 100%;
}

.private_btn button {
    background: #2855ac;
    padding: 7px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2px;
    width: 100%;
    border: none;
}

.private_top {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    padding-top: 20px;
}

.private_top .private_item {
    border-bottom: 1px solid #e7e7e7;
}

.private_top .private_forms {
    padding-top: 25px;
}

.private_bottom {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-top: 25px;
}

.private_bottom_head {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.private_bottom_head h2 {
    text-align: left;
    font-size: 16px;
}

.private_bottom_form label {
    font-size: 13px;
    font-weight: 600;
}

.private_bottom_form {
    text-align: left;
    padding-top: 25px;
}

.private_bottom_form input {
    padding-left: 10px;
    font-size: 14px;
    height: 30px;
}

#private_blocks .form-row {
    max-width: 500px;
}

#private {
    overflow: auto;
}

.private_bottom .form-row {
    margin: auto;
}

.form-row span {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 500;
    /* margin-left: 8px;*/
    margin-right: 8px;
}

.gender_block {
    display: flex;
    align-items: center;
}

.gender_block input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#forbidden {
    padding-top: 50px;
    padding-bottom: 50px;
}

#forbidden h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}

#forbidden p {
    padding-bottom: 35px;
    color: #7b7b93;
    font-size: 14px;
}

.forbidden_block img {
    width: 60px;
    text-align: center;
}

.forbidden_block {
    box-shadow: 1px 2px 8px 2px #00000020;
    background: white;
    padding: 15px;
    padding-bottom: 1px;
    border-radius: 10px;
    margin-bottom: 25px;
    cursor: pointer;
}

#faq {
    margin-top: 50px;
    margin-bottom: 50px;
}

#faq .card-body {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
}

#faq .accordion .col-6 {
    display: flex;
    align-items: center;
}

#faq .accordion .col-8 {
    display: flex;
    align-items: center;
}

#faq .faq_head {
    text-align: left;
}

#faq .faq_head h2 {
    font-size: 14px;
}

#faq .card-header .col-md-6 {
    display: flex;
    align-items: flex-end;
}

.faq_block_click {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.faq_click i {
    font-size: 16px;
    color: #2855ac;
}

.faq_click button {
    border: none;
    background: none;
}

.faq_click .closed {
    display: none;
}

#faq .accordion {
    margin-bottom: 25px;
    box-shadow: 1px 2px 8px 2px #00000020;
    border-radius: 10px;
}

#faq .accordion .card {
    border: none;
    border-radius: 10px;
}

#account .container {
    text-align: left;
}

#price .calculate_block {
    max-width: 500px;
    margin: auto;
}

#price .calculate_block h2 {
    text-align: center;
    padding-bottom: 20px;
}

.nav_active {
    background: #1e4184;
}

#carriage .container {
    text-align: left;
}

#carriage h2 {
    text-align: center;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#carriage {
    padding-bottom: 25px;
}

#carriage ol li {
    list-style: decimal;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.interval {
    padding-top: 20px;
}

.interval-blocks {
    position: absolute;
    width: 95%;
    z-index: -999999;
    top: 6px;
}

.interval_table h2 {
    font-size: 16px;
}

.interval_table {
    padding-top: 25px;
}

.interval_table table {
    font-size: 14px;
}

.interval_table table thead {
    background: #2855ac;
    color: white;
    text-align: left;
}

.interval_table .table thead th {
    border: none;
}

.interval_table .col-md-6 {
    padding-right: 0;
}

.radius_blocks .radius {
    height: 13px;
    width: 13px;
    background: #929292;
    border-radius: 100%;
}

.radius_blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.radius_blocks i {
    font-size: 30px;
    color: #929292;
}

.radius_blocks .radius .icon {
    margin-top: -35px;
    margin-left: -6px;
}

.interval_active {
    background: #178a2a !important;
}

.interval_active i {
    color: #178a2a;
}

.radius_solid {
    height: 2px;
    background: #929292;
    width: 106px;
}

.interval_active {
    background: #178a2a !important;
}

.interval_active_start {
    background: #2855ac !important;
}

.navbar {
    z-index: 999;
}

.interval_search .form_search input {
    border: 1px solid #00000020;
    padding: 5px;
    margin-bottom: 9px;
    border-radius: 10px;
    background: #e7e7e7;
    color: black;
    font-weight: 500;
    padding-left: 16px;
    font-size: 13px;
    outline: none;
    width: 100%;
}

.truck .icon {
    margin-top: -45px !important;
}

.marker .icon {
    margin-left: 0 !important;
}

.interval_search h2 {
    font-size: 15px;
    padding-bottom: 6px;
}

.dropdown-menu.show {
    position: absolute;
    transform: translate3d(172px, 27px, 0px);
    top: 10px !important;
    left: 10px !important;
    will-change: transform;
    padding: 0;
    border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #2855ac;
}

#m-pricing {
    display: none;
    padding-bottom: 50px;
}

#m-pricing .pricing_bottom {
    display: block;
}

/*==========================================*/

#account .flex-column .fa {
    font-size: 18px;
    /*width: 30px;*/
    /*text-align: center;*/
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: transparent;

}

.m-block {
    display: none;
}

.interval .row {
    margin: auto;
}

.form-group .col-md-9 span {
    font-size: 14px;
    font-weight: 600;
}

.forgot {
    font-size: 14px;
    font-weight: 600;
}

.forgot a {
    color: black;
}

.input-pl10 {
    padding-left: 10px;
}


.error {
    color: red;
    font-weight: 600;
}

.tab-content td a {
    /* white-space: pre; */
}

.tab-content td {
    /*min-width: 120px;*/
    text-align: center;
    color:black !important;
    /* width: auto; */
    /* max-width: 245px; */
    /* flex-grow: 1; */
}

.eye {
    color: black;
    font-size: 18px;
}

.bd-example-modal-lg .modal-dialog {
    max-width: 1000px;
}

.bd-example-modal-lg .modal-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.modal-order ul li:last-child {
    list-style: none;
}

.interval-order {
    padding-bottom: 15px;
    padding-top: 15px;
}

.order-paginate ul {
    margin-top: 20px !important;
}

.neworder_btn_ button {
    border: none;
    background: #2855ac;
    color: white;

    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 13px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    outline: none;
}

.neworder_btn_ button i {
    font-size: 16px;
}

#statement {
    background-color: #fff;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
-moz-box-shadow: 3px 3px 10px 3px #dddddd;
box-shadow: 3px 3px 10px 3px #dddddd;
}

#forbidden {
    background-color: #fff;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
    -moz-box-shadow: 3px 3px 10px 3px #dddddd;
    box-shadow: 3px 3px 10px 3px #dddddd;
}



#warning {
    background-color: #fff;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
    -moz-box-shadow: 3px 3px 10px 3px #dddddd;
    box-shadow: 3px 3px 10px 3px #dddddd;
}

#warning  p {
    text-decoration: underline;
    font-size: 18px;
    line-height: 35px;
}

#statement thead {
    background: #2855ac;
    color: white;
    text-align: left;
}

#statement thead th {
    min-width: 100px;
    border: none;
    text-align: left;
    vertical-align: middle;
    max-width: 150px;
    /* width: 100%; */
    /* white-space: pre; */
    color:#fff;
}

#statement table {
    font-size: 13px;
}

#statement .table_head h2 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.state-tabs .nav-tabs {
    padding-bottom: 10px;
}

.state-tabs .nav-tabs .nav-link {
    min-width: 50px;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    padding:  10px!important;
    white-space: nowrap;
    text-align: center;
    background: #e2e2e2;
}

.state-tabs .nav-tabs .active {
    min-width: 50px;
    white-space: nowrap;
    text-align: center;
    color: white;
    padding: 10px!important;
    font-size: 12px;
    font-weight: 500;
    /* background-color: #2855ac; */
    border-radius: 10px;
}

/*.nav-tabs .active {

    margin-right: 5px !important;

}*/

.nav-tabs .nav-link {
    border-radius: 10px;
}

/*.nav-tabs .nav-link {
    margin-right: 5px !important;
}*/

/*.nav-link {

    margin-right: -3px !important;
}*/


.logout {
    border-radius: 0px 0px 10px 10px !important;
}

.table_head h2 {
    font-size: 24px !important;
}

.scroll {
    overflow-x: auto;
    max-height: 650px;
}

.scroll tr {
    /* display: flex; */
    /* align-items: center; */
}

.state-tabs ul {
    display: flex;
    align-items: center;

}

.state-tabs ul li {
    /* width: 200px; */
    width: auto;
    margin-bottom:10px;
}

.order-tabs .nav-tabs {
    padding-bottom: 10px;
    justify-content: center;
}

.order-tabs .nav-tabs .nav-link {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 10px!important;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    background: #e2e2e2;
    justify-content: center;
}
.order-tabs{
    margin-bottom:20px;
}
.order-tabs .nav-tabs .active {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: #fcde2b !important;
    border-radius: 10px;
    justify-content: center;
}

.order-tabs ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.order-tabs ul li {
    /* width: 135px; */
    width: auto;
    margin-bottom: 10px;
}

.service-card {
    height: 220px;
}

.btn-verification {
    background: none;
    border: none;
    text-decoration: underline;
    color: #1e4184;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 10%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    background: #fff;
    padding: 0;
    border: none;
}

.slick-arrow img {
    opacity: 0.4;
}

.slick-arrow img:hover {
    opacity: 1;
}

/* News Styling */
.blogPost--small {
    color: #7c7b7b;
    margin: 20px 30px 40px 0;
}

.blogPost--small .media > .pull-left {
    margin-right: 25px;
}

.blogPost--small a {
    color: #662d91;
}

.blogPost--small .date,
.blogPost--small .dateEl2 {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #662d91;
}

.blogPost--small .date span,
.blogPost--small .dateEl2 span {
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: -0.1em;
    color: #fff;
    font-weight: bold;
}

.next-a {
    background: #2855ac;
    color: #fff;
    padding: 5px 30px;
    border-radius: 10px;
}

.blogPost--small .date small,
.blogPost--small .dateEl2 small {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.blogPost--small h4 {
    margin: 0 0 12px 0;
    font-size: 22px;
    text-transform: uppercase;
}

.newsNav .row {
    margin: 0 0;
}

/* new edits */
.total-btn-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.total-btn-wrapper .neworder_btn:last-child {
    text-align: right;
}

.total-btn-wrapper .neworder_btn {
    text-align: left;
}

.header_bottom {
    position: relative;
    z-index: 2;
}

html,
body {
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
}


#forbidden .forbidden_block img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.model-close {
    background: none !important;
    border: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="file"] {
    cursor: pointer;
    height: 34px;
    padding-left: 0;
    overflow: hidden;
}

input[type="file"]:before {
    width: 158px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    content: "Select your file";
    display: inline-block;
    background: white;
    border: 1px solid #ced4da;
    padding: 0 10px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

@media screen and (min-width: 600px) {
    #price .calculate_block,
    #balance #balance_blocks {
        /*  -webkit-box-shadow: 1px 2px 8px 2px #00000020 !important;
          box-shadow: 1px 2px 8px 2px #00000020 !important;

          -webkit-border-radius: 10px;
          border-radius: 10px;*/
        background-color: #fff;
        padding: 25px;
        height: 601px;
        border-radius: 10px;
    }

    .calculate_form {
        height: 346px;
        border-radius: 10px;
    }
}

#somewhere .nav-tabs {
    padding-bottom: 0;
}

.mobile-toggle-menu {
    display: none;
}

#services .services_img img {
    width: 100%;
    height: auto;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

#services .card-body {
    text-align: left;
}

.mobile-profile-box {
    display: none;
}

.mobile-profile-box .sign_in {
    color: black;
    margin: 5px;
}

.mobile-profile-box .sign_in:hover {
    background: #e8e8e814;
    color: black;
    margin: 5px;
}

.header_top {
    position: relative;
    z-index: 3;
}

#myTabContent .somewhere_block {
    padding: 0px;
}

#myTabContent .somewhere_block .somewherelist ul {
    padding-left: 0;
}

#myTabContent .somewhere_block {
    /* -webkit-box-shadow: none !important; */
    /* box-shadow: none !important; */
}

.table-head-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.table-head-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.table-head-form button {
    min-height: 38px;
    background: #2855ac;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    letter-spacing: 0.6px;
    width: 100%;
    margin-left: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid #2855ac;
}

.table-head-form button:hover {
    background: #fff;
    color: #2855ac;
    border-color: #2855ac;
}

.table-head-form .form-control {
    padding-left: 10px;
}

.table-head-box h2 {
    padding-bottom: 0;
}

.stats-slider .blogPost--small {
    margin: 0;
}

.stats-slider {
    margin-bottom: 50px;
}

.stats-slider .swiper-slide {
    max-width: 500px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.order-page-form-btn-wrapper .neworder_btn {
    padding-bottom: 0;
    margin-left: 10px;
}

.order-page-form-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-page-form-btn-wrapper .order-add-button .fa {
    margin-right: 10px;
}

.order-page-form-btn-wrapper .order-add-button {
    min-width: 250px;
    margin-bottom: 10px;
}

.private_bottom #password .form-row {
    margin-left: 0;
}

.header_bottom .navbar {
    z-index: 1;
}

[data-js-tab-items="new_credential"],
[data-js-tab-items="new_kuryer"],
[data-js-tab-items="new_apply"],
[data-js-tab-items="new_order"],
[data-js-tab-items="new_statement"] {
    display: none
}


/* media */
@media (min-width: 576px) {
    #v-pills-tab {
        display: block !important;
    }
}

@media (min-width: 450px) {
    .mobile-profile-box {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .table-head-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    #home_card {
        margin-top: 25px;
    }

    .stats-slider.swiper-container {
        height: auto;
    }

    .table-head-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-head-form {
        width: 100%;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-head-form button,
    .table-head-form input {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #navbarSupportedContent li .header_top_right {
        display: none;
    }

    #order-balance .card-body-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: right;
    }

    #delivery-balance .card-body-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: right;
    }


    #order-balance .card-body-inner .card-text {
        text-align: left;
    }

    #order-balance .card-body-inner {
        width: 50%;
        margin-bottom: 10px;
    }

    .header_top_right .phone {
        text-align: right;
        margin-right: 8px;
    }

    .header_top_right .phone_text {
        text-align: left !important;
        margin-left: 8px;
    }

    .language_block .dropdown {
        text-align: left !important;
        margin-right: unset;
        margin-left: 8px;
    }

    .mobile-lang-box {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mobile-profile-box {
        display: block;
    }

    .mobile-profile-box-hidden {
        display: none;
    }
}

@media (max-width: 578px) {
    .neworder_input.neworder_input--fxdc {
        padding-bottom: 0;
    }

    .neworder_input.neworder_input--fxdc .col-md-6 {
        /*margin-bottom: 15px;*/
    }

    .neworder_input.neworder_input--fxdc:last-of-type .col-md-6 {
        margin-bottom: 0;
    }

    /* .neworder_input.neworder_input--fxdc .col-12 {
      margin-top: 10px;
    } */
    .neworder_input.neworder_input--fxdc {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #frm input:not([type="radio"]),
    #frm select,
    #frm textarea,
    #new_kuryer_ input:not([type="radio"]),
    #new_kuryer_ select,
    #new_kuryer_ textarea,
    #new_apply_ input:not([type="radio"]),
    #new_apply_ select,
    #new_apply_ textarea,
    #new_credential input:not([type="radio"]),
    #new_credential textarea,
    #new_statement_ input:not([type="radio"]),
    #new_statement_ textarea,
    #new_statement_ select,
    #order-add-form textarea,
    #order-add-form input:not([type="radio"]) {
        /*min-width: 200px;*/
    }

    .total-label-price {
        display: block;
        text-align: right !important;
    }

    .state-tabs #myTab li {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .header-top .header-social ul li a{
        margin:0 3px !important;
    }
    .order-page-form-btn-wrapper .neworder_btn,
    .order-page-form-btn-wrapper .neworder_btn_ {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0;
        width: 100%;
    }

    .order-page-form-btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-page-form-btn-wrapper .order-add-button {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_top .header_top_right {
        position: relative;
        z-index: 3;
    }

    #somewhere #somewhere_blocks .card-body {
        padding: 0;
    }

    .somewherelist ul li span {
        text-align: inherit;
    }

    .somewherelist ul .somewhere-copy {
        margin-left: 10px;
    }

    .somewherelist ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order-tabs ul li {
        width: 100% !important;
    }

    .first_nav {
        display: none;
    }

    .mobile-toggle-menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        margin-bottom: 20px;
    }

    .mobile-toggle-menu .first_nav {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    #account #v-pills-tab {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #account #v-pills-tab .nav-link {

        min-width: 100%;
        height: 40px;
    }

    .neworder_input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .neworder_input .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .form-control {
        resize-x: none;
    }

    #password .form-row,
    #frm .form-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .neworder_input--mobile .row {
        /*margin-bottom: 15px;*/
        width: -webkit-fill-available;
    }

    .neworder_input--mobile {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    input[type="file"]:before {
        width: 100%;
        border: none;
    }
}

@media (max-width: 450px) {
    .mobile-profile-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 400px) {
    #frm input:not([type="radio"]),
    #frm select,
    #frm textarea,
    #new_kuryer_ input:not([type="radio"]),
    #new_kuryer_ select,
    #new_kuryer_ textarea,
    #new_apply_ input:not([type="radio"]),
    #new_apply_ select,
    #new_apply_ textarea,
    #new_credential input:not([type="radio"]),
    #new_credential textarea,
    #new_statement_ input:not([type="radio"]),
    #new_statement_ textarea,
    #new_statement_ select,
    #order-add-form textarea,
    #order-add-form input:not([type="radio"]) {
        /*min-width: 150px;*/
    }
}

.clasb {
    float: left;
    width: 22%;
    margin-left: 3%;
    padding-bottom: 10px;
    padding-left: 0px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.clasb span {
    height: 40px;
    margin-bottom: 10px;
}

.classi {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 20px !important;
    /*font-family: 'Conv_BPG_WEB_001_CAPS';*/
    border: none;
    background: none !important;
    color: white !important;

}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.calculate_form {
    background-color: #2855ac;
    padding: 25px;
    color: white;
    border-radius: 10px;
}

#price {
    background: #f9f9f9;
}

#result {
    /*font-size: 20px !important;*/
    /*margin-top: 5px;*/

}

.ssel {
    font-size: 20px !important;
    color: white;
    padding-left: 0px !important;
    border: none;
    background: #204b9c !important;
    height: 35px;
}

.llb {
    margin-top: 13px;

}
.footer-contact ul{
    display:inline;
}
.footer-menu ul{
    display:inline;
}
.footer-help ul{
    display:inline;
}
.footer_title {
    color: white;
    position: relative;
    float: left !important;
    width: 100%;
    font-size: 18px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;

    margin-bottom: 61px;
}

@media screen and (max-width: 600px) {
    .footer_title {

        margin-bottom: 20px !important;
    }

}

.footer_menu {
    list-style-type: none;
    text-align: left;
    padding-left: 0px !important;

}

.footer_menu li a {
    color: white;
    position: relative;

    width: 100%;
    margin-bottom: 5px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.footer_logo_cont {
    text-align: left;
}

.footer_social {
    list-style-type: none;


}

.footer_social li a i {

    color: white;
}

.footer_contact_list {
    list-style-type: none;
    text-align: left;
    padding-left: 0px !important;
}

.footer_contact_list li a {

    color: white;
}

.footer_contact_list li {

    margin-bottom: 20px;
}

.footer_contact_list li i {
    width: 10px !important;
    margin-right: 25px !important;
    height: 10px;
    color: white;
}

.footer_contact_list li p {

    color: white;
}

.llsd {
    text-align: left;
}


.copyright {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b93;
    margin-top: 32px;
}

.footer_social li a {
    width: 40px;
    height: 40px;
    border: solid 1px white;
    border-radius: 100% !important;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    color: #7b7b93;
    transition: .2s ease;
}

.footer_social {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    margin-top: 44px;
    padding-left: 0px !important;
}


.footer_menu, .footer_contact_list {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

.footer_contact_list li {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b93;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    margin-bottom: 10px;
}

.coming-soon-p {
    color: #fff;
    position: relative;
    top: 8px;
    float: left;
    width: 100%;
    text-align: left !important;
}

.footer_app_link {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    margin-top: 20px;
}

.footer_app_link a {
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease;
}


@media (max-width: 600px) {
    .mobile_show_copyright {
        display: flex !important;
    }
}

.mobile_show_copyright {
    display: none;
}


.brand-carousel {
    background: none;

}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #000 !important;
}

.nav-link2 {
    border-radius: 10px !important;
    margin-left: 5px;
    margin-right: 5px !important;
}


.aa {
    margin-bottom: 5px !important;
}


.hdd li {
    margin-left: 20px;
}

@media screen and (min-width: 600px) {
    .scdf {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-toggle-menu {
        margin-left: 5px;
        margin-right: 5px !important;
    }

    .nav-pills .active {
        margin: 5px;
        padding-left: 10px !important;
        border-radius: 10px !important;
    }

    .aa {
        font-size: 11px;
    }

    .nav-tabs .nav-link {
        margin-bottom: 2px;
    }

    .nav-tabs .active {
        margin-bottom: 10px;
    }

    .card-text {
        text-align: center !important;
    }

    .form-control {
        margin-bottom: 2px;
    }


    .clasb span {
        font-size: 10px;
        text-align: center;
    }

    .clasb {

        text-align: center !important;
    }

    .tab-pane {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .scdf {
        display: block;
        padding: 0px !important;
        margin: 0px !important;
        margin-bottom: -20px !important;
        text-align: left !important;

    }

    .gfdsa {
        margin-top: 10px;
        margin-left: -10px;
    }

    .tts {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    #myorder {
        /*padding: 0px !important;*/
    }

    .alert {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .fa {
        margin-right: 5px;
    }

    #account .flex-column {
        margin-left: 5px !important;
        margin-right: 15px !important;
    }

    .calculate_block h2 {
        margin-top: 30px;
    }

    .asdfsa h1 {
        font-size: 10px !important;
        padding: 20px !important;
    }


    .sdfewwq {
        font-size: 11px !important;
    }

    .calculate_block .tarifse {
        text-align: center !important;
        margin-left: -10px !important;
    }

    .calculate_block h2 {
        text-align: center !important;

    }

    .magaza {
        width: 50% !important;
    }

    .contact_head span {
        font-size: 10px;
    }

    .faqtit {
        font-size: 10px;
    }

    .vf {
        border-radius: 10px;
    }


}

.main_banner_section {
    height: 560px;
}

.full {
    position: relative;
    float: left;
    width: 100%;
}

.main_banner_section .item {
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
}

.main_banner_section .item {
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
}

.main_banner_section .item .container {
    height: 100%;
}

.row {
    /*min-width: 100%;*/
}

.main_banner_section .item .container .col-md-6 {
    height: 560px;
}

.slider_overtitle {
    display: flex;
    flex-direction: column;
}

.main_slider_text_box, .main_slider_title_box {
    position: relative;
    overflow: hidden;
    float: left;
}

.slider_overtitle h2, .slider_desc_side p {
    opacity: 0;
    transform: translateY(94px);
    transition: .5s ease;
}

.slider_overtitle h2 {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
}

.main_slider_text_box, .main_slider_title_box {
    position: relative;
    overflow: hidden;
    float: left;
}

.slider_desc_side p {
    width: 350px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.slider_overtitle h2, .slider_desc_side p {
    opacity: 0;
    transform: translateY(94px);
    transition: .5s ease;
}

.owl-item.active .slider_overtitle h2, .owl-item.active .slider_desc_side p {
    opacity: 1;
    transform: translateY(0);
}

.slider_desc_side p {
    width: 350px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.slider_overtitle a {
    width: 137px;
    height: 44px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c2c51;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    transition: .3s ease;
    position: relative;
    float: left;
    margin-top: 50px;
}

.slider_overtitle a {
    width: 137px;
    height: 44px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'SegoeSemiBold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c2c51;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    transition: .3s ease;
    position: relative;
    float: left;
    margin-top: 50px;
}

.main_banner_section .item .container .col-md-6 {
    height: 560px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.slider_img {
    right: -100%;
    opacity: 0;
    transition: .5s ease;
}

.slider_img {
    /*width: 370px !important;*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_img {
    /*width: 370px !important;*/
    position: absolute;
    bottom: 0;
}

.main_banner_section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: 0;
    height: 50px;
    width: 100%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main_banner_section .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: 0;
    width: 100%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav {
    margin-top: 40px;
}

.main_banner_section .owl-carousel .owl-nav button:first-of-type {
    position: relative;
}

.main_banner_section .owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    background-color: transparent !important;
    background-image: url(/site/img/arrow-right.svg) !important;
    background-size: 40% !important;
    background-position: center !important;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #fef5e9 !important;
    border-radius: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.main_banner_section .owl-prev {
    margin-right: 601px;
}

.main_banner_section .owl-prev {
    margin-right: 601px;
}

.main_banner_section .owl-carousel .owl-nav button.owl-next {
    transform: rotate(
            180deg
    ) !important;
    -webkit-transform: rotate(
            180deg
    ) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
}

.main_banner_section .owl-carousel .owl-nav button:nth-child(2) {
    position: relative;
}

.main_banner_section .owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    background-color: transparent !important;
    background-image: url(/site/img/arrow-right.svg) !important;
    background-size: 40% !important;
    background-position: center !important;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}

.owl-carousel .owl-nav button span {
    display: none;
}

.main_banner_section .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}

.main_banner_section .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}


.main_banner_section .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #fff !important;
}

.main_banner_section .owl-carousel .owl-dots button.owl-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #cccccc !important;
    border-radius: 100% !important;
    margin: 0 7px;
}

.owl-item.active .slider_img {
    right: 0;
    opacity: 1;
}

.main_banner_section .owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.28) url(/site/img/arrow-right.svg) no-repeat !important;
    background-position: center !important;
    background-size: 11.5px !important;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #fef5e9 !important;
    border-radius: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.main_banner_section .owl-prev {
    margin-right: 601px;
}

@media (max-width: 768px) {

    .slider_desc_side {
        left: 0;
        height: auto !important;
        bottom: 50px;
    }

    .slider_desc_side, .slider_img_cont {
        position: absolute !important;
    }

    .slider_overtitle h2 {
        margin-bottom: 0;
    }

    .address-block .bac {
        padding: 3px 8px !important;
    }

    .slider_overtitle h2 {
        font-size: 21px;
        text-align: center;
    }


    .slider_overtitle a {
        left: 50%;
        margin-left: -69px;
    }

    .slider_overtitle a {
        margin-top: 40px;
    }

    .slider_desc_side p {
        display: none;
    }

    .main_banner_section {
        height: 400px;
    }

    .slider_img_cont {
        position: absolute !important;
    }

    .slider_img_cont {
        height: 185px !important;
    }

    .slider_img_cont {
        width: 100% !important;
        display: flex;
        justify-content: center;
        height: 185px !important;
    }

    .slider_img {
        max-width: 200px !important;
    }

    .slider_img {
        position: relative;
    }
}

#price {
    border-radius: 10px !important;
}

@media (max-width: 991px) {
    footer {
    background: var(--mainBlue);
    padding-top: 30px;
    margin-top: 80px !important;
}
#account{
    padding-bottom:0 !important;
}
    .main_banner_section {
        height: 400px;
    }

    .main_banner_section .item {
        height: 400px;
    }
}

button {
    cursor: pointer;
    color: black !important;
    border: solid 1px #7b7b93 !important;
    border-radius: 10px !important;
    background: none !important;
}

button:hover {
    cursor: pointer;
    background: #00843e !important;
    color: white !important;
}

.sign_in {
    cursor: pointer;
    margin: 5px;
    color: black !important;
    border: solid 1px #7b7b93 !important;
    border-radius: 10px !important;
    background: none !important;
}

.sign_in:hover {
    margin: 5px;
    cursor: pointer;
    background: #2855ac !important;
    color: white !important;
}


.owl-prev {
    border: none !important;
}


.owl-next {
    border: none !important;
}

.navbar-toggler {
    border: none !important;
     padding:0 10px !important;
}

.navbar-toggler:hover {
    background: none !important;
    color: #0a58ca !important;
}

.model-close {
    border: none !important;
}

.model-close:hover {
    background: none !important;
    color: black !important;
}

.neworder_input_check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neworder_input_check label {
    width: 200px;
    margin-top: 5px;
}

.neworder_input .neworder_input {
    padding-bottom: 0;
}

.add-button-new {
    margin-bottom: 10px;
}

.mobile-show {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-show {
        display: block !important;
        overflow: initial;
    }

    .navbar-brand img {
        width: 120px;
    }

    .services_block .card {
        height: 175px;
    }

    #shop-section {
        margin-top: 20px;
    }

    footer {
        padding-top: 20px;
    }

    .footer_social {
        margin-top: 20px;
    }

    .table-responsive-xl {
        overflow: unset !important;
    }

    .bmc_card {
        border-radius: 5px;
        border: solid 1px #cecee2;
        background-color: #ffffff;
        margin-bottom: 20px;
    }

    .mobile-parcel-item .full {
        position: relative;
        float: left;
        width: 100%;
    }

    .bmc_card > ul {
        /*display: flex;*/
        display: grid;
        /*flex-direction: column;*/
        padding: 5px 10px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .bmc_card > ul > li {
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        padding:5px;
    }

    .bmc_left {
        width: 135px;
    }

    .bmc_right {
        width: calc(100% - 104px);
        display: flex;
        justify-content: end;
    }

    .bmc_left p {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: left;
        color: #94949f;
        margin-bottom: 8px !important;
    }

    .bmc_right p {
        font-family: 'Segoe UI', sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 0 !important;
    }

    .bmc_bottom {
        position: relative;
        float: left;
        width: 100%;
        height: 30px;
        border-radius: 0 0 14px 14px;
        background-color: #fcfcfc;
        padding: 0 10px;
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        justify-content: space-between;
    }

    .bmc_left .payed {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: left !important;
        color: #00c99c !important;
    }

    .bmc_left .pay {
        background-color: #2855ac;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: left !important;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .table_more {
        height: 20px;
    }

    .bmc_more {
        border-radius: 0;
    }

    .bmc_more {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: right;
        color: #15b2ec;
        background-image: none !important;
        width: auto;
    }

    .table_more {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-color: transparent;
        margin-left: 0;
        cursor: pointer;
        transition: .2s ease;
    }

    .mobile_hide {
        display: none;
    }
}

.banned_tabs {
    margin-bottom: 80px;
}

.tab-content:first-of-type {
    display: block;
}

.banned_tab ul li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2c2c51;
    line-height: 1.71;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.banned_tab ul li:before {
    position: relative;
    float: left;
    width: 10.8px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/banned.svg);
    content: '';
    margin-right: 17.2px;
}

#carriage p {
    margin-bottom: 0 !important;
}

#carriage ul {
    padding-left: 0 !important;
}

/*.row p,.row li,.row span {*/
/*    text-align: justify;*/
/*}*/

.partnyor img {
    filter: grayscale(20%);
    opacity: 0.2;
}

.partnyor img:hover {
    filter: unset;
    opacity: unset;
}

@media (min-width: 1020px) and (max-width: 5000px) {

    .ssssd {
        margin-top: 100px !important;
    }

    .address-tabs {
        margin-left: 10px;
    }

    .adresscount {
        margin-top: 10px;
    }
}

@media (min-width: 0px) and (max-width: 330px) {
    .mzero {
        margin: 0 !important;
    }

    .pzero {
        padding: 0 !important;
    }

    .nav-link {
        margin-right: 0px !important;
        min-width: 95% !important;
    }

    .services_block2 {
        margin-bottom: 25px;
        height: 250px;
        font-size: 11px;
    }

    .services_block2 .card {
        height: 255px;
    }

    .titleservices {
        font-size: 10px !important;
    }

    #services .card-body {
        text-align: left;
        padding: 8px;
    }

    .card_head {
        padding-top: 6px;
    }

    .services_img {
        padding-bottom: 5px;
    }

    .td1 {
        text-align: left;
        padding-left: 7px !important;
        font-size: 10px;
    }

    .td2 {
        text-align: center !important;
        font-size: 10px;

    }

    .td3 {
        text-align: center !important;
        font-size: 10px;

    }

    .calculate_form .form-control {
        padding-left: 10px;
        font-size: 12px !important;
        font-weight: 500;
    }

    .contact_info_block label {
        color: #2855ac;
        font-weight: 600;
        padding-left: 10px;
        font-size: 11px;
    }
    .contact-details ul li
    #statement .table_head h2 {
        font-size: 17px !important;
        text-align: left;
        padding-bottom: 8px;
        text-transform: uppercase;
    }

    .nav-tabs .nav-link {

        font-size: 11px !important;

    }

    .sdfewwq {
        font-size: 8px !important;
    }


    #payments .table_head h2, #my_applies .table_head h2, #credentials .table_head h2, #referer_account .table_head h2, #kuryer h2, #my_kuryer_orders h2, #debts h2 {
        font-size: 13px !important;

    }

    .table-head-box .btn {
        font-size: 15px !important;
    }

    #somewhere .nav-tabs {

        margin-left: 5px;
    }

    .headeradmin {
        padding-left: 19px !important;
    }

    .drt_right {
        margin-left: 55px;
        width: 71%;
    }

    .loggg {
        width: 100% !important;
    }

    .navbar-brand {
        margin-left: -14px !important;
    }

    .navbar-toggler {
        margin-right: -25px !important;
    }

    .footer_contact_list li i {
        width: 10px !important;
        margin-right: 8px !important;
        height: 10px;
        color: white;
    }

    .footer_contact_cont {
        padding: 0 !important;
    }

    .leic {
        margin-left: 3px;
    }

    .login_top {
        left: 30% !important;
    }

    .order-tabs .nav-tabs .nav-link {
        min-width: 77px;
        color: black;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        border-radius: 10px;
        white-space: nowrap;
        text-align: center;
        background: #e2e2e2;
        margin-bottom: 3px;
    }

    .order-tabs .nav-tabs .active {
        min-width: 77px;
        white-space: nowrap;
        text-align: center;
        color: white;
        font-size: 11px;
        font-weight: 500;
        background-color: #2855ac;
        border-radius: 10px;
        margin-bottom: 3px;
    }

    .state-tabs .nav-tabs .nav-link {
        min-width: 77px;
        color: black;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        white-space: nowrap;
        border-radius: 10px;
        text-align: center;
        background: #e2e2e2;
        padding: 10px!important;
        margin-bottom: 3px;
    }

    .state-tabs .nav-tabs .active {
        min-width: 77px;
        white-space: nowrap;
        text-align: center;
        color: white;
        font-size: 11px;
        font-weight: 500;
        padding: 10px!important;
        /* background-color: #2855ac; */
        border-radius: 10px;
        margin-bottom: 3px;
    }

    .first_nav {
        border-radius: 10px !important;
    }

    .nav-tabs {
        border-bottom: none;
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width: 380px) {
    .sdfewwq {
        font-size: 10px !important;
    }
}

@media (min-width: 330px) and (max-width: 760px) {
    .nav-tabs {
        border-bottom: none;
        padding-bottom: 5px !important;
    }

    .login_top {
        left: 30% !important;
    }

    #somewhere .nav-tabs {
        margin-left: 5px;
    }

    .mzero {
        margin: 0 !important;
    }

    .pzero {
        padding: 0 !important;
    }
}

@media (min-width: 330px) and (max-width: 768px) {
    .first_nav {
        border-radius: 10px !important;
    }

    #somewhere .nav-tabs {
        margin-left: 10px;
    }

    .nav-link {
        margin-right: 0px !important;
        min-width: 95% !important;
    }

    .loggg {
        width: 100% !important;
    }

    .services_block2 {
        margin-bottom: 25px;
        height: 200px;
        font-size: 11px;
    }

    .services_block2 .card {
        height: 205px;
    }

    .titleservices {
        font-size: 10px !important;
    }

    #services .card-body {
        text-align: left;
        padding: 8px;
    }

    .card_head {
        padding-top: 6px;
    }

    .services_img {
        padding-bottom: 5px;
    }

}

@media (min-width: 1024px) and (max-width: 5024px) {
    .contfull {
        max-width: 1275px !important;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .large {
        font-size: 1.5rem;
        background: #f9f9f9;
        border-radius: 10px;
        padding: 5px !important;
    }

    .loggg {
        width: 100% !important;
    }

    .services_block2 {
        margin-bottom: 25px;
        height: 200px;
        font-size: 11px;
    }

    .services_block2 .card {
        height: 257px;
    }

    .titleservices {
        font-size: 10px !important;
    }

    #services .card-body {
        text-align: left;
        padding: 8px;
    }

    .card_head {
        padding-top: 6px;
    }

    .services_img {
        padding-bottom: 5px;
    }

    .yaz p {
        font-size: 11px !important;
    }

    .calculate_block {
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
        margin-left: 5px;
        width: 105%;
    }

    .clasb span {
        height: 28px;
        margin-bottom: 10px;
    }

    .form-row span {
        font-size: 10px;
        text-transform: lowercase;
        font-weight: 500;
        /* margin-left: 8px; */
        margin-right: 8px;
    }

    .td1 {
        text-align: left;
        padding-left: 7px !important;
    }

    .td2 {
        text-align: center !important;

    }

    .td3 {
        text-align: center !important;

    }

    .header_top_right .phone_text {
        text-align: right !important;
        /* margin-left: 62px; */
        margin-right: -43px;
    }

    .contact_head i {
        color: #2855ac;
        font-weight: 600;
        font-size: 18px;
        width: 9px;
    }

    .contact_info_block label {
        color: #2855ac;
        font-weight: 600;
        padding-left: 10px;
        font-size: 11px;
    }

    .contact_form label {
        font-weight: 600;
        font-size: 10px;
    }


    .calculate_block_home {
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
        margin-left: -3px;
        width: 100%;
    }

    .aa {
        margin-bottom: 5px !important;
        font-size: 10px;
    }

    .bb {
        font-weight: bold;
        font-size: 10px !important;
        background: none !important;
    }

    #account .nav-pills .nav-link {
        border-radius: 0;
        color: black;
        font-weight: 500;
        padding-bottom: 10px;
        font-size: 11px;
        text-transform: capitalize;
        border-radius: 10px;
    }


    .somewhere_block ul {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .profile_text {

        margin-left: 41px !important;
        font-size: 11px !important;

    }

    .imgprofile {
        width: 33px !important;
        position: absolute;
    }

    .order-tabs .nav-tabs .nav-link {
        min-width: 77px;
        color: black;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
         border-radius: 10px;
        white-space: nowrap;
        text-align: center;
        background: #e2e2e2;
        margin-bottom: 3px;
    }

    .order-tabs .nav-tabs .active {
        min-width: 77px;
        white-space: nowrap;
        text-align: center;
        color: white !important;
        font-size: 10px !important;
        font-weight: 500;
        background-color: #2855ac;
        border-radius: 10px;
        margin-bottom: 3px;
    }

    .state-tabs .nav-tabs .nav-link {
        min-width: 77px;
        color: black;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        white-space: nowrap;
        text-align: center;
        background: #e2e2e2;
        margin-bottom: 3px;
        border-radius: 10px;
        padding: 10px!important;
    }

    .state-tabs .nav-tabs .active {
        min-width: 77px;
        white-space: nowrap;
        text-align: center;
        color: white;
        font-size: 10px;
        font-weight: 500;
        padding: 10px!important;
        /* background-color: #2855ac; */
        border-radius: 10px;
        margin-bottom: 3px;
    }

    .phone {
        margin-left: -58px;
        padding-top: 13px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .leftpanel {
        /* margin-left: 15px; */
    }

    .rigthpanel {
        padding-right: 14px !important;
        padding-left: 0px !important;
        max-width: 73% !important;
    }

    .sign_in {
        font-weight: bold;
        font-size: 10px;
        letter-spacing: 0.6px;
        cursor: pointer;
    }

    .namesurname {

        font-size: 10px !important;

    }

    .headeradmin {
        padding: 0px !important;
    }

    .material-icons {

        font-size: 18px !important;

    }

    .material-icons2 {

        font-size: 13px !important;

    }

    .drt_right {
        margin-left: 41px !important;
    }

    .drt_icon {
        margin-top: 13px !important;
    }

    #order_count {

        margin-bottom: 0px !important;
    }

    #v-pills-home-tab {
        padding: 15px !important;
    }

    .header_bottom .navbar {
        padding: 6px;
        margin-left: -27px;
    }


}









.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #1AB248;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: black;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.sekkkil{
    width: 100px !important;
}


.user-box-account{
    background-color:#1AB248;
    min-height: 100px;
}

@media only screen and (max-width: 767px) {
    .user-box-account {
        min-height: 70px;
    }
}


.nav-link-address{
display: flex!important;
align-items: center;
justify-content: center;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}
