
/* request on 2023-05-09 */
div.whats_new_header {
    margin-left: 35px;
    margin-right: 15px;
}

.whats_new .button {
    font-size: 16px;
}


.whats_new .article_list {
    height:167px;
    overflow-y: scroll;
    /*
	overflow: hidden;
	*/
}
.whats_new .article_list::-webkit-scrollbar{
		width: 0.5vw;
}
.whats_new .article_list::-webkit-scrollbar-track{
		background: lightgrey;
		border-radius: 100vw;
		margin-block:0.5em;
}
.whats_new .article_list::-webkit-scrollbar-thumb{
		background: linear-gradient(cyan,#006699);
		/*border: 0.25em solid darkgrey;*/
		border-radius: 100vw;
}
.whats_new .article_list::-webkit-scrollbar-thumb:hover{
		background:rgba(0, 113, 192, 1);
}

#nav-icon2{
  display:none;
  /* float: right; */
  margin-right: 10px;
  width: 35px;
  height: 10px;
  /* position: relative; */
  padding-bottom: 8px;
  margin: 0px 2px 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999999; 
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 65%;
  background: #217ab6;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(even) {
  left: 40%;
  border-radius: 0 5px 5px 0;
}


#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 20px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 26px;
  background-color:white;
  height:8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 34px;
}

#nav-icon2 span:nth-child(7), #nav-icon2 span:nth-child(8) {
  top: 40px;
  height:8px;
  background-color:white;
}

#nav-icon2 span:nth-child(9), #nav-icon2 span:nth-child(10) {
  top: 48px;
}

#nav-icon2 span:nth-child(11), #nav-icon2 span:nth-child(12) {
  top: 54px;
  height:8px;
  background-color:white;

}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

#nav-icon2 > a {
  border:0px;
  border-radius: 5px 5px 5px 5px;
  display: block;
  position: absolute;
  height: 50px;
  width: 151%;
  opacity: 1;
  z-index:20;
  text-decoration: none;
}
#nav-icon2 > a.tab_active, #mob-nav-open-btn.tab_active {
  border:2px #000 solid;
}
#nav-icon2 > a{
    top:13px;
    left:-25%;
}

.f_bk{
display:none;
}

.popular_services{
    overflow:hidden;
    font-size: 85%;
}
 .quick_link h2.quick_link_t1 {
    visibility:hidden;
}
.quick_link h2.quick_link_t2 {
    display:block;
}


