@charset "UTF-8";

/*sidebar*/
.row-full{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: auto;
    margin-top: 0px;
    left: 50%;
   margin-bottom: 50px;
   }
   
   .mains {margin-top: 0;}
   .nav-tabs.nav-justified{width: 50%; margin: 0 auto; font-size: 12px; font-weight: bold;}
   .nav-tabs{height: 60px;}
   .nav li{height: 60px; background-color:#3eafc7;}
   .nav-tabs > li > a {border-radius: 0; height: 61px; line-height: 40px; color: #fff; font-size: 15px;}
   .nav-tabs.nav-justified > li > a{border-radius: 0;}
   .nav-tabs.nav-justified > li{ border-left: 1px solid rgba(255,255,255,0.3); height: 60px;}
   .nav-tabs.nav-justified > li:last-child{border-right: 1px solid rgba(255,255,255,0.3);}
   .nav-tabs > li > a:hover{color: #000;}
   .sidebar_bg{width: 100%; height: 60px; background-color:#3eafc7; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}
   
   
   .sidebarCs_logo{width: 188px; border-radius: 10px; text-align: center;}
   .sidebarCs_logo a{display: block; height: 100%;}
   .sidebarCs_logo a img{width: 100%;}
   .sidebarCs .sidebarCs_call{padding: 0; height: 180px;}
   .sidebarCs_call img{width: 100%; height: 100%;}
   .sidebarCs{width: 220px;float: left; margin-left:50px;}
   .sidebarCs>div{border: 1px solid #bbb;padding: 15px; margin: 15px auto;}
   .sidebarCs h3{margin: 0;}
   .sidebarCs h4{margin-top: 20px;}
   .sidebarCs p{font-size: 13px;}
   .sidebar_call_btn{text-align: center; border-radius: 10px;}
   .sidebar_call_btn a{color: #333;}
   .sidebar_call_btn a h5{margin: 0; font-size: 18px; line-height: 30px;}
   .cs_btn{text-align: center; border-radius: 10px;}
   .cs_btn h5{margin: 0; font-size: 18px; line-height: 30px;}

   
.sidebarCs .sidebar_call_btn img,
.sidebarCs .cs_btn img{
    width:auto;
    height:auto;
}