@font-face {
    font-family: 'GHEAGrpalat Regular';
    font-style: normal;
    font-weight: normal;
    src: url(../../fonts/GHEAGpalat/GHEAGrpalatReg.otf);
}
@font-face {
    font-family: 'GHEAGrpalat Bold';
    font-style: normal;
    font-weight: bold;
    src: url(../../fonts/GHEAGpalat/GHEAGpalatBld.otf);
}
@font-face {
    font-family: GHEAMariam Bld;
    src: url(../../fonts/GHEAMariam/GHEAMariamBld.otf);
}
@font-face {
    font-family: GHEAMariam Reg;
    src: url(../../fonts/GHEAMariam/GHEAMariamReg.otf);
}
@font-face {
    font-family: GHEAMariam Blit;
    src: url(../../fonts/GHEAMariam/GHEAMariamBlit.otf);
}

@font-face {
    font-family: GHEAMariam RIt;
    src: url(../../fonts/GHEAMariam/GHEAMariamRIt.otf);
}
@font-face {
    font-family: "Font Awesome";
    src: url(../../fonts/FontAwesome.otf);
}
body{
    font-family: "GHEAMariam Reg";
    overflow-x: hidden;
}
.hidden{
    display: none;
}
.header_top_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.text_size_title_wrapper{
    align-items: center;
}
.text_size_title_wrapper p{
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 5px;
}
.pad_custom a{
    font-size: 14px;
    padding: 3px;
    border-radius: 0;
    background: #D9D9D9;
    margin-left: 5px;
}
.pad_custom .active{

    background: #57788C;
    color: white;
}
#loadingRealEstates {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 2;
    top: 0;
    bottom: 0;
    background-color: gainsboro;
    opacity: .7;
}
.language_nav{
    display: flex;
    justify-content: space-between;
}
.header_top_section .lang_wrap{
    display: block;
}
.header_top_section .languages{
    display: flex;
    justify-content: end;
}
.header_top_section .languages li a{
    color: #444;
    margin-left: 10px;
}
.header_top_section  .search-form .form-control{
    height: 30px;
}
.header_top_section  .top-menu{
    display: inline-block;
    margin-bottom: 0px;
}
.header_top_section  .top-menu li{
    float: left;
    list-style: none;
    margin-left: 10px;
}
.header_top_section .top-menu li a{
    color: #222;
}
.header_top_section .languages li a{
    color: #444;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
}
.header_top_section .top-menu{
    display: inline-block;
    margin-bottom: 0;
}
.header_top_section .top-menu div{
    float: left;
    list-style: none;
    margin-left: 10px;
}
.header_top_section .top-menu div a{
    color: #222;
    text-decoration: none;
}
.menu_section{
    /*padding-top: 50px;*/
    align-items: center;
    justify-content: space-between;
    margin-top: -30px;
}
.dropdown-item:hover + {}
#main-menu{
    padding: 0;
}
#main-menu .navbar{
    z-index: 999999999;
}
#main-menu .nav-link{
    color: #4E4A4F;
    text-transform: uppercase;
    font-size: 1em;
}
#main-menu .nav-item{
    padding: 0;
    padding-left: 15px;
}
#main-menu .nav-item .dropdown-menu{
    margin-top: 0;
}
#main-menu .mode-lg .nav-item:hover .dropdown-menu,
#main-menu .mode-md .nav-item:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}
#main-menu  .nav-item:hover .dropdown-menu .dropdown-menu{
    display: none;
}
#main-menu .dropdown-menu  .nav-item:hover  .dropdown-menu{
    left: 100%;
    display: block;
    top: 0;
}
#main-menu .dropdown-menu .dropdown-menu{
    display: none;
}
#main-navbar .nav-item.active .nav-link{
    color: #fff;
    background: #57788C;
    border-radius: 6px;
    text-decoration: none;
    padding: 5px;
}
.menu_section{
    position: relative;
}
.home_absolute_container{
    position: absolute;
    top: 15px;
    z-index: -1;
}
.home_absolute_container img{
    height: 740px;
    width: 100%;
}
.search_space .search_text{
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search_space button{
    padding-left: 28px;
    padding-right: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #57788C;
    border-color: #57788C;
}
.home_absolute_slider_container .features-icons-item{
    width: 190px;
    height: 190px;
    background: #D9E9F3;
    border: 2px solid #797C82;
    border-radius: 26px;
    text-align: center;
}
.home_absolute_slider_container .features-icons-icon{
    margin-top: 51px;
    margin-bottom: 35px;
}
.home_absolute_slider_container .features-icons-icon i{
    font-size: 3em;
    color:#4E4A4F;
}
.home_absolute_slider_container .owl-prev, .home_absolute_slider_container .owl-next{
    position: absolute;
    bottom: 44%;
}
.home_absolute_slider_container .owl-prev{
    left: 15px;
}
.home_absolute_slider_container .owl-next{
    right: 15px;
}
.owl-theme .owl-nav :hover{
    background: none!important;
}
.owl-nav{
    margin-top: 0 !important;
}
.features-icons-item h6{
    color: #4E4A4F;
    font-size: 1.1em;
}
/*MOBILE*/
@media all and (max-width: 1140px){
    .home_absolute_slider_container{
        width: 100% !important;
        padding: 0 !important;
        position: absolute !important;
        top: 175px !important;
        display: flex !important;
        align-items: center !important;
    }
}
@media all and (max-width: 1024px){
    .read_more{
        display: none!important;
    }
    .content-togh{
        position: relative;
    }
    .block_class_gam{
        height: 370px !important;
    }
    .content-togh .hasc{
        height: 220px !important;
        top: 100px !important;
    }
    .home_news_wrapper_container{
        margin-top: 260px !important;
    }
    .owl-item{
        height: 151px !important;
    }
    .a_card{
        margin-bottom: 0!important;
    }
}
@media all and (min-width: 880px){
    .carousel-item img{
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .menu_section{
        align-items: baseline;
        z-index: 30;
    }
    .menu_section_for_home,#carouselExampleIndicators{
        height: 480px;
        overflow: hidden;
    }
    /*.vector_image{*/
    /*    height: 450px;*/
    /*}*/
    .home_header_logo_style{
        padding-left: 50px;
    }
    .vector_image{
        position: absolute;
    }
    /*#resizableImage{*/
    /*    height: 517px !important;*/
    /*}*/
    .slider_image{
        position: absolute;
    }
    .slider_image{
        right: 0;
        z-index: -1;
    }
    .search_space {
        position: relative;
        top: 80px;
        /*left: 50px;*/
        /*right: 100px;*/
        width: 330px;
        z-index: 97;
    }
    #search_con{
        height: 0;
    }
    .search_space p{
        font-size: 30px;
    }
    .home_news_wrapper_container .home_news_container{
        margin-top: 220px!important;
    }
    .home_news_wrapper_container, .home_contact_wrapper_container{
        position: relative;
        margin-bottom: 150px;
    }
    .news_vector_image_wrapper{
        position: absolute;
        top:-90px;
        z-index: -1;
        left: 0;
        width: 100%;
    }
    .contact_vector_image_wrapper{
        position: absolute;
        top:-280px;
        z-index: -1;
        left: 0;
        width: 100%;
    }
    .absolute_img{
        width: 100%;
    }
    .news_vector_image_wrapper img{
        width: 100%;
    }
    .news_items_wrapper{
        margin-top: 75px;
    }
    .contact_items_wrapper{
        margin-top: 30px;
    }
    .videos_content_container{
        padding-right: 0;
    }
    .main_menu_wrap{
        display: flex;
        justify-content: end;
        word-break: break-word;
        margin-top:27px;
    }
    .news_inner_page_cnt{
        padding: 30px;
    }
    .news_alone_item .responsive_img{
        height: 414px;
    }
    .news_small_item_image_wr img {
        height: 132px;
    }
    .news_inner_page_cnt .blog-gallery{
        margin-top: 25px;
    }
    .footer-copyright .social-icons, .footer-widgets .social-icons {
        float: right;
    }
}
#small .row{
    margin: 0;
    padding: 0;
}
.menu_position_flex {
    margin-top: 50px
}

