.regionalMapContainer{
    height: 863px;
    background: #9ab0d7;
    position: relative;
}
.regionalSearchContainer{
    position: absolute;
    z-index: 10;
    width: 400px;
    top: 30px;
    left: 30px;
}
.regSearchHeader{
    background-color: #FAFAFC;
    padding: 23px 30px;
}
.regSearchInputContainer{
    position: relative;
    overflow: hidden;
}
.regSearchInputContainer input{
    height: 50px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #A0B4C4;
    width: 100%;
    padding-left: 20px;
    padding-right: 120px;
    font-size: 13px;
}
.regSearchBtnsContainer{
    position: absolute;
    height: 100%;
    width: 120px;
    display: flex;
    top: 0px;
    right: 0px;
    transition: .6s;
}
.regSearchBtnsContainer.notActive{
    transform: translateX(60px);
}

.regSearchBtnsContainer .btn{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .6s linear;
}
.closeRegSearch{
    cursor: pointer;
}
.closeRegSearch:after{
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    left: 0px;
    top: 10px;
    width: 1px;
    background: #091F40;
    opacity: .1;
}
.closeRegSearch{
    transition: .6s;
}
.closeRegSearch:hover{
    opacity: .7;
}
.serviceInnerHead{
    height: 350px;
    position: relative;
    z-index: 1;
}
.serviceInnerHead > img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}
.serviceInnerHead > span{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #032B4B;
    opacity: .4;
}
.serviceInnerHeadTtl{
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    z-index: 4;
}
.serviceInnerHeadTtl h1{
    color: #FFFFFF;
    padding-right: 485px;
}
.serviceInnerContainer{
    padding-top: 50px;
    position: relative;
    z-index: 2;
}
.serviceInnerContainer .txt{
    width: calc(100% - 515px);
    font-size: 16px;
    transition: .6s;

}
.serviceInnerContainer > .container > .txt{
    min-height: 500px;
}
@media(max-width: 1365px){
    .serviceInnerContainer .txt{
        font-size: 13px;
    }
}
.serviceInfoBlock{
    width: 485px;
    position: absolute;
    top: -100px;
    right: 201px;
}
.serviceInfoHeader{
    height: 100px;
    width: 100%;
    display: flex;
}
.serviceInfoHeader .ttlContainer{
    padding-left: 46px;
    padding-top: 40px;
    background-color: rgba(236,240,241,.95);
    height: 100%;
    width: calc(100% - 132px);
}
.serviceInfoHeader .btnContainer{
    height: 100%;
    width: 132px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceInnerInner{
    padding: 0px 45px;

    padding-bottom: 40px;
    background-color: rgba(236,240,241,.95);
}
.chamberLeft{
    position: relative;
    width: 49.5%;
    padding-top: 22.8%;
    background-color: #091F40;
}
.chamberSliderTxtContainer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 70;
    width: 49.5%;
    padding-top: 22.8%;
}
.chamberLeft > picture img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .8;
}
.chamberLeftInner{
    position: absolute;
    z-index: 2;
    padding-bottom: 82px;
    padding-left: 203px;
    padding-top: 18px;
    padding-right: 154px;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.chamberLeftInner .ttl span{
    color: #FFFFFF;
    transform: translateY(120%);
    display: flex;
    transition: 1s;
    transition-delay: .2s;
}
.chamberSliderContainer.active .chamberLeftInner .ttl span,.chamberSliderContainer.active2 .chamberLeftInner .ttl span{
    transform: translateY(0%);
}
.chamberLeftInner .ttl {
    overflow: hidden;
}
.chamberLeftInner .txt{
    color: #FFFFFF;
    margin-top: 60px;
    margin-bottom: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 1s;
    transition-delay: .6s;
    opacity: 0;
    font-size: 21px;
    line-height: 25px;
}
.chamberLinkOut{
    transform: translateY(30px);
    transition: 1s;
    transition-delay: .6s;
    opacity: 0;
}
.chamberSliderContainer.active .chamberLinkOut,.chamberSliderContainer.active2 .chamberLinkOut{
    transform: translateY(0px);
    opacity: 1;
}
.chamberSliderContainer.active .chamberLeftInner .txt,.chamberSliderContainer.active2 .chamberLeftInner .txt{
    opacity: 1;
}
.chamberLeftInner a{
    font-size: 13px;
    color: #fff;
    height: 48px;
    padding: 0px 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 8px;
    transition: .6s;
}
.chamberLeftInner a:hover{
    color: #091F40;
    background: #fff;
}
.chamberSlide{
    display: flex;
}
.chamberRight{
    display: flex;
}
.chamberRightItem{
    padding-top: 22.8%;
    width: 25.7%;
    position: relative;
    margin-left: 30px;
}
.chamberRightItem img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.chamberSliderContainer{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background-color: #fff;*/
}
.chamberSlides{
    position: relative;
    padding-top: 22.8%;
    margin-top: 10px;
}
.chamberSliderContainer{
    /*clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);*/
    transition: 1s;
}
.chamberSliderContainer.active2{
    z-index: 40!important;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
}
.chamberSliderContainer.active{
    z-index: 3;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/

}
.chamberLeft,.chamberRightItem{
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: 1s ease-in-out;
}
.chamberLeft{
    transition-delay: .2s;
}
.chamberFirstLtl{
    transition-delay: .4s;
}
.chamberSecondLtl{
    transition-delay: .6s;
}
.chamberSliderContainer.active2 .chamberLeft,.chamberSliderContainer.active .chamberLeft,.chamberSliderContainer.active2 .chamberRightItem,.chamberSliderContainer.active .chamberRightItem{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.chamberSlider{
    position: relative;
    margin-top: 110px;
}
.chamberLeftBtn{
    position: absolute;
    left: 100px;
    top: 51%;
    z-index: 100;
    cursor: pointer;
    transition: .6s;
}
.chamberRightBtn{
    position: absolute;
    right: 100px;
    top: 51%;
    z-index: 100;
    cursor: pointer;
    transition: .6s;
}
.chamberLeftBtn svg,.chamberRightBtn svg{
    transition: 1s;
}
.chamberLeftBtn:hover svg{
    transform: translateX(-10px);
}
.chamberRightBtn:hover svg{
    transform: translateX(10px);
}
.serviceBlockInfoContainer{
    padding-top: 30px;
}
.serviceBlockInfoContainer .ttl{
    margin-bottom: 5px;
}
.serviceBlockInfoContainer li{
    padding-left: 10px;
    position: relative;
}
.serviceBlockInfoContainer li:after{
    content: '';
    height: 5px;
    width: 5px;
    background: #091F40;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 7px;
}
.serviceBlockStep .btn{
    text-align: center;
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    transition: .6s;
    margin-top: 20px;
    padding: 10 15px;
    cursor: pointer;
}
.serviceBlockStep .btn.red{
    background-color: #D31E43;
}
.serviceBlockStep .btn.red:hover{
    color: #D31E43;
    background-color: #fff;
}
.serviceBlockStep .btn.blue{
    background-color: #032B4B;
}
.serviceBlockStep .btn.blue:hover{
    color: #032B4B;
    background-color: #fff;
}
.serviceBlockStep .btn.marginTop{
    margin-top: 35px;
}
.serInfBack{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}
.serInfBack i{
    transition: .6s;
    height: 12px;
    display: flex;
}
.serInfBack:hover i{
    transform: translateX(-5px);
}
.serInfBack .txt{
    color: #D31E43;
    margin-top: -5px;
    margin-left: 10px;
}
.serviceRegistrationHead{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.servisRegHeadDot{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.servisRegHeadDot .num{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #A0B4C4;
    border-radius: 50%;
    font-size: 17px;
    transition: .6s;
    position: relative;
}
.serRdyIcon{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6AB04C;
    border-radius: 50%;
    transition: .6s;
    opacity: 0;
    top: 0px;
    left: 0px;
}
.servisRegHeadDot.ready .serRdyIcon{
    opacity: 1;
}
.servisRegHeadDot.active .num{
    background: #D31E43;
}
.servisRegHeadDot.active .ttl{
    color: #091F40;
}
.servisRegHeadDot .ttl{
    color: #A0B4C4;
    margin-top: 5px;
    transition: .6s;
}
.serviceBlockregistrationStep{
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translateY(20px);
    transition: .6s;
    opacity: 0;
}
.serviceBlockregistrationStep.active{
    opacity: 1;
    transform: translateY(0px);
}
.serviceBlockAddFilesStep{
    transform: translateY(20px);
    transition: .6s;
    opacity: 0;
}
.serviceBlockAddFilesStep.active{
    transform: translateY(0px);
    transition: .6s;
    opacity: 1;
}
.regInputContainer input{
    height: 50px;
    width: 100%;
    padding-left: 26px;
    font-size: 13px;
    border: 1px solid #A0B4C4;
    border-radius: 8px;
    transition: .6s;
}
.regInputContainer textarea{
    height: 120px;
    width: 100%;
    padding-left: 26px;
    padding-top: 25px;
    font-size: 13px;
    border: 1px solid #A0B4C4;
    border-radius: 8px;
    transition: .6s;
    resize: none;
    outline: none;
}
.regInputContainer input:focus,.regInputContainer textarea:focus{
    background: #EEF0F6;
}
.regInputContainer .ttl{
    margin-bottom: 5px;
}
.regInputContainer .ttl span{
    color: #D31E43;
}
.regInputContainer{
    margin-top: 20px;
    position: relative;
}
.faqMain{
    border: 2px solid #EEF0F6;
    padding: 0px 62px;
    cursor: pointer;
    padding-bottom: 38px;
    transition: .6s;
    margin-bottom: 15px;
    background: #fff;
}
.faqMain.active{
    border-color: #D31E43;
}
.faqMain.active .faqTtl{
    padding-bottom: 40px;
}
.faqTtl{
    position: relative;
    margin-top: 38px;
    padding-left: 65px;
    transition: .6s;
    padding-right: 30px;
}
.faqTtl .faqDot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #032B4B;
    position: absolute;
    left: 0px;
    top: 10px;
}
.faqPlus{
    position: absolute;
    right: 0px;
    top: 15px;
    height: 20px;
    width: 20px;
}
.faqPlus span{
    width: 20px;
    height: 2px;
    background: #032B4B;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 1s;
}
.faqMain.active .faqPlus span{
    background: #D31E43;
}
.faqPlus span:last-child{
    transform: rotate(90deg);

}
.faqMain.active .faqPlus span:last-child{
    transform: rotate(0deg);
}

.faqTxtOuter{
    overflow: hidden;
    height: 0px;
    transition: .6s;
}
.findPartnerBtn{
    cursor: pointer;
}
/*.findPartnerBtn{*/
/*    height: 50px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    transition: .6s;*/
/*    background: #D31E43;*/
/*    color: #fff;*/
/*    width: fit-content;*/
/*    padding: 0px 114px;*/
/*    border-radius: 8px;*/
/*    margin-top: 80px;*/
/*}*/
/*.findPartnerBtn:hover{*/
/*    background: #091F40;*/
/*}*/
.findPartnerContainer{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999;
    display: none;
    align-items: center;
    top: 0px;
    left: 0px;
    justify-content: center;
    opacity: 0;
    transition: .6s;
}
.findPartnerContainer.active{
    opacity: 1;
}
.findPartnerContainer .bg{
    background: #091F40;
    opacity: .7;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.findPartnerPopup{
    position: relative;
    background: #fff;
    z-index: 2;
    width: 516px;
    border: 3px solid #A0B4C4;
    border-radius: 37px;
    padding: 40px 50px;
    padding-right: 25px;
    transform: translateY(50px);
    transition: .6s;
}
.findPartnerContainer.active .findPartnerPopup{
    transform: translateY(0px);
}
.findPartnerPopup .ltlTtl{
    color: #D31E43;
    font-size: 12px;
    margin-top: 5px;
}
.findPopupInner{
    overflow: auto;
    max-height: 50vh;
    -webkit-overflow-scrolling: touch;
    padding-right: 25px;
    margin-top: 35px;
    padding-bottom: 5px;
}
/* width */
.findPopupInner::-webkit-scrollbar,.regSearchIn::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.findPopupInner::-webkit-scrollbar-track,.regSearchIn::-webkit-scrollbar-track {
    background: #EEF0F6;
}

/* Handle */
.findPopupInner::-webkit-scrollbar-thumb {
    background: #A0B4C4;
    border-radius: 25px;
}
.regSearchIn::-webkit-scrollbar-thumb{
    background: #032B4B;
}


.findPopupInner .regInputContainer{
    margin-top: 0px;
    margin-bottom: 25px;
}
.findPopupInner .regInputContainer:last-child{
    margin-bottom: 0px;
}
.findPopupSubmit{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s;
    background: #091F40;
    color: #fff;
    width: calc(100% - 25px);
    margin-top: 25px;
    border-radius: 8px;

}
.findPopupSubmit:hover{
    background: #D31E43;
}
.closeFindPartner{
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
}
.closeFindPartner svg rect{
    transition: .6s;
}
.closeFindPartner:hover svg rect{
    fill: #091F40;
}

.regSearchList:after{
    height: 1px;
    background: #ECF0F1;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 0px;
    z-index: 10;
    position: absolute;
    content: '';
}

.regSearchArrow{
    position: absolute;
    top: 20px;
    right: 0px;
    transition: .6s;
}
.regSearchArrow circle{
    transition: .6s;
}
.regSearchLi{
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
}
.regSearchLi:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #091F40;
    z-index: 3;
}
.regSearchInner{
    cursor: pointer;
    position: relative;
    transition: .6s;
    overflow: hidden;

}
.regSearchList{
    position: relative;
    padding: 30px;
    transition: .6s;
    background: #fff;
}
.regSearchList:hover,.regSearchList.hover{
    background-color: #ECF0F1;
}
.regSearchList:hover .regSearchArrow circle,.regSearchList.hover .regSearchArrow circle{
    fill: #D31E43;
}
.regSearchFirstStep .ttl{
    margin-bottom: 5px;
}
.regSearchSecondStep .btn{
    height: 50px;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    background: #D31E43;
    color: #fff;
    transition: .6s;
    margin-top: 15px;
}
.regSearchSecondStep .ttl{
    padding-bottom: 19px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ECF0F1;
}
.regSearchSecondStep .btn:hover{
    background: #032B4B;
}
.regSearchSecondStep .btn:hover path{
    fill: #032B4B;
}
.regSearchSecondStep .btn path{
    transition: .6s;
}
.regSearchSecondStep .btn svg{
    position: absolute;
    right: 13px;
    top: 15px;
}
.regSearchTtl{
    margin-bottom: 5px;
}
.regSearchFirstStep{
    transition: .6s;
    transform: translateY(20px);
    opacity: 0;
    padding-right: 25px;
}
.regSearchFirstStep.active{
    transform: translateY(0px);
    opacity: 1;
}
.regSearchSecondStep{
    display: none;
    transition: .6s;
    transform: translateY(20px);
    opacity: 0;
}
.regSearchSecondStep.active{
    transform: translateY(0px);
    opacity: 1;
}
.regSearchList.active .regSearchArrow{
    opacity: 0;
}
.regSearchIn{
    overflow: auto;
    max-height: 575px;
}
.lettersFilter a{
    text-transform: uppercase;
    transition: .6s;
}
.lettersFilter a.active,.lettersFilter a:hover{
    color: #D31E43;
}
.chamberMembersFilterContainer .filters{
    display: flex;
    margin-top: 30px;
}
.chamberMembersFilterContainer .filters .inputcont{
    width: 486px;
    position: relative;
    margin-right: 30px;
}
.chamberMembersFilterContainer .filters .inputcont input{
    border: 1px solid #A0B4C4;
    border-radius: 8px;
    width: 100%;
    padding-left: 25px;
    height: 50px;
    font-size: 13px;
    margin-top: 10px;
    transition: .6s;
}
.chamberMembersFilterContainer .filters .inputcont input:focus{
    background: #EEF0F6;
}
.inputcont .searchIc{
    position: absolute;
    right: 20px;
    bottom: 8px;
}
.inputcont .selArr,.regInputContainer .selArr{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.inputcont .searchIc path{
    transition: .6s;
}
.inputcont .searchIc:hover path{
    fill: #D31E43;
}
.selectOpener{
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
}
.selectContainer{
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #A0B4C4;
    border-radius: 8px;
    padding-left: 25px;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .6s;
    transform: translateY(30px);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}
.selectContainerInner{
    overflow: auto;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.selectContainer.active{
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.selectContainerInner::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.selectContainerInner::-webkit-scrollbar-track {
    background: #EEF0F6;
}

/* Handle */
.selectContainerInner::-webkit-scrollbar-thumb {
    background: #A0B4C4;
    border-radius: 25px;
}
.selectContainer a,.selectContainer div{
    font-size: 13px;
    transition: .6s;
    cursor: pointer;
}
.selectContainer a:hover,.selectContainer div:hover{
    color: #D31E43;
}
.chamberMembersListContainer{
    margin-top: 138px;
    padding: 0px 171px;
}
.listHeadItem{
    color: #D31E43;
    width: 25%;
    padding-left: 30px;
}
.chamberMembersListContainer > .listHead{
    width: 100%;
    padding-right: 40px;
    display: flex;
    border-bottom: 1px solid #ECF0F1;
    padding-bottom: 10px;
}
.listBodyItemContainer{
    display: flex;
    width: 100%;
    padding-right: 40px;
    border-bottom: 1px solid #ECF0F1;
    align-items: center;
    transition: .6s;
    cursor: pointer;
    position: relative;
}
.liCon:nth-child(odd) .listBodyItemContainer{
    background: rgba(236,240,241,.3);
}
.listBodyItemContainer:hover{
    background: rgba(9,31,64,.3)!important;
}
.listBodyItemContainer .listBodyItem{
    width: 25%;
    padding-left: 30px;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
}
.listBodyItemContainer .listBodyItem:after{
    content: '';
    width: 1px;
    background: #ECF0F1;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 36px;
}
.listBodyItemContainer .listBodyItem:first-child:after{
    display: none;
}
.listBodyItemContainer .listBodyItem.noto-regular{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.liPlus{
    position: relative;
    height: 10px;
    margin-top: 5px;
}
.chamberMembers{
    margin-bottom: 150px;
}
.liPlus span{
    width: 10px;
    height: 2px;
    background: #D31E43;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 1s;
}
.liPlus span:last-child{
    transform: rotate(90deg);
}
.liPlisCont{
    height: 100%;
    position: absolute;
    top: 0px;
    right: 37px;
    display: flex;
    align-items: center;
}
.chamMemTtl{
    margin-top: 30px;
}
.chamberMembers{
    margin-top: -20px;
    position: relative;
    z-index: 3;
}
.listBodyDescriptionInner li{
    display: flex;
}
.listBodyDescriptionInner li.addressLi{
    flex-direction: column;
}
.listBodyDescriptionInner ul{
    margin-top: 30px;
}
.listBodyDescriptionInner img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #091F40;
    border-radius: 50%;
}
.listBodyDescriptionInner .btn{
    height: 50px;
    border: 1px solid #A0B4C4;
    border-radius: 8px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: .6s;
    margin-top: 55px;
}
.listBodyDescriptionInner .btn:hover{
    background-color: #D31E43;
    color: #fff;
}
.listBodyDescriptionInner .btn svg{
    margin-left: 7px;
}
.listBodyDescriptionInner .btn svg path{
    transition: .6s;
}
.listBodyDescriptionInner .btn:hover svg path{
    fill: #fff;
}
.listBodyDescriptionInner{
    padding: 0px 30px;
    transition: .6s;
    height: 0px;
    overflow: hidden;
}
.listBodyDescriptionContainer{
    transition: .6s;
}
.liCon.active .listBodyDescriptionContainer{
    padding: 60px 0px;
    border-bottom: 1px solid #ECF0F1;
}
.liCon.active .liPlus span:last-child {
    transform: rotate(90deg) scale(0);
}
.chamberMembers .project-pagination{
    margin-top: 140px;
    margin-bottom: 150px;
}
.listBodyDescriptionInner ul div:first-child{
    margin-right: 5px;
}
.serviceBlockStep .stepTtl{
    margin-top: 35px;
}
.serviceBlockStep .stepTtl_red{
    margin-top: 35px;
    color: #d31e43;
    width: 100%;
    float: left;
}


.checkOuter .inp{
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #091F40;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
}
.checkOuter{
    position: relative;
}
.checkOuter input{
    opacity: 0;
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.checkOuter input:checked ~ .inp{
    background-color: #D31E43;
    border-color: #D31E43;
}
.checkOuter .ttl{
    margin-left: 20px;
}
.checkOuter{
    display: flex;
    margin-right: 38px;
}
.checkBoxContainer{
    display: flex;
    margin-top: 28px;
    margin-bottom: 13px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.serviceBlockregistrationStep .btn{
    margin-top: 38px;
}
.alreadyMember{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.alreadyMember a{
    text-decoration: underline;
    color: #0033FF;
    margin-left: 5px;
    transition: .6s;
}
.alreadyMember a:hover{
    text-decoration: none;
}
.regInputs{
    position: relative;
}
.blockRegInputs{
    position: absolute;
    z-index: 2;
    background-color: #ECF0F1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: .5;
    transition: .6s;
}
.blockRegInputs.hidden{
    opacity: 0;
    pointer-events: none;
}
.serviceBlockAddFilesStep .ttl{
    padding-top: 30px;
}
.serviceBlockAddFilesStep .ltlTtl{
    margin-bottom: 30px;
}
.declarationDownload{
    display: flex;
    background-color: #091F40;
    height: 50px;
    border-radius: 8px;
    align-items: center;
    padding-left: 24px;
    padding-right: 10px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 16px;
}
.declarationDownload .name{
    color: #fff;
}
.declarationDownload a{
    background-color: #fff;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D31E43;
    padding: 0px 15px;
    transition: .6s;
}
.declarationDownload a svg{
    margin-right: 7px;
}
.declarationDownload a path{
    transition: .6s;
}
.declarationDownload a:hover path{
    fill: #fff;
}
.declarationDownload a:hover{
    background-color: #D31E43;
    color: #fff;
}
.serviceUploadCOntainer .ltlTtl span{
    color: #D31E43;
}
.serviceUploadCOntainer .ltlTtl{
    padding-top: 12px;
    padding-bottom: 13px;
    overflow: hidden;
    max-height: 80px;
    transition: .6s;
}
.serviceUploadCOntainer .ltlTtl2{
    margin-top: 5px;
}
.uploadedTtls.notActive .serviceUploadCOntainer .ltlTtl{
    opacity: 0;
}
.fileContainer .btn{
    height: 50px;
    background: #fff;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: .6s;
}
.fileContainer .btn circle,.fileContainer .btn path{
    transition: .6s;
}
.fileContainer{
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #DBDBDB;
    max-height: 100px;
    transition: .6s;
}
.fileContainer input{
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}
.fileContainer input:hover ~ .btn{
    background-color: #D31E43;
}
.fileContainer input:hover ~ .btn circle{
    fill: #fff;
}
.fileContainer input:hover ~ .btn path{
    fill: #D31E43;
}
.serviceUploadCOntainer .name{
    margin-top: 16px;
}
.serviceUploadCOntainer{
    display: flex;
    flex-direction: column;
}
.addedFile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}
.addedFile .btn{
    cursor: pointer;
    margin-bottom: -4px;
    transition: .6s;
    transition-delay: .6s;
}
.uploadedTtls.notActive .addedFile .btn{
    transform: scale(0);
}
.addedFile .lt{
    text-decoration: underline;
    transition: .6s;
    transition-delay: .6s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 85%;
}
.uploadedTtls.notActive .addedFile .lt{
    transform: translateY(140%);
    opacity: 0;
}

.addedFile .btn:hover circle{
    fill: #D31E43;
}
.addedFile .btn circle{
    transition: .6s;
}
.faqContainer{
    position: relative;
    margin-bottom: 210px;
}
.page-serviceinner .services-section .background-text,.page-find-partner .services-section .background-text{
    display: none;
}
.page-serviceinner .services-section,.page-find-partner .services-section{
    margin-bottom: 248px;
}
.sInnTtl{
    transform: translateY(80px);
}
.faqTxt.text ul li{
    font-size: 16px;
}
.faqMain.active{
    padding-bottom: 60px;
}
.page-certificate-verification{
    padding-bottom: 236px;
}
.cerTtl{
    margin-bottom: 16px;
}
.cerSub{
    margin-bottom: 30px;
}
.declarationDownload.red{
    background: #D31E43;
}
.declarationDownload.red a:hover{
    background: #091F40;
}
.declarationDownload.red a{
    padding: 0px 30px;
}
.page-certificate-verification .alreadyMember a{
    color: #091F40;
}
.listHeadItem a path{
    transition: .6s;
}
.listHeadItem a:hover path{
    fill: #D31E43;
}
.listHeadItem .firstClick > svg > g > g:first-child path{
    fill: #D31E43;
}
.listHeadItem .secondClick > svg > g > g:last-child path{
    fill: #D31E43;
}
.listBodyDescriptionInner li.company-sector{
    display: none;
}
.regChamberTtl h3{
    white-space: initial;
}
.btn.zoomIc svg{
    height: 17px;
    width: 17px;
}
.text ul li:after{
    top: 10px;
}
.contactMapContainer{
    height: 1000px;
    position: relative;
    background: #9ab0d7;
}
input,textarea{
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(transparent, transparent);
}
.findPartnerPopup .ttl{
    padding-right: 50px;
}
.findPopupInner .subT{
    margin-bottom: 25px;
    margin-top: 5px;
}
.listHeadItem a{
    margin-left: 8 px;
}
.page-regionalchambers .partners-title{
    margin-top: -40px;
    margin-bottom: -45px;
}
.chamberLeftInner .ttl span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 100%;
    overflow: hidden;
}

.buyServiceBtnContainer{
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
.buyServiceBtnContainer button{
    width: 178px;
    background: #091F40;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0px;
    transition: .6s;
}
.buyServiceBtnContainer button:hover{
    background: #d31e43;
}

.serviceUploadCOntainer .fileContainer{
    margin-bottom: 30px;
}
.serviceUploadCOntainer:last-child .fileContainer{
    border: none;
    margin-bottom: 0px;
}
.serviceUploadCOntainer .uploadTtls,.serviceUploadCOntainer .uploadedTtls{
    max-height: 450px;
    transition: .6s;
    overflow: hidden;
}

.serviceUploadCOntainer .uploadedTtls.notActive,.serviceUploadCOntainer .uploadTtls.notActive{
    max-height: 0px;
}
.serviceBlockAddFilesStep .nextStpBtn{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #091F40;
    color: #fff;
    transition: .6s;
    border-radius: 8px;
    margin-top: 35px;
}
.serviceBlockAddFilesStep .nextStpBtn.notVal{
    pointer-events: none;
    opacity: .5;
}
.serviceBlockAddFilesStep .nextStpBtn:hover {
    background: #D31E43;
}
.text ul li{
    padding-left: 10px;
}
.text ul li:after{
    top: 10px;
    width: 4px;
    height: 4px;

}
.membSignNext.notAct{
    background: #A0B4C4!important;
}
.signup-form .form-step-1,.signup-form .form-step-2{
    transition: .6s;
}
.signup-form .form-step-1.hide{
    opacity: 0;
    transform: translateY(30px);
}
.signup-form .form-step-2{
    opacity: 0;
    transform: translateY(30px);
}
.signup-form .form-step-2.notHide{
    opacity: 1;
    transform: translateY(0px);
}
.serviceInfoHeader .btnContainer .btn svg{
    height: 12px;
}
body.hdn{
    overflow: hidden!important;
    height: 100vh;
}
.otherUploadName{
    width: 100%;
    background: transparent;
    font-size: 13px;
    padding-left: 26px;
    border-radius: 9px;
    border: 2px solid #fff;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.otherUploadNameContainer{
    position: relative;
}
.otherUploadNameContainer .err{
    position: absolute;
    left: 0px;
    color: #D31E43;
    bottom: -10px;
    display: none;
}
.buyServicePrice{
    color: #D31E43;
    display: none;
}
.serviceRegistrationStepsContainer{
    transition: .6s;
    overflow: hidden;
}
.allSteps{
    overflow: hidden;
    transition: .6s;
}
.frstStpHgt,.buyServiceContainer,.verificationContainer{
    transition: .6s;
}
.buyServiceContainer,.verificationContainer{
    display: none;
}
.notActiveStep{
    opacity: 0;
}
.serviceInfoHeader .btnContainer .btn{
    transition: .6s;
}
.serInfBack{
    opacity: 0;
    display: none;
}
.verSteps{
    overflow: hidden;
    transition: .6s;
}
.fndPrtneInfo.text{
    font-size: 13px;
}
.fndPrtneInfo strong{
    font-family: "NotoSans-Bold", "NotoSansGeorgian-Bold";
}
.findPartnerBtn{
    text-decoration: none!important;
}
.fndPrtneInfo.text li{
    text-decoration: none!important;
    color: #091F40!important;

}
.line-chart.double{
    display: inline-block;
}
.page-projects .project-item > span{
    display: none!important;
}
/*laptop 1600*/
@media (max-width: 1900px){
    .chamberMembers{
        margin-bottom: 100px;
    }
    .buyServiceBtnContainer button{
        width: 148px;
    }
    .declarationDownload .name{
        font-size: 16px;
    }
    .declarationDownload.red a {
        padding: 0px 15px;
    }
    .page-serviceinner .services-section,.page-find-partner .services-section {
        margin-bottom: 200px;
    }
    .faqContainer{
        margin-bottom: 200px;
    }
    .faqMain.active {
        padding-bottom: 50px;
    }
    .chamberMembersListContainer{
        padding: 0px 113px;
    }
    .chamberMembers .project-pagination{
        margin-bottom: 140px;
    }
    .faqTtl{
        padding-left: 50px;
    }
    .serviceInnerContainer .txt {
        width: calc(100% - 448px);

    }
    .serviceInfoBlock{
        right: 143px;
        width: 418px;
    }
    .serviceInnerHead{
        height: 292px;
    }
    .chamberLeftBtn{
        left: 64px;
    }
    .chamberRightBtn{
        right: 64px;
    }
    .chamberLeftInner{
        padding-left: 143px;
        padding-bottom: 51px;
    }
    .chamberSlider{
        margin-top: 60px;
    }
}
/*laptop 1366*/
@media (max-width: 1599px){
    .stepFourBuyService .font-21{
        font-size: 18px;
    }
    .serviceInfoHeader .ttlContainer .font-21{
        font-size: 14px;
    }
    .serviceBlockAddFilesStep .nextStpBtn{
        margin-top: 15px;
        font-size: 18px;
    }
    .serviceUploadCOntainer .ltlTtl.font-13,.serviceUploadCOntainer .ltlTtl.font-13 span{
        font-size: 11px;
    }
    .fileContainer{
        padding-bottom: 30px;
    }
    .serviceBlockAddFilesStep .ltlTtl {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .serviceUploadCOntainer .name {
        margin-top: 16px;
        font-size: 18px;
    }
    .declarationDownload a{
        padding: 0px 10px;
    }
    .declarationDownload{
        padding-left: 10px;
    }
    .declarationDownload .name {
        font-size: 13px;
    }
    .serviceBlockAddFilesStep .ttl {
        font-size: 18px;
    }
    .buyServiceBtnContainer button {
        width: 115px;
        font-size: 18px;
    }
    .serviceBlockStep .stepTtl{
        font-size: 21px;
    }
    .servisRegHeadDot .ttl{
        font-size: 9px;
    }
    .chamberLeftInner .txt{
        margin-top: 60px;
    }
    .page-regionalchambers .partners-title{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contactMapContainer{
        height: 800px;
    }
    .listBodyDescriptionInner ul{
        margin-top: 25px;
    }
    .declarationDownload.red a{
        margin-top: 10px;
    }
    .declarationDownload.red{
        display: flex;
        flex-direction: column;
        padding: 15px;
        height: auto;
    }
    .page-serviceinner .services-section,.page-find-partner .services-section {
        margin-bottom: 122px;
    }
    .faqContainer {
        margin-bottom: 185px;
    }
    .faqMain.active {
        padding-bottom: 40px;
    }
    .sInnTtl {
        transform: translateY(50px);
    }
    .serviceBlockStep .btn{
        font-size: 18px;
    }
    .serviceBlockStep.serviceFirstStepInner .btn{
        font-size: 13px;
    }
    .serviceInnerHeadTtl h1 {
        padding-right: 300px;
    }
    .liCon.active .listBodyDescriptionContainer{
        padding: 40px 0px;
    }
    .page-chambermembers .partners-title h3{
        left: 105px;
    }
    .chamberMembers .container {
        padding: 0 143px;
    }
    .chamberMembersListContainer{
        margin-top: 86px;
    }
    .listHead .listHeadItem:nth-child(1), .listHead .listHeadItem:nth-child(2),.listBodyItemContainer .listBodyItem:nth-child(1),.listBodyItemContainer .listBodyItem:nth-child(2){
        width: 30.3%;
    }
    .listHead .listHeadItem:nth-child(3), .listHead .listHeadItem:nth-child(4),.listBodyItemContainer .listBodyItem:nth-child(3),.listBodyItemContainer .listBodyItem:nth-child(4){
        width: 19.5%;
    }
    .listBodyItemContainer,.chamberMembersListContainer > .listHead{
        padding-right: 30px;
    }
    .serviceInnerInner{
        padding: 30px;
    }
    .serviceInfoHeader{
        height: 70px;
    }
    .serviceInfoHeader .ttlContainer{
        width: calc(100% - 100px);
        padding-top: 26px;
        padding-left: 40px;
    }
    .serviceInfoHeader .btnContainer{
        width: 100px;
    }
    .serviceInfoBlock{
        width: 303px;
        top: -70px;
    }
    .serviceInnerContainer .txt {
        width: calc(100% - 333px);
    }
    .serviceInnerHead{
        height: 250px;
    }
    .chamberRightItem{
        width: 30.5%;
        padding-top: 26.5%;
    }
    .chamberLeft,.chamberSlides,.chamberSliderTxtContainer{
        padding-top: 26.5%;
    }
    .serviceInnerHeadTtl{
        bottom: 30px;
    }
}
/*Ipad Pro 1024*/
@media (max-width: 1365px){
    .chamberMembers{
        margin-bottom: 50px;
    }
    .chamberLeftInner .txt{
        margin-top: 30px;
    }
    .chamberMembers {
        margin-top: 30px;
    }
    .faqTxt.text ul li {
        font-size: 13px;
    }
    .chamberMembersListContainer {
        margin-top: 100px;
    }
    /*.serviceInnerContainer .txt{*/
    /*    font-size: 13px;*/
    /*}*/
    .chamberMembers .project-pagination{
        margin: 120px 0px;
    }
    .listBodyDescriptionInner ul div{
        font-size: 13px;
    }
    .listBodyDescriptionInner img{
        width: 60px;
        height: 60px;
    }
    .chamberMembersListContainer {
        padding: 0px 87px;
    }
    .chamberMembersFilterContainer .filters .inputcont{
        width: 380px;
    }
    .lettersFilter a{
        font-size: 13px;
    }
    .chamberMembers .container {
        padding: 0 117px;
    }
    .page-chambermembers .partners-title h3 {
        left: 79px;
    }
    .chamberMembersListContainer {
        padding: 0px 87px;
    }
    .listBodyItemContainer .listBodyItem,.listHead .listHeadItem{
        font-size: 13px;
    }
    .serviceInnerHeadTtl {
        bottom: 20px;
    }
    .serviceInnerHeadTtl h1{
        font-size: 21px;
    }
    .serviceInnerHead {
        height: 187px;
    }
    .serviceInfoBlock{
        right: 117px;
    }
    .chamberLeftInner{
        padding-left: 117px;
        padding-right: 82px;
        padding-bottom: 30px;
        padding-top: 15px;
    }
    .chamberLeftInner .txt{
        font-size: 13px;
        -webkit-line-clamp: 3;
    }
    .chamberLeftBtn{
        left: 35px;
    }
    .chamberRightBtn{
        right: 35px;
    }
    .sInnTtl {
        transform: translateY(30px);
    }
    .faqContainer {
        margin-bottom: 230px;
    }
    .page-serviceinner .services-section,.page-find-partner .services-section {
        margin-bottom: 100px;
    }
    .listBodyDescriptionInner li,.listBodyDescriptionInner li.addressLi div{
        margin-bottom: 10px;
    }
    .serviceBlockStep .btn{
        font-size: 13px ;
    }
}
/*Ipad 768*/
@media (max-width: 1023px){

    .declarationDownload .name {
        font-size: 11px;
    }
    .serInfBack{
        margin-top: 5px;
    }
    .serviceInfoHeader .ttlContainer .font-21 {
        font-size: 13px;
    }
    .declarationDownload a svg{
        display: none;
    }
    .serviceRegistrationHead{
        padding-top: 0px;
    }
    .buyServiceBtnContainer{
        margin-top: 20px;
    }
    .buyServiceBtnContainer button {
        width: calc(50% - 10px);
        font-size: 13px;
    }
    .contactMapContainer{
        height: 500px;
    }
    .listBodyDescriptionInner li.company-sector{
        display: flex;
    }
    .chamberMembers {
        margin-top: 20px;
    }

    .page-serviceinner .services-section,.page-find-partner .services-section {
        margin-bottom: 93px;
    }
    .faqContainer {
        margin-bottom: 215px;
    }
    .faqTxt.text ul li{
        font-size: 13px;
    }
    .serviceInnerContainer{
        padding-top: 30px;
    }
    .chamberMembersFilterContainer .filters {
        margin-top: 20px;
    }
    .listBodyItemContainer .listBodyItem:nth-child(3),.listHead .listHeadItem:nth-child(3){
        width: 33.5%;
    }
    .listBodyItemContainer .listBodyItem:nth-child(4),.listHead .listHeadItem:nth-child(4){
        display: none;
    }
    .chamberMembers .container {
        padding: 0 94px;
    }
    .chamberMembersListContainer {
        padding: 0px 64px;
    }
    .serviceBlockStep .btn.marginTop {
        margin-top: 70px;
    }
    .serviceBlockStep .btn{
        font-size: 13px;
        margin-top: 10px;
    }
    .serviceInfoHeader .ttlContainer{
        padding-left: 30px;
    }
    .serviceInnerContainer .txt {
        width: calc(100% - 305px);
    }
    /*.serviceInnerContainer .txt{*/
    /*    font-size: 13px;*/
    /*    line-height: 25px;*/
    /*}*/
    .serviceInnerContainer > .container,.serviceInnerHeadTtl > .container{
        padding: 0 33px;
    }
    .serviceInnerHead {
        height: 140px;
    }
    .serviceInfoBlock{
        width: 275px;
        right: 33px;
    }
    .chamberSlider{
        margin-top: 40px;
    }
    .chamberRightItem {
        width: 38.9%;
        padding-top: 35%;
    }
    .chamberLeft, .chamberSlides,.chamberSliderTxtContainer {
        padding-top: 35%;
    }
    .chamberLeft,.chamberSliderTxtContainer{
        width: 64%;
    }
    .chamberLeftInner{
        padding-left: 94px;
    }
}
/*Mobile 320*/
@media (max-width: 767px){
    .serviceInnerHeadTtl:lang(ka) h1 {
        font-size: 18px;
    }
    .serviceInnerContainer > .container > .txt{
        min-height: auto;
    }
    .chamberLeft > picture img{
        height: calc(100% - 65px);
    }
    .chamberSliderContainer{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0;
    }
    .chamberSliderContainer.active,.chamberSliderContainer.active2{
        opacity: 1;
    }
    .contactMapContainer {
        height: 400px;
    }
    .regSearchLi{
        font-size: 13px!important;
    }
    .chamberSlider {
        margin-top: 10px;
    }
    .findPartnerPopup{
        padding-right: 15px;
        padding-left: 35px;
    }
    .declarationDownload.red a {
        margin-top: 0px;
    }
    .declarationDownload.red{
        padding: 0px;
        flex-direction: row;
        height: 50px;
        padding-left: 24px;
        padding-right: 10px;
    }
    .page-certificate-verification {
        padding-bottom: 0px;
    }
    .page-certificate-verification .serviceInfoBlock{
        margin-top: 40px;
    }
    .faqContainer {
        margin-bottom: 40px;
    }
    .sInnTtl {
        transform: translateY(20px);
    }
    .serviceInnerHeadTtl h1 {
        padding-right: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .chamberRightBtn,.chamberLeftBtn{
        opacity: 0;
    }
    .chamberLeftInner .txt{
        margin: 0px;
        line-height: 25px;
        -webkit-line-clamp: 4;
    }
    .chamberLeftInner{
        padding: 40px 20px;
        padding-bottom: 105px;
    }
    .chamberLeftInner .ttl{
        display: none;
    }
    .chamberLinkOut{
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
    }
    .chamberLeft{
        background: #fff;
    }
    .chamberLeft > img{
        height: calc(100% - 65px);
    }
    .chamberLeftInner a{
        border-color: #D31E43;
        color: #032B4B;
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .chamberSlides{
        padding-top: calc(54.5% + 65px);
    }
    .chamberLeft,.chamberSliderTxtContainer {
        width: 100%;
        padding-top: calc(54.5% + 65px);
    }
    .chamberRightItem{
        display: none;
    }
    #map {
        height:400px!important;


    }
    .regSearchIn{
        max-height: 400px;
    }
    .regionalSearchContainer{
        top: 0px;
        left: 0px;
        width: 100%;
        position: relative;
    }
    .chamberMembers .project-pagination {
        margin: 50px 0px;
    }
    .listBodyDescriptionInner ul div{
        line-height: 25px;
    }
    .listBodyDescriptionInner ul {
        margin-top: 35px;
    }
    .listBodyDescriptionInner img{
        margin-bottom: -10px;
    }
    .listBodyDescriptionInner li, .listBodyDescriptionInner li.addressLi div {
        margin-bottom: 5px;
    }
    .listBodyItemContainer .listBodyItem,.listHeadItem{
        padding-left: 20px;
    }
    .chamberMembersListContainer{
        margin-top: 30px;
    }
    .listHead .listHeadItem, .listBodyItemContainer .listBodyItem{
        display: none;
    }
    .listHead .listHeadItem:nth-child(1), .listBodyItemContainer .listBodyItem:nth-child(1){
        display: block;
        width: 100%;
    }
    .chamberMembersListContainer {
        padding: 0px;
    }
    .chamberMembersFilterContainer .filters{
        flex-direction: column;
    }
    .chamberMembersFilterContainer .filters .inputcont{
        width: 100%;
        margin-bottom: 20px;
    }
    .letOut{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .letOut::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    /* Track */
    .letOut::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .findPopupInner::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .lettersFilter{
        white-space: nowrap;
        width: fit-content;
    }
    .lettersFilter a {
        font-size: 21px;
    }
    .page-chambermembers .partners-title h3 {
        left: 0px;
    }
    .chamberMembers .container {
        padding: 0 20px;
    }
    .faqTtl .faqDot{
        top: 4px;
    }
    .faqTtl{
        padding-left: 20px;
        font-size: 13px!important;
    }
    .faqTxt li{
        font-size: 13px!important;
    }
    .faqMain{
        padding: 0px 20px;
        padding-bottom: 38px;
    }
    .serviceInnerHeadTtl {
        bottom: -45px;
    }
    .serviceInnerHeadTtl h1{
        color: #091F40;
    }
    .serviceInnerContainer{
        padding-top: 60px;
    }
    .serviceInnerContainer .txt{
        width: 100%;
    }
    .serviceInnerContainer > .container, .serviceInnerHeadTtl > .container {
        padding: 0 20px;
    }
    .serviceInfoBlock{
        position: initial;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-bottom: 150px;
    }
    .serviceInnerHead{
        height: 58px;
    }
    .serviceBlockStep .btn{
        margin-top: 20px;
    }
    .serviceBlockStep .btn.marginTop {
        margin-top: 40px;
    }
    .page-serviceinner .services-section,.page-find-partner .services-section {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 813px) and (max-height: 375px) {
    .findPartnerPopup{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .findPopupInner {
        overflow: auto;
        max-height: 40vh;
        padding-right: 25px;
        margin-top: 20px;
    }
}


.freeList .item *{ color: #091F40; }
.freeList .item{ padding-top: 10px; color: #091F40; }
.freeList .item .title{ font-weight: bold; font-size: 0.8em; text-transform: capitalize; }
.freeList .item .text{  font-size: 0.8em; margin-left: 10px; text-transform: capitalize; }
.freeList .item .break_line{ border-bottom: solid 2px #cfd9e1; width: 300px; }
.bold{ font-weight: bold; }

.float-left{ float: left; }
.margin-left-10{ margin-left: 10px; }
.text-capitalize{ text-transform: capitalize; }
.alert-danger{ color: #ff0000; text-align: center; padding: 3%; }
a.btn{ text-decoration: none; }
.hideme{ display: none !important; }
.serviceInfoHeader .btnContainerClear{ background-color: rgba(236,240,241,.95); }
