body{
    font-family: 'Inter', sans-serif;
    background:#fcfcfc;
}
#top_spacing{
    height: 0;
}
/*/navigation bar/*/
.navbar_type8 {
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 20%;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 80%;
    gap: 0vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 8px 8px;
}

.navbar_type8 .logo img {
    width: 85%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: .85vw;
    padding: 15px 0.2vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(to left, #074e8c, #14786c);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*/mobile navigation bar & side menu/*/
.side_menu {
    background-color: #0a4d68;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}
.nav_bottom{
    background-image: linear-gradient(to left, #074e8c, #14786c);
}
.nav_bottom .menu .nav_item .dropdown a{
    color: #fff;
}
.nav_bottom .menu .nav_item:hover{
     background-color: #fff;
}
/*.nav_bottom .menu .nav_item .dropdown a:hover{*/
    /*background-image: linear-gradient(to left, #074e8c, #14786c);*/
/*    color: #fff!important;*/
/*}*/
@media (max-width: 1200.5px) {
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    padding: 14px 0px;
}
.navbar_type8{
    padding: 0 4%;
}
}
.nav_bottom .menu{
    font-size: 1vw;
}
@media (max-width: 991.5px) {

}

@media (max-width: 767.5px) {

}

.title_big{
    font-size:3.4vw;
    font-weight:700;
    line-height:2rem;
    text-transform: uppercase;
    /*letter-spacing:.3rem;*/
    color:#074e8c;
    font-family: 'Bebas Neue', sans-serif;
}

.title_big2{
    font-size:3.1vw;
    font-weight:500;
    line-height:2.6rem;
    text-transform: uppercase;
    /*letter-spacing:.3rem;*/
    color:#074e8c;
    font-family: 'Bebas Neue', sans-serif;
}

.content_text{
    font-size:1rem;
    line-height:1.8rem;
    color:#777;
}

.btn_more{
    box-shadow:none;
    transition:Ease-in-out 0.3s;
    color:#ccc;
    border:0px solid rgb(0,0,0,0);
    padding:10px 25px;
    margin-top:20px;
    background:transparent;
    font-size:1rem;
}

.btn_more::before {
    content: "";
    background: #ccc;
    height: 1px;
    width: 20px;
    margin: 5px 10px;
    display: inline-block;
    transition:Ease-in-out 0.3s;
}

.btn_more::after{
    content: "";
    background: #ccc;
    height: 1px;
    width: 20px;
    margin: 5px 10px;
    display: inline-block;
    transition:Ease-in-out 0.3s;
}

.btn_more:hover{
    color:#999999;
}

.btn_more:hover::before {
    content: "";
    background: #999999;
    height: 1px;
    width: 40px;
}

.btn_more:hover::after{
    content: "";
    background: #999999;
    height: 1px;
    width: 40px;
}
@media all and (max-width: 768.5px){
 .title_big {
        font-size: 30px;
        line-height: 1.8rem;
        /*letter-spacing:.15rem;*/
    }
    
    .title_big2{
        font-size: 25px;
        line-height: 2rem;
        /*letter-spacing:.15rem;*/
    }
    .btn_more{
        font-size: 0.8rem;
    }
}
/*banner*/
.n_bannerContainer{
    position:relative;
    width:100%;
    height:100%;
    /*background:url('../images/banner-men-clinic.jpg') center center/cover no-repeat;*/
    display:flex;
    align-items:center;
    overflow:hidden;
}

/*.n_bannerOverlay{*/
/*    position:absolute;*/
/*    inset:0;*/
    /*background:rgba(0,0,0,.45);*/
/*}*/

.n_bannerGroup{
    position:relative;
    z-index:2;
    width:90%;
    /*max-width:1400px;*/
    margin:auto;
    /*padding-bottom: 5%;*/
    left: 5%;
}

.n_bannerContent{
    max-width:650px;
}

.n_bannerTitle{
    font-size: 5vw;
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: Bebas Neue;
}

.n_bannerTags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:20px;
}

.n_bannerTags span{
    background-image: linear-gradient(to left, #074e8c, #14786c);
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    backdrop-filter:blur(10px);
}

.n_bannerText{
    color:#fff;
    font-size: 17px;
    margin-bottom: 25px;
    opacity:.9;
}

.n_bannerBtnGroup{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btnPrimary{
    border:1px solid rgba(255,255,255,.6);
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:8px;
    transition:.3s;
}

.btnPrimary:hover{
     background-image: linear-gradient(to left, #074e8c, #14786c);
     text-decoration: none;
     color: #fff;
}

.btnSecondary{
    border:1px solid rgba(255,255,255,.6);
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:8px;
    transition:.3s;
}

.btnSecondary:hover{
     background-image: linear-gradient(to left, #074e8c, #14786c);
    text-decoration: none;
    color: #fff;
}
@media (max-width:1200.5px){
.n_bannerGroup{
    padding-bottom: 16%;
}
}
@media (max-width:1024.5px){
.n_bannerText{
    font-size: 15px;
}
  .n_bannerGroup {
    padding-bottom: 26%;
  }
}
@media (max-width:991.5px){
.n_bannerText{
    font-size: 13px;
}
  .n_bannerGroup {
    padding-bottom: 28%;
  }
}
@media (max-width:768.5px){
    .slider_banner .item>img{
        min-height: 600px;
        object-fit: cover;
    }
 .n_bannerGroup{
        left: 0;
    }
    /*.n_bannerContainer{*/
    /*    height:650px;*/
    /*    background-position:center right 35%;*/
    /*}*/
 .n_bannerContainer{
        height:100%;
        background-size:cover;
        background-position:center center;
    }


    .n_bannerGroup{
        width:90%;
        padding-bottom: 0%;
    }

    .n_bannerContent{
        max-width:100%;
        /*text-align:center;*/
        margin:auto;
    }

    .n_bannerTitle{
        font-size:3.2rem;
        line-height:0.95;
        margin-bottom:20px;
    }

    .n_bannerTags{
        /*justify-content:center;*/
        gap:8px;
    }

    .n_bannerTags span{
        font-size:12px;
        padding:8px 14px;
    }

    .n_bannerText{
        font-size:15px;
        line-height:1.6;
        margin-bottom:25px;
    }

    .n_bannerBtnGroup{
        /*justify-content:center;*/
        gap:10px;
        text-align: center;
    }

    .btnPrimary,
    .btnSecondary{
        width:100%;
        max-width:220px;
        /*text-align:center;*/
        padding:14px 20px;
    }
}
@media (max-width:576.5px){
    .n_bannerTitle{
        font-size: 46px;
    }
    .n_bannerTags{
        padding-right: 45%;
    }
    .n_bannerTags span{
        font-size: 14px;
    }
    .btnPrimary, .btnSecondary{
        max-width: 185px;
    }
   
}
/*hp_Services*/

#hp_Services{
    padding-top:50px;
}

.productSlider-1{
    width:85%;
    margin:0 auto;
}

.productSlider-1 .slick-track{
    width:100%;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 0px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: none;
    background:transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 520px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    height: 100%;
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content{
    text-align:center !important;
}

.productSlider-1 .product_img .product_box h6{
    color:#777;
    font-size:.8rem;
    font-weight:500 !important;
}

.productSlider-1 .product_img .product_box h6:first-child{
    color:#777;
    font-weight:400 !important;
    font-size:1rem;
}

.productSlider-1 .product_img .product_box p{
    display:none;
}

.productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
    opacity: 0;
    transition:Ease-in-out 0.3s;
    border-radius: 0;
}
@media all and (max-width: 768.5px){
    .productSlider-1 {
        width: 90%;
        margin: 0 auto;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #777;
        font-size: .7rem;
        font-weight: 500 !important;
    }
    
    .productSlider-1 .product_img .product_box h6:first-child {
        color: #777;
        font-weight: 400 !important;
        font-size: .9rem;
    }

    .productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 20px);
        margin: 10px;
        z-index: 5;
    }
}
/*hp_Team*/
#hp_Team{
    padding: 0 8%;
}
.index_wrapper_4{
    padding-top:5%;
}
.Team_bg{
    min-height:70vh;
    background-image:url(https://cdn1.npcdn.net/images/B_Pic_yv4dgr_1780369520.jpg?md5id=41eed75111d927aa8cce63e2757c100d&new_width=1600&new_height=800&type=4);
    background-position: center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.Team_content{
    width: 40%;
  top: 45%;
  left: 70px;
    position: relative;
}

.Team_content .title_big2,
.Team_content .content_text{
    color:#fff;
}
@media all and (max-width: 1200.5px){
 /*hp_Team*/
    .Team_bg {
        min-height: 60vh;
    }
}
@media all and (max-width: 768.5px){
 /*hp_Team*/
    .Team_bg {
        min-height: 60vh;
        background-position: 50% 65%;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }

    .Team_content {
        width: 100%;
        top: 60%;
        left: 0;
        position: relative;
    }
    
}
@media (max-width: 375.5px) {
  .Team_bg {
    min-height: 60vh;
    background-position: 55% 39%;
  }
   .hp_Why .text_card p {
    font-size: 13px;
   }
}
@media all and (max-width: 365.5px){
.content_text{
    font-size: .8rem;
  line-height: 1.5rem;
}
}
/*hp_about*/
#index_5_2{
    background-color: #fff;
}
#hp_about{
    padding-top:50px;
    padding-bottom: 20px;
    background-color:#fff;
    overflow:hidden;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    display: none!important;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    display: none!important;
}
.about_content{
    padding:0 5%;
}

.about_content .content_text{
    font-size:.95rem;
    line-height:1.8rem;
}

.hp_photoGallerySliderWithTitle{
    width:84%;
    margin:0 auto;
}

.hp_photoGallerySliderWithTitle {
    background-color: #fff;
}

.hp_photoGallerySliderWithTitle .col-12{
    padding-left:0;
    padding-right:0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    width: 100%;
    padding: 10px;
}
.photo-gallery p{
    display: none;
}
.slick-active{
    display: none;
}
.slick-dots li{
    display: none;
}
@media all and (max-width: 768.5px){
    /*hp_about*/
    .about_content .content_text{
        font-size: .8rem;
        line-height: 1.6rem;
        /*text-align: justify;*/
        text-align-last: center;
        
    }
    #hp_about{
        padding-bottom: 0px;
    }
    #index_5{
        padding-left:0;
        padding-right:0;
    }
    
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    display: none!important;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    display: none!important;
}
.hp_photoGallerySliderWithTitle .photo-gallery{
    padding: 0 0 25px;
}
}
/*hp_services*/