@media screen and (max-width:1280px) {	
   

.whats_new .article_list {
    height:auto;
    overflow-y:hidden;
    min-height:unset;
    /*
	overflow: hidden;
	*/
}
.banner_silder{
	max-width: 100%;
    overflow-x: hidden !important;
}		
	
  #header.open{
    background-color: #a4bfda;
  }
  /* header */
  header{
    /* background-image: linear-gradient(90deg, #5eacfb 0%, #6cfbde 100%); */
    display: block;
    height: auto;
    min-height: 85px;
    background-color: #fff;	  
  }
  .logo{
    width: 100%;

  }
  .top_menu{
    padding-top: 20px;
  }
  .search_box{
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
  }
  .search_box form{
    background-color: #ffffff;
  }
  /* .search_box input{
    background-color: #ffffff00;
  }
  button#Search{
    background-color: #ffffff00;
  } */
  .function_area{
    width: fit-content;
    margin: 0 auto;
  }
  /* menu */
  .toggleMenu{
    margin-top: 0px;
    top: 10px;
    right: 10px;
  }
  /* #menu{
    display: none;
  } */
  #rvdmenu{
    z-index: 20;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(180deg, #a4bfda 0%, #acded4 100%);
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    padding-bottom: 10px;
  }
  #rvdmenu > li {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    margin-top: 10px;
  }
  #rvdmenu li a::after{
    display: none;
  }
  #rvdmenu li a:hover{
    padding-bottom: 10px;
    border-bottom: 0px #323f6c solid;
  }
  .toLeft .sub_rvd_menu {
    transform: translate3d(0px, 0px, 0px);
  }
  .sub_rvd_menu{
    width: 100%;
    position: initial;
    background-color: #ffffff00;
    margin-top: 10px;
  }
  li.arrow_right{
    background-image: url(../../../images/common/menu-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right top;
  }
  li.arrow_down{
    background-image: url(../../../images/common/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right top;
  }
  .sub_rvd_menu li{
    text-align: left;
  }
  .sub_sub_rvd_menu{
    width: 100%;
  }
  /* banner */
  #banner{
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .banner{
    display: block;
  }
  .carousel{
   /*max-width: fit-content;*/
   margin-top:5px;
   max-width:none;
   margin-right:9px;
  }
  .carousel-indicators,.carousel-action{
    margin-bottom: -2em;
  }
  .whats_new{
    max-width: none;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    /* margin: 20px; */
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom:0px;
  }
  /*.whats_new h2{
    margin-top: 40px;
    padding-top: 10px;
  }*/
    .whats_new ul.article_list>li{
        display:none;
    }
    .whats_new ul.article_list>li:first-child{
        display:list-item;
    }
  /* main_content */
  /* popular_services */
  .popular_services{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color:#f8f8f5;
  }
.quick_link {
    background-color:#f8f8f5;
}
/*.quick_link h2.quick_link_t1 {
    visibility:hidden;
    height:10px;
    padding:0px;
}
.quick_link h2.quick_link_t2 {
    margin-top:20px;
    display:block;
}*/
  .popular_services img{
    width: 50%;
  }
  .quick_links_1{
    list-style-type: none;
    display: list-item;
    text-align: center;
  }
  .quick_links_2{
    list-style-type: none;
    border: 5px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    display:block;
    float:none;
    width:100%;
  }
  .popular_services_button {
    vertical-align: top;
    width: 45%;
    display: inline-block;
    margin: auto;
  }
  .popular_services_button_1 {
    vertical-align: top;
    width: 45%;
    display: inline-block;
    margin: auto;
  }
  .figure {
      height:auto;
  }
 .home_sup_1 {
    margin-left: 0px;
    display: block;
    margin-bottom:5px;
}
  .useful_information{
    padding-left: 10px;
    padding-right: 10px;
  }
  .useful_sup_1, .useful_sup_2{
    /* border-bottom:0px; */
    /* top: 0px; */
    position: inherit;
    /* display: block; */
  }
  .useful_sup_1{
    top: 0px;
  }
  .useful_sup_2{
    top: 5px;
  }
  .useful_sup_3{
    top: 5px;
  }
  .useful_sup_4{
    top: 0px;
  }
  .tab-pane{
    position: inherit;
  }
  /* footer */
  .sitemap{
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer{
        padding-top: 0px;
  }
  #footer a{
	white-space:nowrap;
	  
  }
  #footer .f_r a{
	white-space:normal;
	  
  }
  .rvd_right_link_center{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .swiper-container{
    width: 100%;
  }
  .footer_text{
    text-align: center;
    display: block;
  }
  .footer_text span{
    margin-top: 30px;
    /* text-align: center; */
    display: block;
  }
  .f_l{
    width: 100%;
  }
  .f_r{
    width: 100%;
  }
  .f_bk{
    display:block;
  }

  /*.first1 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }*/

}

@media screen and (max-width:900px) {

  .popular_services_button_1 {
    vertical-align: top;
    width: 45%;
    display: inline-block;
    margin: auto;
  }
  /* header */

  .logo{
    padding-top: 18px;
    padding-bottom: 10px;
  }
  /* main */
	
    /*.mquick_link {
        max-height:90%;
    }
    .popular_services{
      overflow-y:scroll;
    }*/

    .popular_services{
      overflow-y:visible;
      padding: 10px;
    }
/*@media screen and (max-height:1024px) {
 
    .popular_services {
        max-height:800px;
    }

}
@media screen and (max-height:900px) {
       
    .popular_services {
        max-height:650px;
    }

}
@media screen and (max-height:800px) {
    
    .popular_services {
        max-height:550px;
    }

}
@media screen and (max-height:720px) {
    
    .popular_services {
        max-height:500px;
    }

}

@media screen and (max-height:570px) {
    
    .popular_services {
        max-height:400px;
    }

}
@media screen and (max-height:420px) {
    
    .popular_services {
        max-height:200px;
    }

}
@media screen and (max-height:320px) {
    
    .popular_services {
        max-height:100px;
    }

}*/




  /*.quick_link .quick_link_open{
    display: block;
  }*/
  /*.quick_link{
    z-index: 20;
    position: fixed;
    top: calc(100% - 100px);
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
  -moz-transition: all ease-in-out 0.7s;
  -o-transition: all ease-in-out 0.7s;
  }*/
  .quick_link h2{
    margin-top: 0px;
   /* margin-bottom: 40px;*/
    background-color:#f8f8f5;
    margin:0px;
    padding-bottom:0.1rem;


  }
   
  .quick_link a{
    display: block;
  }
  .mquick_link{
    bottom: 0px;
    top: auto;
}
  .useful_information{
    padding-bottom: 20px;
  }
  #accordion .card-header{
    background-color: #4064a7;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
  }
  #accordion .card-header .btn-link{
    color: #fff;
  }
  #accordion .card-header:not(.active){
    background-color: #4064a7;
  }
  #accordion .card-header.active{
    background-color: #ad2b53;
    border-color: #ad2b53;
  }
  .nav-tabs{
    display: none;
  }
  .useful_sup_1, .useful_sup_2{
    /* border-bottom:0px; */
    /* top: 0px; */
    /* position: relative; */
    display: none;
  }
  .useful_information_list{
    padding-top: 10px;
  }
  .useful_sup_contant{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .collapse{
    height: 0px;
  }
  .collapse.show{
    height: 100%;
  }
	
  .sitemapBG{
	display: none;
  }	
  .logo{
    width: calc(100% - 40px);

  }
  /* footer */

}
@media screen and (max-width:550px) {
.logo img{
  width: 75%;
  padding-top: 8px;
  padding-bottom: 8px;
  }
	.card-body {
		padding:8px;
	}	
	
  .footer_text{
    font-size: 15px;
	margin-right: 32px;
	margin-left: 32px;
  }	
	
.main_content_area{
  width: 100%;
  padding:5px 20px 10px 20px;
}
	
.sitemap a {
    font-size: 15px;
}
	
.banner_silder img{
  max-height: 95px;
  margin-left: auto;
}	

.banner_silder p {
    font-size: 20px;
}	
}

