:root {
  --colorLead1: #e51231;
  --colorMain: #000000;
  --colorMain2: #fcdd3f;
  --colorMain3: #f9a450;  
  --colorMain4:#31af36;
  --colorMain5:#7b3f00;
  --colorMain6: #a2cc41;
  --colorMain7: #6495ED;
  --dbloading_image: url("/main/asset/images/system/loadingprem.png");
}

@font-face {
  font-family: "CmsDefault";
  src: url("../misc/fonts/poppins/Poppins-Regular.eot");
  src: url("../misc/fonts/poppins/Poppins-Regular.eot?#iefix") format('embedded-opentype'),
       url("../misc/fonts/poppins/Poppins-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault";
  src: url("../misc/fonts/poppins/Poppins-Medium.eot");
  src: url("../misc/fonts/poppins/Poppins-Medium.eot?#iefix") format('embedded-opentype'),
       url("../misc/fonts/poppins/Poppins-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault";
  src: url("../misc/fonts/poppins/Poppins-Bold.eot");
  src: url("../misc/fonts/poppins/Poppins-Bold.eot?#iefix") format('embedded-opentype'),
       url("../misc/fonts/poppins/Poppins-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: "CmsDefault_orig";
  src: url("../misc/fonts/raleway/Raleway-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault_orig";
  src: url("../misc/fonts/raleway/Raleway-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault_orig";
  src: url("../misc/fonts/raleway/Raleway-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* CookieYes */
.cky-btn-revisit-wrapper {
    display: none !important;
}


#ServerScript
{
  display:none;
}

body, html
{
    padding:0px;
    margin:0px;
    min-height: 100%;
    height:100%;
    background-color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    font-family: "CmsDefault";
    text-align: left;
    /*
    background-image: url(bgbody_default.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;    
    */

    /* scrollbar-width: thin; */
    
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";    
    
    scroll-behavior: smooth;
 
 }

body
{
  padding-top: 0px;
}


div
{
  box-sizing:border-box;
}


.grc-body-noscroll
{
  overflow: hidden;
  /* padding-right:8px; */
}

.grc-body-noscroll-norightpad
{
  overflow: hidden;
}

.scrollbarthinstyle
{
  scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 8px;
    border:solid 2px #f0f1f2;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  ::moz-scrollbar-color: #888 #f0f1f2;
  ::moz-scrollbar-width: thin;  


.grc-noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.cms_fullwidth_lane
{
  width:100%;
  box-sizing:border-box;
}

.cms_maincont_lane
{
  width:100%;
  display:block;
  box-sizing: border-box;
  margin-left:auto;
  margin-right: auto;
  /* max-width: 1200px; */
}



#appcont
{
  min-height:100%;
  position: relative;
  padding: 0px;
  margin: 0px;
  display:block;
}


#app
{
  min-height:100%;
  position: relative;
  padding-bottom: 0px;
  display:block;
}


.cms_scrollup
{
  display:inline-block;
  box-sizing: border-box;
  width:50px;
  height:50px;
  background-color: var(--themecolor6);
  color:#fff;
  font-size:25px;
  line-height:25px;
  text-align: center;
  padding-top:12px;
  position: fixed;
  bottom:10px;
  right:10px;
  border-radius: 25px;
  z-index:50000;
  box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.95);
  -webkit-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.95);
  -moz-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.95);  
  }

.cms_scrollup:visited
{
  color:#fff;
}

.cms_scrollup:hover
{
  color:#fff;
}


.render_cont
{
  width:100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s;
}

.render_cont_done
{
  opacity:1;
}

.cms_codecomment
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_start
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_end
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_accordion_init
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_accordion_section
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_code_settings_container
{
  width:100%;
  box-sizing:border-box;
  display:none;
  text-align:left;
}

.pagecontent_container
{
  min-height: calc(100vh - 200px);
  background: transparent url(../asset/images/system/images/brush-background-1.svg) left top no-repeat;
}

/*
html:not([data-scroll='0']) .cms_megamenu_mainmenu .megamenu_line1_table
{
  display: table;
}

html:not([data-scroll='42']) .cms_megamenu_mainmenu .megamenu_line1_table
{
  display: none;
}
*/

.cms_slideitem
{
  width:100%;
  box-sizing:border-box;
  display:block;
  margin:0px;
  padding:0px;
  border:none;
}

.cms_text_size_1
{
  font-size:6px;
  line-height:9px;
}

.cms_text_size_2
{
  font-size:8px;
  line-height:12px;
}


.cms_text_size_3
{
  font-size:10px;
  line-height:15px;
}

.cms_text_size_4
{
  font-size:15px;
  line-height:23px;
}

.cms_text_size_5
{
  font-size:20px;
  line-height:30px;
}

.cms_text_size_6
{
  font-size:25px;
  line-height:37px;
}

.cms_text_size_7
{
  font-size:30px;
  line-height:45px;
}

.cms_text_size_8
{
  font-size:35px;
  line-height:53px;
}

.cms_text_size_9
{
  font-size:40px;
  line-height:60px;
}

.lnk_cookie_settings
{
  color:var(--themecolor6);
}

.lnk_cookie_settings:visited
{
  color:var(--themecolor6);
}

.lnk_cookie_settings:hover
{
  color:var(--themecolor6);
}



@media (max-width:1250px)
{
  .cms_maincont_lane
  {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width:600px)
{
  body
  {
    font-size:18px;
    line-height:26px;
  }

}



 .carousel__pagination-button::after {
  background-color:var(--themecolor3) !important;
}

.carousel__pagination-button--active::after {
  background-color:#888 !important;
}


.cms_slider_container
{
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: 0px auto;  
}

.slideitem_container
{
  width:100%; 
  box-sizing:border-box; 
  margin-left:auto;
  padding-left:0px;
  padding-right: 0px;
  cursor:pointer;
}

.slideitem
{
  width:100%;
  box-sizing: border-box;
  min-height: 420px;
  color:#fff;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding:0px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}



.slidetext_cont
{
    display:block;
    box-sizing: border-box;
    font-family:'CmsDefault';
    color:#000;
    text-align: left;
    padding-left: 50px;
    padding-top:50px;
    width:100%;
    margin-left:auto;
    margin-right: auto;
    max-width: 1250px;
}

.slidetext1
{
    display:inline-block;
    max-width:50%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:42px;
    line-height:60px;
    color: var(--themecolor3);
    font-weight: bold;
}

.slidetext2
{
    display:inline-block;
    max-width:50%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:36px;
    line-height:44px;
    color: var(--themecolor1);
    font-weight: 500;
}

.slidetext3
{
    display:inline-block;
    max-width:50%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:38px;
    line-height:50px;
    color: var(--themecolor1);
    font-weight: 500;
    margin-top:30px;
}


/* blogtopslider */

.blogtopslider_slideitem
{
  width:100%;
  box-sizing: border-box;
  min-height: 300px;
  color:#fff;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding:0px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}



.blogtopslider_slidetext_cont
{
    display:block;
    box-sizing: border-box;
    font-family:'CmsDefault';
    color:#000;
    text-align: left;
    padding-left: 50px;
    padding-top:50px;
    width:100%;
    margin-left:auto;
    margin-right: auto;
    max-width: 1250px;

}

.blogtopslider_slidetext1
{
    display:inline-block;
    max-width:50%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:54px;
    line-height:60px;
    color:#323232;
    font-weight: 300;
}

.blogtopslider_slidetext2
{
    display:inline-block;
    max-width:50%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:54px;
    line-height:60px;
    color:#323232;
    font-weight: 700;
}

.blogtopslider_slidetext3
{
    display:inline-block;
    max-width:50%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:25px;
    line-height:32px;
    color:#323232;
    font-weight: 400;
    margin-top:30px;
}


/* end: pagesilder */




/* mainslider */

.mainslider_slideitem
{
  width:100%;
  box-sizing: border-box;
  min-height: 420px;
  color:#fff;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding:0px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}



.mainslider_slidetext_cont
{
    display:block;
    box-sizing: border-box;
    font-family:'CmsDefault';
    color:#000;
    text-align: left;
    padding: 0px;
    width:100%;
    margin-left:auto;
    margin-right: auto;
    max-width: 1200px;

}

.mainslider_slidetext_left
{
  width:100%;
  max-width:490px;
  display:inline-block;
  box-sizing:border-box;
  background-color:rgba(255,255,255,0.6);
  margin:0px;
  height:600px;
  padding: 100px 30px 0px 30px;
}

.mainslider_slidetext1
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'CmsDefault';
    font-size: 38px;
    line-height: 50px;
    color: var(--themecolor2);
    font-weight: bold;
    text-align: center;
}

.mainslider_slidetext2
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'CmsDefault';
    font-size: 30px;
    line-height: 38px;
    color: var(--themecolor2);
    font-weight: normal;
    text-align: center;
    padding-top: 36px;
}

.mainslider_slidetext3
{
    display:inline-block;
    width:100%;
    box-sizing: border-box;
    font-family:'CmsDefault';
    font-size:25px;
    line-height:32px;
    color: var(--themecolor2);
    font-weight: 400;
    margin-top:30px;
    text-align: center;
}


/* end: mainslider */








@media (max-width:1024px)
{
  .slidetext1
  {
      font-size:34px;
      line-height:40px;
  }

  .slidetext2
  {
      font-size:34px;
      line-height:40px;
  }

  .slidetext3
  {
      font-size:20px;
      line-height:26px;
  }



  .blogtopslider_slidetext1
  {
      font-size:34px;
      line-height:40px;
  }

  .blogtopslider_slidetext2
  {
      font-size:34px;
      line-height:40px;
  }

  .blogtopslider_slidetext3
  {
      font-size:20px;
      line-height:26px;
  }


}


@media (max-width:800px)
{
  .slidetext1
  {
      font-size:26px;
      line-height:32px;
  }

  .slidetext2
  {
      font-size:26px;
      line-height:32px;
  }

  .slidetext3
  {
      font-size:16px;
      line-height:26px;
  }

  .blogtopslider_slidetext1
  {
      font-size:26px;
      line-height:32px;
  }

  .blogtopslider_slidetext2
  {
      font-size:26px;
      line-height:32px;
  }

  .blogtopslider_slidetext3
  {
      font-size:16px;
      line-height:26px;
  }

}

@media (max-width:500px)
{
  .slideitem
  {
    background-size: contain;
    min-height: 320px;
    padding-bottom: 10px;
    border-bottom:solid 1px #e6e6e6;
  }

  .slidetext1
  {
      font-size:26px;
      line-height:32px;
      max-width: 100%;
      text-align:center;
  }

  .slidetext2
  {
      font-size:20px;
      line-height:30px;
      max-width: 100%;
      text-align:center;
  }

  .slidetext3
  {
      font-size:16px;
      line-height:26px;
      max-width: 100%;
      text-align:center;
  }

  .slidetext_cont 
  {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
  }  


  .blogtopslider_slideitem
  {
    background-size: contain;
    min-height: 210px;
    padding-bottom: 10px;    
  }

  .blogtopslider_slidetext1
  {
      font-size:26px;
      line-height:32px;
      max-width: 100%;
  }

  .blogtopslider_slidetext2
  {
      font-size:26px;
      line-height:32px;
      max-width: 100%;
  }

  .blogtopslider_slidetext3
  {
      font-size:16px;
      line-height:26px;
      max-width: 100%;
      margin-top:0px;
  }

  .blogtopslider_slidetext_cont 
  {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;    
  }  
 


}
 .grc_dropdown_fullscreen_layer
{
    box-sizing: border-box;
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    background-color:transparent;
    z-index:9500;
}

.grc_focus_proxy
{
    width:100%;
    height:100%;
    display:block;
    box-sizing:border-box;
    cursor:default;
    overflow: auto;
    scrollbar-width: thin;
 }

.grc_focus_proxy:focus
{
    outline: none;
}

.grccomp_container
{
    box-sizing: border-box;
    width:100%;
    position: relative;
}

.grccomp_container_tablemode
{
    display:table;
    table-layout: fixed;
}

.grccomp_container_label
{
    box-sizing: border-box;
    font-family: "CmsDefault", Verdana;
    font-size: 13px;
    line-height: 16px;
    color:#222;
    padding-bottom: 5px;
    display:table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
    vertical-align: bottom;
    font-weight: bold;
}

.grccomp_container_label_focused
{
    color:#000;
}

.grccomp_container_nolabel
{
    display:none;
}

.grccomp_container_input
{
    box-sizing: border-box;
    width:100%;
    display:flex;
}

.grccomp_table_label_above tr
{
    height:50px;
}

.grccomp_table_label_left tr {
    height: 30px;
}

.grccomp-error-bubble
{
  position: relative;
  background: var(--themecolor4);
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "CmsDefault";
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  margin-top: 8px;
  padding: 10px 13px;
  margin-bottom: 16px;  
  font-weight:normal;
}

.grccomp-error-bubble:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: var(--themecolor4);
  border-top: 0;
  margin-left: -6px;
  margin-top: -6px;
}


/* --------------- grccomp_button start --------------- */

.grc-button
{
    display:inline-block;
    box-sizing: border-box;
    border:solid 1px transparent;
    font-family: "CmsDefault";
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";    
    font-feature-settings: "lnum";
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    border-radius: 40px;
    padding: 5px 20px;
    color:var(--colorMain4);
    background-color:#fff;
    text-decoration: none;
    text-align:center;
    letter-spacing: 1px;
    transition: all .2s ease,visibility 0s;
    border: solid 1px var(--colorMain4);
    cursor:pointer;
}

.grc-button:visited
{
    color:var(--colorMain4);
}

.grc-button:hover
{
    color:var(--colorMain);
}

.grc-button:focus
{
    outline: none;
    /* box-shadow: 0 0 0 2px #71a5b6; */
}


.grc-button-shadow
{
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);    
}

.grc-button-readonly
{
    opacity: 0.5;
}

/* --------------- grccomp_button end --------------- */




/* --------------- grccomp_calendar start --------------- */

.grc-cal-header-table
{
    width:100%;
    font-family: "CmsDefault", "Helvetica Neue", sans-serif;
    font-size:14px;
    line-height: 14px;
    color:#444;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    height: 28px;    
}

.grc-cal-header-table tr
{
    height: 20px;
}
.grc-cal-header-table-icon
{
    width:20px;
    font-size: 16px;
    line-height: 16px;
}

.grc-cal-header-table-icon:hover
{
    /* color:dodgerblue; */
    cursor:pointer;
}

.grc-cal-header-table-ym
{
    text-align: center;
    color: var(--themecolor6);
    font-weight: bold;
}

.grc-cal-table
{
    width:100%;
}

.grc-cal-table tr
{
    height:30px;
}

.grc-cal-table-th
{
    text-align: center;
    font-family: "CmsDefault", "Helvetica Neue", sans-serif;
    font-size:14px;
    line-height:14px;
    font-weight: bold;
}


.grc-cal-table-td
{
    text-align: center;
    font-family: "CmsDefault", "Helvetica Neue", sans-serif;
    font-size:14px;
    line-height:14px;
    color:#333;
}

.grc-cal-table-td:hover
{
    background-color: #ccc;
    color: #000;
    cursor:pointer;
}

.grc-cal-table-td-notsamemonth
{
    opacity:0.5;
}

.grc-cal-table-td-selected
{
    background-color: var(--themecolor6);
    color:#fff;
    
}


/* --------------- grccomp_calendar end --------------- */





/* --------------- grccomp_checkbox start --------------- */

.grc-input-checkbox-table
{
    width:100%;
}

.grc-input-checkbox-tablerow
{
    height:20px !important;
}

.grc-input-checkbox-label
{
    box-sizing: border-box;
    font-size:13px;
    line-height: 13px;
    color:#222;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
    display: inline-block;
    cursor: pointer;

    margin-top: 0px;

    outline: none;
    padding: 2px 4px;    
    border: 1px solid transparent;
}

.grc-input-checkbox-label:focus
{
    -webkit-box-shadow: 0px 4px 7px -4px steelblue;
    box-shadow: 0px 4px 7px -4px steelblue;
}

.grc-input-checkbox-label:hover
{
    -webkit-box-shadow: 0px 4px 7px -4px lightsteelblue;
    box-shadow: 0px 4px 7px -4px lightsteelblue;
}

.grc-input-checkbox-icon-td
{
    width:22px;
}

.grc-input-checkbox-icon
{
    font-size: 11px !important;
    line-height: 11px !important;    
    padding-left: 2px;
}

.grc-input-checkbox-icon-cont-checked
{
    box-sizing: border-box;
    width:18px;
    height: 19px;
    display:block;
    border-radius: 2px;    
    cursor: pointer;
    border:solid 1px #0e3655;
    font-size:14px !important;
    line-height: 14px !important;
    background-color: #0e3655;
    color:#fff;
    padding-top:1px;
}

.grc-input-checkbox-icon-cont-checked:hover
{
    background-color: steelblue;
    border:solid 1px steelblue;
}


.grc-input-checkbox-icon-cont-unchecked
{
    box-sizing: border-box;
    width:18px;
    height: 19px;
    display:block;
    border-radius: 2px;    
    cursor: pointer;
    border:solid 2px #0e3655;
    font-size:14px !important;
    line-height: 14px !important;
    background-color: #fff;
    color:#fff;   
    padding-top:1px; 
}

.grc-input-checkbox-icon-cont-unchecked:hover
{
    background-color: #fff;
    border:solid 2px steelblue;
}






.grc-input-checkbox-icon-cont-checked-readonly
{
    box-sizing: border-box;
    width:18px;
    height: 19px;
    display:block;
    border-radius: 2px;    
    border:solid 1px #888;
    font-size:14px !important;
    line-height: 14px !important;
    background-color: #fff;
    color:#444;  
    padding-top:1px;  
}


.grc-input-checkbox-icon-cont-unchecked-readonly
{
    box-sizing: border-box;
    width:18px;
    height: 19px;
    display:block;
    border-radius: 2px;    
    cursor: pointer;
    border:solid 2px #888;
    font-size:14px !important;
    line-height: 14px !important;
    background-color: #fff;
    color:#fff;  
    padding-top:1px;  
}



/* --------------- grccomp_checkbox end --------------- */




/* --------------- grccomp_checkbox_mobile start --------------- */

.grc_checkbox_mobile_toggle
{
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0,0,0);
}

.grc_checkbox_mobile_toggle::before
{
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #ccc;
  border-radius: 8px;
  transition: background .2s ease;
}

.grc_checkbox_mobile_togglespan
{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0px 4px rgba(0,0,0,.5);
  transition: all .2s ease;
}

.grc_checkbox_mobile_togglespan::before
{
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(24,158,132,.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.grc_checkbox_mobile_toggle_checked::before
{
  /* background: rgb(24,158,132); */
  background:#ccc;
}

.grc_checkbox_mobile_togglespan_checked
{
  background-color: var(--themecolor6);
  transform: translateX(20px);
  transition: all .2s cubic-bezier(.8,.4,.3,1.25), background .15s ease;
  box-shadow: 0 3px 8px rgba(24,158,132,.2);
}

.grc_checkbox_mobile_togglespan_checked::before
{
  transform: scale(1);
  opacity: 0;
  transition: all .4s ease;
}


/* --------------- grccomp_checkbox_mobile end --------------- */



/* --------------- grccomp_combo start --------------- */

.grc-input-dropdown-icon-labelabove
{
    position: absolute;
    right: 0px;
    top: 29px;
    font-size: 16px !important;
    line-height: 16px !important;
    cursor: pointer;
    /* border-left: solid 1px #ccc; */
    padding-left: 6px;
    padding-top: 5px;
    /* height: 27px; */
    /*
    background-color: #007ad9;
    color: #fff;    
    */
    background-color: transparent;
    color: #333;    

    width: 24px;
    border-radius: 2px;

}

.grc-input-dropdown-icon-labelabove:hover
{
    /* background-color: #116fbf; */
    /* color:steelblue; */
}

.grc-input-dropdown-icon-labelleft
{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px !important;
    line-height: 18px !important;
    cursor: pointer;
    padding-left: 0px;
    padding-top: 11px;
    height: 27px;
    /*
    background-color: #007ad9;
    color: #fff;    
    */
    background-color: transparent;
    color: #333;    

    width: 30px;
    border-radius: 2px;  
    text-align:left;  
}

.grc-input-dropdown-icon-labelleft:hover
{
    /* background-color: #116fbf; */
    /* color:steelblue; */
}

.grc-input-dropdown-icon-nolabel
{
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 16px !important;
    line-height: 16px !important;
    cursor: pointer;
    /* border-left: solid 1px #ccc; */
    padding-left: 0px;
    padding-top: 5px;
    /* height: 27px; */
    /*
    background-color: #007ad9;
    color: #fff;    
    */
    background-color: transparent;
    color: #333;    

    width: 24px;
    border-radius: 2px;
}

.grc-input-dropdown-icon-nolabel:hover
{
    /* background-color: #116fbf; */
    /* color:steelblue; */
}


.grc-input-dropdown-cont
{
    width:300px;
    height:250px;
    display:block;
    background-color:#fff;
    color:#444;
    font-size:14px;
    line-height:14px;
    font-family: "CmsDefault", Verdana;
    box-sizing: border-box;
    position: absolute;
    left: 500px;
    /* -webkit-box-shadow: 0 0 7px var(--premblue); */
    /* box-shadow: 0 0 7px var(--premblue); */
    border: 1px solid #444;  
    padding: 3px;
    margin-top:4px;
    border-radius: 4px;
}


.grc-combo-table
{
    width:100%;
    font-family:"PremiumDefault", Verdana;
    font-size:15px;
    line-height:15px;
    color:#222;
    table-layout: fixed;
}

.grc-combo-tr
{
    height:34px !important;
    cursor:pointer;
}

.grc-combo-tr:hover
{
    background-color: #D9DDE3;
}

.grc-combo-tr-selected
{
    background-color: var(--themecolor6);
    color:#fff;
}

.grc-combo-tr-selected:hover
{
    background-color: var(--themecolor6);
    color:#fff;
}

.grc-combo-td
{
    padding:4px;
}

.grc-combo-td-cutlongtext
{
    text-overflow: ellipsis;
    white-space: nowrap;    
    overflow: hidden;
}



.grc-combo-label
{
    font-family: "CmsDefault", Verdana;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    width: 100%;
    display: block;
    padding: 13px 25px 12px 15px;
    border-radius: 20px;
    border: none;
    border: 1px solid #adadad;
    outline: none;
    cursor: pointer;
    height: 15px; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color:#fff;
}

.grc-combo-label:hover
{
    border: 1px solid #444;
}

.grc-combo-label-focused
{
    outline: none;
    /*-webkit-box-shadow: 0 0 7px lightsteelblue;*/
    /*box-shadow: 0 0 7px lightsteelblue;*/
    border: 1px solid var(--themecolor6);  
    color:#222;
 }

 .grc-combo-label-read-only { 
    background-color: #e6e6e6;
    color:#222;
}

.grc-combo-hiddentext
{
    font-size: 1px;
    line-height: 1px;
    width:0px;
    height:0px;
    position: absolute;
    opacity:0;
}


/* --------------- grccomp_combo end --------------- */



/* --------------- grccomp_dialog start --------------- */

.grcdialog-layer
{
    box-sizing: border-box;
    position: fixed;
    background-color:rgba(0,0,0,0.2);
    z-index:501;
    -webkit-transition-property: background-color opacity; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    -webkit-transition-duration: 0.2s;
    transition-property: background-color opacity;
    transition-delay: 0s;
    transition-duration: 0.2s;
    opacity:1;
    z-index:6000;
}

.grcdialog-table
{
    width:100%; 
    height:100%;    
}

.grcdialog-cont
{
    box-sizing:border-box; 
    /* margin:auto; */
    font-size:14px;
    line-height:14px;
    color:#222;
    background-color:#fff;

    outline: none;
    /*
    -webkit-box-shadow: 0 0 0 2px lightslategrey; 
    box-shadow: 0 0 0 2px lightslategrey; 
    */
    border: 1px solid #aaa;  
    border-radius: 5px; 
    position: absolute;
}

.grcdialog-title
{
    width:100%;
    box-sizing:border-box;
    font-family: "CmsDefault", Verdana;
    font-size:13px;
    line-height:13px;
    padding: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    text-align: left;
}

.grcdialog-title-white
{
    background-color: #fff;
    border-bottom:solid 1px #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color:#444;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(100,100,100,0.2);
}

.grcdialog-title-yellow
{
    background-color: #ffba01;
    border-bottom:solid 1px crimson;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color:crimson;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.grcdialog-title-grey
{
    background-color: #f4f4f4;;
    border-bottom:solid 1px #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #333;;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(100,100,100,0.2);
}

.grcdialog-title-green
{
    background-color: #34A835;
    border-bottom:solid 1px #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #fff;;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(100,100,100,0.2);
}

.grcdialog-title-red
{
    background-color: #e91224;;
    border-bottom:solid 1px #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #fff;;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(100,100,100,0.2);
}


.grcdialog-title-blue
{
    /* background-color: #0e3655; */
    border-bottom: solid 1px #ccc;
    /* box-shadow: 0 0 4px rgba(0,0,0,.3); */
    color: #444;
    font-weight: normal;
    /* text-shadow: 1px 1px 0 rgba(100,100,100,0.2); */
    font-size: 15px;
    background-color: var(--themecolor_4_5);
    color: #222;
    /*
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    */
    line-height: 20px;    
}


.grcdialog-text
{
    width:100%;
    box-sizing:border-box;
    font-family: "CmsDefault", Verdana;
    font-size:14px;
    line-height:18px;
    padding: 10px;
    overflow: auto;
    height: calc(100% - 80px);
}

.grcdialog-button-cont
{
    width:100%;
    box-sizing:border-box;
    height:51px;
    padding:8px;
    border-top:solid 1px #ccc;
    position: absolute;
    bottom:0px;
    text-align:right;
    background-color: #f0f0f0;
    
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;    
    
    padding-top:4px;
}


/* --------------- grccomp_dialog end --------------- */


/* --------------- grccomp_dialog2 start --------------- */

.grcdialog2-layer
{
    box-sizing: border-box;
    position: fixed;
    background-color:rgba(200,200,200,0.5);
    -webkit-transition-property: background-color opacity; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    -webkit-transition-duration: 0.2s;
    transition-property: background-color opacity;
    transition-delay: 0s;
    transition-duration: 0.2s;
    opacity:1;
    z-index:60000;
}

.grcdialog2-table
{
    width:100%; 
    height:100%;    
}

.grcdialog2-cont
{
    box-sizing:border-box; 
    /* margin:auto; */
    font-size:14px;
    line-height:14px;
    color:#222;
    background-color:#fff;

    outline: none;
    /*
    -webkit-box-shadow: 0 0 0 2px lightslategrey; 
    box-shadow: 0 0 0 2px lightslategrey; 
    */
    border: solid 0px #aaa;  
    border-radius: 5px;
    position: absolute;
    box-shadow: 0px 0px 6px #888;
}

.grcdialog2-title
{
    width:100%;
    box-sizing:border-box;
    font-family: "CmsDefault", Verdana;
    font-size:17px;
    line-height:17px;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    text-align: left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: solid 1px #e6e6e6;
    color:#000;
    font-weight: 500;
}


.grcdialog2-text
{
    width:100%;
    box-sizing:border-box;
    font-family: "CmsDefault", Verdana;
    font-size:17px;
    line-height:24px;
    padding: 10px;
    overflow: auto;
    color:#000;
    text-align:left;
}

.grcdialog2-button-cont
{
    width:100%;
    box-sizing:border-box;
    padding:0px 8px;
    border-top:solid 1px #ccc;
    position: absolute;
    bottom:0px;
    text-align:center;
    background-color: #f0f0f0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;    
}


/* --------------- grccomp_dialog2 end --------------- */



/* --------------- grccomp_input start --------------- */


.grc-input
{
    font-family: "CmsDefault", Verdana;
    font-size: 15px;
    line-height: 15px;
    color:#222;

    width:100%;
    padding: 3px 15px 4px 15px;

    border-radius:0px;  
    border: none;
    border: 1px solid #adadad;  
    outline: none;

    height: 33px;

    background-color: #fff;
    color:#000;
    border-radius:20px;  
    -webkit-appearance: none;
    -moz-appearance: none;
    
    font-weight: 500;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";    
}

.grc-input:hover
{
    border: 1px solid #444;
}

.grc-input:focus
{
    outline: none;
    /* -webkit-box-shadow: 0 0 7px lightsteelblue; 
    box-shadow: 0 0 7px lightsteelblue;
    */
    border: 1px solid var(--themecolor6);  
    color:#222;

    background: #fff;
    color:#000;
 }

.grc-input:read-only { 
    background-color: #e6e6e6;
    color:#222;
}

.grc-input:-moz-read-only { 
    background-color: #e6e6e6;
    color:#222;
}

.grc-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    /* font-style: italic; */
    opacity: 1; /* Firefox */
}

.grc-input-password
{
  padding-right:40px;
}

.grc-input-password-eye-cont
{
  display:inline-block;
  box-sizing: border-box;
  width:30px;
  height:40px;
  font-size: 18px;
  color:#444;
  text-align: center;
  position: absolute;
  top:1px;
  right:6px;
  line-height: 18px;
  padding-top: 10px;  
  cursor:pointer;
}




/* --------------- grccomp_input end --------------- */



/* --------------- grccomp_loading start --------------- */

@keyframes lds-rolling {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @-webkit-keyframes lds-rolling {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .lds-rolling {
    position: relative;
  }
  .lds-rolling div,
  .lds-rolling div:after {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 30px solid dodgerblue;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .lds-rolling div {
    -webkit-animation: lds-rolling 0.8s linear infinite;
    animation: lds-rolling 0.8s linear infinite;
    top: 100px;
    left: 100px;
  }
  .lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .lds-rolling {
    width: 50px !important;
    height: 50px !important;
    -webkit-transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
    transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
  }


.grcdb-loading
{
    box-sizing: border-box;
    position: fixed;
    background-color:transparent;
    z-index:501;
    -webkit-transition-property: background-color opacity; /* Safari */
    -webkit-transition-delay: 0.3s; /* Safari */
    -webkit-transition-duration: 0.5s;
    transition-property: background-color opacity;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
    opacity:0;
    outline: none;
}

.grcdb-loading:focus
{
    background-color: rgba(255,255,255,0.5);
    opacity:1;
    outline: none;
}


.grcdb-loading-noopacity
{
    box-sizing: border-box;
    position: fixed;
    background-color:transparent;
    z-index:501;
    -webkit-transition-property: background-color opacity; /* Safari */
    -webkit-transition-delay: 0.3s; /* Safari */
    -webkit-transition-duration: 0.5s;
    transition-property: background-color opacity;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
    opacity:0;
    outline: none;
}

.grcdb-loading-noopacity:focus
{
    background-color: #fff;
    opacity:1;
}



.grcdb-loading-visible
{
    display:block;
}

.grcdb-loading-hidden
{
    display:none;
}

.grcdb-loading-table
{
    width:100%; 
    height:100%;    
}

.grcdb-loading-icon
{
    width:50px; 
    height:50px; 
    box-sizing:border-box; 
    margin:auto;    
}




/* --------------- grccomp_loading end --------------- */


/* --------------- dynaform start --------------- */

.dynaform
{
  width:100%;
  box-sizing:border-box;
  text-align:left;
  display:block;
}

.dynaform_label
{
    width:100%;
    box-sizing: border-box;
    font-family: "CmsDefault", Verdana;
    font-size: 13px;
    line-height: 16px;
    color:#222;
    padding: 0px;
    margin:5px 0px;
    display:block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
    font-weight: bold;
}

.dynaform_field_container
{
  display:block;
  width:100%;
  text-align:left;
}

.dynaform_buttonitem_container
{
  display:inline-block;
  margin:4px;
}

.dynaform_checkbox_cont
{
  width:100%;
  box-sizing:border-box;
  text-align:left;
  display:block;
  margin:0px;
}

.dynaform_checkbox_buttoncont
{
  width:45px;
  box-sizing:border-box;
  text-align:left;
  display:inline-block;
  margin:0px;
  vertical-align:top;
  padding-top:1px;
}

.dynaform_checkbox_textcont
{
  width:calc(100% - 45px);
  box-sizing:border-box;
  text-align:left;
  display:inline-block;
  margin:0px;
  font-size:16px;
  line-height:22px;
  vertical-align:top;
}

.dyna_resptable_col
{
  padding:4px !important;
}

.dyna_resptable_col:first-child
{
  padding-left:0px !important;
}

.dyna_resptable_col:last-child
{
  padding-right:0px !important;
}


@media(max-width:600px)
{
  .dyna_resptable_col
  {
    padding:0px !important;
  }
  
}



/* --------------- dynaform end --------------- */



/* --------------- grccomp_table start --------------- */


.grc-table-scrollable-wrapper {
    position: relative;
    border:solid 1px #ccc;
}

.grc-table-widget
{
    font-family: "CmsDefault", "Helvetica Neue", sans-serif;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
}

.grc-table-scrollable-header {
    overflow: hidden;
    border: 0;
    background-color: #f4f4f4;
}

.grc-table-scrollable-header-table
{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
    color: lightslategray;    
}

.grc-table-scrollable-header-table th
{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 0px #ccc;
    border-top: solid 0px #ccc;
    padding: 2px 4px;
    background-color:#f4f4f4;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
}

.grc-table-th-resizing
{
    background-color: #e6e6e6 !important;
}

.grc-table-scrollable-header-table th:first-child
{
    border-left: solid 0px #ccc;
}

.grc-table-scrollable-header-table th:last-child
{
    border-right: solid 0px #ccc;
}

.grc-table-scrollable-body-table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.grc-table-scrollable-body-table tr
{
    border-left: solid 0px #ccc;
    border-right: solid 0px #ccc;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background-color:#fff;
}

.grc-table-scrollable-body-table tr:nth-child(even){
  background-color: #f4f4f4;
}

.grc-table-scrollable-body-table tr:hover
{
    background-color: #D9DDE3;
}
.grc-table-scrollable-body-table tr:first-child
{
    border-top: solid 0px #ccc;
}

.grc-table-scrollable-body-table tr:last-child
{
    border-bottom: solid 1px #ccc;
}


.grc-table-scrollable-body-table td
{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 0px #ccc;
    border-top: solid 0px #ccc;
}

.grc-table-scrollable-body-table td:first-child
{
    border-left: solid 0px #ccc;
}

.grc-table-scrollable-body-table td:last-child
{
    border-right: solid 0px #ccc;
}

.grc-table-widget table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.grc-table-scrollable-body {
    overflow: auto;
    position: relative;
    border-top:solid 1px #ccc;
}

.grc-table-tr-selected
{
    background-color: #0e3655 !important;
    color:#fff;
}

.grc-table-td-cutlongtext
{
    text-overflow: ellipsis;
    white-space: nowrap;    
    overflow: hidden;
}

.grc-table-tbody
{
    cursor:pointer;
    color: #222;
}

.grc-table-tbody td
{
    padding: 6px;
    font-size:14px;
    line-height: 16px;
}

.grc-table-scrollable-header-box
{
    margin-left: 0px;
}

.grc-table-scrollable-header-box-withscrollbar
{
    margin-right: 8px;
}

.grc-table-scrollable-header-box-noscrollbar
{
    margin-right: 0px;
}

.grc-table-thead-th
{
    position: relative;
    text-align: center;
    background-clip: padding-box;
}

.grc-table-resizer
{
    box-sizing: border-box;
    display: block;
    position: absolute!important;
    margin: 0;
    width: 5px;
    height: 100%;
    padding: 0;
    cursor: col-resize;
    border: 1px solid transparent;   
    top:0;
    right:0;
}

.grc-table-resizer-line
{
    position: absolute;
    box-sizing: border-box;
    width:2px;
    font-size: 1px;
    line-height: 1px;
    background-color: steelblue;
    z-index: 500;
}

.grc-table-infobox
{
    width: 100%;
    box-sizing: border-box;
    border:solid 1px #ccc;
    margin: 2px 0px;
    font-size:12px;
    line-height: 12px;
    padding:4px;
    background-color: #f0f0f0;
    border-radius: 2px;
}

.grc-table-infobox-icon
{
    width:24px; 
    font-size:14px;
    color:steelblue;
}

.grc-table-infobox-text
{
    font-weight: bold;
    color: cornflowerblue;
}

.grc-table-infobox-displayall
{
    color:#0e3655;
    text-decoration: underline;
    cursor:pointer;
    display: block;
    padding-left: 2px;
}

.grc-table-infobox-displayall:hover
{
    color:dodgerblue;
}


.grc-table-pager-button
{
    text-align: center;
    width:25%;
    cursor:pointer;
    color:#222;
}

.grc-table-pager-button:hover
{
    color:dodgerblue;
}


.grc-table-pager-button-disabled
{
    text-align: center;
    width:25%;
    cursor:default;
    color:#ccc;
}

.grc-table-pager-button-disabled:hover
{
    color:#ccc;
}



/* --------------- grccomp_table end --------------- */









 .cms_accordion_container
{
    width:100%;
    box-sizing: border-box;
    text-align:left;
    display:block;
}

.accordion_default
{
    width:100%;
    box-sizing: border-box;
    font-size:18px;
    line-height:26px;
    font-weight:normal;
    text-align:justify;
    color: var(--themecolor1);
    /* background-color: #e8e8e8; */
    background-color: rgba(200,200,200,0.3);
    border-radius: 0px;
    margin:2px 0px;
    position:relative;
}

.accordion_popup_container
{
  position:fixed;
  background-color:#fff;
  border:solid 1px #ccc;
  top:10px;
  width:600px;
  display:table;
  z-index:1100;
  padding:0px !important;
  transition:none;
}

.accordion_popup_notrans
{
  transition:none !important;
}

.accordion_popup_header
{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 17px;
    line-height: 24px;
    padding: 15px 50px 20px 15px;
}

.accordion_popup_closebutton
{
  display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-color: var(--themecolor4);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
    border-radius: 20px;
    cursor: pointer;
    position:absolute;
    top:10px;
    right:10px;
}

.accordion_popup_closebutton:hover
{
  opacity:0.8;
}

.accordion_popup_body
{
  overflow-y: auto;
  padding:15px;
}

.accordion_default .acc_header
{
    width:100%;
    box-sizing: border-box;
    font-size:18px;
    line-height:28px;
    font-weight:normal;
    color:var(--themecolor1);
    text-align:left;
    /* background-color: #e8e8e8; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px 15px;
    border-bottom: solid 0px #ccc;
}

.accordion_default .acc_header_collapsed
{
    width:100%;
    box-sizing: border-box;
    font-size:18px;
    line-height:28px;
    font-weight:normal;
    color: var(--themecolor1);
    text-align:left;
    /* background-color: #e8e8e8; */
    border-radius: 0px;
    padding: 8px 15px;
}

.accordion_default .acc_body
{
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-out;
  padding: 15px;
  font-size:18px;
  line-height:26px;
  color: var(--themecolor1);
  text-align:justify;
  font-weight:normal;
}

.accordion_default .acc_body-inner
{
  overflow-wrap: break-word;
}

.accordion_default .acc_footer
{
    width:100%;
    box-sizing: border-box;
    font-size:20px;
    line-height:28px;
    font-weight:normal;
    color:var(--themecolor1);
    text-align:right;
    /* background-color: #e8e8e8; */
    padding: 8px 15px;
}

.accordion_default .acc_footer_button
{
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-color: var(--themecolor4);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
    border-radius: 20px;
    cursor:pointer;
    transition: 400ms;
}

.accordion_default .acc_footer_button:hover
{
  opacity: 0.8;
}

@media(max-width:500px)
{
  .accordion_default .acc_body
  {
    text-align:left;
  }

}


 :root {
  --themecolor1: #000000;
  --themecolor2: #ffffff;
  --themecolor3: #ce1618;
  --themecolor4: #af0019;
  --themecolor5: #211daa;  
  --themecolor6: #00b48c;
  --themecolor7: #c9d3d1;
  --themecolor8: #cab253;
  --themecolor9: #798381;
  --themecolor10: transparent;
} @media (max-width:600px)
{
  .screenM
  {
    display:none !important;
  }
  
  .screenL
  {
    display:none !important;
  }
}

@media (min-width: 601px) and (max-width:1200px)
{
  .screenS
  {
    display:none !important;
  }

  .screenL
  {
    display:none !important;
  }

}

@media (min-width: 1201px)
{
  .screenS
  {
    display:none !important;
  }

  .screenM
  {
    display:none !important;
  }

}




/* --------------- cms_blocks start --------------- */

.cms_block_fullwidth
{
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin:0px;
  padding: 6px;
  text-align:left;
}

.cms_block_max1200
{
  width: 100%;
  max-width:1200px;
  display: block;
  box-sizing: border-box;
  margin:0px auto;
  padding: 6px 14px;
  text-align:justify;
}

.cms_block_max1200 a
{
  color: var(--themecolor3);
  font-weight:500;
  text-decoration:none;
}

.cms_block_max1200 a:visited
{
  text-decoration:none;
}

.cms_block_max1200 a:hover
{
  text-decoration:underline;
}



.cms_block_max1754
{
  width: 100%;
  max-width:1754px;
  display: block;
  box-sizing: border-box;
  margin:0px auto;
  padding: 6px 14px;
  text-align:left;
}

.cms_block_max1754 a
{
  color: var(--themecolor6);
  font-weight:500;
  text-decoration:none;
}

.cms_block_max1754 a:visited
{
  text-decoration:none;
}

.cms_block_max1754 a:hover
{
  text-decoration:underline;
}





@media(max-width:500px)
{
  .cms_block_max1200
  {
    text-align: justify;
  }
}


/* --------------- cms_blocks end --------------- */


/* --------------- cms_buttons start --------------- */

.cms_button
{
    display:inline-block;
    box-sizing: border-box;
    border:solid 1px transparent;
    font-family: "CmsDefault";
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    border-radius: 40px;
    padding: 13px 20px;
    color:var(--colorMain4);
    background-color:#fff;
    text-decoration: none;
    text-align:center;
    letter-spacing: 1px;
}

.cms_button:visited
{
    color:var(--colorMain4);
}

.cms_button:hover
{
    color:var(--colorMain);
}


.cms_button_ep
{
    color: #000 !important;
    background-color:#fff !important;
    border-color: #000 !important;
    border:none !important;
    border-radius:0px !important;
    border-bottom:solid 1px #000 !important;
}

.cms_button_ep:visited
{
    color:#000 !important;
}

.cms_button_ep:hover
{
    color:var(--colorLead1) !important;
}


.cms_button_nyp
{
    color: #000 !important;
    background-color:#fff !important;
    border-color: #000 !important;
    border:none !important;
    border-radius:0px !important;
    border-bottom:solid 1px #000 !important;
}

.cms_button_nyp:visited
{
    color:#000 !important;
}

.cms_button_nyp:hover
{
    color:var(--colorLead1) !important;
}





.cms_button_1
{
    color:var(--colorMain4) !important;
    background-color:#fff !important;
    border-color:var(--colorMain4) !important;
}

.cms_button_1:visited
{
    color:var(--colorMain4) !important;
}

.cms_button_1:hover
{
    color:var(--colorMain) !important;
}


.cms_button_2
{
    color:var(--colorMain3) !important;
    background-color:#fff !important;
    border-color:var(--colorMain3) !important;
}

.cms_button_2:visited
{
    color:var(--colorMain3) !important;
}

.cms_button_2:hover
{
    color:var(--colorMain) !important;
}


.cms_button_3
{
    color:var(--colorMain6) !important;
    background-color:#fff !important;
    border-color:var(--colorMain6) !important;
}

.cms_button_3:visited
{
    color:var(--colorMain6) !important;
}

.cms_button_3:hover
{
    color:var(--colorMain) !important;
}


.cms_button_4
{
    color:#fff !important;
    background-color:var(--colorMain4) !important;
    border-color:var(--colorMain4) !important;
}

.cms_button_4:visited
{
    color:#fff !important;
}

.cms_button_4:hover
{
    color:var(--colorMain4) !important;
    background-color: #fff !important;
}

.cms_button_5
{
    color:#fff !important;
    background-color:var(--colorLead1) !important;
    border-color:var(--colorLead1) !important;
}

.cms_button_5:visited
{
    color:#fff !important;
}

.cms_button_5:hover
{
    color:var(--colorLead1) !important;
    background-color: #fff !important;
}

.cms_button_6
{
    color:#fff !important;
    background-color:#b1a2c1 !important;
    border-color:#b1a2c1 !important;
}

.cms_button_6:visited
{
    color:#fff !important;
}

.cms_button_6:hover
{
    color:#b1a2c1 !important;
    background-color: #fff !important;
}

.cms_button_7
{
    color:var(--colorLead1) !important;
    background-color:#fff !important;
    border-color:var(--colorLead1) !important;
}

.cms_button_7:visited
{
    color:var(--colorLead1) !important;
    background-color:#fff !important;
}

.cms_button_7:hover
{
    color:#fff !important;
    background-color:var(--colorLead1) !important;
}

.cms_button_8
{
    color:#b1a2c1 !important;
    background-color:#fff !important;
    border-color:#b1a2c1 !important;
}

.cms_button_8:visited
{
    color:#b1a2c1 !important;
    background-color:#fff !important;
}

.cms_button_8:hover
{
    color:#fff !important;
    background-color: #b1a2c1 !important;
}



/* --------------- cms_buttons end --------------- */


/* --------------- cms_footer start --------------- */

.cms_footer_cont
{
    background-color:var(--themecolor3);
    color:#fff;
    border-top: solid 0px #f0f0f0;
    padding-top: 0px;
    min-height:200px;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";    
    font-feature-settings: "lnum";
    background-image: url(../asset/images/system/background_pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.cms_footer_cont a
{
  color: #fff;
  text-decoration: none;
}

.cms_footer_cont a:visited
{
  color: #fff;
  text-decoration: none;
}

.cms_footer_cont a:hover
{
  color: #fff;
  text-decoration: underline;
}


.cms_footer_col
{
    width: 25%;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    text-align:left;
    font-size: 16px;
    line-height: 26px;
    font-family: "CmsDefault";
    padding: 15px;
}


.cms_land3_footer_col1
{
    width: 30%;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    text-align:left;
    font-size: 16px;
    line-height: 26px;
    font-family: "CmsDefault";
    padding: 15px;
}

.cms_land3_footer_col2
{
    width: 70%;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    text-align:left;
    font-size: 16px;
    line-height: 26px;
    font-family: "CmsDefault";
    padding: 15px;
}



@media (max-width:1300px)
{
    .cms_footer_col
    {
        width: 50%;
        text-align:center;
    }
}


@media (max-width:800px)
{
    .cms_footer_col
    {
        width:100%;
        text-align:center;
    }
    
    .cms_land3_footer_col1
    {
      width:100%;
    }

    .cms_land3_footer_col2
    {
      width:100%;
    }

}


/* --------------- cms_footer end --------------- */


/* --------------- cms_iconandtext start --------------- */

.cms_iconandtext_cont
{
  width: calc(100% - 50px);
  max-width: 1744px;
  box-sizing:border-box;
  display:table;
  padding:25px 10px;
  box-shadow: 0px 10px 30px #00000012;
  background-color:#fff;
  background-color: rgba(255,255,255,0.6);
  margin: 0px auto;  
  height:max-content;
  table-layout:fixed;
}

.cms_iconandtext_innercont
{
  width:100%;
  box-sizing:border-box;
  display:table-row;
}

.cms_iconandtext_cont .cms_iconandtext_item
{
  width:25%;
  display: table-cell;
  vertical-align: top;
  margin: 0px;
  padding: 10px;
  border-right: solid 1px #d6d6d6;
  text-align: left;
  position: relative;
}

.cms_iconandtext_item .cms_iconandtext_item_texcont
{
  min-height: calc(100% - 50px);
}

.cms_iconandtext_item .cms_iconandtext_item_buttoncont
{
  min-height: 50px;
  padding-top:10px;
}



.cms_iconandtext_item .painted_linkbutton
{
  /* position: absolute !important; */
  /* bottom: 0px !important; */
  /* left: 8px !important; */
}

.cms_iconandtext_item .painted_linkbutton2
{
  /* position: absolute !important; */
  /* bottom: 0px !important; */
  /* left: 8px !important; */
}

.cms_iconandtext_cont .cms_iconandtext_item:last-child
{
  border-color:transparent;
}


.cms_iconandtext_icon
{
  height: 100px;
  display: inline-block;
  margin-bottom:20px;
}

@media (max-width:1300px)
{
  .cms_iconandtext_cont
  {
    display: block;
    width: 100%;
  }

  .cms_iconandtext_innercont
  {
    display: block;
  }
  
  .cms_iconandtext_cont .cms_iconandtext_item
  {
    display: inline-block;
    width:50%;
    margin: 15px 0px;
  }

  .cms_iconandtext_cont .cms_iconandtext_item:nth-child(even)
  {
    border-color:transparent;
  }

  .cms_iconandtext_cont .cms_iconandtext_item:nth-child(odd)
  {
    border-color:transparent;
  }
}

@media (max-width:750px)
{
  .cms_iconandtext_cont .cms_iconandtext_item
  {
    width:100%;
  }
  
  .cms_iconandtext_item .painted_linkbutton2
  {
    position: relative !important;
    left: 0px !important;
  }
    
}


/* --------------- cms_iconandtext end --------------- */


/* --------------- cms_imagetextblocks start --------------- */

.cms_imagetextblock_cont_50
{
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px;
  vertical-align:top;
}

.cms_imagetextblock_innercont_50
{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0px;
  margin:0px;
  min-height:600px;
  background-image: url(../asset/images/image_textblocks/imagetextblock_1.png);
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
}

.cms_imagetextblock_textcont_50
{
  width: 100%;
  max-width:400px;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  margin:0px;
  text-align:left;
  font-size:20px;
  line-height:30px;
  color:var(--themecolor2);
}

@media (max-width:800px)
{
  .cms_imagetextblock_cont_50
  {
    width: 100%;
  }
  .cms_imagetextblock_innercont_50
  {
    background-position-x: right;
    min-height:300px;
  }
}

@media (max-width:500px)
{
  .cms_imagetextblock_cont_50
  {
    width: 100%;
  }
  .cms_imagetextblock_innercont_50
  {
    background-position-x: right;
    background-size: 200%;
    min-height:300px;
  }
}



/* --------------- cms_imagetextblocks end --------------- */



/* --------------- cms_resptable start --------------- */

.cms_resptable_cont
{
  width: 100%;
  box-sizing:border-box;
  display:table;
  margin: 0px auto;  
  height:max-content;
  table-layout:fixed;
}

.cms_resptable_innercont
{
  width:100%;
  box-sizing:border-box;
  display:table-row;
}

.cms_resptable_cont .cms_resptable_item
{
  width:10%;
  display: table-cell;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  text-align: left;
  position: relative;
}

.cms_resptable_item .cms_resptable_item_textcont
{
  /* min-height: 100%; */
}


@media (max-width:1200px)
{
  .cms_resptable_cont
  {
    display: block;
    width: 100%;
  }

  .cms_resptable_innercont
  {
    display: table;
    text-align:center;
  }
  
  .cms_resptable_cont .cms_resptable_item
  {
    display: table-cell;
    width:50%;
    margin: 15px 0px;
  }
}

@media (max-width:800px)
{
  .cms_resptable_cont .cms_resptable_item
  {
    width:100%;
    display: inline-block;
  }
}



/* --------------- cms_resptable end --------------- */


/* --------------- cms_tables start --------------- */

.cms_table_default
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;  
}

.cms_table_default .cms-editor-tablerow
{
  display:table-row;
}

.cms_table_default .cms_table_default_cell
{
  display: table-cell;
  padding: 4px;
  width: 10%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}




/* --------------- cms_tables end --------------- */








 /* --------------- cms_paintedheader_h1 start --------------- */

.painted_header_h1
{
  background-color:transparent;
  display: inline-block;
  font-size:30px;
  line-height:40px;
  font-weight:normal;
}


.painted_header_h1, .painted_header_h1.color1
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color1 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color1-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color1:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color1:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h1, .painted_header_h1.color2
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color2 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color2:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color2:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_header_h1, .painted_header_h1.color3
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color3 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color3-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color3:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color3:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_header_h1, .painted_header_h1.color4
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color4 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color4-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color4:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color4:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h1, .painted_header_h1.color5
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color5 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color5-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color5:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color5:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h1, .painted_header_h1.color6
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color6 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color6-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color6:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color6:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h1, .painted_header_h1.color7
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color7 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color7-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color7:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color7:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h1, .painted_header_h1.color8
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h1 span, .painted_header_h1.color8 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color8-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 14px 8px 14px 4px !important;
  line-height: 40px;
}
.painted_header_h1:before, .painted_header_h1.color8:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h1:after, .painted_header_h1.color8:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

/* --------------- cms_paintedheader_h1 end --------------- */


/* --------------- cms_paintedheader_h2 start --------------- */

.painted_header_h2
{
  background-color:transparent;
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  font-weight:normal;
}


.painted_header_h2, .painted_header_h2.color1
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color1 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color1-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color1:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color1:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h2, .painted_header_h2.color2
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color2 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color2:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color2:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_header_h2, .painted_header_h2.color3
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color3 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color3-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color3:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color3:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_header_h2, .painted_header_h2.color4
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color4 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color4-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color4:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color4:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h2, .painted_header_h2.color5
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color5 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color5-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color5:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color5:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h2, .painted_header_h2.color6
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color6 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color6-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color6:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color6:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h2, .painted_header_h2.color7
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color7 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color7-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color7:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color7:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_header_h2, .painted_header_h2.color8
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_header_h2 span, .painted_header_h2.color8 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color8-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 13px 8px 13px 4px !important;
  line-height: 34px;
}
.painted_header_h2:before, .painted_header_h2.color8:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_header_h2:after, .painted_header_h2.color8:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


/* --------------- cms_paintedheader_h2 end --------------- */



/* --------------- cms_painted_linkbuttons start --------------- */

.painted_linkbutton
{
  background-color:transparent;
  display: inline-block;
  font-size:18px;
  line-height:18px;
  font-weight:normal;
  transition: all .2s;
  cursor: pointer;
}

.painted_linkbutton:hover
{
  opacity:0.8;
}


.painted_linkbutton, .painted_linkbutton.color1
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color1 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color1-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color1:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color1:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton, .painted_linkbutton.color2
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color2 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color2:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color2:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton, .painted_linkbutton.color3
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color3 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color3-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color3:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color3:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton, .painted_linkbutton.color4
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color4 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color4-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color4:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color4:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton, .painted_linkbutton.color5
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color5 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color5-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color5:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color5:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton, .painted_linkbutton.color6
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color6 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color6-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color6:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color6:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton, .painted_linkbutton.color7
{
  position: relative;
  color: #000 !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color7 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color7-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color7:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color7:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton, .painted_linkbutton.color8
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color8 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color8-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color8:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color8:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}




.painted_linkbutton, .painted_linkbutton.color9
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.color9 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color9-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 23px;
}
.painted_linkbutton:before, .painted_linkbutton.color9:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color9-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.color9:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color9-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}



.painted_linkbutton, .painted_linkbutton.lh1
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.lh1 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-lh1-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 61px;
}
.painted_linkbutton:before, .painted_linkbutton.lh1:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-lh1-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton:after, .painted_linkbutton.lh1:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-lh1-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}



.painted_linkbutton, .painted_linkbutton.lh2
{
  position: relative;
  color: #4839B2 !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.lh2 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 61px;
}
.painted_linkbutton:before, .painted_linkbutton.lh2:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
  
}
.painted_linkbutton:after, .painted_linkbutton.lh2:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton, .painted_linkbutton.lh3
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.lh3 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color6-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 61px;
}
.painted_linkbutton:before, .painted_linkbutton.lh3:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
  
}
.painted_linkbutton:after, .painted_linkbutton.lh3:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton, .painted_linkbutton.lh4
{
  position: relative;
  color: #239E84 !important;
  padding: 0 13px !important;
}
.painted_linkbutton span, .painted_linkbutton.lh4 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 61px;
}
.painted_linkbutton:before, .painted_linkbutton.lh4:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
  
}
.painted_linkbutton:after, .painted_linkbutton.lh4:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