.hp_Why {
    padding: 0.5vw 7.5vw 7.5vw 7.5vw;
    position: relative;
    padding-top: 50px;
    background-color: #fff;
}

.hp_Why .Why_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}

.hp_Why .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
    transition: transform 0.3s ease;
}

.hp_Why .col:hover {
    transform: translateY(10px); 
}

.hp_Why .col:active {
    transform: translateY(10px);
}

.hp_Why .text_card {
    position: relative;
    background: #f1f2f2;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.hp_Why .img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hp_Why .img_card {
    height: 345px;
}

/*.hp_Why .icon_card {*/
    /*width: 120px;  */
    /*height: 120px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
/*}*/

.hp_Why .icon_card img {
    width: 65px;    
    height: auto;
    margin-bottom: 10px;
}

.hp_Why .text_card h3 {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 23px;
  font-weight: 500;
  color: #074e8c;
  margin-bottom: 5px;
  font-family: Bebas Neue;
}

.hp_Why .text_card p {
    font-size: 15px;
    font-weight: 300;
    color: #414042;
    margin-bottom: 0px;
    line-height: 1.4;
}

.hp_Why .text_card .num {
    /*font-family: 'Overpass', sans-serif;*/
    position: absolute;
    top: -5px;
    right: -5px;
    width: 65px;
    height: 65px;
     background-image: linear-gradient(to left, #074e8c, #14786c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 23px;
    border-radius: 30px 30px 30px 50px;
    /* border-radius: 50%; */
}

@media screen and (max-width: 1300.5px){
    .hp_Why .text_card p {
        font-size: 13px;
        font-weight: 500;
        color: #414042;
        margin-bottom: 0px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_Why .text_card .num {
        /*font-family: 'Overpass', sans-serif;*/
        position: absolute;
        top: -5px;
        right: -5px;
        width: 55px;
        height: 55px;
        background-image: linear-gradient(to left, #074e8c, #14786c);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 18px;
        border-radius: 30px 30px 30px 50px;
        /* border-radius: 50%; */
    }
    
    .hp_Why .text_card h3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 20px;
        font-weight: 500;
        color: #074e8c;
        margin-bottom: 5px;
    }
    
    .hp_Why .text_card p {
        font-size: 12px;
        font-weight: 400;
        color: #414042;
        margin-bottom: 0px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1024.5px){
    .hp_Why .text_card h3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 18px;
        font-weight: 500;
}
}
@media screen and (max-width: 768.5px){
    .hp_Why .Why_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .hp_Why .col {
        display: flex;
        flex-direction: column;
     }
    
    .hp_Why .img_card {
        order: 1;
    }
    
    .hp_Why .text_card {
        order: 2;
    }
    
    .hp_Why {
        padding: 0vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_Why .col {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 0px;
        transition: transform 0.3s ease;
    }
    
    .hp_Why .text_card {
        position: relative;
        background: #f1f2f2;
        padding: 30px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    
    .hp_Why .text_card h3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 22px;
        font-weight: 500;
        color: #074e8c;
        margin-bottom: 5px;
    }
    
    .hp_Why .text_card p {
        font-size: 15px;
        font-weight: 400;
        color: #414042;
        margin-bottom: 0px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 375.5px){
 .hp_Why .text_card p {
        font-size: 13px;
 }
}
/*hp_news*/
/*#hp_news{*/
    /*padding-top:100px;*/
/*    padding-bottom:50px;*/
/*}*/

/*.news_bg{*/
/*    min-height:70vh;*/
/*    background-image:url(https://cdn1.npcdn.net/userfiles/23416/image/bg2.jpg);*/
/*    background-position: center;*/
/*    background-repeat:no-repeat;*/
/*    overflow:hidden;*/
/*}*/

/*#main_index .latest_new_type6 {*/
/*  width: 85%;*/
/*  margin: 0 auto;*/
/*}*/

/*.news_content{*/
/*    width: 50%;*/
/*    top: 60%;*/
/*    left: 50%;*/
/*    position: relative;*/
/*}*/

/*.news_content .title_big2,*/
/*.news_content .content_text{*/
/*    color:#fcfcfc;*/
/*}*/
/*@media all and (max-width: 768.5px){*/
     /*hp_news*/
/*    .news_bg {*/
/*        min-height: 60vh;*/
/*        background-image:url(https://cdn1.npcdn.net/userfiles/23416/image/bg2.jpg);*/
/*        background-position: center;*/
        /*background-position: 55% 50%;*/
/*        background-repeat: no-repeat;*/
/*        overflow: hidden;*/
/*        background-size: cover;*/
/*    }*/

/*    .news_content {*/
/*        width: 100%;*/
/*        top: 60%;*/
/*        left: 0;*/
/*        position: relative;*/
/*    }*/
/*}*/
/*hp_testimonial*/
.hp_testimonials{
    padding-bottom:50px;
    width:80%;
    margin:0 auto;
}
.testimonial_content{
    margin-top: 8%!important;
}
.hp_testimonials .testimonials_box .testimonials_card .icon{
    display:none;
}

.hp_testimonials .testimonials_box .testimonials_card .content h5{
    margin-bottom:1rem;
}

.hp_testimonials .testimonials_box .testimonials_card .content q{
    font-size: .95rem;
    line-height: 1.8rem;
    color:#777;
    font-weight:400;
}

.hp_testimonials .testimonials_box .testimonials_card .content{
    order:1;
}

.hp_testimonials .testimonials_box .testimonials_card .name{
    order:2;
}

.hp_testimonials .slick-dots li button::before {
    color: #b39e7d;
    font-size: .7rem;
}
.hp_testimonials .testimonials_box .testimonials_card h6{
    font-family: Bebas Neue;
    font-size: 20px;
}

@media all and (max-width: 768.5px){
    .hp_testimonials .testimonials_box {
        width: 100%;
        padding: 0px 0;
    }
    
    .hp_testimonials {
        padding-bottom: 35px;
        width: 90%;
    }
    
    .hp_testimonials .testimonials_box .testimonials_card .content h5 {
        margin-bottom: 1rem;
        text-align: justify;
        text-align-last: center;
    }
    
    .hp_testimonials .testimonials_box .testimonials_card .content q{
        font-size: .8rem;
        line-height: 1rem;
        color:#777;
        font-weight:400;
    }
}
/*hp latest news tag*/
#index_8_2{
    margin-top: 5%;
}
.latest_new_type6 .news_box {
    margin-top: -63px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: transparent;
}

.latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    top: -63px;
    padding: 29px 20px 20px 31px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
}
.latest_new_type6 .news_box .badge-primary{
    background-image: linear-gradient(to left, #074e8c, #14786c);
}
@media all and (max-width: 1024.5px){
.News_content{
    margin-bottom: 6%;
}
}
@media all and (max-width: 768.5px){
.news_bg {
        min-height: 60vh;
        background-position: 55% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }

    .news_content {
        width: 100%;
        top: 60%;
        left: 0;
        position: relative;
    }
    .News_content{
        margin-bottom: 5%;
    }
}

@media all and (max-width: 576.5px){
.News_content{
    margin-bottom: 13%;
}
}
/*hp_subscribe*/
#main_index{
    padding-bottom: 0!important;
}
#hp_subscribe{
   background-image: linear-gradient(to left, #074e8c, #14786c);
    padding-top:100px;
    padding-bottom:100px;
}

.subscribe_content{
    width:60%;
    margin: 0 auto;
    text-align:center;
}

.subscribe_content .general_btn{
    margin: 25px auto 0 auto !important;
    width:30%;
    border: 2px #fff solid;
    color: #074e8c;
    background: #fff;
}

.subscribe_content .general_btn:hover{
    border: 2px #fff solid;
    color: #fff;
    background: transparent;
}

.subscribe_content .title_big{
    color:#fff;
}

@media all and (max-width: 768.5px){
    .subscribe_content .general_btn {
        width: 100%;
    }
}
.footer .social_media{
    width: 15%;
}
/*whatsapp float*/
.toggle_btn{
    top: 60vh;
}
/*downspace*/
.floatimg {
    position: fixed;
    top: 71vh;
        left: 18px;
    z-index: 10;
}
.floatimg01{
    position: fixed;
   top: 81vh;
       left: 18px;
    z-index: 10;
}
.floatimg img, .floatimg01 img {
    width: 62px;
    animation: anipromo 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}

@keyframes anipromo {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width:768.5px) {
.floatimg {
    position: fixed;
     left: 20px;
    /*bottom: 10vw;*/
    /*right: 2vw;*/
    top: 71vh;
    
}
.floatimg01 {
    position: fixed;
     left: 20px;
    /*bottom: 10vw;*/
    /*right: 2vw;*/
    top: 81vh;
    
}
}

@media only screen and (max-width:679px) {
.floatimg {
    position: fixed;
     left: 16px;
    /*bottom: 10vw;*/
    /*right: 3vw;*/
    top: calc(60vh + 68px);
    
}
.floatimg01 {
    position: fixed;
    left: 16px;
    /*bottom: 10vw;*/
    /*right: 3vw;*/
    top: calc(60vh + 115px);
    
}
.floatimg img, .floatimg01 img {
    width: 45px;
}
}
/*@media only screen and (max-width:4584.5px) {*/
/*    .floatimg {*/
/*    position: fixed;*/
/*     left: 15px;*/
    /*bottom: 10vw;*/
    /*right: 3vw;*/
/*    top: 70vh;*/
    
/*}*/
/*.floatimg01 {*/
/*    position: fixed;*/
/*    left: 15px;*/
/*    top: 78vh;*/
/*}*/
/*    .floatimg img, .floatimg01 img {*/
/*    width: 48px;*/
/*}*/
/*}*/
@media only screen and (max-width:365px) {
.floatimg {
    position: fixed;
    /*bottom: 10vw;*/
    /*right: 2vw;*/
    top: 70vh;
    
}
.floatimg01 {
    position: fixed;
    /*bottom: 10vw;*/
    /*right: 2vw;*/
    top: 78vh;
    
}
.floatimg img, .floatimg01 img {
    width: 45px;
}
}



/*///// CONTENT USE /////*/

.ws_service .related_services_section {
    display: none;
}

#main_services .ws_service .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}