#small .row .top-menu{
    display: flex;
    justify-content: flex-start;
}
#small .row .text_size_title_wrapper{
    font-size: 13px;
    justify-content: flex-start;
}
@media all and (max-width: 540px) {
    #small .row .text_size_title_wrapper {
        font-size: 11px !important;
    }
}
@media all and (min-width: 767px) {
    #small{
        display: none;
    }
    #large{
        display: flex;
    }
}
@media all and (max-width: 767px) {
    #small{
        display: block;
    }
    #large{
        display: none;
    }
    #main-header{
        padding: 0;
    }
    .header_top_section{
        padding-top: 20px;
    }
    .text_size_title_wrapper, .language_nav{
        justify-content: center;
    }
    .text_size_title_wrapper, .language_nav{
        display: block;
    }
    .top-menu , .header_top_section .nav{
        display: flex!important;
        justify-content: center;
        margin-top: 5px;
    }
    .top-menu , .header_top_section .lang_wrap{
        justify-content: flex-end;
    }
    .logo_wrapper{
        text-align: center;
    }
    #main-menu{
        margin-top: 15px;
        background: #57788C;
    }
    .home_absolute_container{
        position: initial;
        width: 100%;
        padding: 0;
    }
    .vector_image, .contact_vector_image_wrapper,#search_con{
        display: none !important;
    }
    .home_absolute_container img{
        width: 100%;
        height: 350px;
    }
    .search_space{
        margin-top: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .news_vector_image_wrapper .absolute_img{
        display: none;
    }
    .news_small_item, .news_alone_item{
        margin: 0;
        margin-bottom: 65px!important;
    }
    .right_news_itms_wr{
        padding: 0;
    }
    .right_news_itms_wr .read_more{
        bottom: -25px!important;
    }
    .right_videos_itms_wr{
        margin: 0;
        padding: 0;
    }
    .right_videos_itms_wr .videos-block-col{
        padding: 0!important;
    }
    .home_news_wrapper_container{
        padding: 15px;
    }
    .contact_items_wrapper{
        margin: 0;
    }
    .base_title{
        margin-top: 25px;
    }
    .footer-widgets .social-icons span {
        margin: 0!important;
        margin-right: 15px!important;
    }
    #main-menu .nav-link{
        color: white;
    }
    #main-menu .nav-item{
        width: 380px!important;
    }
    .youtube object{
        width: 100%;
    }
    .entry-content{
        padding: 15px!important;
    }
    .entry-title{
        margin-top: 25px;
    }
    .page_content{
        margin: 0;
    }
    #single-page-content{
        padding: 0;
    }
    .dinamic_page_container_wrapper{
        padding: 15px!important;
    }
    .news_inner_page_cnt{
        border: none!important;
    }
    .youtube_iframe{
        width: 100%;
    }
}
@media only screen and (max-width: 440px) {
    .home_news_wrapper_container{
        margin-top: 370px !important;
    }
}
@media only screen and (max-width: 510px) {
    .home_news_wrapper_container{
        margin-top: 300px !important;
    }
}
@media only screen and (max-width: 568px) {
    .read_more{
        display: none!important;
    }
    .content-togh{
        position: relative;
    }
    .block_class_gam{
        height: 370px !important;
    }
    .home_absolute_slider_container{
        width: 100% !important;
        margin-top: -43px !important;
        height: 160px !important;
        padding: 0 !important;
        position: absolute !important;
        top: 150px !important;
    }
    .home_news_wrapper_container{
        margin-top: 270px !important;
    }
}
@media only screen and  (min-width: 500px) and (max-width: 1000px) {
    .home_news_wrapper_container{
        margin-top: 330px !important;
    }
}
@media only screen and  (max-width: 500px){
    .home_news_wrapper_container{
        margin-top: 400px !important;
    }
}
#resizableImage{
    max-width: 100%;
}
.home_container{
    max-width: 1320px;
    margin: auto;
}
.section_title_container{
    margin-top: 40px;
    margin-bottom: 40px;
}
.section_title_container a{
    text-decoration: none;
}
.section_title{
    color: #57788C;
    font-size: 2em;
    margin: auto;
    text-align: center;
}
.news_small_item{
    margin-bottom: 8.5px;
    text-decoration: none;
    text-align: justify;
    font-size: 0.9em;
    color: black;
}
.responsive_img{
    width: 100%;
    max-width: 100%;
}
.read_more{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1em;
    color: #082B7A;
    font-family: 'GHEAMariam_bold';
}
.news_items_wrapper, .contact_items_wrapper{
    padding: 20px;
    background: #D9E9F3;
    border: 2px solid #797C82;
    border-radius: 35px;
    margin: auto;
}
.contact_items_wrapper{
    padding-top: 50px;
}
.right_news_itms_wr .read_more{
    bottom: -5px;
}

