.pc{
    display: block;
}
.sp{
    display: none !important;
}
.row{
    margin: 0 !important;
    padding: 0 !important;
}
.webreader-image{display: none}
p{
    margin-bottom: 0 !important;
    line-height: 1.3;
}
.container{
    max-width: 100%;
}


::-webkit-scrollbar {
display: none;
}
/****************** voice plugin *******************/
.webreader-image, .webreader-image-off, .webreader-image-pause, .webreader-image-resume{
    display: none !important;
}


/****************** top part **********************/
.top-part{
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: transparent;*/
    background-image: url(../imgs/buildingsnew.jpg);
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    height: calc(100vh);
    display: flex;
    align-items: center;
}
/*
.top-part::before{
    -webkit-transform-style: preserve-3d;
    background: rgba(0,0,0,.39);
    content: '';
    display: block!important;
    height: calc(100vh);
    left: 0;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    width: 100%;
}*/
.top-part .container{
    z-index: 3;
}
.top-part .logo img{
    width: 53%;
    display: block !important;
    margin: auto;
}
.top-part .middle .col-md-4 img{
    width: 85%;
}
.top-part .big{
    color: #fff;
    font-size: 38px;
    margin-top: 40px;
    line-height: 4rem;
}
.top-part .small{
    color: #fff;
    font-size: 25px;
    margin-top: 50px;
}
.top-part .link-site{
    margin-top: 80px;
}
.top-part .link-site a{
    padding: 20px 85px;
    font-size: 22px;
    color: #fff;
    background: #5ebdda;
    border-radius: 60px;
}
.top-part .link-site a:hover{
    text-decoration: none;
}
.top-part .phone-part{
    display: flex;
    align-items: center;
    font-size: 35px;
}
.top-part .phone-call{
    color: #1cad4f;
}
.top-part .phone-call:hover{
    text-decoration: none;
}
.top-part .phone-number{
    color: #fff;
}
/******** email box ********/
.submit-block{
    background-image: url(../imgs/grey-back.png) !important;
    position: absolute;
    margin-top: -15vw;
    width: 30vw;
    left: 35vw;
    z-index: 999;
    border: 1px solid #5ebdda;
}
.submit-block .name_alert, .submit-block .email_alert, .submit-block .phone_alert, .submit-block .message_alert, .submit-block .ajax_alert{
    display: none;
}
.submit-block div{
    margin:10px 7px;
}
.submit-block .title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.submit-block input{
    padding: 8px;
    height: auto;
    font-size: 22px;
    width: 100%;
    border: none !important;
    border-radius: 5px !important;
    background-color: #fff !important;
}
.submit-block #name, .submit-block #email, .submit-block #phone, .submit-block #message{
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    font-size: 18px;
    min-height: auto !important;
    height: inherit;
    border-color: #fff;
}
.submit-block #name:focus, .submit-block #email:focus, .submit-block #phone:focus{
    outline:none;
}
.submit-block .ajax_preload{
    width: 40px !important;
    margin-left: 20px;
    display:none;
}
.submit-block .ajax_alert{
    color: #0dff6e;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.submit-btn-part{
    text-align: left;
    padding: 8px;
    display: flex;
}
.submit-btn{
    border-radius: 50px;
    background: #5ebdda;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 40px;
}
/******************** txt part **********************/
.txt-part{
    /*padding: 100px 100px;
    background-image: url(../imgs/grey-elegant-background-wallpaper-preview.jpg); 
    background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 150px;
}
.txt-part .btns{
    display: flex;
    justify-content: space-between;
    padding: 20px 22%;
    background-image: url(../imgs/grey-back.png); 
    background-repeat: no-repeat;
    background-size: cover;
}
.txt-part .window, .txt-part .door{
    padding: 10px 0px;
    text-align: center;
    width: 130px;
    font-size: 20px;
    color: #fff;
    background: #0b0b0c;
    border-radius: 50px;
}
.txt-part .window:hover, .txt-part .door:hover{
    text-decoration: none;
}
.txt-part .txt{
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.txt-part .txt img{
    width: 100%;
    height: 450px;
}
.txt-part .txt .marked{
    color: #5ebdda;
}
.txt-part .city-txt{
    margin-top: -290px;
    padding: 0 80px;
}
/************************* slider ***************************/
#city_page_slider{
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}
#city_page_slider .item{
    margin: 3px;
}
.owl-nav.disabled{
    display: none;
}