/* --------------- cms_painted_linkbuttons end --------------- */



/* --------------- cms_painted_linkbutton2 start --------------- */


.painted_linkbutton2
{
  background-color:transparent;
  display: inline-block;
  font-size:14px;
  line-height:18px;
  font-weight:normal;
  transition: all .2s;
  cursor: pointer;
}

.painted_linkbutton2:hover
{
  opacity:0.8;
}


.painted_linkbutton2, .painted_linkbutton2.color1
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color1 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color1-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color1:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color1:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton2, .painted_linkbutton2.color2
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color2 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color2:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color2:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton2, .painted_linkbutton2.color3
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color3 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color3-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color3:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color3:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton2, .painted_linkbutton2.color4
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color4 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color4-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color4:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color4:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton2, .painted_linkbutton2.color5
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color5 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color5-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color5:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color5:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton2, .painted_linkbutton2.color6
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color6 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color6-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color6:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color6:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton2, .painted_linkbutton2.color7
{
  position: relative;
  color: #000 !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color7 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color7-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color7:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color7:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton2, .painted_linkbutton2.color8
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color8 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color8-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color8:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color8:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}




.painted_linkbutton2, .painted_linkbutton2.color9
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton2 span, .painted_linkbutton2.color9 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color9-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 4px 8px 4px 4px !important;
  line-height: 27px;
}
.painted_linkbutton2:before, .painted_linkbutton2.color9:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color9-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton2:after, .painted_linkbutton2.color9:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color9-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


