﻿body {
    font-size:85%;
 }
* {
   box-sizing: -webkit-border-box;
   box-sizing: -moz-border-box;
   box-sizing:  border-box;
}
    .container-fluid {
    width: 99% !important;
}
.Section-Home {
    margin: 2% 0;
    float: right;
    width: 100%;
}
img{
    max-height:100%; max-width:100%; margin:0 auto;

}
.container-center{
    width:90%;
    margin:auto;
    
    
}



#aShowCategoryMenu {
     
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


    #aShowCategoryMenu span:first-child {
        font-size: 30px;
        margin: 0 0 0 15px;
    }



#divCartAndEnamadPlace{
    
}

#divEnamadPlace {
    display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 15%;
     
    align-items: center;
    justify-content: flex-end;
}

#aEnamadShow {
  
}
#aEnamadShow img {
}


#div-head-page {
    background-image:url(/media/img/headBack3.png)
}
#div-head-page-inner {
    background-color: rgb(197,209,207,80%);
}

#div-head-page > a {
    float: right;
    width: 50%;
    color: #fff;
}
#div-product-lzy-place{

    float:right;width:100%;
}
.div-product-page-lzy{

        float:right;width:100%;position:relative;

}
 .a-product-lzy{
         float: right;
    width: 33.3333%;
    /* margin: 0.6666%; */
    border: 1px solid #cccccc;    background-color: #fff;

    background-position:center center;
    background-size:cover; background-repeat:no-repeat; min-height:50px;
    position:relative;

}
  .a-product-lzy img{
      float:right; width:100%; height:100%;

}

.lazyPriceCan {
    display: block;
    background-color: rgba(255, 255, 255,0.9);
    text-align: center;
}

.basePriceLazy {
    text-decoration: line-through;
    color: red;
}

.finalPriceLazy {
    font-weight:bold;color:#000;
}

.lazyPriceCurrency {
    font-size: 9px;
    padding: 0 4px;
}

.h2-product-title {
    display: none;
    padding: 5px;
    text-align: center;
}

    .p-product-descript{
text-align:center; display:none;padding:5px;color:#494949;font-size:13px;
}
  #div-product-arrangments{
       float:right; width:100%;border-top: 1px solid #b7b6b6; border-bottom:1px solid #000;
  }
  #div-product-arrangments a{
       float:right; width:25%; text-align:center;padding:10px;
  }



#product-filter-group-place {
    /* display: none;
    position: absolute;
    top: 0px;
    left: 0px;
        z-index: 99999;
   */
    display:flex; align-items:center; justify-content:center;
   
   
     
    /*border-bottom: 5px solid #828282;*/
}
  #close-filter-groups{
      position:absolute; top:10px ;left:10px;z-index:9999;
  }
.aProductGroupFilterItem {
    float: right;
    width: 23%;
    margin: 1%;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #979797;
    overflow: hidden;
    transition: 1s;
    border-radius: 5px;
}
.aProductGroupFilterItem:hover {
    
    background-color: #e2fc01;
    
}



   .aProductGroupFilterItem img{
    display: block;
    margin: 5px auto;
    opacity: 0.6;
    max-width: 100%;
    height: 28px;
  }
   .aProductGroupFilterItem span{
    display: block;
    height: 35px;
    font-size: 11px;    color: #868686;

   }

   #div-footer-page{

       position:fixed; bottom:0px; left:0px;  background-color:#bdbdbd; width:100%;    z-index: 999;
       display:flex;flex-direction:row; align-items:center; justify-content:space-between;
       padding:15px;
   }

      #div-footer-page a{
          display:inline-block;  text-align:center;  

   }
        


          #div-footer-page a>span{
 font-size:23px;
   }
          
          #div-footer-page a img{
  height:26px;
   }

      #a-follow{
          float:left;padding:6%;

      }
        #a-follow span{
    background-color: #38b121;
    display: inline-block;
    margin: 0 2px;
    padding: 5px 20px;
    border-radius: 3px;
    height: 30px;
    float: right;      }

        #div-follow-place{
             background-color:#54534f; width:100%; position:absolute; top:0px; left:0px;display:none;z-index:999999;
        }
         #div-follow-place a{
             display:block; padding:10px 5px; border-bottom:1px solid #808080;width:100%; text-align:center;position:relative;
        }
         #div-follow-place a span{
             display:inline-block; vertical-align:middle; margin:0 5px;
        }
         #closeFollowPlace{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px;
    color: #fff;cursor:pointer;cursor:hand;         }


         .redCircle{
             background-color:#ff0000;width:20px;
              height:20px; color:#fff; display:inline-block;
              /*position:absolute;*/ 
                 top: 0px;
    left: 0px;border-radius:50%;    font-size: 13px !important;
    text-align:center;

         }


         .productArrangment img{
             width:26px;
         }

       #productFilterGroups  .fa-search{

                 color: #a7a7a7;
    font-size: 23px;
         }


