@font-face {
  font-family: 'yekan';
      src: url('byekan.ttf'); /* IE9 Compat Modes */
     src: url('byekan.ttf') format('truetype'), /* IE6-IE8 */
}
@font-face {
  font-family: 'shabnam';
      src: url('shabnam.ttf'); /* IE9 Compat Modes */
     src: url('shabnam.ttf') format('truetype'), /* IE6-IE8 */
}
.sub-style {
    direction: rtl;
    float: right;
    font-size: 14px;
    font-family: shabnam;
    padding: 10px;
    color: #ffffff;
    background-color: #213655;
    margin-top: 10px;
    border-radius: 0px 7px 7px 0px;
    border-left: 1px solid #B89B5F;
    padding-right: 25px !important;
}

.text-sub-style {
    direction: rtl;
    float: right;
    font-size: 14px;
    font-family: shabnam;
    padding: 10px;
    color: #ffffff;
    background-color: #213655;
    margin-top: 10px;
    border-radius: 7px 0px 0px 7px;
}

.form-style {
    margin-top: 15px;
    direction: rtl;
    width: 74%;
}

.text-input-form
{
    font-family: shabnam;
    font-size: 15px;
    padding: 10px;
    direction: rtl;
    width: 150px;
    vertical-align: top;
}

.style-input {
    background-color: #d1d3d8;
    border: 1px;
    height: 30px;
    width: 60%;
    /*margin-right: 15px;*/
    text-indent: 10px;
    border-radius: 5px;
    font-family:shabnam;
    font-size: 15px;

}

.style-input:hover {
    border: 1px solid #4D8CB8;
}

.icon-star {
    padding: 5px;
    color: red;
    font-size: 10px;
}

.margin-radio {
    margin-right: 20px;
}

.margin-radio1 {
    margin-right: 20px;
}

.text-radio {
    font-family: shabnam;
    font-size: 15px;
    padding: 5px;
}

.text-input-form-khatm {
    color: #B1B1AF;
    font-family: shabnam;
    font-size: 15px;
    padding: 7px;
    width: 220px;
}

.select-style-form {
    background-color: #d1d3d8;
    padding: 5px;
    font-family: shabnam;
    font-size: 14px;
    color: black;
    width: 60%;
    /*margin-right: 15px;*/
}

.col-sub {
    margin-bottom: 20px;
}

.plus-button {
    background-color: #213655;
    border: none;
    height: 31px;
}

.icon-plus {
    color: #ffffff;
    font-size: 14px;
    padding: 6px;
}

.plus-button .icon-plus:hover {
    color: #B89B5F;
}

.textarea-style {
    width: 350px !important;
    height: 148px !important;
}

text-textarea {
    position: relative;
    bottom: 123px;
}

.col-button {
    margin-right: 192px;
    margin-bottom: 30px;
    clear: both;
}

.send {
    color: #ffffff;
    font-size: 14px;
    font-family: shabnam;
    padding: 10px;
    background-color: #006599;
    border: none;
    height: 33px;
    padding: 8px;
    width: 200px;
}

.cancel {
    color: #ffffff;
    font-size: 14px;
    font-family: Shabnam;
    padding: 10px;
    background-color: #006599;
    border: none;
    height: 33px;
    padding: 8px;
    width: 146px;
}
.send:hover
{
    background-color: #209c1e;
    transition: 0.6s;
    color: white;
}
.cancel:hover
{
    background-color: red;
    transition: 0.6s;
    color: white;
}
@media only screen and (max-width:1038px) {
    .sub-style {
        width: 100%;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #B89B5F;
        border-radius: 7px 7px 0px 0px;
    }
    .text-sub-style {
        margin-top: 0px !important;
        width: 100%;
        border-radius: 0px 0px 7px 7px;
    }
}


@media only screen and (max-width:1020px) {
    .col-sub {
        width: 73%;
    }
    .form-style{
        width: 72%;
    }
}
@media only screen and (max-width:1000px) {
    .col-sub {
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .form-style {
        width: 100%;
    }
}

@media only screen and (max-width:655px) {
    .col-button {
        margin-right: 15px !important;
        margin-top: 10px;
    }
    .text-input-form {
        font-family: shabnam;
        font-size: 15px;
        padding: 10px;
        direction: rtl;
        width: 100%;
    }
    .send {
        width: 100%;
        margin-bottom: 15px;
    }
    .cancel {
        width: 100%;
    }
    .textarea-style {
        width: 100% !important;
    }
    .style-input {
        margin-right: 0px;
        width:350px;
    }
    .select-style-form {
        width: 230px;
    }
    .text-input-form-khatm {
        width: 100%;
    }
  .margim-button-3-work{
        width: 100% !important;
          margin-bottom: 15px !important;
    }
    .button-3-work{
        width: 100% !important;
    }
    .col-button-3-work{
        width: 100%;
        margin-right: 0px !important;
    }
}

.margim-button-3-work {
    padding: 0px;
    width: 122px;
}

.col-button-3-work {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 189px;
    float: right;
  
}

.icon-button-3-work {
    padding-left: 10px;
    color: #B89B5F;
}

.button-3-work {
    background-color: #213655;
    padding: 10px;
    color: #ffffff;
    font-family: shabnam;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 5px 0 #006599;
    color: #fff;
    cursor: pointer;
    margin: 0;
    outline: 0;
    transition: all .1s linear;
}

.button-3-work:active {
    box-shadow: 0 2px 0 #006599;
    transform: translateY(3px);
}

.disply-img{
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.float-img-select{
    float: right;
}
.img-select-img{
    
    width: 200px;
    height: 150px;
    border-radius: 7px;
      opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
    margin-bottom: 10px;
   
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
      
}

.container1:hover .img-select-img {
  opacity: 0.3;
   
}

.container1:hover .middle {
  opacity: 9;
   
}

.text
{
    background-color: #213655;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 7px;
}