/* --------------- cms_painted_linkbutton2 end --------------- */



/* --------------- cms_painted_linkbutton3 start --------------- */

.painted_linkbutton3
{
  background-color:transparent;
  display: inline-block;
  font-size:18px;
  line-height:18px;
  font-weight:normal;
  transition: all .2s;
  cursor: pointer;
}

.painted_linkbutton3:hover
{
  opacity:0.8;
}


.painted_linkbutton3, .painted_linkbutton3.color1
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color1 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color1-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color1:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color1:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color1-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton3, .painted_linkbutton3.color2
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color2 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color2-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color2:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color2:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color2-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton3, .painted_linkbutton3.color3
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color3 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color3-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color3:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color3:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color3-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}


.painted_linkbutton3, .painted_linkbutton3.color4
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color4 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color4-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color4:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color4:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color4-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton3, .painted_linkbutton3.color5
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color5 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color5-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color5:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color5:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color5-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton3, .painted_linkbutton3.color6
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color6 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color6-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color6:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color6:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color6-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton3, .painted_linkbutton3.color7
{
  position: relative;
  color: #000 !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color7 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color7-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color7:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color7:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color7-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

.painted_linkbutton3, .painted_linkbutton3.color8
{
  position: relative;
  color: #fff !important;
  padding: 0 13px !important;
}
.painted_linkbutton3 span, .painted_linkbutton3.color8 span
{
  display: inline-block;
  background: transparent url(../asset/painted/brush-color8-center.svg) center repeat !important;
  background-size: auto 100% !important;
  padding: 8px 8px 8px 4px !important;
  line-height: 34px;
}
.painted_linkbutton3:before, .painted_linkbutton3.color8:before
{
  content: "";
  display: block;
  left: 0;top: 0;bottom: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-left.svg) left top no-repeat;
  background-size: auto 100%;
  width: 16px;
}
.painted_linkbutton3:after, .painted_linkbutton3.color8:after
{
  content: "";
  display: block;
  top: 0;bottom: 1px;right: 0;
  position: absolute;
  background: transparent url(../asset/painted/brush-color8-right.svg) right top no-repeat;
  background-size: auto 100%;
  width: 18px;
}