#aUserMembership {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
    #aUserMembership span:first-child {
        margin: 0 10px;
        font-size: 20px;
    }


    #aUserMembership span:last-child {
    }



#a_login {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    margin: 0 15px 0 0px;
}

    #a_login span{
        margin:0 5px;
    }
#a-username {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    margin: 0 15px 0 0px;
    
    font-size: 12px;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
}
         #a-username span{
             display:inline-block;vertical-align:middle; margin:0 5px;
       }
       #user-account-can{
           background-color: #4a4a4a; display:none;
    position: absolute;    z-index: 9999;
    padding:20px 0 0 0;

       }
        #user-account-can a {
            display: block;
            color: #fff;
            padding: 13px 30px;
            width: 100%;
            border-bottom: 1px solid gray;
            transition:500ms;
        }

        #user-account-can a:hover {
            color:#000; background-color:#0995b6;

        }
        #closeUserMenuPlace{
             position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px;
    color: #fff;cursor:pointer;cursor:hand; 
        }

        .Container-Center{
            margin:0 auto; width:90%;padding:0 0 50px 0;
        }

        .NoteOkBox3 {
    background-color: #fff;
    border: 2px solid gray;
    width: 100%;
    margin: 0;
    left: 0px !important;
}
.NoteFailBox3 {
    background-color: #fff;
    border: 2px solid gray;
    width: 100%;
    left: 0px !important;
    /* top: 0px; */
}
        .btnStyle4{

            background-color:#228e15; padding:10px; width:100%; text-align:center;border:none;color:#fff;
        }

        .div-value input{
            width:100%
        }

         .div-value textarea{
            width:100%
        }

         .h-page-title{

    text-align: center;
    border-bottom: 2px solid;
    padding: 10px;
    margin: 0 0 10px 0;
    font-weight: bold;         }


         .div-search-order-item{

         }

          .div-search-order-item input{
              width:100%;
         }
          .tableResponsive{
              float: right;
    width: 100%;
    overflow: auto;
          }
          #tblOrderList {
    width: 900px;
}


#a-topCart {
    padding: 5px 10px;
    background-color: #0995b6;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    color: #fff !important;
}

#a-contactus {
    color: #000 !important;
    border: 1px solid #e1e1e1;
    padding: 5px;
    width: 100%;
    display: flex;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}
    #a-contactus span{
        display:inline-block; padding:0 3px;
    }

    .divCaptchaCan {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        float: right;
        padding: 0 10px;
        width: 100%;
    }

.CaptchaImgCan {
    display: flex;
}

.captchaText {
    border-radius: 5px;
    padding: 4px;
}

.captchaImg {
    border-radius: 5px;
    height: 50px;
    width: 120px !important;
}



.Form-Operation {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #fff;
    display: table;
    text-align: right;
}

.FormPublic-Label {
    width: 100%;
    float: right;
    margin-bottom: 3px;
    color: #868484;
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
}

