body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #F8F8F8;
   background-image: none;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(248,248,248,1.00);
   --border-color: #D2D2D2;
   --border-width: 1px;
   --color: #212529;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #212529;
   --icon-color: #0D6EFD;
   --colorize: invert(32%) sepia(58%) saturate(4236%) hue-rotate(208deg) brightness(99%) contrast(102%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #0D6EFD;
   --colorize: invert(31%) sepia(64%) saturate(3709%) hue-rotate(209deg) brightness(100%) contrast(104%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_headerLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 2px;
   padding-left: 2px;
   position: relative;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#headerLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headerLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 500px)
{
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerMenu
{
   display: block;
   background-color: #000000;
   font-family: Arial;
   font-weight: normal;
   text-align: right;
   width: 100%;
   z-index: 1111 !important;
}
#headerMenu
{
   display: inline-block;
   background-color: #000000;
   height: 73px;
}
#wb_headerMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 4px;
}
#wb_headerMenu ul li a
{
   background-color: #000000;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 30px 15px 30px;
   text-align: center;
}
#wb_headerMenu > ul > li > a 
{
   height: 43px;
}
.headerMenu a 
{
   display: block;
}
#wb_headerMenu li:hover > a, #wb_headerMenu li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu ul ul
{
   display: none;
   position: absolute;
   top: 73px;
}
#wb_headerMenu ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu ul ul li 
{
   float: none;
   position: relative;
   width: 135px;
}
#wb_headerMenu ul ul li a
{
   background-color: #000000;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul li:hover > a, #wb_headerMenu ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_headerMenu ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu ul ul ul li 
{
   left: 135px;
   position: relative;
   top: -73px;
}
#wb_headerMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu li:hover > a .arrow-down, #wb_headerMenu li .active .arrow-down
{ 
   border-top-color: #424242;
}
#wb_headerMenu ul ul li:hover > a .arrow-left, #wb_headerMenu ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_headerMenu .toggle,[id^=headerMenu-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu ul li a, #wb_headerMenu .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_headerMenu .toggle + a
{
   display: none !important;
}
.headerMenu 
{
   display: none;
   z-index: 9999;
}
#headerMenu 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu .toggle 
{
   display: block;
   background-color: #000000;
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
[id^=headerMenu-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu-title
{
   height: 73px !important;
   line-height: 73px !important;
   text-align: center;
}
#wb_headerMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu ul ul .toggle,
#wb_headerMenu ul ul a 
{
   padding: 0 40px;
}
#wb_headerMenu a:hover,
#wb_headerMenu ul ul ul a 
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle,
#wb_headerMenu ul ul a 
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_headerMenu ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_headerMenu ul li a 
{
   text-align: left;
}
#wb_headerMenu ul li a br 
{
   display: none;
}
#wb_headerMenu ul li i 
{
   margin-right: 8px;
}
#wb_headerMenu ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu ul ul li:hover > ul,
#wb_headerMenu ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu ul ul ul li 
{
   position: static;
}
#headerMenu-icon 
{
   display: block;
   position: absolute;
   left: 30px;
   top: 24px;
   user-select: none;
}
#headerMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu .toggle:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{
   border-top-color: #424242;
}
#wb_headerMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle:hover .arrow-down, #wb_headerMenu ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_footerBottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #323232;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerBottom
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerBottom > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .col-1
{
   flex: 0 0 auto;
}
#footerBottom > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#footerBottom > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerCopyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyright div
{
   text-align: center;
}
#wb_footerCopyright
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 308px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #424242;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_homeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/mattresses2.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#homeLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#homeLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#homeLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#homeLayoutGrid > .row > .col-1
{
   float: left;
}
#homeLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#homeLayoutGrid:before,
#homeLayoutGrid:after,
#homeLayoutGrid .row:before,
#homeLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#homeLayoutGrid:after,
#homeLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#homeLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#homeLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_homeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_homeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 359px;
}
#homeCarousel
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#homeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#homeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#homeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 1200ms ease-in-out;
   height: 100%;
   text-align: center;
}
#homeCarousel .carousel-item-next:not(.carousel-item-start), #homeCarousel .active.carousel-item-end
{
   transform: translateX(100%);
}
#homeCarousel .carousel-item-prev:not(.carousel-item-end), #homeCarousel .active.carousel-item-start
{
   transform: translateX(-100%);
}
#homeCarousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#homeCarousel .carousel-inner > .carousel-item > img, #homeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#homeCarousel .carousel-inner > .active, #homeCarousel .carousel-inner > .carousel-item-next, #homeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#homeCarousel .carousel-inner > .carousel-item-next, #homeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#homeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -54px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#homeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid rgba(255,255,255,1.00);
}
#homeCarousel .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#homeCarousel .frame
{
   width: 940px;
   display: inline-block;
   float: left;
   height: 359px;
}
#wb_homeHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#homeHeading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_homeHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#homeHeading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_homeHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#homeHeading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_full_ap_now
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#full_ap_now
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#full_ap_now > .row
{
   margin-right: 0;
   margin-left: 0;
}
#full_ap_now > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#full_ap_now > .row > .col-1
{
   float: left;
}
#full_ap_now > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#full_ap_now:before,
#full_ap_now:after,
#full_ap_now .row:before,
#full_ap_now .row:after
{
   display: table;
   content: " ";
}
#full_ap_now:after,
#full_ap_now .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#full_ap_now > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 2000px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_mob_ap_now
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#mob_ap_now
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#mob_ap_now > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#mob_ap_now > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#mob_ap_now > .row > .col-1
{
   float: left;
}
#mob_ap_now > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#mob_ap_now:before,
#mob_ap_now:after,
#mob_ap_now .row:before,
#mob_ap_now .row:after
{
   display: table;
   content: " ";
}
#mob_ap_now:after,
#mob_ap_now .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#mob_ap_now > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 620px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #424242;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 11;
}
#wb_Image3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 12;
}
#wb_homeCarousel
{
}
#wb_headerMenu
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_homeHeading2
{
   display: block;
   width: 100%;
   z-index: 5;
}
#wb_homeHeading3
{
   display: block;
   width: 100%;
   z-index: 6;
}
#wb_homeHeading1
{
   display: block;
   width: 100%;
   z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 1000px;
   visibility: visible;
   display: inline;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 0;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyright
{
   visibility: visible;
   display: block;
}
#wb_footerCopyright
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_homeLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_homeLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#homeLayoutGrid
{
   height: auto;
   padding: 50px 15px 100px 15px;
}
#homeLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_homeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_homeCarousel
{
   margin: 0;
   height: 359px;
}
#homeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_homeHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_homeHeading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_homeHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_full_ap_now
{
   visibility: visible;
   display: table;
}
#wb_full_ap_now
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#full_ap_now
{
   height: auto;
   padding: 0;
}
#full_ap_now .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#full_ap_now > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#full_ap_now > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_mob_ap_now
{
   visibility: hidden;
   display: none;
}
#wb_mob_ap_now
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#mob_ap_now
{
   height: auto;
   padding: 0 15px 0 15px;
}
#mob_ap_now .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#mob_ap_now > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#mob_ap_now > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Image3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
}
@media only screen and (max-width: 767px)
{
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 1000px;
   visibility: visible;
   display: inline;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 0;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyright
{
   visibility: visible;
   display: block;
}
#wb_footerCopyright
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_homeLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_homeLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#homeLayoutGrid
{
   height: auto;
   padding: 50px 15px 100px 15px;
}
#homeLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_homeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_homeCarousel
{
   margin: 0;
   height: 359px;
}
#homeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_homeHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_homeHeading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_homeHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_full_ap_now
{
   visibility: hidden;
   display: none;
}
#wb_full_ap_now
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#full_ap_now
{
   height: auto;
   padding: 0;
}
#full_ap_now .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#full_ap_now > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#full_ap_now > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Image2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_mob_ap_now
{
   visibility: visible;
   display: table;
}
#wb_mob_ap_now
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#mob_ap_now
{
   height: auto;
   padding: 0;
}
#mob_ap_now .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#mob_ap_now > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#mob_ap_now > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