/* --------------- cms_paintedr_linkbutton3 end --------------- */





.landing_btn
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: fit-content;
  height: 38px;
  padding: 0 24px 0 24px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 28px;
  cursor:pointer;
}

.landing_btn:hover
{
  opacity:0.8;
}

.landing_btn.color1
{
  background: var(--themecolor1);
  color: #fff !important;
}
.landing_btn.color2
{
  background: var(--themecolor2);
  color: var(--themecolor6) !important;
}
.landing_btn.color3
{
  background: var(--themecolor3);
  color: #fff !important;
}
.landing_btn.color4
{
  background: var(--themecolor4);
  color: #fff !important;
}
.landing_btn.color5
{
  background: var(--themecolor5);
  color: #fff !important;
}
.landing_btn.color6
{
  background: var(--themecolor6);
  color: #fff !important;
}
.landing_btn.color7
{
  background: var(--themecolor7);
  color: #000 !important;
}
.landing_btn.color8
{
  background: var(--themecolor8);
  color: #fff !important;
}
.landing_btn.color9
{
  background: var(--themecolor9);
  color: #fff !important;
}



 /* --------------- cms_megamenu start --------------- */

.cms_megamenu_fullwidth
{
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin:0px;
  padding:0px 6px 12px 6px;
  text-align:left;
  background-color:#fff;
  border-bottom:solid 1px #e0e0e0;
}