.FormPublic-Input, .FormPublic-Input2 {
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    margin-bottom: 7px;
}


    .FormPublic-Input input[type=text], .FormPublic-Input2 input[type=text], .FormPublic-Input textarea, .FormPublic-Input input[type=password] {
        width: 100%;
        border: 1px solid #C5C5C5;
        padding: 5px 10px;
        outline: none;
        direction: ltr;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

    .FormPublic-Input textarea {
        height: 150px;
        resize: none;
        display: block;
    }

.FormPublic-Input2 {
    width: 50%;
}

.FormPublic-BTN {
    margin: 10px 0px;
    display: inline-block;
    background-color: #5d1880;
    /* border-radius: 5px; */
    padding: 5px 15px;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.81) !important;
    overflow: hidden;
    position: relative;
}

    .FormPublic-BTN:before, .FormPublic-BTN:after {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        background: #fff;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .FormPublic-BTN:before {
        right: -6px;
        bottom: -6px;
    }

    .FormPublic-BTN:after {
        left: -6px;
        top: -6px;
    }



.input-before, .input-after {
    content: '';
    position: absolute;
    z-index: 1;
    border: 1px solid #C5C5C5;
    width: 13px;
    height: 13px;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.input-before {
    right: -6px;
    bottom: -6px;
}

.input-after {
    left: -6px;
    top: -6px;
}





#a-login, #a-membership {
    float: left;
    margin: 0;
    background-color: #092b6a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}


.UserView-Layout {
    width: 100%;
    float: right;
    min-height: 470px;
    margin: 20px 0;
}


.UserView-Box {
    width: 50%;
    float: right;
    padding: 2%;
    min-height: 510px;
}

.confirmRules {
    font-size: 0.8em;
    padding: 5px 0 0 0;
    margin-top: 3px;
    color: #407dfa !important;
    display: table;
    float: right;
    font-weight: bold;
}

    .confirmRules input, .confirmRules label {
        float: right;
    }

    .confirmRules input {
        content: url('/media/img/index/ChBox-Signup.png');
        margin: 0px 0 0 5px;
        height: 16px;
        width: 16px;
    }

        .confirmRules input:checked {
            content: url('/media/img/index/CheckBox-Signup.png');
            background-position-x: 16px;
        }



#div-login-can a span {
    margin: 0 5px;
    vertical-align: middle;
}



#div-login-form h2, #div-login-text-section h2, #div-membership-form h2, #div-membership-text-section h2 {
    color: #092b6a;
    font-weight: bold;
    font-size: 1.5em;
    text-align: right;
    width: 80%;
    padding: 0 0 5px 0;
    margin: auto;
    margin-bottom: 30px;
    border-bottom: 1px rgba(134, 0, 200, 0.23) solid;
}

#div-login-text-section h2 {
    color: #fff;
    font-weight: normal;
    border-bottom: 1px rgba(255, 255, 255, 0.23) solid;
}

#div-membership-text-section h2 {
    color: #666;
    font-weight: bold;
    border-bottom: 1px rgba(50, 49, 49, 0.23) solid;
}

.membershiph2-last {
    margin-top: 30px !important;
}

.a-login-op {
    display: block;
    /* float: right; */
    width: 80%;
    margin: auto;
    text-align: right;
    font-size: 0.9em;
    font-weight: 600;
}

    .a-login-op span {
        margin: 0 0 0 5px;
        vertical-align: middle;
    }


#div-login-text-section {
    BACKGROUND: #092b6a;
    COLOR: #FFF;
}

    #div-login-text-section h2 {
        color: #fff;
        /*font-weight: bold;*/
        font-size: 16px;
    }

.lb-login-text, .lb-membership-text {
    display: block;
    color: rgba(255, 255, 255, 0.81);
    text-align: right;
    font-size: 0.9em;
    width: 80%;
    margin: auto;
}

    .lb-login-text span, .lb-membership-text span {
        margin: 0 5px;
        vertical-align: middle;
    }

#a-gotoMembership {
    margin: 30px 0px 0 0;
    display: inline-block;
    /* background-color: #092b6a; */
    border-radius: 5px;
    /* padding: 10px 30px; */
    font-size: 1.3em;
    color: #00a2ec;
    border: 1px solid #fff;
}










