:root{
    --site-color:#fff;
    --blue-color:#1d50a0;
    --scound-color:#248ccc;
}

.logo {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto 20px;
}
.taslsl {
    margin-bottom: 20px;
}
.taslsl i {
    color: var(--blue-color);
}
.taslsl a , .taslsl span {
    font-size: 16px;
    padding: 0 5px;
    color: var(--scound-color);
}
/* prinacy */
.qs {
    background-color: var(--scound-color);
    color: var(--site-color);
    cursor: pointer;
}
.ans {
    display: none;
}
.y_f_bold {
    font-weight: bold;
    color: var(--site-color);
    font-weight: 600;
    font-size: 14px;
}
.ho-is {
    color: var(--blue-color) !important;
    font-size: 32px;
}
.sec_title h2 {
    color: var(--blue-color);
}
.sec_title h2:after {
    background-color: var(--blue-color);
}

.amaont-section {
    background-color: var(--blue-color) !important;
    color: var(--site-color);
}

/* montjat */

.montj-title {
    margin-bottom: 35px;
    font-weight: bold;
    color: var(--orange-color);
}

.montj-bottom {
    margin-top: 25px;
}
.small-img-ul {
    border: none;
}
.small-img-ul li a {
    padding: 0 2px;
}
.small-img-ul li a img{
    width: 40px;
    height: 40px;
}

/* 3ard */
.ard-title {
    margin-bottom: 45px;
    margin-top: 0;
    font-weight: bold;
}
.ard-title2 {
    margin-bottom: 15px;
    color: #fff !important;
}
/*  montaj in cp */
.add-montaj {
    padding: 15px 0 !important;
}
.add-montaj a {
    background-color: var(--blue-color);
    border-radius: 5px;
    color: #ffffff;
}
.add-user {
    background-color: var(--blue-color);
    border-radius: 5px;
    color: #ffffff;
}
/* footer */
.hkok {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
   
    .act {
        float: none;
    }
    .scroll_down {
        display: none;
    }
    .ard-title2 , .montj-amount {
        margin-top: 15px;
    }
    .details-item , .buy-now-index {
        display: block;
        margin-top: 10px;
    }
    .act-img {
        height: 300px;
    }
    }

    @media (min-width: 768px) {
        .act {
            float: right;
        }
        .ard-title2 , .montj-amount {
            margin-top: 15px;
        }
        .details-item , .buy-now-index {
            display: block;
            margin-top: 10px;
        }
        .act-img {
            height: 295px;;
        }
        .title-item-index {
            height: 45px;
        }
        
      }
    
      @media (min-width: 992px) {
        .act {
            float: right;
        }
        .act-img {
            height: 243.33px;
        }
        .title-item-index {
            height: 45px;
        }
      }
    
      @media (min-width: 1200px) {
        .act {
            float: right;
        }
        .act-img {
            height: 212.5px;
        }
        .title-item-index {
            height: 45px;
        }
      }
    