.megamenu_line1_table
{
  width:100%;
  margin: 10px 0px 30px 0px;
}

.megamenu_penztar_link
{
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color:#000;
  text-decoration:none;
}

.megamenu_penztar_link:visited
{
  color:#000;
}

.megamenu_penztar_link:hover
{
  color:var(--themecolor6);
}

.megamenu_logo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 218px;
    padding-top: 4px;
    padding-left:8px;
}

.megamenu_cont
{
    width: calc(100% - 418px);
    box-sizing:border-box;
    display: inline-block;
    font-family: "CmsDefault";
    font-weight:400;
    font-size: 18px;
    line-height: 18px;    
    vertical-align: baseline;
    padding-left:100px;
}

.megamenu_ul
{
    list-style: none;
    display:flex;
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;    
}

.megamenu_li
{
    position: relative;
    padding: 0px;
    padding-right:80px;
    padding-bottom: 10px;
    display: flow-root;    
    cursor:pointer;
}

.megamenu_headertext
{
    display:inline-block;
    box-sizing: border-box;
    padding:5px;
    padding-left:0px;
    color:var(--themecolor1);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;    
}

.megamenu_headertext:visited
{
    color:var(--themecolor1);
}

.megamenu_headertext:hover
{
    color:var(--themecolor3);
}