#div-membership-text-section {
    background: #ffd017;
    color: #666;
}



/*
    -------------------------------------------------------------------------------------------
    ----------- Contactus/Submit--------------------------------------------------------------------
    -------------------------------------------------------------------------------------------*/


#btnSubmitContant {
    float: right;
    clear: both;
    background-color: #092b6a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}



.Contact-Header {
    color: #30c5f0;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    width: 96%;
    padding: 2% 0;
    margin: auto;
    border-bottom: 1px rgba(134, 0, 200, 0.23) solid;
}

#aHomePage {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background-color: #2a2a2a;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
}

    #aHomePage span {
        margin: 0 3px;
    }



#div-search-place{

    display:flex;
    width:100%;
}

#txt-autofullSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b1b1b1;
}

#txt-autofullSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
    opacity: 1;
}

#txt-autofullSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b1b1;
    opacity: 1;
}

#txt-autofullSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b1b1;
}



#div-auto-full-search-place {
    position: relative;
    width: 99%;
    margin-left: 1%;
    float: left;
    border: none;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #f3f3f3;
}

#txt-autofullSearch {
    border: 1px solid #494949;
    width: 95%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 10px 60px 10px 10px;
    color: #000;
    outline: none;
    font-weight:bold;
    font-family:Arial;
}



#btn-autofullsearch {
    position: absolute;
    right: 7px;
    width: 5%;
    padding: 11px 0 0 0;
    border: 1px solid #494949;
    background-color: #C6C9C9;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #8d8d8d;
    text-align: center;
}

.autoSearchSection {
    float: right;
    margin: 1%;
    width: 98%;
    min-height: 100px;
}

    .autoSearchSection h3 {
        color: #F84949;
        border-bottom: 1px solid #fff;
        padding: 10px 5px;
        font-size: 14px;
    }

.autoSearchSection-items {
    height: 600px;
    overflow-y: auto;
    overflow-x: no-display;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    padding:20px 0;
}

.autoSearchSection-item {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction:column;
}

.autoSearchSection-items a {
    float: right;
    color: #000 !important;
    font-size: 13px;
    padding: 1px;
    border-bottom: 0px dashed #F0F0F0;
    border: 1px solid transparent;
}

    .autoSearchSection-items a:hover {
        background-color: #fff;
        color: #000 !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C5C5C5;
    }

.aItemSearchPic_{
    display:flex;

}
.autoSearchSection-items a img {
    height: 150px;
    border: 1px solid #000;
    float: right;
    width: auto;
}

    .autoSearchSection-items a span {
        padding: 0 5px;
        float: right;
        color: #000 !important;
    }

#divAutoFullSearchResult {
    width: 100%;
    display: none;
    min-height: 300px;
    position: absolute;
    border-top: 1px solid #cecece;
    z-index: 9999999999999;
    top: 55px;
    left: 0px;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    text-align: right;
    background-color: #f8f8f8;
    /* -webkit-box-shadow: -1px 1px 1px 0px rgba(130,130,130,1); */
    -moz-box-shadow: -1px 1px 1px 0px rgba(130,130,130,1);
    /* box-shadow: -1px 1px 1px 0px rgba(130,130,130,1);*/
}



.autoSearchSection-items::-webkit-scrollbar {
    width: 5px;
}

.autoSearchSection-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.autoSearchSection-items::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.sh_attib-element-value {
    display: inline-block;
    margin: 1px;
    padding: 2px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 9px;
    border-radius: 3px;
    font-weight: bold;
}

/*//================================================================*/



#div-head-page2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
    flex-direction: row;
     
    BORDER-BOTTOM: 1PX SOLID;
    position: relative;
}

#aShowHeaderMenu{
    display:none;
}
#divHeaderLinksPlaceForMobile {
    display: none;
}

#aShowHeaderMenu span:last-child{
      margin:0 10px;
}


