﻿#info4 .nav-tabs {
    border-bottom: none;
}

#info4 button.owl-prev {
    position: absolute;
    left: 0px;
    top: 37%;
    transform: translateY(-50%);
    background-color: white !important;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
    color: #000 !important;
}

#info4 button.owl-next {
    position: absolute;
    right: 0px;
    top: 37%;
    transform: translateY(-50%);
    background-color: white !important;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
    color: #000 !important;
}

#info4 .owl-dots {
    display: none;
}
#info4 ._flex_day{
        display: flex;
    height: 195px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 8px;
    background: #fff;
    padding: 16px 7px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}
#info4 .item > li {
     display: flex;
    justify-content: center;
    border: 1px dashed #012434;
    position: relative;
    border-radius: 17px;
    margin: 0px 6px;
    width: 121px;
    margin-bottom: 11px;
}#info4 li.active{
   
    border: none;
}
#info4 .item .active:after{
     content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0;
    border-radius: 14px;background: #4caf5014;
    border: 2px dashed #01b8ff;
}
    #info4 .item li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 74px;
        /*background-color: #fff;*/
        border-radius: 100%;
        color: #000;
        text-transform: uppercase;
        flex-wrap: wrap;
        text-align: center;
        font-size: 20px;
        text-decoration: none;
        font-weight: 700;
    }
    .main_flex_rowV{
        display: flex;
    flex-direction: row-reverse;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    }
    .bgMQOP{
      display: block;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: 4px solid #fff;
    margin-bottom: 10px;
    align-content: flex-end;
    align-items: stretch;

    }
.ljofuW {
  display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color:#012434;
    cursor: pointer;
    direction: rtl;
    line-height: 31px;
}

#info4 .item li.active .ljofuW {
    color:#01b8ff;
 
    font-weight: bold;
}
.owl-pagination{
        text-align: center;
    margin-top: 15px;
}
.owl-controls .owl-page {
    cursor: pointer;
    width: 20px;
    height: 10px;
    display: inline-block;
    background: #05183b;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
    border: 1px dashed #eee;
}
.owl-controls .owl-page.active {
   
    background: green;
  
}
#info4 .tab-content {
    padding: 20px 5px;
  /*  background-color: #fff;*/
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    margin-top: 0px;
    border-radius: 19px;
}

    #info4 .tab-content h3 {
        font-size: 40px;
        font-weight: bold;
    }

.lguoIx {
   width: 60px;
    height: 35px;
    border-radius: 13px;
    user-select: none;
    position: relative;
    margin-right: 3px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #ffffff8c;
    color: rgb(43 176 69);
    text-decoration: none;
    float: right;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #26af4366;
}

.iqSwfT {
  display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
     width: 60px;
    height: 35px;
    border-radius: 12px;
    user-select: none;
    position: absolute;
    font-size: 12px;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 0.3s linear 0s;
    background-color: #30b24a;
    color: #fff;
}

    .iqSwfT a {
        color: rgb(255, 255, 255);
    }

.lguoIx:hover .sc-pCPXO {
    opacity: 1;
}

.ms-partOnetit {
float: right;
    min-width: 114px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background: #05183b;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ffffff;
    border-radius: 17px;
    margin-bottom: 12px;
    margin-left: 2px;
    padding: 12px;
}
#info4 .owl-controls .owl-next {
    position: absolute;
    right: -41px;
    bottom: -12px;
    transition: background 0.50s ease;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;    padding-top: 0px;
}
#info4 .owl-controls .owl-prev {
    position: absolute;
    left: -41px;
    bottom: -12px;
    transition: background 0.50s ease;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;    padding-top: 0px;
    line-height: 31px;
}
#info4 .owl-controls .owl-prev:after,#info4  .owl-controls .owl-next:after {

    color: #0047609c;
    font-size: 27px;
}
.pd25{
    padding:0px 10px;
}
.ms-partOne {
    /*margin-right: 70px;*/
}

.ms-part-pic {
    width: 20px;
    float: right;
}

.ms-used {
    transition: opacity 0.3s linear 0s;
    background-color: rgb(237, 239, 240);
    color: rgb(108, 117, 125);
    width: 100%;
    display: block;
    text-decoration: line-through;
   border-radius: 13px;
}

.ms-used-t {
    transition: opacity 0.3s linear 0s;
    background-color: rgb(237, 239, 240);
    color: rgb(108, 117, 125);
}

.ms_p_vist {
    background-color: #f8f9fa !important;
    box-shadow: rgb(218, 228, 245) 0px 1px 10px 0px;
    border-radius: 8px;margin-bottom: 25px;
}

.ms-tit-v {
  font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.4px;
    padding-bottom: 13px;
}

.ms-v-rw {
    border-top: 1px dashed #dcdcdc !important;
    padding: 12px 9px;
}

.text-success {
    color: #22af48 !important;
}

.font-weight-700 {
    font-weight: 700;
}
.section-header {
    position: relative;
    min-height: 36px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: -0.6px;
    padding: 13px 15px;
    border-bottom: 2px dashed #fff;
}
.ms-txt-checkout{
        padding: 15px 28px;
    line-height: 33px;
    direction: rtl;    padding-top: 0px;
}
.ms-baner {
    /*background: url(/css/img/bg-img-4.jpg);*/
    padding: 20px 0;
    /*height: auto;*/
}
.ms_breadCrumbs li a {
    color: #747474;
}.ms_breadCrumbs {
    float: initial;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    direction: rtl;
    align-items: center;
    margin: 3px auto 15px;
    border-bottom: 1px dashed #ffffff8c;
    padding-bottom: 5px;
    border-top: none;
}
 .text-danger {
    color: #a94442;
    font-size: 10px;
    font-weight: bold;
}
 @media all and (max-width:1229px) 
 {.main_flex_rowV {
 
    flex-wrap: wrap;
}
     .bgMQOP {
    display: block;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}.ms-partOnetit {
    float: right;
    min-width: 114px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background: #05183b;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ffffff;
    border-radius: 17px;
    margin-bottom: 12px;
    margin-left: 10px;
}.lguoIx {
    width: 85px;
    height: 42px;
    border-radius: 13px;
    user-select: none;
    position: relative;
    margin-right: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #ffffff8c;
    color: rgb(43 176 69);
    text-decoration: none;
    float: right;
    font-size: 14px;
    line-height: 41px;
    border: 1px solid #26af4366;
}.iqSwfT {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 82px;
    height: 40px;
    border-radius: 12px;
    user-select: none;
    position: absolute;
    font-size: 12px;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 0.3slinear 0s;
    background-color: #30b24a;
    color: #fff;
}
 }
@media all and (max-width:760px) {

    .ms-partOnetit {
        width: 100%;text-align: right;    margin-bottom: 10px;
    }

    .ms-partOne {
        margin-right: 0;
    }
    #info4 .tab-content {
        padding: 0;
    }
}