.megamenu_subcont
{
    display:block;
    box-sizing: border-box;
    position: absolute;
    margin-left:0px;
    top:30px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;    
    padding:10px;
    visibility: hidden;
    z-index: 100000;
    /* border-radius: 20px;  */
}


.megamenu_subcont_link
{
    display:inline-block;
    width:100%;
    box-sizing: border-box;
    padding:16px 0px;
    color:var(--colorMain);
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;    
    border-bottom:solid 1px #f9f9f9;
}

.megamenu_subcont_link:visited
{
    color:var(--themecolor1);
}

.megamenu_subcont_link:hover
{
    color:var(--themecolor3);
}

.megamenu_li:hover .megamenu_subcont
{
    visibility: visible;
}


.megamenu_right_cont
{
    width:180px;
    display:inline-block;
    box-sizing: border-box;
    text-align: right;
    vertical-align: baseline;
}

.megamenu_brandicon_fb
{
    border-bottom: solid 1px var(--colorMain);
    padding: 0px 13px 10px 13px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 15px;    
    color: var(--colorMain);
    text-align: center;
    display: inline-block;
}

.megamenu_brandicon_fb:visited
{
    color: var(--colorMain);
}

.megamenu_brandicon_fb:hover
{
    color:#4267B2;
}

.megamenu_brandicon_yt
{
    border-bottom: solid 1px var(--colorMain);
    padding: 0px 13px 10px 13px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 15px;    
    color: var(--colorMain);
    text-align: center;
    display: inline-block;
}