#divSocialLinksPlace {
    display: flex;
    align-items: center;
    justify-content: center;
}
    #divSocialLinksPlace a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px 0 0;
        font-size: 18px;
    }

    #divSocialLinksPlace a img {
        height:32px;
    }



    #div-head-page3 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        flex-direction: row;
        flex-wrap: wrap;
    }

#div-head-page4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 2px solid #bebbbb;
}
#div-head-page4 >div:first-child {
     width:15%;
}
    #div-head-page4 >div:last-child {
        width: 50%;
    }


#divSearchCanByCode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    flex-direction: row;
}

    #divSearchCanByCode label {
        width: 65px;
        font-size: 12px;
        display: inline-block;
    }

    #divSearchCanByCode input {
        border-radius: 5px;
        margin: 0 2px;
        width: 80px;
        text-align: center;
        font-weight: bold;
    }

    #divSearchCanByCode a {
        border-radius: 5px;
        background-color: #ff6a00;
        border: 1px solid #000;
        text-align: center;
    }

.product-attribs-value-can {
    /*display:none;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.attib-element-value {
    display: inline-block;
    margin: 1px;
    padding: 2px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 9px;
    border-radius: 3px;
    font-weight: bold;
}
 


#divLogoInfoPlace {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#divLogoInfoCan {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
    #divLogoInfoCan h1 {
        font-weight: bold;
        font-size: 20px;
        color:#000;
    }
    #divLogoInfoCan h2 {
        font-size: 14px;
        color: gray;
    }

#aMainLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}


#divFooterOrganInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#divFooterOrganInfoCan {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
#divFooterOrganInfo h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0995b6;
    font-size: 22px;
    font-weight: bold;
}

    #divFooterOrganInfo h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

#aLogoFooter {
    height:120px; display:flex; align-items:center; justify-content:center;
}


#footerPlace {
    float: right;
    width: 100%;
    background-color: #1b1b1b;
    padding: 0 0 50px 0 !important;
    position: relative !important;
    bottom: 20px;
    left: 0px;
    width: 100%;
     


    width: 100%;
    float: right;
    width: 100%;
    background-color: #1b1b1b;
    padding: 0 0 0px 0;
    /* position: fixed;
    bottom: 50px;
    left: 0px;
    z-index: 999999999;*/
}

.main-footer-col {
    float: right;
    position: relative;
    padding: 10px 5px;
    width: 33%;
}

.main-footer-header {
    float: right;
    width: 100%;
    text-align: right;
    direction: rtl;
    color: #0995b6;
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #0067a8;
}

.main-footer-list {
    position: relative;
    float: right;
    width: 100%;
    margin: 0px;
    padding: 5px 0px;
    list-style-type: none;
}

.main-footer-item {
    position: relative;
    float: right;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.main-footer-link {
    display: inline-block;
    float: right;
    text-align: right;
    direction: rtl;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    padding: 0px 7px 5px 0px;
    color: #fff;
    transition: all 0.2s;
}

    .main-footer-link:after {
        display: block;
        content: '\f104';
        font-family: 'FontAwesome';
        position: absolute;
        top: 3px;
        right: 0px;
        font-size: 12px;
        color: #fff;
        transition: all 0.2s;
    }

    .main-footer-link:hover, .main-footer-link:hover:after {
        color: #4680b5 !important;
    }

.main-footer-bottom {
    float: right;
    width: 100%;
    position: relative;
    background-color: #1c354c;
    padding: 10px 0px;
    border-top: 1px solid #000;
    text-align: center;
}

.main-footer-bottomBox {
    margin: 0px auto;
    display: inline-block;
    position: relative;
}

.main-footer-bottomTitle {
    direction: rtl;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0px 1px;
}

.main-footer-bottomDesc {
    float: right;
    text-align: right;
    direction: rtl;
    display: inline-block;
    color: #ffab0f;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 1px;
}



.divHeadContentPlace {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #0995b6;
    padding: 10px;
}

.divHeadContentPlace h2 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}



/*============================================================================*/
.Contact-Form-Input {
    float: right;
    width: 100%;
    margin: 0 0% 2% 0;
    border: 0px solid #acacac;
    border-radius: 3px;
}