@media screen and (max-width:414px) {

  .quick_link h2{
    margin-top: 0px;
   /* margin-bottom: 40px;*/
    background-color:#f8f8f5;
    margin:0px;
    padding-bottom:0.3rem;

  }
  .quick_link a{
    display: block;
  }
  .mquick_link{
    bottom: 0px;
    top: auto;
}
  .logo{
    width: calc(100% - 40px);
  }

  div.whats_new_header {
    padding-top: 0px !important;
}

/*.whats_new ul.article_list>li:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

.whats_new .article_list {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
}

@media screen and (max-width:1090px) {
    .whats_new h2{
	    font-size: 30px;
        /*margin-top: 30px;
        padding-top: 10px;
        padding-left:20px;*/
  }
    #banner .card.mb-2 {
        max-height: 330px;
        min-height: 330px;
    }
}
@media screen and (max-width:900px) {

    #banner .card.mb-2 {
        max-height: 260px;
        min-height: 260px;
    }
}
@media screen and (max-width:750px) {

    #banner .card.mb-2 {
        max-height: 230px;
        min-height: 230px;
    }
}
@media screen and (max-width:600px) {

    #banner .card.mb-2 {
        max-height: 200px;
        min-height: 200px;
    }

    .whats_new h2 {
        font-size: 25px;
        margin-top: 0px;
        padding-top: 10px;
    }

    .whats_new {
        margin-left: 10px;
        margin-right: 10px;
    }

    .whats_new ul.article_list {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -15px;
    }

    .whats_new ul.article_list li {
        list-style-type: disc;
        font-size: 85%;
    }

    div.whats_new_header {
        margin-left:0px;
        margin-right: 0px;
    }
    .whats_new .button {
        font-size:12px;
    }
}
@media screen and (max-width:420px) {

    #banner .card.mb-2 {
        max-height: 180px;
        min-height: 180px;
    }

    .whats_new h2 {
        text-align: left;
        font-size: 20px;
        margin-top: 10px;
        padding-top: 10px;
        padding-left: 20px;
    }

    .whats_new {
        margin-left: 10px;
        margin-right: 10px;
    }

   
}
/**/
/**/