.right_videos_itms_wr{
    justify-content: space-around;
    padding-right: 0;
}
.right_videos_itms_wr .videos-block-col{
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.video_thumb {
    max-width: 40px;
    height: 45px!important;
}
.videos_container_fluid{
    background: #D9E9F3;
    border: 2px solid #797C82;
    border-radius: 35px;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.videos-block-col .videos-block{
    background: none;
    box-shadow: none;
}
.videos-block-col .video-img-background .videos-img-wrapp{
    border-radius: 25px;
}
.banner_container{
    margin-top: 70px;
}
div#owl-icons .cbanner {
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 3px;
    padding: 5px 20px 5px 20px;
    background: #FFFFFF;
    border: 1px solid #4E4A4F;
    border-radius: 13px;
}
div#owl-icons .cbanner a {
    color: #5f7592;
    font-size: .8125em;
    line-height: 1.375em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
div#owl-icons .cbanner span {
    color: #918e8c;
    font-weight: 400;
}
div#owl-icons .cbanner span {
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 11px;
    padding: 0!important;
    margin: 0;
}
.call_center_space{
    height: 45px;
    background: #FEFEFE;
    border-radius: 13px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.call_center_space a{
    background: #658497;
    border-radius: 13px;
    padding: 11px;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
}
.call_center_space span{
    color:#59555A;
    margin: auto;
}
#contact-us{
    background: #FEFEFE;
    border-radius: 13px;
    padding: 28px;
    padding-top: 17px;
}
#contact-us .section-title{
    margin-bottom: 45px;
}
.contact-form .form-control{
    background: #658497;
    border: 1px solid #658497;
    border-radius: 13px;
    color: white;
    margin-bottom: 25px;
    height: 45px;
    -moz-appearance:    textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
.contact-form .form-control::-webkit-input-placeholder {
    color: white!important;
}
.contact-form .form-control:-moz-placeholder {
    color: white!important;
    opacity: 1;
}
.contact-form .form-control::-moz-placeholder {
    /* FF 19+ */
    color: white!important;
    opacity: 1;
}
.contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: white!important;
}
.contact-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white!important;
}
.contact-form .form-control::placeholder {
    /* modern browser */
    color: white!important;
}
.base_title{
    font-weight: 400;
    font-size: 1.8em;
    line-height: 42px;
    text-align: center;
    color: #57788C;
    margin-bottom: 35px;
}
.base_title a{
    text-decoration: none;
    color: #57788C;
}
/*!* FOOTER *!*/
footer{
    background: #658497;
}
#site-footer{
    padding: 30px;
    padding-top: 50px;
}
#site-footer a, #site-footer span{
    text-decoration: none;
    font-size: 1em;
    color: white!important;
}
#site-footer span{
    font-size: 1em;
}
.footer-widgets .bottom-nav{
    padding: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 14px;
}
.footer-widgets .bottom-nav li{
    list-style: none;
}
.footer-widgets .bottom-nav li a{
    color: #ffffff;
}
.footer-widgets .contact-title{
    color: #ffffff;
    font-size: 1.1em;
}
.footer-widgets .contact-details{
    padding-left: 0px;
    font-size: 1em
}
.footer-widgets .contact-details li{
    list-style: none;
    color: #ffffff;
    display: flex;
}
.footer-widgets .contact-details li i{
    color: #ffffff;
    margin-right: 10px;
}
.footer-copyright{
    border-top: solid 1px #ffffff;
    background: #005ed6;
    height:40px;
}
.footer-copyright .copyright-text{
    font-size: 12px;
    color: #ffffff;
}
.social-icons i {
    color: #ffffff;
    font-size: 27px;
}
.footer-copyright .social-icons, .footer-widgets .social-icons {
    margin: 0;
    position: relative;
}
.footer-copyright .social-icons span, .footer-widgets .social-icons span {
    float: left;
    list-style: none;
    margin-left: 21px;
}
.footer-copyright .social-icons span a, .footer-widgets .social-icons span a{
    color: #fff;
}
/*SITE FOOTER*/
#site-footer {
    width: 100%;
}
.links_spaces{
    padding: 0;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 75px;
    display: none;
    background: white;
    color: #658497;
    border: 1px solid #658497;
    width: auto;
}
.response-message-error{
    color: #842029;
}
.contact_us_button{
    background: #D9E9F3;
    border: none;
    padding: 8px;
    border-radius: 13px;
    width: 121px!important;
    float: right;
}
.top_vector_image_wrapper{
    position: absolute;
    top: -80px;
    z-index: -1;
    left: 0;
    width: 100%;
}
.bottom_vector_image_wrapper{
    position: absolute;
    top: -25%;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 120px;
    overflow-y: hidden;
}
.top_vector_image_wrapper img, .bottom_vector_image_wrapper img{
    width: 100%;
}
.entry-header{
    text-align: center;
    color: #57788C;
}
.entry-content{
    background: #FFFFFF;
    border: 2px solid #797C82;
    border-radius: 26px;
    margin-top: 25px;
    margin-bottom: 45px!important;
    min-height: 100px;
    padding: 30px;
}
.legal_acts_wrapper .entry-content{
    padding: 0;
}
.dinamic_page_container_wrapper{
    margin-bottom: 45px;
    min-height: 540px;
}
.grid_item{
    border-bottom: 2px solid #658497;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}
.grid_item img{
    width: 100%;
    max-width: 25px;
    margin-bottom: 5px;
    display: block;
}
.grid_item .action_img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.grid_item a{
    color: #4C4C4E;
    text-decoration: none;
    display: block;
    margin-bottom: 7px;

}
.firs_grid_item{
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}
.last_grid_item{
    border-bottom: none;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}
.grid_item:hover{
    background: #D9E9F3;
}
.dates_legal a{
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    color: #57788C!important;
    font-weight: bold;
    text-align: center;
}

.col_style_padding{
    padding: 0 !important;
}

.dates_legal ul .active a{
    color: white!important;
    text-align: center;
    border-radius: 6px;
    background: #57788C;
}
.file_size_anons{
    font-size: 0.75em;
}
.grid_item a h5{
    font-size: 1.1em;
    line-height: inherit;
}
.dates_legal .legal-date{
    list-style-type: none;
}

/*///////////////////////*/
.dates_legal .legal_date_pages{
    margin-top: -50px;
}

.dates_legal .legal_date_pages{
    list-style-type: none;
}

.dates_legal .legal_date_pages a:hover{
    color:black!important;
}

/*/////////////////////////*/

.dates_legal .legal-date a:hover{
    color:black!important;
}
.news-page .entry-content{
    background: #D9E9F3;
}
.news-page .service-imag1e img{
    width: 100%;
    height: 167px;
}
.news-page .service-bod1y a {
    font-weight: bold;
    color: #57788C;
    font-size: 0.8em;
    line-height: 24px;
}
.news-page .service-bod1y strong {
    color: #658497;
}
.news-page .service-bod1y p {
    color: #4E4A4F;
}
.pagination{
    display: inline-flex;
}
.pagination li a{
    margin-right: 15px;
    background: #FFFFFF;
    border: 1px solid #57788C;
    border-radius: 7px;
    color: #57788C;
    font-weight: bold;
}
.pagination .page-item a{
    background: #57788C;
    color:white;
    border: 1px solid #57788C;
}
.noData{
    text-align: center;
}
.legal_acts_wrapper .noData{
    padding-top: 30px;
}
.news_inner_page_cnt{
    background: #FFFFFF;
    border: 2px solid #797C82;
    border-radius: 35px;
}
.news_inner_page_cnt .main_img_wrapper {
    text-align: center;
}
.news_inner_page_cnt .main_img_wrapper img{
    border-radius: 26px;
    height: auto;
}
.news_inner_page_cnt .blog-title{
    margin-top: 40px;
    color: #57788C;
    font-size: 1.2em;
    padding: 0;
}
.news_inner_page_cnt .blog-details{
    color: #57788C;
    font-size: 1.2em;
    padding: 0;
    margin-right: 5px;
}
.news_inner_page_cnt .blog-details i{
    color: #808080a1;
    font-size: 0.9em;
    margin-right: 2px;
}
.news_inner_page_cnt .blog-desc{
    margin: 0;
}
.carousel-item img{
    height: 480px;
}
.attached_files_wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.attached_files_wrapper .attached_file_logo{
    margin-left: 5px;
    margin-right: 5px;
}
.news_inner_page_cnt .blog-gallery img{
    height: -webkit-fill-available;
}
.op__title:hover{
    cursor:pointer;
}
.op__title {
    padding-left: 22px;
    background: url(../../img/client/site/plus.png) 0 no-repeat;
}
.op__opened{
    background:url('../../img/client/site/minus.png') no-repeat 0;
}
.search_wrapper{
    margin-top: 20px;
}
.search_wrapper .search_button{
    background: #57788C;
    border-color: #57788C;
}
@media (max-width: 1785px){
    .dropdown_menu_media{
        transform: translate3d(-1053px, 0px, 0px) !important;
    }
}
/*Video Style*/
.videos-row_post {
    min-height: 500px;
}
.videos-bloks_post {
    padding-top: 66px;
    padding-bottom: 81px;
    padding-left: 6.33%;
    padding-right: 6.33%;
}
.videos-block-col_post {
    margin-top: 10px;
    margin-bottom: 10px;
}
.videos-block-col_post .videos-block-1 {
    height: 160px;
    display: flex;
    align-items: center;
    padding: 20px 2%;
}
.videos-block-col_post .videos-block-1 .item {
    height: 100%;
}
.videos-block-col_post .videos-block_post {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.videos-block-col_post .video-img-background_post .videos-img-wrapp_post {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px 1px 1px 1px;
    cursor: pointer;
    height: 130px;
}
.owl-carousel .owl-nav button.owl-prev{
    left:0;
}
.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
@media (min-width: 1920px) {
    .menu_section_for_home_add{
        margin:  0 auto;
        max-width: 1920px !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .home_absolute_slider_container{
        width: 100%;
        max-width: 960px;
    }
}



@media (max-width: 989px) {
    .top-menu{
        width: 26% !important;
    }

    .lang_wrap{
        width: 75%;
    }
}

@media (max-width: 766px) {
    .top-menu{
        width: 50% !important;
    }

    .lang_wrap{
        width: 50% ;
    }
}

@media (min-width: 1199px) {
    #menu_2,.plan_label{
        display: none;
    }
    #menu_1{
        display: flex;
        z-index: 999;
    }
}


@media (max-width: 1199px) {

    .top-menu{
        width: 20%;
    }

    .home_header_logo_style{
        margin-bottom: 15px;
    }
    .plan_label{
        display: block !important;
        font-size: 35px;
    }
    .vector_image,#search_con,#menu_1{
        display: none;
    }
    #carouselExampleIndicators{
        width: 100%;
    }
    .response_home_page_version{
        display: block !important;
    }
    .menu_position_flex{
        flex-direction: column;
    }
    #menu_2{
        display: block;
    }
    .home_header_logo_style {
        margin-top: 10px;
    }
    #main-menu{
        width: 100%;
    }
    .main_menu_wrap{
        margin-top: 0;
    }
    #main-menu .navbar {
        padding: 0;
        background-color: #57788c;
        width: 100%;
    }

        #main-menu .nav-link {
            color: white;
        }

    .home_header_logo_style{
        /*background-color: blue;*/
        /*display: inline-block;*/
        text-align: center;
        width: 100%;
    }
    .container-fluid .block_class_gam{
        margin-top: -17px;
    }
    .home_absolute_container img {
        height: 550px;
        width: 100%;
    }
    .home_absolute_slider_container{
        width: 100%;
        max-width: 644px;
    }
}
.vector_image{
    overflow: hidden;
    height: 100%;
}
@media (max-width: 1500px) {
    .vector_image{
      max-width: 990px;
    }
}
@media (max-width: 1491px) {
    .vector_image{
        max-width: 700px;
    }
   .search_space > p{
        font-size: 30px;
    }
}
@media (max-width: 880px) {
    .vector_image, #search_con{
        display: none;
    }
    #carouselExampleIndicators{
        width: 100% !important;
    }
    .home_absolute_slider_container{
        max-width: 650px;
    }
    .header_top_section .response_home_page_version{
        display: block !important;
    }
}
@media (min-width: 1200px){
    .menu_position_flex{
        padding: 0 130px;
    }
}
@media (max-width: 1200px){
    #resizableImage{
        height: 100%;
    }
}