.megamenu_brandicon_yt:visited
{
    color:var(--colorMain);
}

.megamenu_brandicon_yt:hover
{
    color:red;
}


.megamenu_maincont2
{
    display:block;
}

.cms_megamenu_inner_cont {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border-bottom:solid 1px #e0e0e0;
}

@media (max-width:1600px)
{
  .megamenu_cont
  {
    padding-left:15px;
  }
  
  .megamenu_li
  {
      padding-right:25px;
  }
  
}


@media (max-width:1260px)
{
    .cms_megamenu_fullwidth
    {
        display:none;
    }

  .megamenu_maincont2
  {
      display:none;
  }
  
}


/* --------------- cms_megamenu end --------------- */


/* --------------- cms_topmenu start --------------- */

.cms_topmenu_mainmenu
{
  /*
  position: fixed;
  z-index:10000;
  */
}

.cms_topmenu_fullwidth
{
  width: 100%;
  display: none;
  box-sizing: border-box;
  margin:0px;
  padding:0px 6px;
  background-color:#fff;
  border-bottom:solid 1px #e0e0e0;
}

.cms_topmenu_logo
{
    display:inline-block;
    vertical-align: top;
    text-align: left;
    width:210px;
    padding-top:4px;
}

.cms_topmenu_logo a
{
    display:inline-block;
}
.cms_topmenu_right
{
    display:inline-block;
    vertical-align: top;
    text-align: right;
    width: calc(100% - 210px);
    padding-top:12px;
}

