/* faq */
.faq {
    background-image: url(../img/faqbg.jpg);
    background-repeat: repeat;
    background-size: 19%;
}
.center-btn {
    left: 50%;
    transform: translate(-50%, -110%);
    z-index: 2;
}
/* searxh box */
.search_circle_box {
    width: 35px;
    height: 35px;
}
@media (min-width:1200px) {
    .wrap1 {
        display: block;
    }
    .wrap2 {
        display: none;
    }
}
@media (max-width:1200px) {
    .wrap1 {
        display: none !important;
    }
    .wrap2 {
        display: block !important;
    }
}
.form-control:focus {
    /* color: var(--bs-body-color); */
    /* background-color: var(--bs-form-control-bg); */
    /* border-color: #86b7fe; */
    outline: 0;
    box-shadow: none !important;
}
.form-select {
    box-shadow: none !important;   
}
ul.tabs {
    width: 100%;
    margin-top: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

ul.tabs li {
    float: left;
    width: 160px;

}

ul.tabs li a {
    position: relative;
    display: block;
    height: 30px;
    margin-top: 40px;
    padding: 10px!important;
}
ul.tabs li a {
    position: relative;
    display: block;
    height: auto;
    margin-top: 40px;
    padding: 10px 0 0 0;
    margin-top: 40px;
    padding: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 0px solid #000000;
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
}

.tabs li:first-child a {
    z-index: 3;
}
.tabs li>* {
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius-topleft: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 40px;
    height: 100%;
}

.tabs li:nth-child(2) a {
    z-index: 2;
}

ul.tabs li a:hover {
    margin: 39px 0 0 0;
    padding: 10px 0 5px 0;
}

ul.tabs li a.active {
    margin: 40px 0 0 0;
    padding: 10px 0 10px 0;
    color: #ffffff;
    /*color: #ff6831;*/
    z-index: 4;
    outline: none;
    height: 100%;
}

.group:before,
.group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.group:after {
    clear: both;
}

#content {
    width: 100%;
    height: fit-content;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#one {
    background: #ef4d61 !important;
    padding: 10px;
}
#one::before {
    content: '';
    height: 17px;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    border-top-right-radius: 13px;
    right: 0px;
    border-top-left-radius: 13px;
    bottom: 0;
}
#two {
    background: #f06333 !important;
    padding: 10px;
    margin-left: 140px;
}
#two::after {
    content: '';
    height: 17px;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    border-top-right-radius: 13px;
    right: 0px;
    bottom: 0;
}
#three {
    background: #e3bd00 !important;
    padding: 10px;
    margin-left: 279px;
}
#three::after {
    content: '';
    height: 17px;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    border-top-right-radius: 13px;
    right: 0px;
    bottom: 0;
}
#four {
    background: #8ec752 !important;
    padding: 10px;
    margin-left: 450px;
}
#four::after {
    content: '';
    height: 17px;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    border-top-right-radius: 13px;
    right: 0px;
    bottom: 0;
}
#five {
    background: #76a4d6 !important;
    padding: 10px;
    margin-left: 620px;
}
#five::after {
    content: '';
    height: 17px;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    border-top-right-radius: 13px;
    right: 0px;
    bottom: 0;
}
#six {
    background: #9e56a2 !important;
    padding: 10px;
    margin-left: 790px;
}
#six::after {
    content: '';
    height: 17px;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    border-top-right-radius: 13px;
    right: 0px;
    bottom: 0;
}
.one {
    background: #ef4d61 !important;
    padding: 10px 0 !important;
}

.two {
    background: #f06333 !important;
    padding: 10px 0 !important;
}

.three {
    background: #e3bd00 !important;
    padding: 10px 0 !important;
}

.four {
    background: #8ec752 !important;
    padding: 10px 0 !important;
}
.five {
    background: #76a4d6 !important;
    padding: 10px 0 !important;
}
.six {
    background: #9e56a2 !important;
    padding: 10px 0 !important;
}

.all {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 30px;
    border-top-right-radius: 8px;
}

.input-search {
    border: 1.6px solid magenta;
}
.box {
    border: 1px solid #d1d1d1;
    height: min-content;
}

.box img {
    height: 220px;
    object-fit: cover;
}

.box:hover {
    box-shadow: 0 0 10px magenta;
}

.weight-bold {
    font-weight: 700;
}

@media only screen and (min-width: 1200px) {
    .p-30 {
        padding: 0 30px;
    }
}

.border-dashed {
    border: 2px dashed #fff;
}

.mark {
    left: 180px;
    bottom: 0px;
}

@media (min-width :997px ) {
    .img-blue-box>img {
        /* width: 100%;
        transform: scale(-1, 1.4); */
    
        /* width: 343px !important; */
        transform: scale(-1, 1.4);
        height: 230px !important;
        object-fit: cover;
    }
    .px-lg-7 {
        padding: 0 7rem !important;
    }
}
@media (max-width :1200px ) {
    ul.tabs li a {
        margin-top: 0 !important;
    }
    ul.tabs li a {
        margin-top: 0 !important;
    }
}

.next,
.prev {
    width: 50px;
    height: 50px;
}

.box-sazman {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    margin: 0 8px;
    width: 120px;
    height: 120px;
    margin: 10px auto;
}



/* tips */
.tips-ul {
    line-height: 45px;
}
.tips-ul > li {
    list-style: inside !important;
}
.ol-tips > li {
    list-style: -webkit-radial-gradient !important;
}
.ol-tips {
    line-height: 28px;
    padding-left: 1.25rem;
}
.box-margin {
    margin-bottom: 120px;
}
@media (min-width: 992px) {
    .rounded-lg-end-0 {
        border-top-right-radius:0 !important;
        border-bottom-right-radius:0 !important;
    }
    .rounded-lg-start-0 {
        border-top-left-radius:0 !important;
        border-bottom-left-radius:0 !important;
    }
}
.Rate {
    width: 60px;
    margin-left: 2px;
}
.circle_box {
    width: 130px;
    height: 130px;
    margin: auto;
}
.favorite {
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}