@media (max-width: 768px) {

    .search_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search_wrapper .search_form{
        margin: 0 auto;
    }
    .home_absolute_container{
        margin-top: -33px;
    }
    .home_header_logo_style{
        margin-bottom: 0;
    }

    .order_0{
      order: 0;
    }
    .order_1{
        order: 1;
    }

    .order_2{
        order: 2;
    }

}
@media (max-width: 1395px) {

    #main-menu .nav-link{
        font-size: 0.8125rem;
    }
}
@media (max-width: 1140px) {
    .home_absolute_container img {
        height: 350px;
        width: 100%;
    }
    #main-header {
        height: 40vw !important;
    }
    .home_absolute_slider_container {
        width: 100%;
        position: absolute;
        background: white;
        left: 50%;
        top: 700px !important;
        transform: translate(-50%, -50%);
        border: 4px solid #D9E9F3;
        border-radius: 26px;
        height: 220px !important;
        z-index: 9999;
    }
    .home_absolute_slider_container {
         max-width: 500px !important;
    }
    .home_absolute_slider_container .features-icons-item {
        width: 180px;
        height: 150px;
        background: #D9E9F3;
        border: 2px solid #797C82;
        border-radius: 26px;
        text-align: center;
    }
    .features-icons-icon i{
        font-size: 2.5em !important;
    }
    .home_absolute_slider_container .features-icons-icon {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    .a_card{
        text-decoration: none;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 0;
    }
}
@media (max-width: 450px){
    .home_absolute_slider_container {
        max-width: 320px !important;
    }
    .call_center_space .a_text,.call_center_space span{
        font-size: 13px !important;
    }
}
@media (min-width: 1920px) {
    .vector_image{
        max-width: 990px;
    }
}
.header_top_section .response_home_page_version{
    display: none;
}
.menu_position_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#main-header{
    padding: 0px !important;
}
.home_absolute_slider_container{
    width: 100%;
    max-width: 960px;
    position: absolute;
    background: white;
    left: 50%;
    transform: translate(-50%, -30%);
    border: 4px solid #D9E9F3;
    border-radius: 26px;
    height: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 9999;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #D9E9F3;
}
.nav-item .dropdown{
    padding-left: 0!important;
}
.dropdown-item.disabledlink.hover, .dropdown-item.disabledlink:hover{
    background-color: var(--bs-dropdown-link-hover-bg);
    color: black;
    cursor: text;
}

/*Pages Icon Files Style*/
.items_centered_block_style{
    margin-left:-1px;
}
.item_block{
    display: inline-block;
}

.login_form_section .login_page_width{
    width: 100%;
}

.file_centered_style{
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
}

.z_index{
    z-index: 9999;
}

.file-size-div{
    display: block;
    width: 45px;
}

.main_menu_wrap {
    margin-top: 48px;
}

#main-header{
    margin-top: 32px;
}

#menu_1{
    margin-top: unset !important;
}