.cms_topmenu_bars
{
    display:none;
    vertical-align: middle;
    text-align: right;
    width: 50px;
    padding-top:9px;
}


.cms_topmenu_bigbutton
{
    display:inline-block !important;
}

.cms_topmenu_smallbutton
{
    display:none !important;
    font-size: 16px !important;
    padding: 10px 11px !important;
    line-height: 16px;    
}





.topmenu_headertext
{
    display:inline-block;
    box-sizing: border-box;
    color:var(--themecolor1);
    font-weight: 700;
    text-decoration: none;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    padding: 9px 8px 9px 16px;    
}


.topmenu_subcont
{
    display:block;
    box-sizing: border-box;
    position: absolute;
    margin-left:0px;
    top:66px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #f4f5f6;
    border: solid 1px #ccc;
    padding:10px;
    right:8px;
    text-align: left;
    z-index: 100000;
    width: calc(100% - 16px);
    max-width: 500px;    
    padding-top:0px;
    /* border-radius: 20px; */
}

.topmenu_subcont_sectitle
{
    display:inline-block;
    box-sizing: border-box;
    color:var(--themecolor3);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "CmsDefault";
    margin-top: 20px;    
}


.topmenu_subcont_link
{
    display:inline-block;
    width:100%;
    box-sizing: border-box;
    padding:10px 0px;
    color:var(--themecolor1);
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;    
    border-bottom:solid 1px #e0e0e0;
    font-family: "CmsDefault";
}

.topmenu_subcont_link:visited
{
    color:var(--themecolor1);
}

.topmenu_subcont_link:hover
{
    color:var(--themecolor3);
}


.topmenu_penztar_link
{
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color:#000;
  text-decoration:none;
  vertical-align:middle;
}

.topmenu_penztar_link:visited
{
  color:#000;
}

.topmenu_penztar_link:hover
{
  color:var(--themecolor3);
}

.topmenu_penztarlink_sep
{
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  color:#000;
  display: inline-block;
  vertical-align:middle;
}

.topmenu_login_biglink
{
  font-size:16px;
  font-weight:500;
  margin-right:20px;
}

.topmenu_login_smalllink
{
  font-size:16px;
  font-weight:500;
  margin-right:0px;
  display: none !important;
}


@media (max-width:1260px)
{
  .cms_topmenu_fullwidth
  {
    display: block;
  }
  
 
    .cms_topmenu_bars
    {
        display:inline-block;
    }

    .cms_topmenu_right
    {
        width: calc(100% - 260px);
    }
}

@media (max-width:900px)
{
  .topmenu_penztarlink_sep
  {
    display: none;
  }

  .topmenu_penztar_link
  {
    display: none;
  }
}


@media (max-width:500px)
{
  .topmenu_login_biglink
  {
    display:none !important;
  }

  .topmenu_login_smalllink
  {
      display:inline-block !important;
      
  }
  
  .cms_topmenu_smallbutton
  {
      display:inline-block !important;
      
  }
}




/* --------------- cms_topmenu end --------------- */




 
/* --------------- cms_gyik start --------------- */

.cms_gyik_quicklink
{
  font-size:18px;
  line-height:22px;
  padding:4px 0px;
  text-decoration:underline;
  color:var(--themecolor3);
  font-weight:500;
}

.cms_gyik_quicklink:visited
{
  color:var(--themecolor3);
}

.cms_gyik_quicklink:hover
{
  color:var(--themecolor3);
  opacity:0.8;
}


/* --------------- cms_gyik end --------------- */



/* --------------- cms_bizt_table start --------------- */


.cms_bizt_table
{
  width:100%;
  max-width: 500px;
  box-sizing:border-box;
  padding:0px;
  margin:0px 0px;
  display:block;
  font-size: 18px;
  line-height: 26px;
  color: var(--themecolor1);
}

.cms_bizt_table .cms_bizt_table_cell1
{
  width: 60%;
  display:inline-block;
  vertical-align:top;
  text-align: left;
  padding: 8px 4px;
  font-weight: 500;
  border-bottom: solid 1px #e0e0e0;
}

.cms_bizt_table .cms_bizt_table_cell2
{
  width: 40%;
  display:inline-block;
  vertical-align:top;
  text-align: right;
  padding: 8px 4px;
  font-weight: normal;
  border-bottom: solid 1px #e0e0e0;  
}

@media (max-width:1060px)
{
  .cms_bizt_table .cms_bizt_table_cell1
  {
    width: 100%;
    border-bottom: solid 1px transparent;
  }
  .cms_bizt_table .cms_bizt_table_cell2
  {
    width: 100%;
  }
}

@media (max-width:800px)
{
  .cms_bizt_table
  {
    width:100%;
    max-width: 1000px;
  }
  
  .cms_bizt_table .cms_bizt_table_cell1
  {
    width: 60%;
    border-bottom: solid 1px #e0e0e0;
  }
  .cms_bizt_table .cms_bizt_table_cell2
  {
    width: 40%;
  }
}

@media (max-width:500px)
{
  .cms_bizt_table .cms_bizt_table_cell1
  {
    width: 100%;
    border-bottom: solid 1px transparent;
  }
  .cms_bizt_table .cms_bizt_table_cell2
  {
    width: 100%;
  }
}


/* --------------- cms_bizt_table end --------------- */










 .prem_shadowbox
{
  width:100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;  
  /* box-shadow: 0px 0px 24px #e9eaf0; */
  box-shadow: 0px 10px 30px #36447726;
  background-color: #fff;
}