.Contact-Form-Input input, .Contact-Form-TextArea textarea, .Contact-Form-Input i {
    float: right;
    width: 98%;
    color: #999;
    padding: 5px;
    outline: none;
    border: none;
    border: solid 1px gray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Contact-Form-Input i {
    width: 10%;
    color: #848484;
    position: relative;
    top: 3px;
    font-size: 1.3em;
}

.Contact-Form-TextArea textarea {
    resize: none;
    height: 100px;
    width: 98%;
    padding: 5px;
    border: solid 1px gray;
}



#btnSubmitContant, #btnSubmitClear {
    float: right;
    margin-top: 2%;
    margin-right: 2%;
    border: 1px solid #4a93f9;
    padding: 2%;
    border-radius: 6%;
    background: #4a93f9;
}

    #btnSubmitContant i, #btnSubmitClear i {
        float: right;
        margin-left: 10px;
        border-left: 1px solid #fff;
        padding-left: 10px;
        font-size: 1.5em;
        color: white;
    }

    #btnSubmitClear i {
        color: #f9f9f9;
        border-left: 1px solid #00bb7b;
    }

    #btnSubmitClear:hover i:before {
        color: #03714c !important;
    }

    #btnSubmitClear:hover i {
        border-left: 1px solid #00bb7b !important;
    }

.Contact-Form {
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#formcontactus {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0 0;
}
.Contact-Info {
    width: 50%;
    margin: 0 0 0% 0%;
    display: flex;
    flex-direction: column;
    /*font-weight: bold;*/
}

    .Contact-Info li {
        width: 100%;
        float: right;
        margin: 0% 0 2% 0;
        color: #9d9d9d;
    }

        .Contact-Info li i, .Contact-Info li p {
            color: #000 !important;
        }

        .Contact-Info li i {
            font-size: 1.3em;
        }

        .Contact-Info li p {
            margin: 0 0 5px 0;
            font-weight: bold;
        }

.GoogleMpas {
    width: 50%;
    float: left;
    height: 523px;
    background: url(/media/img/sama-map.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    /* max-height: 200px; */
}

    .GoogleMpas img {
        width: 100%;
        float: right;
    }


#divContactUsHeadPlace {
}

    #divContactUsHeadPlace h2 {
    }

#divContactUsBodyPlace {
    display: flex;
    align-items: center;
    justify-content: center;
}


#div_Behvandi_Software_Group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #4f4c4c;
}
    #div_Behvandi_Software_Group a {
        color: #7a7777;
        font-size: 12px;
    }



#divContactUsPlace_{
    display:none;
    position:fixed; height:100%; width:100%; top:0px; left:0px;

}
#divBlackBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
}
#divSocialLinksPlace_ {
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    #divSocialLinksPlace_ a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
         
        padding: 20px 40px;
    }

    #divSocialLinksPlace_ a span:first-child
    {

        font-size:80px; margin:20px 0;
    }



#aCloseContactUsPlace_{

    position:absolute; top:50px; left:50px;
    z-index:99999999;
    font-size:50px;
    color:red;
    cursor:hand; cursor:pointer;
}


#aShowContactUsShortCut {
    position: fixed;
    bottom: 80px;
    left: 0px;
    z-index: 9999999999;
    background-color: #323434;
    border: 1px solid #f1e9e9;
    color: #fff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: hand;
    cursor: pointer;
}


#divMapRoutingBox{
     display:flex; align-items:flex-start; justify-content:flex-start;
     width:50%; flex-direction:column;
}

    #divMapRoutingBox a {
        display: flex;
        align-items: center;
        justify-content: center; flex-direction:column; padding:20px;
        border:1px solid gray;
        margin:20px; width:100%;
    }


#div-map-route-place{

    display:flex; align-items:center; justify-content:center; width:100%;
}



.div-item {
    max-width: 600px;
    padding: 10px 0;
}

.div-name{
    font-weight:bold;
}

.div-value {
}

.div-value input {
    padding:5px;
}

    .div-value textarea {
        padding: 5px;
    }