/*********************** social part ****************************/
.social{
    background: #dbdcde;
}
.social-part{
    padding:30px 0 ;
    text-align:center;
    justify-content: center;
    display:flex;
    margin: auto;
    width: min-content;
}
.social-part ul{
    display: flex;
    margin: auto;
    padding: 0;
}
.social-part li{
    display: inline-block;
    margin: 2px;
}
.social-part a{
    padding: .2em .4em;
    font-size: 25px;
    border-radius: 10%;
    margin-right: 5px;
    display: inline-block;
}
.social-part a:hover{
    cursor: pointer;
}
.social-part .social{
    background: #5ebdda;
    padding: 7px;
}
.social-part i{
    width: 1em;
    height: 1em;
    color: #fff;
}
.social-icon-facebook{
    background: #3b5998;
}
.social-icon-twitter{
    background: #1da1f2;
}
.social-icon-google-plus{
    background: #dd4b39;
}
.social-icon-yelp{
    background: #af0606;
}
.social-icon-youtube{
    background: #cd201f;
}
.social-icon-delicious{
    background: #39f;
}
.social-icon-flickr{
    background: #0063dc;
}
.social-icon-foursquare{
    background: #2d5be3;
}
.social-icon-snapchat{
    background: #fffc00;
}
.social-icon-instagram{
    background:#262626;
}
.social-icon-digg{
    background:#005be2;
}



