

@font-face {
font-family:"brandon-grotesque";
src: url("../fonts/Brandon_reg.otf") format("opentype");
font-style:normal;font-weight:400;
}

@font-face {
font-family:"OpenSans-Bold";
src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
font-family:"OpenSans-Light";
src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
font-family:"OpenSans-Regular";
src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
font-style:normal;
}


html,
body{min-height:100%;height:100%;margin:0;padding:0;font-size:16px;font-family:"OpenSans-Regular";color:#000;font-weight:400;background:#fff;overflow:hidden;}
a{color:#000;text-decoration:none;cursor:pointer;}
a:hover{text-decoration:none;}
.bgadd{background:#ebebeb;}




.scroll-wrapper {overflow: hidden !important;padding: 0 !important;position: relative;height:100%;max-height: none;width: 100%;}
.scroll-wrapper > .scroll-content {border: none !important;box-sizing: content-box !important;height: auto;left: 0;margin: 0;max-height: none;max-width: none !important;overflow: scroll !important;padding: 0;position: relative !important;top: 0; width: auto !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar {height: 0;width: 0;}
.scroll-element {display: none;}
.scroll-element, .scroll-element div {box-sizing: content-box;}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {display: block;}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {cursor: default;} 
.scroll-textarea > .scroll-content {overflow: hidden !important;}
.scroll-textarea > .scroll-content > textarea {border: none !important;box-sizing: border-box;height: 100% !important; margin: 0; max-height: none !important;max-width: none !important;overflow: scroll !important; outline: none;padding: 2px; position: relative !important;top: 0;width: 100% !important;}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {height: 0;width: 0;}
.scrollbar-janos.theme-blue > .scroll-element,
.scrollbar-janos.theme-blue > .scroll-element .scroll-bar,
.scrollbar-janos.theme-blue > .scroll-element .scroll-element_corner,
.scrollbar-janos.theme-blue > .scroll-element .scroll-element_track{ background-color: #66CCEE; }


/******************* JANOS SCROLLBAR *******************/

.scrollbar-janos > .scroll-element,
.scrollbar-janos > .scroll-element div{border: none; margin: 0;overflow: hidden; padding: 0; position: absolute;z-index: 10;}
.scrollbar-janos > .scroll-element div {background-color: transparent;display: block;height: 100%;left: 0;top: 0;width: 100%;border-radius:10px;}
.scrollbar-janos > .scroll-element.scroll-x {bottom: 0;height: 10px;left: 0;right:0;margin:auto;min-width: 80%;width: 80%;border-radius:10px;}
.scrollbar-janos > .scroll-element.scroll-y {height: 90%;min-height: 90%;right: 0;top: 0;bottom:0;margin:auto;width: 10px;border-radius:10px;}
.scrollbar-janos > .scroll-element .scroll-element_corner {display: none;}
.scrollbar-janos > .scroll-element.scroll-x,
.scrollbar-janos > .scroll-element.scroll-x .scroll-bar {background-image: url(../img/scroll-v.png);background-repeat: repeat-x;}
.scrollbar-janos > .scroll-element.scroll-x .scroll-bar {box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);}
.scrollbar-janos > .scroll-element.scroll-y,
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar {background-image: url(../img/scroll.png);background: #6cadde;background-repeat: repeat-y;}
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar {box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);}
.scrollbar-janos > .scroll-element.scroll-x .scroll-element_track {background-image: url(../img/scroll-element_track.png); background-repeat: repeat-x;}
.scrollbar-janos > .scroll-element.scroll-y .scroll-element_track {/*background-image: url(../img/scroll-element_track-y.png); */ background:#c9c9c9;background-repeat: repeat-y;}
.scrollbar-janos > .scroll-element.scroll-x .scroll-bar .scroll-bar_body {background-image: url(../img/scroll-bar_body-x.png);}
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar .scroll-bar_body {background-image: url(../img/scroll-bar_body-y.png);}
.scrollbar-janos > .scroll-element.scroll-x .scroll-arrow_less {background-image: url(../img/arrow-left.png); /*box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);*/}
.scrollbar-janos > .scroll-element.scroll-x .scroll-arrow_more {background-image: url(../img/arrow-right-more.png);}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_less {background-image: url(../img/arrow-less.png);/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);*/}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_more {background-image: url(../img/arrow-more.png);}
.scrollbar-janos > .scroll-element .scroll-arrow,
.scrollbar-janos > .scroll-element .scroll-bar_body {background-position: center;background-repeat: no-repeat;}
.scrollbar-janos > .scroll-content.scroll-scrolly_visible { left: 0px; margin-left: 0px; }
.scrollbar-janos > .scroll-content.scroll-scrollx_visible { top:  -10px; margin-top:  10px; }

/* scrollbar arrows */

.scrollbar-janos > .scroll-element .scroll-arrow { display: none; }
.scrollbar-janos > .scroll-element.scroll-element_arrows_visible .scroll-arrow { display: block; z-index: 12; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less { height: 100%; width: 16px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more { height: 100%; left: auto; right: 0; width: 16px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer { left: 16px; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_track { left: -32px; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size { left: -33px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less { width: 100%; height: 16px;display:none;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more { width: 100%; top: auto; bottom: 0; height: 16px;display:none;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer { top: 0px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_track { top: 0px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size { top: 0px; }

/* if another scrollbar is visible */

.scrollbar-janos > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -17px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -17px; }
.scrollbar-janos > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner { left: -17px; }
.scrollbar-janos > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner { top: -17px; }

/* if arrows & another scrollbar are visible */

.scrollbar-janos > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_corner,
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_corner {border-top: 1px solid #AAAAAA;bottom: 0;display: block;height: 0px;left: auto;right: 0;top: auto;width: 16px;z-index: 13;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more { right: 5px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_track { left: -36px;}
.scrollbar-janos > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size { left: -36px;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more { bottom: 4px;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_track { top: 0px;}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size { top: 0px;}


.pricingpage .scrollbar-janos > .scroll-element.scroll-x{left: initial; right: 20px;}






/*scroll x*/


.scrollbar-janos1.theme-blue > .scroll-element,
.scrollbar-janos1.theme-blue > .scroll-element .scroll-bar,
.scrollbar-janos1.theme-blue > .scroll-element .scroll-element_corner,
.scrollbar-janos1.theme-blue > .scroll-element .scroll-element_track{ background-color: #66CCEE; }

.scrollbar-janos1 > .scroll-element,
.scrollbar-janos1 > .scroll-element div{border: none; margin: 0;overflow: hidden; padding: 0; position: absolute;z-index: 10;}
.scrollbar-janos1 > .scroll-element div {background-color: transparent;display: block;height: 100%;left: 0;top: 0;width: 100%;border-radius:10px;}
.scrollbar-janos1 > .scroll-element.scroll-x {position:fixed;border-top: 1px solid #AAAAAA;bottom: 60px;height: 10px;left:470px;right:0;margin:auto;width:calc(100% - 550px);border-radius:10px;}
.scrollbar-janos1 > .scroll-element .scroll-element_corner {display: none;}
.scrollbar-janos1 > .scroll-element.scroll-x,
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-bar {background-image: url(../img/scroll-v.png);background:#6cadde;background-repeat: repeat-x;}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-bar {box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-element_track {background-image: url(../img/scroll-element_track.png);background:#c9c9c9; background-repeat: repeat-x;}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-bar .scroll-bar_body {background-image: url(../img/scroll-bar_body-x.png);}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-arrow_less {background-image: url(../img/arrow-left.png); /*box-shadow: 0 1px 2px, 0 -1px 1px rgba(255, 255, 255, 0.8);*/}
.scrollbar-janos1 > .scroll-element.scroll-x .scroll-arrow_more {background-image: url(../img/arrow-right-more.png);}
.scrollbar-janos1 > .scroll-element .scroll-arrow,
.scrollbar-janos1 > .scroll-element .scroll-bar_body {background-position: center;background-repeat: no-repeat;}
.scrollbar-janos1 > .scroll-content.scroll-scrollx_visible { top:  -10px; margin-top:  10px; }
.scrollbar-janos1 > .scroll-element .scroll-arrow { display: none; }
.scrollbar-janos1 > .scroll-element.scroll-element_arrows_visible .scroll-arrow { display: block; z-index: 12; }
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {display:none; height: 100%; width: 16px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {display:none; height: 100%; left: auto; right: 0; width: 16px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer { left: 0px; }
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_track { left: 0px; }
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size { left: 0px; }

.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more { right: 5px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_track { left: -36px;}
.scrollbar-janos1 > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size { left: -36px;}












.fullheight{display:block;height:100%;width:100%;position:relative;overflow;hidden;}


header{box-shadow:1px 5px 10px #b9b9b9;height: 90px;padding: 5px 15px;position: fixed;top:0; display: block;width: 100%;background:#fff;z-index:99;}
header .logo{width:250px; float: left; height: 80px;text-align:center;}
header .logo img{max-height: 100%;height: auto;}
header .usersetting{float:right;margin-top:10px;}
header .usersetting .username{font-size:24px;}
header .usersetting .notificationdiv{margin: 0 25px;   font-size: 24px;}
header .usersetting .dropdown{font-size:24px;margin-right:10px;cursor:pointer;}
.mainbody{position: relative;display: block;overflow: hidden;height: calc(100vh - 90px); width: 100%; box-sizing: border-box;margin-top:90px;}
.contentalign{background:#fff;    position: relative; display: table; width: 100%;height:100%;}
.valinetext{display: table-cell; vertical-align: middle;  position: relative; width: 100%; text-align: center;}
.pad20{padding:20px;}
.padtop0{padding-top:0px;}
.pad0{padding:0px;}
.ul0{margin:0px;padding:0px;list-style:none;}
.chooseprotal{padding-bottom:110px; text-align:center;display:table;width:100%;margin:auto;max-width:1050px;}
.chooseprotal ul{margin:0px;padding:0px;list-style:none;}
.chooseprotal ul li{width: 33.3%;float: left;}
.chooseprotal ul li a{display:block;}
.chooseprotal ul li label{background:#ebebeb;width: 270px;font-weight:normal;border: 4px transparent solid; height:270px; border-radius: 8px; overflow: hidden;box-shadow: 2px 4px 6px #787878;cursor:pointer;}
.chooseprotal ul li label:hover{background:#f5f5f5;border-color:#0056b3;}
.chooseprotal ul li .iconbox{height:190px;font-size: 120px;line-height: 190px;color:#6cadde;}
.chooseprotal ul li label:hover .iconbox{    color: #0056b3;}
.chooseprotal ul li .namebox{height: 80px;line-height:60px;display: block;position: relative; width: 100%;}
.chooseprotal ul li .namebox p{ margin: 0; font-size: 34px;font-family:"OpenSans-Regular";}

#sidebar .navbar-header.nav{ margin: 0; width: 100%; height: 35px; text-align: right;    border-bottom: 1px #89c8fb solid;position:relative;float:inherit;}
#sidebar .navbar-header.nav a{width:40px;height:35px;padding:0px;text-align:center;border: 0;line-height: 44px;}
#sidebar .navbar-header.nav a i{position: relative;margin: 0;font-size: 22px;color: #89c8fb;}
.show-hide-sidebar:hover{background-color:#5479aa;color:#ffffff;}
.show-hide-sidebar.show-sidebar{display:none;}
.show-hide-sidebar.hide-sidebar{display:inline-block;color:#fff;}

#sidebar{color:#737373;background: #fff url(../img/snav-bg.jpg) right repeat-y; padding:0px;padding-top:0px;margin:0px;position:fixed;left:0px;width:270px;top:90px;bottom:0px;    transition: all 0.5s ease;}
/*#sidebar:before{content:"";position:absolute;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.2);width:247px;height:100%;z-index:0;}*/
#sidebar a{-webkit-transition:background-color 100ms linear;-moz-transition:background-color 100ms linear;-o-transition:background-color 100ms linear;transition:background-color 100ms linear;-webkit-transition:color 100ms linear;-moz-transition:color 100ms linear;-o-transition:color 100ms linear;transition:color 100ms linear;font-size:13px;background-color:transparent;margin:0px;padding:10px 15px;color:#737373;border-bottom:1px #89c8fb  solid;}
#sidebar a > i{ color: #6cadde;-webkit-transition:all 100ms linear;-moz-transition:all 100ms linear;-o-transition:all 100ms linear;transition:all 100ms linear;position:absolute;font-size:19px;margin-top:-2px;}
#sidebar a > i.has-submenu{position:relative;font-size:18px;margin-top:0px;margin-left:5px;}
#sidebar a > span{padding-left:35px;}
#sidebar a.active > i.has-submenu,
#sidebar .nav li > a.active ul.nav-sabmenu li a i,
#sidebar .nav-submenu a.active_submenu i{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);}
#sidebar .nav li:hover{background-color:transparent;color:#ffffff;}
#sidebar .nav li > a:hover,
#sidebar .nav li > a.active{background: #ebebeb;color: #000}
#sidebar .nav li > a:hover i,
#sidebar .nav li > a.active i,
#sidebar a.active_submenu{    color: #6cadde;}
#sidebar > .nav{margin-bottom:50px;}
#sidebar .nav-submenu,
#sidebar .nav-subsubmenu{background-color:#d9d9d9;-webkit-box-shadow:inset 0 4px 4px -2px rgba(0,0,0,.15), inset 0 -4px 4px -2px rgba(0,0,0,.15);-moz-box-shadow:inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);color:#737373;width:270px;position:relative;}
#sidebar ul.nav-submenu:before{content:"";display:block;position:absolute;z-index:1;left:23px;top:0;bottom:19px;border-left:1px solid #e2e2e2;}
#sidebar .nav-submenu a{color:#737373;padding:6px 10px 6px 47px;font-size:14px;border:none;height:38px;line-height:30px;}
#sidebar .nav-submenu a:before{content:"";display:inline-block;position:absolute;width:5px;height:5px;left:20px;top:19px;background-color:#cbcbcb;border:1px solid #d9d9d9;z-index:2;}
#sidebar .subsubmenu a:before{content:"";display:inline-block;position:absolute;width:5px;height:5px;left:1px;top:13px;background-color:#cbcbcb;border:1px solid #d9d9d9;z-index:2;}
#sidebar .nav-submenu a.active_submenu{color: #000!important;background: #ebebeb;}
#sidebar .progress{background-color:#131e30;}
#sidebar .nav-submenu.submenu-hidden{display:none;}
#sidebar .subsubmenu{display:none;margin-left:20px;}
.collapsed-sidebar #sidebar .nav > li > ul ul{display:none;margin-left:0px;}
#sidebar .subsubmenu li{position:relative;}
#sidebar .subsubmenu li a{display:block;padding:0px 10px 0px 20px;height:30px;}
#sidebar .nav li.dropdwonactive ul{display:block;}
.menu-right #sidebar{left:auto;right:0px;width:250px;top:50px;bottom:0px;}
#main-nav{padding-bottom:20px;    transition: all 0.5s ease; }
#sm-menu{width:50px;    transition: all 0.5s ease;}
.nav-down{display:none;}
.dropdown-subnav{display:none;}
.dropdown-subnav.active{display:block;}
.dropdown-subnav li{position:relative;    margin-left: 18px;}
#sidebar .nav-submenu .dropdown-subnav li a:before{top:13px;}
#sidebar .nav-submenu a.subnav-title{color: #737373 !important;}
#sidebar .nav-submenu a.subnav-title i{    -webkit-transform: rotate(0deg);color: #737373;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);}
#sidebar .nav-submenu a.subnav-title.current{    color: #eba74e !important;}
#sidebar .nav-submenu a.subnav-title.current i{    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);color: #eba74e;}

#sidebar .sidebar_scroll .scrollbar-janos > .scroll-content.scroll-scrollx_visible { top: 0px;  margin-top: 0px;}
#sidebar  .scrollbar-janos > .scroll-element.scroll-x{display:none;}
.sidebar_scroll{display: block; width: 100%; height: 100%; position: relative;direction: ltr; }
.sidebarscroll {unicode-bidi:bidi-override; direction: rtl; overflow: scroll; overflow-x: hidden!important;height: calc(100% - 35px); margin-left:-17px;}
.collapsed-sidebar .sidebarscroll{width:290px;}
.collapsed-sidebar .show-hide-sidebar.show-sidebar{display:inline-block;color:#fff;}
.collapsed-sidebar .show-hide-sidebar.hide-sidebar{display:none;}
.collapsed-sidebar #sidebar{width:50px!important;overflow:visible!important;z-index:10;    transition: all 0.5s ease;}
.collapsed-sidebar #sidebar:before{width:47px;}
.collapsed-sidebar #sidebar .slimScrollDiv{width:50px!important;overflow:visible!important;}
.collapsed-sidebar #sidebar .slimScrollDiv .sidebar_scroll{width:50px!important;overflow:visible!important;}
.collapsed-sidebar #sidebar:hover{z-index:9998;}
.collapsed-sidebar #sidebar .nav > li{height:40px;width:50px;    transition: all 0.5s ease;}
.collapsed-sidebar #sidebar ul.nav:before,
.collapsed-sidebar #sidebar .nav > li a:before{display:none;}
.collapsed-sidebar #sidebar .nav > li a{height:40px;width:50px;padding:14px;}
.collapsed-sidebar #sidebar .nav > li a span{display:none;}
.collapsed-sidebar #sidebar .nav > li a > i.has-submenu{display:none;}
.collapsed-sidebar #sidebar .nav > li:hover{padding:0px;}
.collapsed-sidebar #sidebar .nav > li:hover i{z-index:999!important;color:#eba74e;}
.collapsed-sidebar #sidebar .nav > li:hover > a{width:270px;display:block;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span{display:inline-block !important;padding-left:48px;text-transform:uppercase;font-size:12px;padding-top:0px;background-color:#162439;color:#ffffff;width:220px;position:absolute;left:46px;padding-left:13PX;top:0px;bottom:0px;padding-top:12px;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span .label,
.collapsed-sidebar #sidebar .nav > li:hover > a > span .badge{display:none!important;}
.collapsed-sidebar #sidebar .nav > li:hover > a > span.label,
.collapsed-sidebar #sidebar .nav > li:hover > a > span.badge{display:none!important;}
.collapsed-sidebar #sidebar .nav > li:hover > ul.nav-submenu {display:block!important;z-index:9998;position:absolute;width:220px;left:100%;top:100%;}
.collapsed-sidebar #sidebar .nav > li:hover > ul ul.dropdown-subnav{position:relative;width:100%;left:0; display:none;}
.collapsed-sidebar #sidebar .nav > li:hover > ul ul li a{display:block;}
.collapsed-sidebar #sidebar .nav.nav-submenu > li a{width:220px;padding:13px;line-height:16px;}
.collapsed-sidebar #sidebar .nav.nav-submenu > li a.subsubdown i{display:block;}
.collapsed-sidebar #sidebar .nav > li ul li{width:100%; height:auto;}
.collapsed-sidebar #main-nav{width:50px;height:100%;}
.collapsed-sidebar .contentarea{width:calc(100% - 50px);z-index:99;overflow:visible;}




.contentarea{width:calc(100% - 270px);float:right;height:100%;overflow:scroll;position:relative;background:#ebebeb;padding:30px;   transition: all 0.5s ease;}
.carousel,
.carousel-inner,
.carousel-inner .item{height:100%;border-radius:10px;}
.panel{display:block;height:100%;border-radius:10px;overflow:hidden;width:100%;margin:0px;border:0px;}
.panel.panel-middle{width:calc(70% - 20px);float:left;}
.panel.panel-rightbar{width:30%;float:left;margin-left:20px;}
.panel-header,
.panel-footer{height:60px;display:block;width:100%;background:#004282;color:#fff;overflow:hidden;position:relative;}
.panel-header h3{ font-family:"OpenSans-Bold";   margin: 0;line-height: 60px;text-align: center;font-weight: 600;}
.panel-header .plink{position:absolute;top:0;right:0;width:50px;height:100%;}
.panel-header .plink h4{ margin: 12px 0 0 0; width: 30px;height: 30px;background: #fff;border-radius: 4px; color: #004282; font-size: 24px; font-weight: bold; text-align: center; line-height: 30px;cursor: pointer;}
.panel-header .plink h4:hover{background: #6cadde;}
.panel-body{height:calc(100% - 120px);display:block;width:100%;background:#fff;overflow: auto;}
.panel-footer .nextbtn,
.panel-footer .backbtn{border: 2px #fff solid;width: 150px;text-transform: uppercase;text-align: center;color: #fff; height: 37px;line-height: 34px;font-size: 18px; border-radius: 20px;}
.panel-footer a span{font-size: 14px;}
.panel-footer .nextbtn:hover{border-color:#8fc741 ;background:#8fc741 ;}
.panel-footer .backbtn:hover{border-color:#5daea7 ;background:#5daea7 ;}
.currencybox{display: block; position: relative; width: 300px; margin: auto;padding-bottom:150px;}
.categorybox{display: table; width: 100%;position: relative;max-width: 1180px;margin: auto;}
.categorybox ul{margin:0px;padding:0px;list-style:none;display:table;width:100%;}
.categorybox ul li{float:left;width:20%;}
.categorybox ul li label{font-family:"OpenSans-Bold";cursor:pointer;display: block;margin:10px;  position: relative; border: 2px #ccc solid; border-radius: 10px;overflow: hidden;}
.categorybox ul li label:hover,
.categorybox ul li label.active{border-color: #8ec641; box-shadow: 1px 2px 4px #6a6a6a;}
.categorybox ul li label:hover:before,
.categorybox ul li label:active:before{content:''; border: 2px #8ec641 solid; position: absolute;width: 100%;left: 0;height: 100%;border-radius: 8px;}
.categorybox ul li .iconbox{width:100%;display:block;height:130px;margin:auto;}
.categorybox ul li .iconbox img{max-height:100%;height:auto;display:block;margin:auto;width:auto;max-width:100%;}
.categorybox ul li .textbox{height:80px;display:table;width:100%;}
.categorybox ul li .textbox p{display:table-cell;vertical-align:middle; margin: 0; font-size: 24px; font-weight: bold;}
.categorybox .otherbox{border: 2px #898888 solid;display: block;position: relative;clear: both;border-radius: 10px;height: 60px;max-width: 590px;margin: 10px auto 0;}
.categorybox .otherbox label{margin-top:8px;font-size: 26px;  font-weight: bold;}
.categorybox .otherbox input{width: 30px;height: 30px;    margin-left: -40px;}
.categorybox .otherbox:hover{border-color: #8ec641; box-shadow: 1px 2px 4px #6a6a6a;}
.indtitle{display: block;height: 50px;position: relative;text-align: center;font-size: 34px;font-weight: bold;line-height: 50px;margin-bottom: 10px}
.industry-selection{height: calc(100% - 60px);position: relative;display: block;width: 100%;    max-width: 85%; margin: auto;}
.industry-selection ul li{width:33%;float:left;text-align:left;margin-bottom:10px;}
.industry-selection ul  li:nth-child(3n+1) { clear: left; }
.industry-selection ul li a{display:block;font-size:22px;}
.industry-selection ul li .chkbox {float: left; width: 20px; height: 20px; border: 1px #8f8f8f solid;   border-radius: 3px;   margin-top: 7px; margin-right: 8px;}
.industry-selection ul li a.active .chkbox {background: #337ab7; border-color: #154976;}


.websitetraffic{max-width: 900px; margin: auto;position: relative;display: block; width: 100%;}
.websitetraffic h3{font-family:"OpenSans-Bold";margin: 0; padding-bottom: 40px;font-size: 30px;}
.websitetraffic .noidea{width: 250px; margin: auto;border: 2px #6cadde solid;border-radius: 5px;height: 50px;line-height: 50px;color:#000;}
.websitetraffic .noidea i{display: inline-block; font-size: 30px;  color: #6cadde;}
.websitetraffic .noidea p{margin: 0;display: inline-block;padding-left: 25px; font-size: 24px;}
.websitetraffic .noidea:hover{background: #8dc73f;}
.websitetraffic .noidea:hover p,
.websitetraffic .noidea:hover i{color:#fff;}

.rangslider {display: block; clear: both;  width: 100%;max-width:730px; position: relative;margin: 20px auto 70px; padding-top: 50px;}
.rangslider label{font-size:16px;font-weight:normal;}
.rangslider .range-slider {width: 100%;padding: 10px 0px;z-index:1;position:relative;}
.rangslider .range-slider:after,
.rangslider .range-slider:before{display:none;content: "";left: -5px;background: #ffffff; width: 6px;height: 10px;position: absolute;top: 10px;}
.rangslider .range-slider:after{right:1px;    left: inherit;}
.rangslider .range-slider__range { -webkit-appearance: none;width:100%;height: 20px;background: #c5c5c5;outline: none; padding: 0; margin:0 0 0 -4px;border-radius:10px;}
.rangslider .range-slider__range::-webkit-slider-thumb { -webkit-appearance: none;  appearance: none;width: 60px;height:60px;border-radius: 50%; background:url(../img/rangecar.png); cursor: pointer;transition: background .15s ease-in-out;}
.rangslider .range-slider__range::-webkit-slider-thumb:hover { background:url(../img/hcar.png);}
.rangslider .range-slider__range:active::-webkit-slider-thumb {background:url(../img/hcar.png);}
.rangslider .range-slider__range1::-moz-range-thumb {width: 20px;height: 20px;border: 0;border-radius: 50%;background: #fff;cursor: pointer;transition: background .15s ease-in-out;}
.rangslider .range-slider__range1::-moz-range-thumb:hover { background: #1abc9c;}
.rangslider .range-slider__range1:active::-moz-range-thumb {background: #1abc9c;}
.rangslider .range-slider__range1:focus::-webkit-slider-thumb {box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;}
.rangslider .range-slider__value {display: inline-block;position: relative;width: 60px;color: #fff;line-height: 20px;text-align: center; border-radius: 3px; background: #fff;  padding: 5px 10px;  margin-left: 8px;}
.rangslider .range-slider__value:after {position: absolute; top: 8px; left: -7px; width: 0; height: 0; border-top: 7px solid transparent; border-right: 7px solid #fff; border-bottom: 7px solid transparent;content: '';}
.rangslider ::-moz-range-track {  background: #d7dcdf; border: 0;}
.rangslider input::-moz-focus-inner,input::-moz-focus-outer {  border: 0;}


.slider_labelnum{font-family:"OpenSans-Bold";display:block;color:#000;    position: absolute; top:-75px; right:0;left:0;  margin: auto; width:230px; text-align: center; height: 40px;border: 2px #6cadde    solid;line-height: 38px;font-size:26px;font-weight:bold;background: #fff;border-radius:4px;}
.rangslider ul{margin:3px 0 0 20px;padding:0px;list-style:none;    display: table;   width: 103%;z-index:0;}
.rangslider ul.rscale li{float:left;width:15%;text-align:left;color: #6cadde;font-weight: bold;position:relative;}
.rangslider ul.rscale li:first-child:after{left:1px;}
.rangslider ul.rscale li:last-child:after{top:0;}
.rangslider ul.rscale li:last-child{width:5px;}
.rangslider ul.rscale li:after{content: ""; height: 21px; width: 5px; background: #6cadde; position: absolute; top: 0px; left:-1px;}


.planselection {display: block;width: 100%; position: relative;height: 80px;border-bottom: 1px #6cadde solid;padding: 0px 20px;background: #6cadde;color: #fff;}
.planselection.filter {display: none;}
.mtop5{margin-top:5px;}

.planselection .form-group{float:left;margin:0px 40px 0 0;padding-top:8px;}
.planselection .form-group.displaytable div{display:table;width:100%;}
.planselection .form-group .form-control{height:28px;line-height:24px;}
.planselection .form-group.catindustry{width:300px;}
.planselection .form-group.trafficaov{width:240px;}
.planselection .form-group.apptlead{width:250px;}
.planselection .form-group.apptlead .desiredlead label{width:150px;}
.planselection .form-group.apptlead .desiredlead input{width: 70px;float: left;padding: 5px;text-align: center;}
.planselection .form-group label{float:left;font-weight: normal; width: 90px;line-height: 28px; margin: 0;}
.planselection .form-group select{float:left;width: calc(100% - 90px);padding:2px 5px;}
.planselection .form-group.ocpml{}
.onoffbtn{clear: both;position: relative;display: block; padding-top: 1px;}
.onoffbtn .checkbox label .toggle,
.onoffbtn .checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.onoffbtn .toggle{position:relative;overflow:hidden}
.onoffbtn .toggle input[type=checkbox]{display:none}
.onoffbtn .toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.onoffbtn .toggle.off .toggle-group{left:-100%}
.onoffbtn .toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0;width:auto;}
.onoffbtn .toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;color: #000 !important;width:auto;}
.onoffbtn .toggle-handle{position:relative;margin:-4px auto 0;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.onoffbtn .toggle.btn{border-color: #837c7c;width: 70px !important; height: 22px !important; border-radius: 10px; outline: none;}
.onoffbtn .toggle-on.btn{padding-right:24px;line-height:11px;background: #4CAF50; border-color: #368c39;}
.onoffbtn .toggle-off.btn{padding-left:24px;line-height:11px;}

.planselection .asb{float: right;margin-top: 20px;}
.planselection .asb ul li{float: left;width: 30px;height: 30px;background: #fff;border-radius: 5px;margin-left: 5px;}
.planselection .asb ul li a{display: block; text-align: center;line-height: 30px;font-weight: bold;font-size: 22px;color: #6cadde;text-decoration: none;}
.planselection .asb ul li:hover{background: #004282;}

.paymentpage .panel-header h3{width:50%;float:left;}
.paymentpage:after{content:"";height: calc(100% - 60px);width: 2px;background: #8eadcb;left: 50%;position: absolute;top: 0px;}
.paymentpage .padright40{padding-right:10%;}
.paymentpage .padleft40{padding-left:10%;}
.contactinfo{display: table; width: 100%;  max-width: 80%;  margin:0px auto 0; position: relative;}
.contactinfo .form-group,
.contactinfo .form-group-half{width:48%; margin:0 0 15px 2%;float:left; position: relative; }

.contactinfo .form-group.citygroup{width:40%;}
.contactinfo .form-group.stategroup{width:24%;}
.contactinfo .form-group.zipgroup{width:30%;}

.contactinfo .form-input { border: 1px #ccc solid;  border-radius: 4px;   height: 50px;   padding: 0px;}
.contactinfo .form-label {font-weight:normal;position: absolute; transition: 0.25s ease; -moz-transition: 0.25s ease; -webkit-transition: 0.25s ease; -o-transition: 0.25s ease; -ms-transition: 0.25s ease; color: #58595e; left: 10px;top: 13px;font-size:18px; }
.contactinfo input,
.contactinfo select{height:48px;}
.contactinfo input,
.contactinfo select,
.contactinfo textarea{transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;-ms-transition: 0.3s ease;padding-top: 10px;-webkit-appearance: none; }
.contactinfo input:focus + .form-label, .contactinfo input:valid + .form-label,
.contactinfo select:focus + .form-label, .contactinfo select:valid + .form-label,
.contactinfo textarea:focus + .form-label, .contactinfo textarea:valid + .form-label{top: 1px; font-size: 14px;color: #000; }
.contactinfo input,.contactinfo textarea {font-size:18px; box-sizing: border-box; width: 100%; display: block; border: none; color: #437ef3; background: #fff; padding: 16px 10px 4px; }
.contactinfo input:focus, .contactinfo select:focus,.contactinfo textarea:focus {outline:none; }
.contactinfo select{font-size:18px; box-sizing: border-box; width: 100%; display: block; border: none; background: #fff; padding: 16px 10px 4px;color: #437ef3;}
.contactinfo select option{color: #58595b;}
.contactinfo input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px transparent inset; }
.contactinfo textarea,
.contactinfo .textarea-grp{min-height:100px !important; z-index:9;    resize: vertical;}
.contactinfo .textarea-grp{border:none;}
.contactinfo select{appearance: auto;padding-left:5px;}
.contactinfo .form-group-half .stategroup{margin:0px 5px 0 0;width:calc(100% - 110px);}
.contactinfo .form-group-half .zipgroup{margin:0px;width:105px;}
.contactinfo .form-group.expgrp{width:26%;}
.contactinfo .form-group.cvvgrp{width:20%;}

input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus 
input:-webkit-autofill, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {  -webkit-text-fill-color: #437ef3; color: #437ef3; transition: background-color 5000s ease-in-out 0s;}
.form-group.fullgroup{width:98%;}
.ccotherstatelevel,.otherstatelevel {display: none;}

.confirmdiv{display: table;width: 100%;padding-top:50px; position: relative; clear: both;text-align:center;}
.confirmdiv .bdrbox{height:390px;border: 2px #004282 solid;display: inline-block;vertical-align: top;padding: 30px;text-align:left;}
.confirmdiv .bdrbox:first-child{margin-right:30px;width:430px;}
.confirmdiv .bdrbox h3{display: block; margin: 0;padding-bottom: 15px; font-size: 30px; color: #004282;}
.confirmdiv .bdrbox p{font-size:20px;}
.confirmdiv .bdrbox table{width:660px;}
.confirmdiv .bdrbox td{font-size:20px;padding:5px 0px;}
.confirmdiv .bdrbox td:first-child{width:40%;}
.confirmdiv .bdrbox td:last-child{width:60%;}
.fontbold{font-family:"OpenSans-Bold";}
.planpage .plandiv{margin-top:80px;padding:15px 60px;}
.planpage .plandiv.mtop{margin-top:0px;}
.plandiv .planbox{font-size:30px;margin:30px 10px 20px;width:calc(100% - 20px); height: 400px;padding: 20px;box-shadow: 0px 0px 12px #b7b7b7;border-radius: 10px;position: relative;display: block;text-align: center;}
.plandiv .planbox .planstep{width: 180px; height: 60px; background: #004282; border-radius: 90px / 30px; position: absolute;top: -30px;left: 0;right: 0;margin: auto;  }
.plandiv .planbox .planstep p{font-family:"OpenSans-Bold";color: #fff; font-size: 34px; font-weight: bold;line-height: 60px;}
.plandiv .planbox .plantitle{font-family:"OpenSans-Bold";color:#004282;font-size:34px;font-weight:bold;    margin: 30px 0 10px;}
.plandiv .planbox .planday{font-family:"OpenSans-Bold";color:#6cadde;font-weight:bold; }
.plandiv .planbox .plandate{margin-bottom:10px;}
.plandiv .planbox .plandate span{font-family:"OpenSans-Bold";font-weight:bold;color: #4a4a4a; }
.plandiv .planbox .plandetail{display: block; width: 100%; position: relative;}
.plandiv .planbox .plandetail table{color: #4a4a4a;width:100%;font-family:"OpenSans-Regular";}
.plandiv .planbox .plandetail table tr:nth-child(2) td{padding-top:10px;}
.plandiv .planbox .plandetail table td:first-child{text-align:left;}
.plandiv .planbox .plandetail table td:nth-child(2){text-align:right;}
.plandiv .planbox .includebtn{font-family:"OpenSans-Bold";font-size:28px;border: 2px #6cadde solid; border-radius: 10px;  height: 60px;line-height:56px; box-shadow: 0px 0px 10px #9f9f9f;  margin: 20px 0 10px;color: #6cadde;}
.plandiv .planbox .additional{display:block;width:100%; position:relative;}

.plandiv .owl-nav{float: right; margin-right: 0;position: fixed;right: 22px;bottom:70px;width:70px;height:30px;}
.plandiv .owl-nav:after{content:"";height:26px;width:3px;background:#004282;left:50%; position: absolute;top: 4px;}
.plandiv .owl-nav button{width:35px;}
.plandiv .owl-nav button .fa{font-size: 32px;color:transparent;font-weight: bold;}
.plandiv .owl-carousel .owl-nav button{cursor:default;}
.plandiv .owl-carousel .owl-nav button.owl-next{float:right;}
.panel-footer .allplan{margin:auto;display:block;width: calc(100% - 430px);    max-width: 1050px; height: 30px; position: absolute; left: 0;right: 0;}
.panel-footer .allplan ul{margin:0px;padding:0px;}
.panel-footer .allplan ul li{float:left;width:50%;font-family:"OpenSans-Bold";color:#a1ff00;font-size:26px;position:relative;}
.panel-footer .allplan ul li:last-child{text-align:right;}
.panel-footer .allplan ul li:last-child:after{content: "";width: 8px;height: 8px;border-radius: 4px;background: #a1ff00;position: absolute;left: -8px;top: 14px;}



.centermodal.modal.in {display:flex !important;}
.centermodal .modal-dialog{margin: auto;}
.fade-scale {transform: scale(0); opacity: 0; -webkit-transition: all .25s linear; -o-transition: all .25s linear; transition: all .25s linear;}
.fade-scale.in {opacity: 1; transform: scale(1);}

.greenbtn{display: block;position: relative;width: 100%;clear: both;margin-top: 20px;border-radius:30px;overflow:hidden;}
.greenbtn a,.greenbtn .btn{background: #a1ff00;text-transform: uppercase;font-family: "OpenSans-Bold";display: block;text-align: center;font-size: 24px;text-decoration: none;padding: 6px;}
.greenbtn a:hover,.greenbtn .btn:hover{background: #004282;color:#fff;}

.limitpromodal .modal-dialog{width:70%;}
.limitpromodal .modal-content{}
.limitpromodal .modal-header{background:#a1ff00;border-top-left-radius: 5px;padding: 10px;}
.limitpromodal .modal-header h5{font-size: 30px;text-align: center;}
.limitpromodal .modal-header button{background: #a1ff00;opacity: 1;height: 30px; width: 30px;border-radius: 15px;position: absolute;right: -5px;top: -5px;color: #000;font-size: 24px;text-shadow: none;}
.limitpromodal .modal-header button:hover{    background: #eeffd1;}
.limitpromodal .modal-body .limittime{width: 100%;max-width: 70%; margin: 50px auto 0;}
.limitpromodal .modal-body .limittime h3{margin: 0;font-size: 30px;font-style: italic;color: #7bb5e1;padding-bottom: 15px;}
.limitpromodal .modal-body .limittime p{font-size:28px;}
.limitpromodal .modal-body .limittime .greenbtn{margin-top:50px;}
.limitpromodal .modal-body .plandiv{width: 100%; max-width: 85%; margin: 50px auto 0;display: block;position: relative;}
.limitpromodal .modal-body .plandiv .colored{    color: #fd2828;}
.limitpromodal .modal-body  .plandiv .planbox .includebtn{height: 85px;line-height: 80px;}


.marketmaterialtabs{display:block;width:100%;position:relative;clear:both;height:100%;}
.marketmaterialtabs ul{display:block;background:#c7c7c7;height:50px;}
.marketmaterialtabs ul li{width:25%;}
.marketmaterialtabs ul li a{margin:0px;border: 0 !important;border-radius: 0;text-align:center;font-size: 24px;padding: 0;height: 50px;line-height: 50px;}
.marketmaterialtabs ul li.active a i{color:#6cadde;}
.marketmaterialtabs .tab-content{padding:15px;overflow:auto;height:calc(100% - 50px); position:relative;}
.marketmaterialtabs .tab-content .tab-pane{height:100%}
.marketmaterialtabs .tab-content table{width:calc(100% - 30px);margin:auto;}
.marketmaterialtabs .tab-content td{border-color:#6cadde;font-size:20px;}
.block{display:block;width:100%;position:relative;}
.cs-preview{overflow:hidden;height:100%;}
.cs-preview .cs-title{height:50px;margin-top:10px;}
.cs-preview .cs-title h4{font-size: 24px;margin:0px;padding:0px;text-align:center;}
.cs-preview .cs-title .zoomicon{float:right;color:#6cadde;    font-size: 30px;position: absolute;right: 0;top: 0px;cursor:pointer;}
.cs-preview .cs-title .zoomicon:hover{color:#ccc;}
.cs-preview .cs-imgpreview{height:calc(100% - 110px);}
.cs-preview .cs-imgpreview img{max-width:100%;width:auto;max-height:100%;height:auto;display:block;margin:auto;}
.cs-preview .cs-download{height:50px;padding:10px 15px 0px 15px}
.cs-preview .cs-download button{font-size:20px;height:40px;}
.cs-preview .cs-download button:hover{background:#a1ff00;}
.cs-preview .cs-download button .fa-solid{color:#6cadde}

.zoomlarge{overflow:hidden;position: fixed;transition: all 0.8s ease;right:40px; width:30px; height:30px; display: block; z-index: -2;visibility: hidden;background-color: rgba(0,0,0,0.7);}
.zoomlarge.zoomlargeadd{top:0;bottom:0;width:100%;height:100%;right:0;z-index:9999;visibility:visible;margin:auto;}
.zoomlarge .zoomcontent{display:none;transition: all 0.8s ease;background: #transparent;width:60%;height:90%;margin:auto;top: 5%;position: relative;}
.zoomlarge.zoomlargeadd .zoomcontent{display:block;text-align:center;}
.zoomlarge .zoomcontent .closezoom{width: 30px;height: 30px;border-radius: 15px;background: #ccc;text-align: center;line-height: 30px;font-size: 18px;position: absolute;right: -10px;top: -8px;}
.zoomlarge .zoomcontent .closezoom:hover{cursor:pointer;background:#ff0;}
.zoomlarge .zoomcontent .zoombox{display: inline-block; width: auto; position: relative; margin: auto; height: 100%; text-align: center; box-sizing: border-box; border: 5px #6cadde  solid;}
.zoomlarge .zoomcontent .zoombox img{height:100%;}

.btn-success {color: #000; background-color: #a1ff00; border-color: #a1ff00;}
.btnbox{display: block;height: 40px;text-align: center;}
.btnbox.savebtn {max-width:500px;width:100%;margin:20px auto 0;}
.btnbox.savebtn .btn{border-radius: 20px; display: block;text-align: center;font-weight: bold;font-size: 18px;padding: 3px;}

.pricingpage{padding:0px;}
.pricingpage .panel{border-radius:0px;}
.pricingpage .panel-header h3{float:left;margin-left:30px;}
.pricingpage .panel-header ul{height: 30px;float: right;margin: 15px 30px 0 0;padding: 0px;list-style: none;}
.pricingpage .panel-header ul li{float: left;margin-right: 10px;width: 155px;text-align: center;border-radius: 5px;overflow: hidden;}
.pricingpage .panel-header ul li a{background: #fff; display: block; font-weight: bold; height: 30px; line-height: 30px;}
.pricingpage .panel .panel-body{height: calc(100% - 220px);padding:15px 15px 0px 15px;}
.pricingpage .pricingfilter{background:#ebebeb;height:100px;width:100%;display:block;position:relative;padding: 0px 20px;}
.pricingpage .pricingfilter .selectiondiv{float:left;width:36%;height:auto;padding-right:20px;}
.pricingpage .selectiondiv .form-group{width: 50%; float: left;margin-bottom:0px;margin-top:13px;}
.pricingpage .selectiondiv .form-group label{width:90px;float: left; line-height: 30px; margin-bottom: 0;font-size:14px;text-align:right;padding-right:10px;}
.pricingpage .selectiondiv .form-group select,
.pricingpage .selectiondiv .country-select{    width: calc(100% - 90px);float:left;height:30px;text-align:right;}
.pricingpage .selectiondiv .country-select.inside input, 
.pricingpage .selectiondiv .country-select.inside input[type=text] {padding-left: 35px; font-size: 14px;   height: 30px;text-align:right;}
.pricingpage .selectiondiv .form-group option { direction: rtl; }


.pricingpage .aovdiv{float:left;width:30%;height:100px;background:#fff;overflow:hidden;padding:10px;}
.pricingpage .aovdiv .form-group{display:block;width:100%;margin-bottom:0px;text-align:right;height:28px;overflow:hidden;}
.pricingpage .aovdiv .form-group label{float:left;width: calc(100% - 150px);line-height: 28px;margin: 0; font-size: 14px;}
.pricingpage .aovdiv .form-group select{width: 140px;float: right;height: 28px;padding: 0;text-align: center;}
.pricingpage .aovdiv .form-group p{float: right;line-height: 28px;margin:0px;width:150px;text-align:center;font-size:14px;}


.pricingpage .trafficfilter{width: 14%;float: left;text-align:center;margin-top:16px;}
.pricingpage .currencyfilter{width: 20%;float: left;}
.pricingpage .conversionbox{border: 2px #a3a3a3 solid;border-radius: 10px;padding: 10px; height: 80px;margin-top: 6px;}
.pricingpage .conversionbox label{text-align:center;display:block;}
.pricingpage .conversionbox .form-group{width:45%;float:left;}
.pricingpage .conversionbox .form-group label{margin: 0;float: left;width: 40px;line-height: 30px;}
.pricingpage .conversionbox .form-group input{width: calc(100% - 40px);float: left;text-align: center;font-size: 16px;font-weight: bold;height: 30px;padding: 0;}
.pricingpage .conversionbox .equal{width:10%;float:left;font-size: 18px;text-align: center;font-weight: bold;line-height: 30px;}

.pricingpage .planboxdiv{display:block;height:100%;width:100%;position:relative;overflow:hidden;padding-bottom:10px;}
.pricingpage .planboxdiv:after,
.pricingpage .planboxdiv:before{position:absolute;content: " ";background:#fff;z-index:1;}
.pricingpage .planboxdiv:after{bottom:0;height:25px;width:100%;left:0;}
.pricingpage .planboxdiv:before{right:0;height:100%;width:25px;top:0;}



.monthlytraffic{width:200px;float:left;height:100%;padding-right:15px;}
.monthlydetails{width:calc(100% - 200px);float:left;height:100%;position:relative;padding-right:15px;}
.monthlydetails .width1500{width:2525px;position:relative;height:100%;padding:0px 20px 20px 20px;}
.scrollpage{position:relative;display:block;}


.monthlytraffic table{width:100%;margin:0px;padding:0px;}
.monthlytraffic table:first-child{    margin-top: 123px;}
.monthlytraffic table th{font-size:12px;height:30px;vertical-align:middle;font-weight:bold;background:#daebf7;    padding: 0 10px;}
.monthlytraffic table td{font-size:12px;padding:0px 5px 0px 20px;height: 30px; vertical-align: middle; border:1px solid transparent;}
.monthlytraffic table td select{border:0px;width:auto;font-size:12px;padding:0px;margin-left:-4px;outline: none;}
.monthlytraffic table td select {width:auto;padding:0px;}
.monthlytraffic table td select::-webkit-scrollbar {width: 6px;height: 6px;}
.monthlytraffic table td select::-webkit-scrollbar-track {border: rgb(180, 180, 180); background-color: #ccc;}
.monthlytraffic table td select::-webkit-scrollbar-thumb {background-color: #3677ef; border: 1px solid rgb(193, 193, 193);}


table.maintable{width: 100%;}
table.maintable td.tdcount{    vertical-align: top;}

.monthlydetails td.tdcount:first-child .priceplan .pricetitle h3{background:#fff;}
.monthlydetails td.tdcount .priceplan .pricetitle h3{background:#e6e6e6;}
.priceplan{display:block;width:481px;float:left;margin-right:15px;background:#e9f3fa;padding:0px; border: 2px #918f8f solid; margin-bottom: 15px;}
.priceplan .pricetitle{display:block;width:100%;position:relative;background:#fff;height: 70px; border-bottom: 2px #918f8f solid;}
.priceplan .pricetitle h3{margin:0;padding:5px;font-size:30px;text-align:center;font-weight:bold;}
.priceplan .pricetitle p{width:50%;float:left;text-align:center;margin:0px; font-size: 12px;font-weight: bold;padding-top: 4px;}
.priceplan ul{margin: 0;padding: 10px 5px 10px 5px;list-style: none;display: block;width: 100%;}
.priceplan ul li{width:31%;float:left;margin: 0 1.1%; border: 1px #a9a7a7 solid;background:#fff;overflow:hidden;margin-bottom:10px;}
.priceplan ul li h3{margin: 0px;font-size: 14px;text-align: center;padding: 0px 2px;border-bottom: 1px #ccc solid;height: 40px;line-height: 40px;font-weight: bold;}
.priceplan ul li table{margin:0px;padding:0px;width:100%;}
.priceplan ul li table th,
.priceplan ul li table td{width:50px;padding:0 5px;text-align:right;font-size:12px;height:30px;vertical-align:middle;}
.priceplan ul li table th{font-weight:bold;background:#daebf7;border:0px;}
.priceplan ul li table tr:last-child td{text-align:center;}
.priceplan table{width:100%; border-bottom: 0;border-top: 0;}






@media (max-width:1600px){
	header{height:70px;}
	header .logo{height:60px;}
	#sidebar{top:70px;}
	.mainbody {height: calc(100vh - 70px);margin-top:70px;}
	.chooseprotal{max-width:830px;}
	.chooseprotal ul li label{width: 200px;height:200px;}
	.chooseprotal ul li .iconbox{height:140px;font-size: 90px;line-height: 140px;}
	.chooseprotal ul li .namebox{height: 60px;line-height:50px;}
	.chooseprotal ul li .namebox p{font-size:28px;}
	
	.categorybox{max-width:940px;}
	.categorybox ul li .iconbox{height:75px;}
	.categorybox ul li .textbox {height: 55px;}
	.categorybox ul li .textbox p{font-size:18px;}
	.categorybox .otherbox{max-width:500px;height:50px;}
	.categorybox .otherbox input {width: 20px;height: 20px; margin-left: -30px;}
	.categorybox .otherbox label{font-size:18px;}
	.indtitle{height:40px;line-height:40px;font-size:30px;}
  
	.industry-selection{max-width:90%; height: calc(100% - 50px);}
	.industry-selection ul li{margin-bottom:5px;}
	.industry-selection ul li a{font-size:18px;}
	.industry-selection ul li .chkbox {width: 16px; height: 16px;margin-top:4px;}
	
	.panel-header, .panel-footer {height: 50px;}
	.panel-header h3{line-height:50px;}
	.panel-header .plink h4{margin-top:9px;}
	.panel-footer .nextbtn, .panel-footer .backbtn{height: 30px;line-height: 28px;}
	.panel-body {height: calc(100% - 100px);}
	
	.paymentpage .padright40{padding-right:5%;}
	.paymentpage .padleft40{padding-left:5%;}
	.contactinfo{ max-width: 90%;}
	.paymentpage:after{height: calc(100% - 50px);}
	.planselection{height:65px;}
	.planselection .form-group{margin-right:20px;padding-top:5px;}
	.planselection .form-group.catindustry {width: 250px;}
	.planselection .form-group.trafficaov {width: 210px;}
	.planselection .form-group .form-control{height:24px;}
	.planselection .form-group select{padding:0px;}
	.planselection .form-group label{line-height:24px;}
	.planselection .asb{margin-top:15px;}
	.planpage .plandiv {margin-top: 65px;}
	.contactinfo .form-input{height:38px;}
	.contactinfo .form-group, .contactinfo .form-group-half{margin-bottom:6px;}
	.contactinfo input, .contactinfo select {height: 36px;}
	.contactinfo .form-label{top: 8px;font-size: 16px;}
	.contactinfo input:focus + .form-label, 
	.contactinfo input:valid + .form-label, 
	.contactinfo select:focus + .form-label, 
	.contactinfo select:valid + .form-label, 
	.contactinfo textarea:focus + .form-label, 
	.contactinfo textarea:valid + .form-label {font-size: 11px;}
	
	.confirmdiv{padding-top:20px;}
	.confirmdiv .bdrbox {height: 300px;padding: 20px;}
	.confirmdiv .bdrbox:first-child { width: 380px;}
	.confirmdiv .bdrbox h3{font-size:26px;}
	.confirmdiv .bdrbox p {font-size: 16px;}
	.confirmdiv .bdrbox table {width: 540px;}
	.confirmdiv .bdrbox td {font-size: 16px; padding: 2px 0px;}
	
	.plandiv .planbox {font-size: 22px;height:310px;}
	.plandiv .planbox .planstep {width: 160px;height: 50px;top:-26px;}
	.plandiv .planbox .planstep p{font-size:26px;line-height:50px;}
	.plandiv .planbox .plantitle {font-size: 24px; margin: 20px 0 10px;}
	.plandiv .planbox .includebtn {font-size: 20px;height: 50px;line-height: 46px;margin-top:15px;}
	.panel-footer .allplan ul li{font-size:20px;}
	.panel-footer .allplan ul li:last-child:after{top:10px;}
	
	.limitpromodal .modal-body .limittime{max-width:85%;}
	.limitpromodal .modal-body .limittime .greenbtn {margin-top: 30px;}
	.limitpromodal .modal-body .limittime p {font-size: 26px;}
	
	.marketmaterialtabs ul li a,
	.marketmaterialtabs .tab-content td{font-size:18px;}
	.cs-preview .cs-title{margin-top:0px;}
	.cs-preview .cs-title h4 {font-size: 20px;}
	.cs-preview .cs-title .zoomicon{top:-5px;}
	.cs-preview .cs-imgpreview {height: calc(100% - 100px);}
	.cs-preview .cs-download {padding: 10px 10px 0px 10px;}
	.cs-preview .cs-download button {font-size: 16px;}
	
	.pricingpage .panel-header ul{margin-top:12px;}
	.pricingpage .panel-header ul li a { height: 26px; line-height: 26px;font-size: 14px;}
	.pricingpage .pricingfilter{height:75px;}
	.pricingpage .selectiondiv .form-group{margin-top: 7px}
	.pricingpage .selectiondiv .form-group label {width: 80px;    height: 26px;  line-height: 26px;}
	.pricingpage .selectiondiv .form-group select, 
	.pricingpage .selectiondiv .country-select {width: calc(100% - 80px);height:26px;}
	.pricingpage .selectiondiv .form-group select{padding:2px;font-size:12px;}
	.pricingpage .selectiondiv .country-select.inside input, 
	.pricingpage .selectiondiv .country-select.inside input[type=text]{height:26px;padding-left: 30px;   font-size: 12px;}
	.pricingpage .country-select .country-list .country {padding: 5px;font-size: 12px;}
	.pricingpage .aovdiv {height: 75px;padding: 3px 10px;}
	.pricingpage .aovdiv .form-group{height:23px;}
	.pricingpage .aovdiv .form-group label,
	.pricingpage .aovdiv .form-group p{font-size:12px;line-height:23px;}
	.pricingpage .aovdiv .form-group select { height: 23px;padding: 0;}
	.pricingpage .trafficfilter {margin-top: 10px;font-size: 14px;}
	.pricingpage .conversionbox{height: 63px;margin-top: 5px;padding:4px;border-width:1px;}
	.pricingpage .conversionbox label{font-size:14px;}
	.pricingpage .conversionbox .form-group label{font-size:12px;line-height:26px;width:30px;}
	.pricingpage .conversionbox .form-group input{font-size:12px;height:26px;    width: calc(100% - 30px);}
	.btnbox.savebtn .btn{font-size:14px;}
	.pricingpage .panel .panel-body{    height: calc(100% - 190px);}
	
	
}


@media (max-width:1440px){
	
	
	.industry-selection ul li a { font-size: 15px;}
	.industry-selection ul li .chkbox{margin-top:2px;}
	.planpage .plandiv { padding: 15px 30px;}
	.plandiv .planbox{font-size: 16px;height:260px;}
	.plandiv .planbox .planstep { width: 130px;height: 40px; top: -20px;}
	.plandiv .planbox .planstep p {font-size: 20px; line-height: 38px;}
	.plandiv .planbox .plantitle {font-size: 18px;}
    .plandiv .planbox .includebtn	{font-size: 16px;}
	.panel-footer .allplan{padding-top:5px;}
	.panel-footer .allplan ul li{font-size:14px;}
	.panel-footer .allplan ul li:last-child:after{top:7px;}
	.confirmdiv .bdrbox:first-child {width: 340px;}
	.confirmdiv .bdrbox table {width: 490px;}
	.confirmdiv .bdrbox td {font-size: 14px;}
	
	.limitpromodal .modal-body .limittime h3{font-size:24px;}
	.limitpromodal .modal-body .limittime p { font-size: 22px;}
	.limitpromodal .modal-body .plandiv .planbox .includebtn { height: 60px; line-height: 56px;}
	
	
	.cs-preview .cs-title h4 {font-size: 18px;}
	.cs-preview .cs-title .zoomicon{font-size:24px;}
	.cs-preview .cs-download {padding: 20px 10px 0px 10px;}
	.cs-preview .cs-download button {font-size: 14px;height: 30px; padding: 3px;}
	
	.pricingpage .pricingfilter{padding:0 10px;}
	.pricingpage .pricingfilter .selectiondiv {width: 40%;padding-right: 10px;}
	.pricingpage .selectiondiv .form-group label {width: 70px;font-size: 12px;}
	.pricingpage .selectiondiv .form-group select, 
	.pricingpage .selectiondiv .country-select {width: calc(100% - 70px);}
	.pricingpage .country-select .country-list .country {padding: 5px 2px; font-size: 11px;}
	.pricingpage .country-select .country-list .flag {margin-right: 2px; margin-top: 2px;}
	
	.pricingpage .aovdiv .form-group label {width: calc(100% - 130px);font-size:10px;}
	.pricingpage .aovdiv .form-group p {line-height: 26px; margin: 0px;width:130px;}
	.pricingpage .aovdiv .form-group select {width: 120px; font-size: 12px;}
	.pricingpage .trafficfilter{margin-right:0px;width:13%;}
	.pricingpage .currencyfilter {width: 17%;}
	

	
	
	
}


/*contacts_vip css*/

/*.mainright{float:left;height:calc(100% - 70px);overflow:hidden;position:relative;}*/
/*.mainright{width:calc(100% - 270px);padding:20px;}*/
/*.mainright {width: calc(100% - 220px);}*/

/*.maincontentbox{height: 100%; overflow: hidden;display:block;width:100%; }*/


.pagetitle {display: block; width: 100%; clear: both; position: relative; color: #000; font-size: 20px; text-align: center; height: 40px;}
.pagetitle h3 {font-size: 26px; font-weight: bold; margin: 0px; padding: 0px; text-transform: uppercase;}

.ctn-menu{display: block;width: 100%;position: relative;height: 50px;background: #004282;color: #fff;border-radius: 10px;overflow: hidden;}
.ctn-menu ul{margin: 0; padding: 0;list-style: none;}
.ctn-menu ul li{float: left; height: 50px; border-right: 1px #fff solid; width: 8%;}
.ctn-menu ul li:last-child{width:20%;border-right:0px;padding:10px 5px;}
.ctn-menu ul li a{display: block; text-align: center; color: #fff; height: 50px;text-decoration:none;}
.ctn-menu ul li i{ display: block; font-size: 20px; margin: 5px 0 0;}
.ctn-menu ul li a:hover{color:#ff0;}
.ctn-menu ul li label{float: left;font-weight: normal;width:76px;}
.ctn-menu ul li label i{display: inline-block;}
.ctn-menu ul li input{float: left;display: inline-block; width: calc(100% - 80px);padding:5px;}
.ctn-listdetail{background: #e6e7e8;position: relative;display: block;width: 100%; height: calc(100% - 100px);overflow: hidden; margin-top: 10px;border-radius: 10px;}

.ctndetailtabs{display: block; width: 100%;position: relative;background: #6d6e71;height:35px;padding:0 10px;}
.ctndetailtabs ul{margin: 0;  padding: 0; list-style: none;}
.ctndetailtabs ul li{float:left;}
.ctndetailtabs ul.nav-tabs{float:left;border:0px;height:30px;margin-top:5px;}
.ctndetailtabs ul.nav-tabs li{border:0px;margin:0px;}
.ctndetailtabs ul.nav-tabs li a{padding: 6px 14px; border: 0;height:30px;color:#fff;}
.ctndetailtabs ul.nav-tabs li a:hover{color:#000;    background: #e6e7e8;}
.ctndetailtabs ul.nav-tabs>li.active>a, 
.ctndetailtabs ul.nav-tabs>li.active>a:focus, 
.ctndetailtabs ul.nav-tabs>li.active>a:hover{border:0px;color:#000;    background: #e6e7e8;}

.ctntabcontent{    height: calc(100% - 35px);}
.ctntabcontent .tab-pane {height:100%;}

.nextdetails{float: left;height: 30px;border-left: 1px #fff solid; border-right: 1px #fff solid; padding: 0 10px;margin-top:3px;}
.nextdetails ul li,.othericon ul li{line-height: 25px; color: #fff; padding: 5px; margin: 0 5px;}
.nextdetails ul li a,.othericon ul li a{color:#fff;}
.othericon{float:left;padding:0 10px;}

.userdetailsbox{position: relative; display: table;width: 100%;padding: 10px 20px;    border-bottom: 1px #b1b1b1 solid;}
.userdetailsbox h3{margin: 0;padding: 0 0 15px 0;color: #004282;}
.userdetailsbox h4{margin: 0; font-size: 16px; color: #004282; padding-top: 5px;padding-bottom: 2px;}
.detailbox{width:28%;float:left;padding-right:20px;}
.profilebox{float:left;width:16%;}
.detailbox .form-group{margin-bottom: 3px;height: 22px;}
.detailbox .form-group label{    float: left; font-weight: normal;font-size: 12px;line-height: 22px; margin: 0;width: 90px;}
.detailbox .form-group .form-control{float:left;width:calc(100% - 90px);height:22px;padding:4px 5px;}
.detailbox .form-group select.form-control{    padding: 1px 0px;}
.detailbox .form-group.statezipgroup{}
.detailbox .form-group.statezipgroup select{width:70px;}
.detailbox .form-group.statezipgroup .zipcode{ float: left; width: calc(100% - 160px);}
.detailbox .form-group.statezipgroup .zipcode label{width: 55px;padding: 0 5px;}
.detailbox .form-group.statezipgroup .zipcode input{ width: calc(100% - 55px);}
.profileimg{display: block; overflow: hidden; width: 140px; margin: auto;border: 1px #a7a7a7 solid;}
.profileimg img{width: 100%; display: block; margin: auto;}
.uploadbtn{display: block;  width: 100%; position: relative; text-align: center; margin: 5px 0 0;}
.detailtabsbox{height: calc(100% - 262px); position: relative; display: block; width: 100%;padding:10px;}
.detailtabsbox ul.nav-tabs{background: #c9cfe3;  border: 0; display: block; width: 100%;}
.detailtabsbox ul.nav-tabs li{    margin: 0px; border-right: 1px #b9adad solid; border-left: 1px #fff solid;}
.detailtabsbox ul.nav-tabs li a{margin: 0; border: 0; padding: 2px 5px; font-size: 12px; border-radius: 0;color: #424242;} 
.detailtabsbox ul.nav-tabs li a:hover{color:#000;    background: #fff;}
.detailtabsbox ul.nav-tabs>li.active>a, 
.detailtabsbox ul.nav-tabs>li.active>a:focus, 
.detailtabsbox ul.nav-tabs>li.active>a:hover{border:0px;color:#000;    background: #fff;}
.detailtabsbox .tab-content{    height: calc(100% - 21px);background: #fff; padding: 10px;    border: 1px #ccc solid; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.detailtabsbox .tab-whitebox{ height: 100%; }

        



#currncydata .unedittxtbx{ border: none; outline: none; background: none; width: 140px;}
.edittxtbx{ border: 1px solid skyblue; background: none; outline: none; width: 140px; padding: 2px 10px;}

.editexchange i:hover{color: tan;}