/************** feedback ****************/
.feedback{
    margin-bottom: 50px;
}
.feedback img{
    width: 100%;
}
.feedback .txt{
    position: absolute;
    margin-top: -22%;
    margin-left: 50%;
    font-size: 25px;
    width: 45%;
    line-height: 2.5rem;
    height: 12%;
    overflow-y: scroll;
}
.feedback .comment{
    padding: 50px;
    background: #dbdcde;
    background: #dbdcde;
}
.feedback .comment .str{
    border: 5px solid #5ebdda;
    padding: 30px;
    font-size: 24px;
}
.feedback .second-comment{
    margin: 50px auto;
    width: 60%;
}
.feedback .second-comment .str{
    border: 5px solid #5ebdda;
    padding: 30px;
    font-size: 24px;
    color: grey;
    text-align: center;
    word-break: break-word;
}
/********* popular part *******/
.popular-part{
    background-image: url(../imgs/popularback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.popular-part p{
    margin-bottom: 10px !important;
}
.link-urls{
    padding: 50px 100px;
    display: flex;
    flex-wrap: wrap;
}

.link-urls .item{
    padding: 20px;
    font-size: 20px;
}
.link-urls .otherservice{
    background: #939598;
    padding:20px 10px;
    height: 100%;
}
.link-urls .otherservice .title, .link-urls .externallink .title{
    text-align: center;
}
.link-urls .otherservice a{
    color: #000;
}
.link-urls .otherservice a:hover{
    color: #0000ff;
}
.link-urls .otherservice .content{
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}
.popular-mark{
    padding: 0 20px;
}
.popular-mark img{
    width: 100%;
}
.link-urls .externallink{
    background: #d5d6d9;
    padding:20px 10px;
    height: 100%;
}
.link-urls .externallink a{
    color: #000;
}
.link-urls .externallink a:hover{
    color: #0000ff;
}
.link-urls .externallink .content{
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    word-break: break-all;
}
.popular-search{
    padding: 20px;
    text-align: center;
}
.popular-search .border{
    width: 50%;
    background: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    margin: auto;
}
.popular-search .title{
    padding: 10px 40px;
    background: #555759;
    color: #fff;
    font-size: 40px;
    border-radius: 50px;
}
.numeric-part{
    padding-left: 20%;
    padding-bottom: 50px;
    display: flex;
    margin:auto;
}
.numeric-part .item{
    width: 22%;
    height: 300px;
    background: #fff;
    border: 5px solid #4d4d4f;
    margin-right: 3%;
    overflow-y: scroll;
    padding: 10px;
    font-size: 18px;
}

/************** google map ***************/
.city_page_googlemap{
	width: 100%;
}

.city_page_googlemap .main{
	margin:auto;
}
#section_map{
	width:100%;
	height: 300px;
}
.city_page_googlemap{
	margin-bottom: 20px;
}

/*******  ******/
@media (max-width: 1023px){
    .top-part .link-site a{
        padding: 2vw 7vw;
    }
    .link-urls{
        padding: 0px;
    }
}
@media (max-width: 767px){
    .social-part{
        width: 100%;
        margin-bottom:30px;
        padding:15px; 
    }
    .social-part ul{
        display: block;
    }
    .top-part .phone-part{
        font-size: 28px;
    }
    .phone-part.pc{
        display: none;
    }
    .phone-part.sp{
        display: block !important;
        line-height: 2.5;
    }
}

@media(min-width: 561px) and (max-width: 1023px){
    .txt-part .btns{
        padding-left: 5%;
        padding-right: 5%;
    }
    .submit-block{
        width: 40vw;
        left: 30vw;
    }
    .popular-search .border{
        width: 70%;
    }
    .popular-search .title{
        font-size: 30px;
    }
    .numeric-part{
        padding-left: 5vw;
    }
    .numeric-part .item{
        width: 28vw;
    }
}

/**** mobile screen ****/

@media(max-width: 560px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    /************ top part ************/
    .top-part{
        background-image: url("../imgs/buildings1121-50-smaller.jpg");
        background-attachment: scroll;
    }
    .top-part .logo{
        margin-top: 35%;
    }
    .top-part .logo img{
        width: 90%;
    }
    .top-part .big{
        margin: 0 auto 30px;
        line-height: 6rem;
        font-size: 28px;
        padding-top: 50px;
    }
    .top-part .small{
        font-size: 25px;
        margin-top: 50px;
        line-height: 4rem;
    }
    .top-part .link-site{
        margin-top: 55px;
    }
    .top-part .link-site a{
        padding: 10px 40px;
        font-size: 20px;
    }
    .top-part .phone-block{
        margin: 40px 0;
        justify-content: center;
        font-size: 28px;
    }
    /*************email box**************/
    .submit-block{
        position: relative;
        width: 100%;
        padding: 0 15px;
        margin: 0;
        left: 0;
    }
    .submit-block input{
        font-size: 18px !important;
        padding: 8px !important;
        height: auto !important;
    }
    
    /************ txt part *************/
    .txt-part .btns{
        padding: 20px;
    }
    .txt-part{
        margin-bottom: 0;
    }
    .txt-part .txt{
        font-size: 22px;
        line-height: 3.5rem;
        background: url('../imgs/grey-elegant-background-wallpaper-preview.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .txt-part .city-txt{
        padding: 0px 20px 55px;
        margin-top: -20px;
    }
    .txt-part .txt img{
        height: auto;
        width: 70%;
    }
    /************* slider part **************/
    #city_page_slider{
        padding: 0;
    }
    #city_page_slider .item{
        padding: 20px;
    }
    /*
    .owl-carousel .owl-item img{
        width: 200px !important;
        margin: auto;
    }*/
    /************** link url **************/
    .link-urls{
        padding: 0 !important;
    }
    .popular-search .border{
        width: 100%;
    }
    .popular-search .title{
        font-size: 23px;
    }
    .numeric-part{
        padding: 20px;
        display: block;
    }
    .numeric-part .item{
        width: 100%;
        margin-bottom: 30px;
    }
    /***************** feedback *******************/
    .feedback .txt{
        font-size: 15px;
        margin-top: -21%;
        line-height: 2rem;
        height: 5%;
        margin-left: 12%;
        width: 80%;
    }
    .feedback .comment{
        padding: 20px;
    }
    .feedback .comment .str{
        padding: 20px;
        font-size: 18px;
        height: 300px;
        overflow-y: scroll;
    }
    .feedback .second-comment{
        width: 80%;
    }
    .feedback .second-comment .str{
        padding: 15px;
        line-height: 3.5rem;
    }
}