:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#2fbe15;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;font-family:sans-serif;line-height:1.15}footer,nav{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}ol,ul{margin-bottom:1rem}ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}b,strong{font-weight:bolder}small{font-size:80%}a{-webkit-text-decoration-skip:objects;background-color:transparent;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.small,small{font-size:80%;font-weight:400}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,.col-12,.col-md-1,.col-md-11,.col-md-12,.col-md-4,.col-sm-1,.col-sm-11,.col-sm-12{min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;height:calc(2.25rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);color:#495057;outline:0}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-group{margin-bottom:1rem}.btn{border:1px solid transparent;border-radius:.25rem;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{background-color:#0062cc;border-color:#005cbf;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card-body{flex:1 1 auto;padding:1.25rem}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{bottom:0;display:none;left:0;outline:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translate(0)}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;display:flex;justify-content:space-between;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;padding:1rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{word-wrap:break-word;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.border{border:1px solid #dee2e6!important}.clearfix:after{clear:both;content:"";display:block}.d-flex{display:flex!important}.justify-content-center{justify-content:center!important}.mb-3{margin-bottom:1rem!important}.text-center{text-align:center!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}}@media only screen and (min-width:320px) and (max-width:767px){.banner-addons-wrapper{display:none}.money-back-note{margin:0 auto;width:87.5%}span.left-text,span.right-text{font-size:22px;line-height:28px;text-align:left;top:0}span.left-text{left:9%;width:90px}span.right-text{right:6%;width:123px}.money-back-note p{font-family:proxima_nova,Arial;font-size:14px;font-weight:400;line-height:21px}.money-back-note p{margin:7px 0 0;width:81%}}@media screen and (min-width:768px) and (max-width:1000px){.money-back-note{display:none}.money-back-note{margin:0 auto;width:95%}span.left-text,span.right-text{font-size:29px;line-height:35px;top:20px}span.left-text{left:-10px;width:120px}span.right-text{right:-10px;width:160px}.banner-addons-content{background:url(/dpl-1ftBZ/img/myUploadedImages/banner_addons_bg_tablet.png) no-repeat;width:730px}.addon-txt.left{left:63px}.addon-txt.right{right:75px}}@media only screen and (min-width:320px) and (max-width:767px){#hackers{left:auto;top:auto}}@media (min-width:768px) and (max-width:1000px),only screen and (min-width:320px) and (max-width:767px){h2 .next,h2 .prev{display:none!important}}.txt-button{font-size:16px}.nav li.active li a,.nav li.active li a:hover,.nav li:hover li a,.nav li:hover li a:hover{*font-size:14px!important}#primary-nav{*background:#333 url(/dpl-1ftBZ/img/webp/menu-sprite----png----.webp) repeat-x 0 0!important}.nav ul.navigation{font-size:17px}.server_loc_tabs li{padding:0 6px 0 35px}li.p-feat strong{font:700 14px proxima_nova,Arial}.nav li.first,.nav li.levelone{padding:12px 15px 0!important}.sh-hosting-wrapper .server_loc_tabs li{padding:0 5px 0 33px}#hackers{left:301px;top:70px}.sl-testimonials{color:#434343;font:normal 12px/18px proxima_nova,Arial;font-family:proxima_nova,Arial!important;font-size:15px;font-weight:100;line-height:23px;list-style:none;padding:0;text-align:center!important}.sl-testimonials h2{color:#c01e29;font-size:26px;font-weight:600;margin:80px 0 0;padding:0 0 24px!important;text-align:center;width:100%}.sl-testimonials ul{overflow:hidden}.sl-testimonials ul li{list-style:none}.sl-testimonials ul li p{font-size:15px;font-weight:100;line-height:18px;margin:0 auto;padding:0 0 12px;width:650px}.sl-testimonials ul li p div.testimonial-txt{line-height:23px;margin:0 5px}.sl-testimonials ul li p em{font-style:italic;font-weight:600}.sl-testimonials ol.bjqs-markers.h-centered{left:0!important;position:relative;text-align:center;top:-95px;width:100%}.sl-testimonials ol.bjqs-markers.h-centered li{display:inline-block;list-style:none}.sl-testimonials ol.bjqs-markers.h-centered li a{zoom:1;background-color:#9c9c9c;border-radius:50%;color:#9c9c9c;color:#d6d6d6;display:inline-block;font-size:1px!important;height:11px;list-style:none;margin:0 12px 0 0;text-decoration:none;width:11px}.sl-testimonials ol.bjqs-markers.h-centered li.active-marker a{background-color:#0893d8;color:#0893d8}.sl-lquote,.sl-rquote{background:url(/dpl-1ftBZ/img/webp/sl-testimonial-quotes----png----.webp) no-repeat;color:#ccc;font-weight:100;height:19px;position:relative;width:22px}.sl-rquote{background-position:-30px 0!important}.testimonial-author{font-size:18px;font-style:italic;font-weight:400;margin-top:-70px}@media only screen and (min-width:320px) and (max-width:767px){#hackers{left:auto;top:auto}}.bjqs-slide{width:50%}.basic-slider{margin:auto!important}.sl-lquote,.sl-rquote{margin-left:5px;margin-right:5px}.testimonial-txt{margin-bottom:5px!important;margin-top:5px!important}.sh-hosting-includes{background-color:#fff!important}.sh-hosting-features-content h2{margin:0}.sl-sub-text{color:#222;font:normal 12px/18px proxima_nova,Arial;font-family:proxima_nova,Arial;font-size:18px;font-weight:100;margin:7px 0 0;padding:0;text-align:center}.sl-lquote,.sl-rquote{background:url(/dpl-1ftBZ/img/webp/sl-testimonial-quotes----png----.webp) no-repeat;color:#ccc;font-weight:400;height:19px;position:relative;width:22px}.window{box-sizing:border-box;display:flex!important;flex-wrap:nowrap!important;font-family:Helvetica,Calibri,Arial,sans-serif!important;font-size:16px!important;line-height:1.5em!important;opacity:1!important;position:fixed!important;transition:opacity 1s ease!important;z-index:9999!important}body{background:#d6d6d6;color:#434343;margin:0;padding:0}ul li{list-style-type:none}h1{color:#454545;font-size:24px}h4{color:#434343;font:700 18px proxima_nova,Arial;margin:0;padding:0 0 10px}.row-indent{padding-left:30px;padding-right:30px}#logo{float:left;padding:10px 0 0}#login{margin-bottom:70px}button::-moz-focus-inner,input::-moz-focus-inner{border:0}.green{color:#3b9d00}.relative{position:relative}.modal-body{padding:24px 16px;text-align:left}.modal-body p{margin-top:0;padding-left:0}a.modal_close{font:700 12px proxima_nova,Arial;position:absolute;right:5px;text-decoration:underline;text-decoration:none;top:5px}.green{color:#6fc61e}label{padding:0}img{border:0;margin:0;padding:0}h3{color:#434343;font-weight:700;padding:5px 0 0 15px}form{margin:0;padding:0}a{color:#377ce4}a,a:hover{text-decoration:none}a:hover{color:#fa7109;cursor:pointer}p{font:normal 12px/18px proxima_nova,Arial;margin:0;padding:10px 0;text-align:left}#content{background:#fff;padding:0;position:relative;text-align:left}.button{background:url(/dpl-1ftBZ/img/button.gif) no-repeat 0;margin:1px;padding:0 0 5px 5px}.button a{display:block;font-family:proxima_nova,Arial;font-size:14px;font-weight:700;margin:0;padding:6px 0 5px 5px}.button a:hover{color:#d00}.row{background-color:#fff}.clearfix{clear:both}.alt{background-color:#f8f8f8}ul{padding:1px 0}li,ul{margin:0}li{padding:0;text-decoration:none}html>img{background:url(/dpl-1ftBZ/img/webp/lb-scroll----png----.webp) no-repeat;height:48px!important;padding-left:48px!important;width:0!important}.content{float:left;padding:10px 20px;width:670px}.content h1{border-bottom:1px dashed #c1d9f0;color:#333;font-size:18px}.content h1,.content h2{font-weight:400;text-transform:uppercase}.content h2{font-size:14px;margin-bottom:-5px;padding-left:10px}.content p{padding:0 15px;text-align:justify}.footer{background:url(/dpl-1ftBZ/img/footer-bg.gif) repeat-x 0 0;font-family:Verdana,proxima_nova,Arial;font-size:9px;margin:0;padding:4px 0;text-align:center}.footer,.footer a{color:#fff}.footer a:hover{color:#fff;text-decoration:underline}body{width:100%}#footer a{color:#848484;text-decoration:underline}.border{padding-bottom:2px}.border{background:url(/dpl-1ftBZ/img/footer-border.gif) repeat-x scroll 0 bottom transparent}#page-header{color:#5b5b5b}#page-header h1{font-size:36px;height:90px;overflow:hidden;width:450px}#page-header h1 .logo-cont{display:table-cell;height:90px;vertical-align:middle}.tooltip{color:#000;cursor:help;outline:0;position:relative;text-decoration:none}.tooltip span{margin-left:-999em;position:absolute}.tooltip:hover span{border-radius:5px 5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:3px 3px 3px rgba(0,0,0,.1);-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.1);-moz-box-shadow:3px 3px 3px rgba(0,0,0,.1);color:#666;left:-88px;margin-left:0;position:absolute;top:-52px;width:175px;z-index:99}.tooltip li{line-height:1.4}.nav ul.navigation{font:700 19px Rokkitt,serif;margin:0 0 0 22px}.server_loc_tabs{background:#6ab5f7;border:4px solid #6ab5f7;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:absolute;text-transform:uppercase;top:-22px}.server_loc_tabs li{background:#fff;cursor:pointer;float:left;font-size:18px;line-height:40px;padding:0 20px 0 50px;position:relative}.server_loc_tabs ul li.sel{background-color:#6ab5f7;color:#fff;cursor:default}.server_loc_tabs ul li .sel_tab{display:none}.server_loc_tabs ul li.sel .sel_tab{background:url(/dpl-1ftBZ/img/sel-tab.gif) no-repeat 0 0;bottom:-11px;display:block;height:8px;left:104px;position:absolute;width:16px}.server_loc_tabs li.first{border-radius:6px 0 0 6px;-moz-border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px}.server_loc_tabs li.last{border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0}.home-bg #header-wrapper{position:static}#top-header{background:#fbfbf9;height:32px;left:0;position:absolute;top:-1px}.home-bg #page-header{margin-top:40px;padding:5px 0 20px}.home-bg #page-footer{background:url(/dpl-1ftBZ/img/webp/bg-footer----jpg----.webp) repeat}.top-header{height:33px;margin:0 auto;width:1000px}.top-header .top-nav{text-align:right}.top-header .top-nav li ul li:hover{background:#dadada}.top-header .top-nav li:hover{background:#ececec}.top-header .top-nav li,.top-header .top-nav li a{color:#333;display:inline-block}.top-header .top-nav li{border-right:1px solid #e5e5e3;cursor:pointer;font:normal 12px proxima_nova,Arial;margin-right:-3px;padding:8px 12px}.top-header .top-nav .shp-cart:hover{background:#3e8ae8}.top-header .top-nav .shp-cart{background:#3e8ae8;border:none;padding:7px 19px}.shp-cart .shp-cart-no{background:#ffc600;border-radius:10px;display:inline-block;font:700 11px proxima_nova,Arial;height:13px;padding:3px;position:relative;text-align:center;top:-3px;width:13px}.ic-top-set{background:url(/dpl-1ftBZ/img/webp/menu-sprite----png----.webp) no-repeat;display:inline-block;vertical-align:middle}.ic-top-user{background-position:-2px -311px;height:18px;margin-right:5px;width:19px}.ic-shp-cart{background-position:-49px -308px;height:19px;margin-right:-5px;width:28px}.top-nav{float:right}.pl-title small{color:#3e8ae8;font-size:14px}body{min-width:1024px}@font-face{font-display:swap;font-family:Rokkitt;font-style:normal;font-weight:400;src:url(/dpl-1ftBZ/css/fonts/rokkitt-regular-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/rokkitt-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/rokkitt-regular-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/rokkitt-regular-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/rokkitt-regular-webfont.svg#rokkittregular) format("svg")}@font-face{font-display:swap;font-family:Rokkitt;font-style:normal;font-weight:700;src:url(/dpl-1ftBZ/css/fonts/rokkitt-bold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/rokkitt-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/rokkitt-bold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/rokkitt-bold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/rokkitt-bold-webfont.svg#rokkittbold) format("svg")}#page-container.full-width-banner{width:100%}#primary-nav{background:#181f24;box-shadow:1px 1px 2px rgba(0,0,0,.6);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.6);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.6)}.nav ul.navigation{height:47px;padding:0 0 0 85px}.nav li{color:#fff;font-family:proxima_nova,Arial;font-size:16px;font-weight:600;padding:13px 20px}.nav li.first,.nav li.levelone{background:url(/dpl-1ftBZ/img/webp/menu-seperator-bg----png----.webp) no-repeat right 8px!important}.nav li.first{padding-left:20px}.nav li.first,.nav li.levelone{margin:0 0 0 -4px;padding:12px 15px 0!important}.nav li.last{background:0 0!important;padding-right:20px}.nav ul.navigation li.first.active:hover,.nav ul.navigation li.levelone.active:hover,.nav ul.navigation li:hover{background:#fff!important;border:0;color:#222}.nav ul.navigation li.first:hover,.nav ul.navigation li.levelone:hover{border-radius:0;box-shadow:0 -2px 3px hsla(0,0%,65%,.8);-moz-box-shadow:0 -2px 3px hsla(0,0%,65%,.8);-webkit-box-shadow:0 -2px 3px hsla(0,0%,65%,.8)}.nav ul.navigation li.first.active,.nav ul.navigation li.levelone.active{background:#5a6472!important;height:100%}.nav ul.navigation li a{color:#fff;margin-top:-8px}.nav ul.navigation li:hover a{color:#222;line-height:46px;margin-top:-12px}.nav ul.navigation li ul.submenu-parent{background:#fff;border-radius:0 0 5px 5px;box-shadow:0 6px 10px -3px rgba(0,0,0,.4);-moz-box-shadow:0 6px 10px -3px rgba(0,0,0,.4);-webkit-box-shadow:0 6px 10px -3px rgba(0,0,0,.4);display:none;left:0;margin:0;padding:0 0 0 20px;position:absolute;top:46px}.nav ul.navigation li:hover ul.submenu-parent{display:block}.nav ul.navigation li ul.submenu-parent>li{border:0;float:left;margin:0 5px 0 0;padding:15px 0 0}.nav ul.navigation li ul.submenu-parent>li li{border:0;margin-bottom:25px!important}.nav ul.navigation li ul.submenu-parent>li h3{border-bottom:1px solid #e9e9e9;color:#1f66bd;font-family:proxima_nova,Arial;font-size:16px;font-weight:600;margin:0 0 25px;padding:0 0 5px}.nav ul.navigation li ul.submenu-parent>li li,.nav ul.navigation li ul.submenu-parent>li ul{background:#fff;margin:0;padding:0}.nav ul.navigation li ul.submenu-parent>li li .menu-content,.nav ul.navigation li ul.submenu-parent>li li span.menu-icon{zoom:1;display:inline-block;vertical-align:top}.nav ul.navigation li ul.submenu-parent>li li .menu-content{margin-top:5px;margin:0 0 0 2px;position:relative;width:150px}.nav ul.navigation li ul.submenu-parent>li li .menu-content a{border-bottom:0;color:#222;font-family:proxima_nova,Arial;font-size:14px!important;font-weight:600;margin:0;padding:0 0 7px;width:98%}.nav ul.navigation li ul.submenu-parent>li li .menu-content:hover a{text-decoration:underline}.nav ul.navigation li ul.submenu-parent>li li p{color:#7c7c7c;font-family:proxima_nova,Arial;font-size:14px;font-weight:100}.nav ul.navigation li ul.submenu-parent>li li .menu-content a .mnew-tag,.nav ul.navigation li.levelone .mnew-tag{zoom:1;background:#aa1414;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;color:#fff;display:inline-block;font-family:proxima_nova,Arial;font-size:12px;font-weight:100;padding:2px 5px;position:absolute;right:-5px;top:2px}.nav ul.navigation li ul.submenu-parent>li li .menu-content a .mnew-tag{left:50px}.nav ul.navigation li.levelone div.menu-content span.mnew-tag{right:13px;top:0!important}.nav ul.navigation li.levelone .mnew-tag{font-size:10px!important;line-height:12px;margin-left:3px;position:relative;right:0;text-transform:capitalize;top:-8px;width:21px}.nav ul.navigation li ul.submenu-parent#domainssubmenu{width:800px}.nav ul.navigation li ul.submenu-parent#domainssubmenu>li{width:240px}.nav ul.navigation li ul.submenu-parent#domainssubmenu>li li .menu-content{margin:0;width:200px}.nav ul.navigation li ul.submenu-parent#domainssubmenu>li li span.menu-icon{display:none}.nav ul.navigation li ul.submenu-parent#domainssubmenu>li li .menu-content a .mnew-tag{left:auto;right:0!important}.nav ul.navigation li ul.submenu-parent#websitessubmenu>li{width:265px}.nav ul.navigation li ul.submenu-parent#websitessubmenu>li li .menu-content{width:210px}.nav ul.navigation li ul.submenu-parent#hostingsubmenu{border-radius:0 0 5px 5px;left:-320px}.nav ul.navigation li ul.submenu-parent#hostingsubmenu>li{width:220px}.nav ul.navigation li ul.submenu-parent#hostingsubmenu>li li .menu-content{width:160px}.nav ul.navigation li ul.submenu-parent#securitysubmenu{width:300px}.nav ul.navigation li ul.submenu-parent#securitysubmenu>li{padding:25px 0 0;width:275px}.nav ul.navigation li ul.submenu-parent#securitysubmenu>li li .menu-content{width:220px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.linuxhosting-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat 0 0;height:34px;width:39px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.wordpresshosting-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -200px -40px;height:32px;width:39px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.windowshosting-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat 0 -40px;height:32px;width:39px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.tools-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat 0 -80px;height:32px;width:39px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.kvm-vps-micon{background:url(/dpl-1ftBZ/img/webp/linux-kvm-micon----png----.webp) no-repeat 0 0;height:34px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.dedicated-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -118px -72px;height:36px;width:35px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.codeguard-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -80px 0;height:30px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.ssl-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -80px -40px;height:35px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.whatsapp-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -239px 0;height:35px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.chat-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -276px 0;height:35px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.help-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -201px 0;height:35px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.sitelock-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -82px -80px;height:28px;width:32px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.business-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -118px 0;height:27px;width:35px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.rhwindowshosting-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -158px -40px;height:34px;width:38px}.nav ul.navigation li ul.submenu-parent>li li span.menu-icon.rhlinuxhosting-micon{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat -158px 0;height:32px;width:38px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.nav ul.navigation li ul.submenu-parent{left:-.5px}}#login{border:1px solid #e0e0e0;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;margin:70px auto 0}input::-webkit-input-placeholder{color:#a1a1a1;font-weight:100}input:-moz-placeholder,input::-moz-placeholder{color:#a1a1a1;font-weight:100}input:-ms-input-placeholder{color:#a1a1a1;font-weight:100}#websitessubmenu .mnew-tag{left:auto;right:124px;top:0}.plans-columns .p-feat a:hover{color:#377ce4}.free-ssl-tooltip-txt{position:relative}a.free-ssl-tooltip-txt:hover{color:#377ce4}body,button,div,form,h1,h2,h3,h4,h5,input,li,ol,p,ul{margin:0;padding:0}img{border:0}em,var{font-style:inherit;font-weight:inherit}li{list-style:none}button,input,option,select{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}body{background:url(/dpl-1ftBZ/img/bg-body.gif) #fff repeat-x 0 0;font:normal 12px proxima_nova,Arial}h1,h2{color:#5b5b5b;font:normal 32px proxima_nova,Arial;margin:0;padding:10px 0 20px}h1 em,h2 em{color:#3e8ae8;font-style:normal}#plans-container{overflow:hidden}#page-header{background:#fff;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-ms-border-radius:8px 8px 0 0;margin:15px auto 0;padding:15px 0 20px;width:1000px}#header-wrapper{margin:0 auto;position:relative;width:940px}#branding{float:left;height:75px;padding:0;width:64%}#primary-nav{background:#333 url(/dpl-1ftBZ/img/webp/menu-sprite----png----.webp) repeat-x 0 0;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;clear:both;color:#fff;font-size:16px;font-weight:700;height:47px;line-height:42px;margin:0 -40px;position:relative;width:1020px}#primary-nav .l-corner{background:url(/dpl-1ftBZ/img/webp/menu-sprite----png----.webp) no-repeat 0 -54px;left:0}#primary-nav .l-corner,#primary-nav .r-corner{bottom:-10px;display:block;height:11px;position:absolute;width:10px}#primary-nav .r-corner{background:url(/dpl-1ftBZ/img/webp/menu-sprite----png----.webp) no-repeat -16px -54px;right:0}#page-container{background:#fff;margin:0 auto;padding-top:20px;width:1000px}#page-wrapper{padding-bottom:0}#page-footer{background:url(/dpl-1ftBZ/img/webp/footer-bg----jpg----.webp) #3a3a3a repeat-x 0 0;clear:both;font-size:12px;min-width:1015px;overflow:hidden;padding:15px 0;width:100%}#page-footer,#page-footer a{color:#ccc;text-decoration:none}#page-footer a:hover{color:#fff;text-decoration:none}#footer-wrapper{margin:0 auto;padding-left:25px;width:965px}.footer-cols{overflow:hidden}.footer-cols .col{float:left;margin-right:19px;padding-top:10px;width:175px}.footer-cols .misc{margin:0}.footer-cols .col h4{color:#f1f1f1;font:700 15px proxima_nova,Arial;text-shadow:1px 1px 1px #000}.secondary-links{clear:both;list-style:none;margin:0 0 10px;padding:0;width:100%}.secondary-links li{font:normal 12px proxima_nova,Arial;margin:5px 0 0;padding:3px 0}.secondary-links li:last-child{border-right:0;margin-right:0;padding-right:0}#fineprint{color:#ccc;font:normal 12px proxima_nova,Arial;margin:15px 0 0;padding:8px 0;width:100%}#fineprint{border-top:1px dashed #494949}.nav ul{font:700 20px Rokkitt,serif;height:42px;list-style:none;margin:0 0 0 40px;padding:6px 0 0;z-index:100}.nav li,.nav ul{float:left;position:relative}.nav li{background:0 0;margin:0 2px;padding:0;z-index:1}.nav li.first{padding-left:0}.nav li.last{background:0 0;padding-right:0}.nav li:hover{z-index:2}.nav li a{display:block;float:left;line-height:38px;margin-top:-11px;overflow:hidden}.nav li a:visited{color:#fff;text-decoration:none}.nav li a:hover,.nav li.active a,.nav li:hover a{color:#f17c1a;text-decoration:none}.nav li ul{background:#eee;font-size:14px;height:auto;list-style:none;margin:0;padding:0 12px 10px}.nav li.active li,.nav li:hover li{margin:0;padding:0}.nav li.active li a,.nav li:hover li a{border:none;border-bottom:1px dotted #bfbfbf;color:#555;line-height:normal;font:700 15px proxima_nova,Arial!important;margin:0 0 0 18px;padding:15px 0;width:230px}.nav li.active li a:hover,.nav li:hover li a:hover{background:#f7faeb;color:#77af27;line-height:normal;font:700 15px proxima_nova,Arial!important;text-decoration:none}.nav li li a:hover{color:#fff;line-height:normal;text-decoration:none}.plans-columns{text-align:center;width:100%}.plan-list{background:#f9f9f9 url(/dpl-1ftBZ/img/plan-list.gif) no-repeat top;border:1px solid #dedcdc;border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;display:inline-block;list-style:none;margin:0 -4px 0 0;padding:0;position:relative;text-align:center}.plan-list .p-cutout{display:none}.plans-columns .plan-list{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px}.plan-list li{margin:0 8px}li.p-name{border-bottom:1px solid #d4dbd3;color:#3c3c3c;font:700 23px/21px Rokkitt,serif;height:43px;padding:7px 0}.pl-title{display:table-cell;height:40px;text-align:center;vertical-align:middle;width:215px}li.p-pricing{color:#3c3c3c;font:700 37px Rokkitt,serif;height:45px;padding:5px 0 37px;position:relative}.p-currency{display:inline-block;font:700 18px Rokkitt,serif;position:relative;top:-10px}.p-duration{font:700 15px Rokkitt,serif}li.p-feat{border-bottom:1px solid #f1f1f1;color:#5b5b5b;font:normal 13px proxima_nova,Arial;padding:14px}li.last{border:0}li.p-feat strong{font:700 14px proxima_nova,Arial}li.p-dropdown{padding:12px 0}li.p-dropdown select{border:1px solid #dcdcdc;font-family:arial;font-size:14px;padding:3px;width:195px}li.p-button{padding:0 0 13px}li.p-button .txt-button{font-size:14px}.p-cutout{display:block;height:56px;position:absolute;right:-4px;top:-4px;width:88px}h3{color:#636363;font-size:18px;font-weight:400;margin:0;padding:0}h3 em{color:#d27a33;font-weight:700}.placeholder{left:0;position:absolute;top:0}.placeholder{padding:20px;z-index:2}.ui-subheading{color:#5b5b5b;font:700 32px Rokkitt,serif;padding:15px 0 5px;text-shadow:1px 1px 1px #ececec}#tooltip{color:#fff;font-size:10px;position:absolute;width:180px;z-index:9999}@font-face{font-display:swap;font-family:WebRupee;font-style:normal;font-weight:400;src:url(../../../../../supersite/themes/EliteGreen/fonts/WebRupee.V2.0.eot);src:local("WebRupee"),url(../../../../../supersite/themes/EliteGreen/fonts/WebRupee.V2.0.ttf) format("truetype"),url(../../../../../supersite/themes/EliteGreen/fonts/WebRupee.V2.0.woff) format("woff"),url(../../../../../supersite/themes/EliteGreen/fonts/WebRupee.V2.0.svg) format("svg")}#page-header{margin-bottom:-1px!important}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:400;src:url(/dpl-1ftBZ/css/fonts/proximanova-semibold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-semibold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-semibold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-semibold-webfont.svg#proxima_nova) format("svg")}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:600;src:url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format("svg")}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:800;src:url(/dpl-1ftBZ/css/fonts/proximanova-extrabold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-extrabold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-extrabold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-extrabold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-extrabold-webfont.svg#proxima_nova) format("svg")}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:900;src:url(/dpl-1ftBZ/css/fonts/proximanova-boldit.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-boldit.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-boldit.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-boldit.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-boldit.svg#proxima_nova_rgbold_italic) format("svg")}#primary-nav{background:#2d3237;background-image:none!important;margin:0 auto;width:100%}.home-bg #page-header{padding-bottom:0!important;width:100%!important}.home-bg #header-wrapper{width:100%}.nav ul.navigation{float:none!important;margin:0 auto!important;width:915px!important}#primary-nav .l-corner,#primary-nav .r-corner{display:none!important}#page-header #branding{width:100%}#page-header h1#branding .logo-cont{display:block!important;line-height:90px;margin:0 auto!important;width:956px!important}#page-header h1#branding .logo-cont a{display:block}.nav li li,.nav li.first{background:0 0}.nav li{background:url(/dpl-1ftBZ/img/webp/menu-seperator-bg----png----.webp) no-repeat left 0}.plan-desc-list{font:normal 18px Rokkitt,serif}.plan_desc_1{font-size:20px;font-weight:700}@font-face{font-display:swap;font-family:montserrat-bold;font-style:normal;font-weight:400;src:url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.woff2) format("woff2"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.svg#montserratbold) format("svg")}@font-face{font-display:swap;font-family:montserrat-regular;font-style:normal;font-weight:400;src:url(/dpl-1ftBZ/css/fonts/montserrat-regular-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/montserrat-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/montserrat-regular-webfont.woff2) format("woff2"),url(/dpl-1ftBZ/css/fonts/montserrat-regular-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/montserrat-regular-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/montserrat-regular-webfont.svg#montserratregular) format("svg")}#page-footer .new-footer-style .copyright-info-wrapper{background:#111 none repeat scroll 0 0;bottom:0;left:0;padding:18px 0;position:absolute;right:0}.new-footer-style .copyright-info-container,.new-footer-style .footer-cols{margin:0 auto;padding-left:0;width:1000px}.new-footer-style .footer-cols{margin:0 auto 90px;padding-top:36px;width:992px}.new-footer-style .footer-cols .col{margin:0 22px 0 0;width:187px}.new-footer-style .footer-cols .col.three{margin-left:15px;width:175px}.new-footer-style .footer-cols .col.four{width:150px}.new-footer-style .footer-cols .col.misc{margin:0}.new-footer-style .footer-cols .col h4{color:#fff;font-family:montserrat-bold,Arial;font-size:16px;font-weight:400;margin:0 0 16px;text-transform:uppercase}#page-footer .new-footer-style a,.new-footer-style #fineprint,.new-footer-style .copyright-info-container span{color:#dfdfdf;font-family:proxima_nova,Arial;font-size:15px;font-weight:100}.new-footer-style #fineprint{border:0;margin:0;padding:0;width:50%}.new-header-style .nav ul.navigation{margin:0 auto;padding:0;width:1000px!important}#page-header .new-header-style h1#branding .logo-cont{padding:4px 0 0;width:1000px!important}.new-header-style #primary-nav{background:#000;box-shadow:none}.new-head-gray-bg#top-header{background:#f8f8f8;border-bottom:1px solid #eee;height:40px;top:-6px}.new-header-style .top-header{height:27px;margin:3px auto}.new-header-style .top-header .top-nav{margin:0}.new-header-style .top-header .top-nav>li{height:35px;line-height:32px;padding:0 10px;vertical-align:middle}.new-header-style .top-header .top-nav li a{color:#788698}.new-header-style .top-header .top-nav li a,.new-header-style .top-header .top-nav li span{font-family:proxima_nova,Arial;font-size:14px;font-weight:100}.new-head-gray-bg .shp-cart .shp-cart-no,.new-head-gray-bg .top-header .top-nav .shp-cart,.new-head-gray-bg .top-header .top-nav .shp-cart:hover{background:0 0;border-radius:0}.new-head-gray-bg .top-header .top-nav .shp-cart{border-right:0;padding:7px 10px 0}.new-head-gray-bg .shp-cart .shp-cart-no{color:#3c3c3c;font-family:proxima_nova,Arial;font-size:11px;font-weight:400;margin:0 0 0 -9px;padding:0;top:-8px}.new-header-style .ic-top-set.ic-top-user{background:url(/dpl-1ftBZ/img/webp/top-header-icons-sprite----png----.webp) no-repeat 0 0;height:14px;width:12px}.new-header-style .ic-top-set.ic-shp-cart{background:url(/dpl-1ftBZ/img/webp/top-header-icons-sprite----png----.webp) no-repeat -16px 0;height:26px;margin-top:-8px;width:37px}.new-header-style .nav ul.navigation li.first a,.new-header-style .nav ul.navigation li.levelone>a{color:#fff;font-family:montserrat-regular,Arial;font-size:15px;font-weight:400;text-transform:uppercase}.new-header-style .nav ul.navigation li.first a:hover,.new-header-style .nav ul.navigation li.first:hover a,.new-header-style .nav ul.navigation li.levelone:hover>a,.new-header-style .nav ul.navigation li.levelone>a:hover{color:#333}.new-header-style .top-header .top-nav>li{border-right:1px solid #dde3e9}.new-header-style .nav li.first,.new-header-style .nav li.levelone{background:0 0!important}body{background-color:#fff;background-image:none}.home-bg #page-footer{position:relative}.green{color:#749707}@font-face{font-display:swap;font-family:montserrat-bold;font-style:normal;font-weight:400;src:url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/montserrat-bold-webfont.svg#montserratbold) format("svg")}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:200;src:url(/dpl-1ftBZ/css/fonts/proximanova-light-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-light-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-light-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-light-webfont.svg#proxima_nova) format("svg")}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(50%,0,0)}to{opacity:1;transform:none}}.center{text-align:center}.modal_close{background:url(/dpl-1ftBZ/img/webp/close----png----.webp) no-repeat 0 0;height:15px;opacity:.6;position:absolute;right:10px;top:10px;width:15px}@keyframes animatedBackground{0%{background-position:-611px 0}to{background-position:0 0}}.head{background:url(/dpl-1ftBZ/img/head.gif) no-repeat 100% 0;border:0 solid #fff;color:#fcfcfc;font-family:trebuchet ms,verdana,arial,sans-serif;font-size:18px;font-weight:700;height:27px;line-height:27px;padding:0 0 0 18px;text-align:left}.button{background:url(/dpl-1ftBZ/img/button.gif) no-repeat 100%;display:block;font-family:trebuchet ms,geneva,lucida grande,helvetica,arial,sans-serif;font-size:16px;font-weight:700;padding-bottom:8px;text-align:left;vertical-align:top;width:125px}.button,.button a{color:#fff;line-height:27px;text-decoration:none}.button a:hover{color:#f10000;text-decoration:none}.plans-columns-wrp{background:#6ab5f7;background:linear-gradient(180deg,#6ab5f7 0,#eef6fe);padding:2px 2px 0;position:relative}.plans-columns{background:#e1f0fd;background:linear-gradient(180deg,#e1f0fd 0,#eef6fe);margin-bottom:0;margin-top:0;padding-bottom:30px;padding-top:40px}.server_loc_tabs ul{position:relative;z-index:10}.rfloat{float:right}@font-face{font-display:swap;font-family:lucemitaregular;font-style:normal;font-weight:400;src:url(/dpl-1ftBZ/css/fonts/lucemita-font-ffp-webfont.woff2) format("woff2"),url(/dpl-1ftBZ/css/fonts/lucemita-font-ffp-webfont.woff) format("woff")}.sh-hosting-wrapper .rfloat{float:right}.sh-hosting-wrapper .lfloat{float:left}.server_loc_tabs li,.sh-hosting-features-content ul li,.sh-hosting-wrapper .inline-block{zoom:1;display:inline-block}.sh-hosting-wrapper .block{display:block}.sh-hosting-wrapper .clear{clear:both}.banner-addons-wrapper,.sh-hosting-banner,.sh-hosting-faqs,.sh-hosting-features,.sh-hosting-meta,.sh-hosting-wrapper,.sh-pricing-data{margin:0;padding:0;width:100%}.default-pg-container,.money-back-note,.sh-hosting-banner-content,.sh-hosting-faqs-content,.sh-hosting-features-content,.sh-hosting-includes-content,.sh-hosting-meta-content,.sh-hosting-wrapper .country_specific_tabs,.sh-hosting-wrapper .server_loc_tabs,.sh-pricing-data-content{margin:0 auto;width:1000px}span.left-text,span.right-text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:lucemitaregular,Arial;font-size:39.8px;line-height:45.7px;position:absolute;text-align:center;text-rendering:optimizeLegibility;top:60px;width:225px}span.left-text .yellow,span.right-text .yellow{color:#fbc637}span.left-text{left:0;width:200px}span.right-text{right:0}.sh-banner-img{position:relative}.sh-hosting-banner{background:url(/dpl-1ftBZ/img/webp/sh-hosting-banner-bg----png----.webp) repeat #6d5bb6;margin:-20px 0 0}.sh-hosting-banner h1{font-size:36px;font-weight:600;padding:33px 0 0}.sh-hosting-banner h1,.sh-hosting-banner-content p{color:#fff;font-family:proxima_nova,Arial;text-align:center}.sh-hosting-banner-content p{font-size:20px;font-weight:100;margin:2px 0 0;padding:0}.sh-hosting-banner-content .sh-banner-img{background:url(/dpl-1ftBZ/img/webp/sh-hosting-banner-img----png----.webp) no-repeat;height:326px;margin:0 auto;width:1000px}.banner-addons-wrapper{background:#353535}.banner-addons-content{background:url(/dpl-1ftBZ/img/webp/banner-addons-bg----png----.webp) no-repeat 50%;height:99px;margin:0 auto;position:relative;width:1000px}.sh-hosting-wrapper.windows .banner-addons-content{background:url(/dpl-1ftBZ/img/webp/banner-addons-bg-windows----png----.webp) no-repeat 0}.addon-txt{color:#fff;font-family:proxima_nova,Arial;font-size:16px;font-weight:400;position:absolute;top:15px}.addon-txt.left{left:180px}.addon-txt.right{right:215px}.sh-hosting-meta{margin:0 auto;padding:0;text-align:center}.sh-hosting-meta-content p{color:#222;font-family:proxima_nova,Arial;font-size:22px;font-weight:600;text-align:center}.sh-hosting-meta-content .sub-text{color:#666;font-family:proxima_nova,Arial;font-size:16px;font-weight:100;margin:8px 0 0}.sh-hosting-meta-content .sh-hosting-supports{background:url(/dpl-1ftBZ/img/webp/sh-hosting-supports----png----.webp) no-repeat;height:85px;margin:17px 0 0;width:1000px}.sh-pricing-data{background:url(/dpl-1ftBZ/img/webp/cog-moreinfo-bg----png----.webp) repeat}.sh-pricing-data-content .lfloat{margin:11px 10px 0}.sh-pricing-data-content span,.sh-pricing-data-content span.value{color:#fff;font-family:proxima_nova,Arial;font-size:30px;font-weight:400;margin:15px 0 0;padding:0}.sh-pricing-data-content span.symbol,.sh-pricing-data-content span.valid,.sh-pricing-data-content span.value{zoom:1;color:#f5c63b;display:inline-block}.sh-pricing-data-content span.symbol,.sh-pricing-data-content span.valid{font-family:proxima_nova,Arial;font-size:18px;font-weight:400;vertical-align:top}.sh-pricing-data-content span.symbol{margin:19px 0 0 6px}.sh-pricing-data-content span.valid{vertical-align:baseline}.sh-pricing-data-content .view-plans{background:#2fbe15;border:1px solid #18900b;border-radius:4px;color:#fff;cursor:pointer;font-family:proxima_nova,Arial;font-size:18px;font-weight:100;margin:20px 0;outline:0;padding:12.5px 23px;text-decoration:none}.sh-mbg span,.sh-mbg strong{color:#cccbcb;font-family:proxima_nova,Arial;font-size:12px;font-weight:100;line-height:18px}.sh-mbg .d,.sh-mbg strong{font-weight:400}.sh-mbg,.sh-pricing-data-content .lfloat div{vertical-align:top}.sh-pricing-data-content .lfloat div{margin:-12px 5px 0 0}.sh-pricing-data-content .lfloat div.sh-mbg{margin:5px 0 0}.sh-hosting-faqs h2,.sh-hosting-features-content h2,.sh-hosting-includes h2,.sh-hosting-wrapper h2.hosting-select,.sh-hosting-wrapper h2.hosting-select em{color:#222;font-family:proxima_nova,Arial;font-size:26px;font-weight:600;margin:10px auto 0;text-align:center}.sh-hosting-faqs h2 span.left-sep,.sh-hosting-faqs h2 span.right-sep,.sh-hosting-features-content h2 span.left-sep,.sh-hosting-features-content h2 span.right-sep,.sh-hosting-includes h2 span.left-sep,.sh-hosting-includes h2 span.right-sep,.sh-hosting-wrapper .hosting-select:after,.sh-hosting-wrapper .hosting-select:before{zoom:1;display:inline-block;height:4px;margin:11px 0 0;vertical-align:top;width:144px}.sh-hosting-faqs h2 span.left-sep,.sh-hosting-features-content h2 span.left-sep,.sh-hosting-includes h2 span.left-sep,.sh-hosting-wrapper .hosting-select:before{background:url(/dpl-1ftBZ/img/webp/sh-heading-left-sep----png----.webp) no-repeat}.sh-hosting-faqs h2 span.right-sep,.sh-hosting-features-content h2 span.right-sep,.sh-hosting-includes h2 span.right-sep,.sh-hosting-wrapper .hosting-select:after{background:url(/dpl-1ftBZ/img/webp/sh-heading-right-sep----png----.webp) no-repeat}.sh-hosting-features-content ul li{margin:0 84px 0 0;text-align:center;vertical-align:top;width:275px}.sh-hosting-features-content ul li:last-child{margin:0}.sh-hosting-features-content ul li h3{color:#1b1b1b;font-family:proxima_nova,Arial;font-size:20px;font-weight:600;margin:0 0 5px;text-align:center}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul li{color:#1b1b1b;font-family:proxima_nova,Arial;font-size:15px;font-weight:100;line-height:21px;text-align:center}.sh-hosting-includes{background:#f8f8f8;margin:0;padding:0}.sh-hosting-includes-content{text-align:center}.sh-hosting-includes h2{padding:45px 0 32px}.sh-hosting-includes-content div.includes{border-right:1px solid #ddd;margin:0 0 0 28.5px;min-height:290px;padding:0 28.5px 0 0;vertical-align:top;width:273px}.sh-hosting-includes-content .includes:last-child{border:0}.sh-hosting-includes-content h3{color:#222;font-family:proxima_nova,Arial;font-size:19px;font-weight:600;text-align:left}.sh-hosting-includes-content ul{margin:13px 0 0 15px}.sh-hosting-includes-content ul li{color:#7e8890;font-size:19px;font-weight:600;list-style:circle;padding:0 0 9px;text-align:left}.sh-hosting-includes-content ul li span{color:#1b1b1b;font-family:proxima_nova,Arial;font-size:15px;font-weight:100}.sh-hosting-includes-content ul li:last-child{padding:0}.sh-hosting-faqs-content{border:1px solid #d3d3d3;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;margin:12px auto 50px}.sh-hosting-faqs h2{margin-top:55px}.sh-hosting-faqs-content h4,.sh-hosting-faqs-content p{color:#1b1b1b;font-family:proxima_nova,Arial;font-size:15px;font-weight:600;padding:15px 20px 14px}.sh-hosting-faqs-content h4{cursor:pointer;padding:16px 20px 15px;position:relative}.sh-hosting-faqs-content .expanded h4{background:#f9f9f9;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.sh-hosting-faqs-content p{border-top:1px solid #d3d3d3;display:none;font-weight:100;line-height:21px}.sh-hosting-faqs-content .faq{border-bottom:1px solid #d3d3d3}.sh-hosting-faqs-content .faq:last-child{border-bottom:0}.sh-hosting-faqs-content .expanded span.showhide,.sh-hosting-faqs-content span.showhide{background:url(/dpl-1ftBZ/img/webp/sh-faqs-toggle-bg----png----.webp) 0 0;cursor:pointer;height:18px;position:absolute;right:20px;top:15.5px;width:18px}.sh-hosting-faqs-content .expanded span.showhide{background-position:0 -8px;height:2px;top:23.5px}.sh-hosting-wrapper .ui-subheading.hosting-select{padding:20px 0 0;width:1000px}.sh-hosting-wrapper .hosting-select:after,.sh-hosting-wrapper .hosting-select:before{content:"";margin:11px 15px 0}.sh-hosting-wrapper .plan-list{background:0 0;border-radius:0;margin:0 17px 0 0;vertical-align:top}.sh-hosting-wrapper .p-name{background:#2b2b2b;border-bottom:0;border-top:3px solid #6d5bb6;color:#fff;font-family:proxima_nova,Arial;font-size:20px;font-weight:600;height:auto;margin:0;padding:20px 0;text-align:center}.sh-hosting-wrapper .p-name .pl-title{display:block;height:auto;width:100%}.sh-hosting-wrapper .p-pricing{background:#212121;font-family:proxima_nova,Arial;font-size:32px;font-weight:400;height:auto;margin:0 0 22px;padding:20px 0;text-align:center}.sh-hosting-wrapper .p-currency{font-family:proxima_nova,Arial;font-size:18px;font-weight:400;top:-8px}.sh-hosting-wrapper .p-duration{font-family:proxima_nova,Arial;font-size:15px;font-weight:400}.sh-hosting-wrapper .p-currency,.sh-hosting-wrapper .p-duration,.sh-hosting-wrapper .p-pricing{color:#f5c63b}.sh-hosting-wrapper .server_loc_tabs{background:0 0;border:0;display:block;position:static}.sh-hosting-wrapper .plans-columns:before{clear:both;content:"";display:block}.plan-desc-list span,.sh-hosting-wrapper .p-feat,.sh-hosting-wrapper .p-feat strong{border-bottom:0;color:#1b1b1b;font-family:proxima_nova,Arial!important;font-size:15px;font-weight:100;padding:0 0 18px}.plan-desc-list span{display:inline-block;font-weight:600}.sh-hosting-wrapper .p-button .txt-button{background:#2fbe15;border:1px solid #18900b;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4),0 1px 1px hsla(0,0%,85%,.2);color:#fff;cursor:pointer;font-family:proxima_nova,Arial;font-size:16px;font-weight:100;outline:0;padding:8px 20px;text-align:center;text-decoration:none;text-shadow:none}.sh-hosting-wrapper li.p-dropdown{border-top:1px solid #ccc}.sh-hosting-wrapper li.p-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;background:url(/dpl-1ftBZ/img/webp/sh-hosting-plans-dd----png----.webp) no-repeat #fff 100%;border:1px solid #ccc;border-radius:0;color:#1b1b1b;font-family:proxima_nova,Arial;font-size:15px;font-weight:100;height:25px;margin:0;outline:0;padding:0 20px 0 10px;text-align:left!important;width:185px}.money-back-note p{color:#1b1b1b;font-family:proxima_nova,Arial;font-size:16px;font-style:italic;font-weight:400}.money-back-note p{vertical-align:middle}.sh-hosting-wrapper .country_specific_tabs{text-align:center}.sh-hosting-wrapper .server_loc_tabs li{border:1px solid #ddd;border-left:0;color:#1b1b1b;float:none;font-family:proxima_nova,Arial;font-size:16px;font-weight:600;margin-left:-3.2px}.sh-hosting-wrapper .server_loc_tabs li:first-child{border:1px solid #ddd;border-radius:20px 0 0 20px;-moz-border-radius:20px 0 0 20px;-webkit-border-radius:20px 0 0 20px;margin-left:0}.sh-hosting-wrapper .server_loc_tabs li:last-child{border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;-webkit-border-radius:0 20px 20px 0}.sh-hosting-wrapper .server_loc_tabs ul li.sel{background-color:#f8f8f8;color:#1b1b1b}.sh-hosting-wrapper .server_loc_tabs ul li.sel .sel_tab{background:url(/dpl-1ftBZ/img/webp/sh-active-tab-plan-bg----png----.webp) no-repeat;bottom:-7px;height:7px;left:50%;width:14px}.sh-hosting-wrapper #plans-container .plans-columns,.sh-hosting-wrapper #plans-container .plans-columns-wrp{background:#fff}.sh-hosting-wrapper #plans-container .plans-columns{padding:0}.server_loc_tabs p,.server_loc_tabs ul li{color:#272727;text-transform:none}.server_loc_tabs ul{display:inline-block;vertical-align:middle}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:100;src:url(/dpl-1ftBZ/css/fonts/proximanova-regular-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-regular-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-regular-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-regular-webfont.svg#proxima_nova) format("svg")}@font-face{font-display:swap;font-family:proxima_nova;font-style:normal;font-weight:600;src:url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.eot);src:url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.woff) format("woff"),url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.ttf) format("truetype"),url(/dpl-1ftBZ/css/fonts/proximanova-bold-webfont.svg#proxima_nova) format("svg")}#checkout{border-radius:0 4px 4px 0;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4),0 1px 1px hsla(0,0%,85%,.2);outline:0}#checkout:hover{background:#34c918;transition:background-color .2s ease-in-out}#checkout:active{background:#2db315}.margin{margin-left:-190px}#website p.text{background:url(/dpl-1ftBZ/img/webp/new-gtlds-icons----png----.webp) no-repeat}#website p.text{background-position:0 -247px;width:137px}.rel{position:relative}.p-dropdown{text-align1:right}.tooltip{display:block}.lfloat{float:left}.que{cursor:pointer}.que a{padding-top:4px}.que a,.que img{padding-right:8px;vertical-align:middle}.que img{left:1px;position:absolute;top:14px}.title h4{color:#5c5c5c;font-size:17px;font-weight:400}.inline-block{zoom:1;display:inline-block}.block{display:block}.clear{clear:both}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

/*! jQuery UI - v1.12.1 - 2017-08-22
* https://jqueryui.com;
* Includes: core.css, slider.css, theme.css;
* To view and modify this theme, visit https://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif;
* Copyright jQuery Foundation and other contributors; Licensed MIT */.clear_margin{margin:0!important}.clear_margin,.clear_padding{padding:0!important}.remove-bg{background:none!important}.sh-hosting-features-content ul li .feature-icon{background:url(/dpl-1ftBZ/img/webp/sh-features-icons----png----.webp) no-repeat;height:60px;margin:9px auto 15px}.mobile-menu{display:none}@media (min-width:769px) and (max-width:1000px),only screen and (max-width:768px){body{min-width:320px}#page-container{width:100%}#primary-nav,#top-header,.footer-cols{display:none}input[type=button]{-webkit-appearance:none;-moz-appearance:none}input[type=text]{-webkit-appearance:none!important;-moz-appearance:none!important;font-family:proxima_nova,Arial!important;font-size:14px!important;font-weight:100!important}input:focus{outline:0}.home-bg #page-header{margin:0;padding:0}#page-header .new-header-style{padding:0 6%}#page-header .new-header-style h1#branding .logo-cont{padding:0}h1#branding{float:left;height:auto;margin:0!important;width:50%!important}#page-header h1{font-size:inherit}#page-header h1#branding .logo-cont{height:auto;line-height:normal}#branding .logo-cont img{margin:25px 0 23px;max-height:100%;max-width:94%}.right-header{margin:-11.5px 0 0;position:absolute;right:2.6%;text-align:right;top:50%;width:30%}.right-header .responsive-menu-icon,.right-header a{zoom:1;display:inline-block}.right-header a{background:url(/dpl-1ftBZ/img/webp/responsive-cart-img----png----.webp) no-repeat;cursor:pointer;height:20px;margin:0 17px 0 0;width:21px}.right-header .responsive-menu-icon{background:url(/dpl-1ftBZ/img/webp/responsive-menu----png----.webp) no-repeat;cursor:pointer;height:14px;margin:4px 0 0;vertical-align:top;width:23px}#page-footer{min-width:0}#footer-wrapper{padding:0;width:100%}.copyright-info-container,.copyright-info-wrapper,.new-footer-style{margin:0 auto;text-align:center;width:100%!important}#page-footer .new-footer-style a,.copyright-info-container span a,.new-footer-style #fineprint{font-size:12px}#page-footer .new-footer-style .copyright-info-wrapper{position:static}.footerSpan,.new-footer-style #fineprint{text-align:center;width:100%}.footerSpan{display:block;margin:0}.footerLinks{background:#222;display:block;margin:-15px 0 0;padding:20px 0;width:100%}.footerLinks li{display:inline-block}.copyright-info-container span.rfloat{display:none}.noscartitems{background:#ffc600;border-radius:10px;color:#333;display:inline-block;font:700 11px proxima_nova,Arial;font-weight:100;height:13px;line-height:13.5px;right:-28px;text-align:center;top:-13px;width:13px;z-index:99}.new-header-style,.noscartitems{position:relative}.mobile-menu{-webkit-appearance:none;background:#fff;box-shadow:1px 1px 5px #bbb;display:none;padding-top:50px;position:absolute;right:0;top:0;width:100%;z-index:99999}.mobile-menu .menu-content p,.mobile-menu li .mnew-tag,.mobile-menu li.levelone ul,.mobile-menu li.levelone ul li h3,.mobile-menu li.levelone ul.submenu-parent li ul,.mobile-menu li.levelone ul.submenu-parent li:first-child ul{display:none}.mobile-menu li{font-family:proxima_nova,Arial}.mobile-menu li.first,.mobile-menu li.levelone{border-bottom:1px solid #ddd;cursor:pointer;display:block;font-family:proxima_nova,Arail;font-size:14px;font-weight:100;margin:0 20px 0 5px;padding:15px 0 5px;text-transform:uppercase}.mobile-menu li.first a,.mobile-menu li.levelone a{color:#333;display:block}.mobile-menu li.first{padding:0 0 15px}#header-wrapper .close-mobile-menu{background:url(/dpl-1ftBZ/img/webp/close-mobile-menu----png----.webp) no-repeat;cursor:pointer;display:none;height:14px;position:absolute;right:20px;top:20px;width:23px;z-index:999999}}@media only screen and (min-width:320px) and (max-width:767px){#page-header h1#branding .logo-cont a{display:block;width:150px}#branding .logo-cont img{margin:20px 0 18px}.right-header{right:6%}#login{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:112px auto 0;padding:17px 6% 10px;width:75.5%}}@media screen and (min-width:768px) and (max-width:1000px){body{min-width:768px}#page-header .new-header-style{padding:0 2.6%}.mobile-menu{max-width:320px;width:320px}#page-header h1#branding .logo-cont a{display:block;width:250px}}@media only screen and (min-width:320px) and (max-width:767px){.banner-addons-wrapper,.sh-hosting-features-content h2 span.left-sep,.sh-hosting-features-content h2 span.right-sep,.sh-hosting-includes h2 span.left-sep,.sh-hosting-includes h2 span.right-sep,.sh-hosting-wrapper .hosting-select:after,.sh-hosting-wrapper .hosting-select:before,.sh-hosting-wrapper .inline-block.sh-mbg,.sh-pricing-data-content .lfloat div.sh-mbg{display:none}.money-back-note,.sh-hosting-faqs-content,.sh-hosting-features-content,.sh-hosting-includes-content,.sh-hosting-meta-content,.sh-hosting-wrapper .country_specific_tabs,.sh-hosting-wrapper .server_loc_tabs,.sh-hosting-wrapper .ui-subheading.hosting-select,.sh-pricing-data-content{margin:0 auto;width:87.5%}.sh-hosting-banner h1,.sh-hosting-faqs h2,.sh-hosting-features-content h2,.sh-hosting-includes h2,.sh-hosting-wrapper h2.hosting-select,.sh-hosting-wrapper h2.hosting-select em{font-family:montserrat-bold,Arial;font-size:20px;font-weight:400}span.left-text,span.right-text{font-size:22px;line-height:28px;text-align:left;top:0}span.left-text{left:9%;width:90px}span.right-text{right:6%;width:123px}.default-pg-container,.sh-hosting-banner-content{margin:0 auto;width:98.75%}.sh-hosting-banner h1{margin:0 0 9px}.sh-hosting-banner-content p{font-size:14px}.sh-hosting-banner-content .sh-banner-img{background:url(/dpl-1ftBZ/img/webp/sh-hosting-banner-img-mobile----png----.webp) no-repeat;height:215px;margin:27px auto 0;width:316px}.sh-hosting-meta-content p{color:#000;font-family:montserrat-bold,Arial;font-size:14px;font-weight:400}.sh-hosting-meta-content .sub-text{font-family:proxima_nova,Arial;font-size:14px;font-weight:100;margin:8px 0 7px}.sh-pricing-data-content .lfloat,.sh-pricing-data-content .rfloat{display:block;float:none;text-align:center}.sh-pricing-data-content span{font-family:proxima_nova,Arial;font-size:20px;font-weight:600}.sh-hosting-meta-content .sh-hosting-supports{background:url(/dpl-1ftBZ/img/webp/sh-hosting-supports-mobile----png----.webp) no-repeat;height:120px;margin:5px auto 10px;width:280px}.sh-pricing-data-content .lfloat{margin:0 10px}.sh-pricing-data-content .lfloat div{margin:-4px 0 -13px}.sh-pricing-data-content .view-plans{font-size:15px;padding:9.5px 19.5px}.sh-pricing-data-content span.value{font-family:proxima_nova,Arial;font-size:23px;font-weight:600}.sh-pricing-data-content span.symbol,.sh-pricing-data-content span.valid{font-family:proxima_nova,Arial;font-size:14px;font-weight:400}.sh-pricing-data-content span.valid{font-family:proxima_nova,Arial;font-size:15px;font-weight:400}.sh-pricing-data-content .view-plans{margin:20px 0 14px}.sh-pricing-data{background:#222}.sh-hosting-features-content h2{margin:16px auto 5px}.sh-hosting-features-content ul{margin-bottom:-14px}.sh-hosting-features-content ul li,.sh-hosting-includes-content div.includes{margin:0;padding:0;position:relative;width:100%}.sh-hosting-features-content ul li,.sh-hosting-includes-content div.includes,.sh-hosting-includes-content div.includes:last-child{border:1px solid #ddd}.sh-hosting-features-content ul li{margin-bottom:-1px;text-align:left}.sh-hosting-features-content ul li:first-child,.sh-hosting-includes-content div.includes:first-child{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.sh-hosting-features-content ul li:last-child,.sh-hosting-includes-content div.includes:last-child{border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px}.sh-hosting-features-content ul li .feature-icon,.sh-hosting-features-content ul li h3{display:inline-block;vertical-align:middle}.sh-hosting-features-content ul li p{font-size:14px;padding:12px;text-align:left}.sh-hosting-features-content ul li h3,.sh-hosting-includes-content h3{font-size:14px;font-weight:400}.sh-hosting-features-content ul li h3{margin:0}.sh-hosting-features-content ul li p{border-top:1px solid #ddd}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul li span{font-size:14px;font-weight:100;line-height:18px}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul{display:none}.sh-hosting-includes{margin-bottom:-50px;padding:0 0 30px}.sh-hosting-includes h2{margin:0;padding:25px 0}.sh-hosting-includes-content div.includes{border-bottom:0;margin:-1px auto 0;min-height:0}.sh-hosting-includes-content h3{border-bottom:1px solid #ddd;padding:16px 0 16px 10px}.sh-hosting-includes-content ul{border-bottom:1px solid #ddd;margin:6px 13px 6px 28px}.sh-hosting-includes-content ul:last-child{border-bottom:0}.sh-content-toggle{background:url(/dpl-1ftBZ/img/webp/sh-feat-inc-toggle-mobile----png----.webp) no-repeat;height:19px;position:absolute;right:13px;top:15px;width:19px}.sh-content-toggle.minus{background-position:0 -9px;height:1px;top:25px}.sh-hosting-includes-content div.includes:last-child h3{margin-bottom:-1px}.sh-hosting-wrapper .server_loc_tabs{margin:0;text-align:center;width:100%}.sh-hosting-wrapper #plans-container br{display:none}.sh-hosting-wrapper .server_loc_tabs li{background-position:8px 14px;background-size:16px 11px;font-family:proxima_nova,Arial;font-size:12px;font-weight:600;padding:0 10px 0 28px}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets{margin:10px auto 0;text-align:center;width:100%}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets li{background:#ccc;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;cursor:pointer;display:inline-block;height:10px;margin:0 8px 0 0;width:10px}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets li.current-slide{background:#0893d8}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets li:last-child{margin:0}.sh-hosting-wrapper .plans-columns-wrp .plans-columns{position:relative}.sh-hosting-wrapper .plans-columns-wrp .plans-columns .next,.sh-hosting-wrapper .plans-columns-wrp .plans-columns .prev{cursor:pointer;height:26px;position:absolute;top:58.3%;width:26px;z-index:999}.sh-hosting-wrapper .plans-columns-wrp .plans-columns .prev{background:url(/dpl-1ftBZ/img/webp/sh-slider-prev----png----.webp) no-repeat #fff;left:5px}.sh-hosting-wrapper .plans-columns-wrp .plans-columns .next{background:url(/dpl-1ftBZ/img/webp/sh-slider-next----png----.webp) no-repeat #fff;right:8px}.sh-hosting-wrapper .plan-list{width:87.5%}.sh-hosting-wrapper .p-feat,.sh-hosting-wrapper .p-feat strong,.sh-hosting-wrapper li.p-dropdown select{font-size:14px}.sh-hosting-wrapper li.p-dropdown select{width:100%}.sh-hosting-wrapper .p-name{font-size:18px;padding:13px 0 12px}.sh-hosting-wrapper .plan-list{margin:0}.sh-hosting-wrapper .p-pricing{font-size:24px;font-weight:600;padding:15px 0}.sh-hosting-wrapper .p-duration{text-transform:lowercase}.sh-hosting-wrapper .p-currency{font-size:15px;font-weight:400;top:-4px}.sh-hosting-wrapper .server_loc_tabs ul li.sel .sel_tab{left:20px!important}.sh-hosting-wrapper .server_loc_tabs ul li.sel:last-child .sel_tab{left:12.5px!important}.sh-hosting-wrapper .server_loc_tabs ul li.sel:first-child .sel_tab{left:25px!important}.money-back-note p{font-family:proxima_nova,Arial;font-size:14px;font-weight:400;line-height:21px}.money-back-note p{margin:7px 0 0;width:81%}.sh-hosting-wrapper .p-button .txt-button{font-size:15px;padding:8px 0;width:92%}}@media screen and (min-width:768px) and (max-width:1000px){.money-back-note,.sh-hosting-faqs h2 span.left-sep,.sh-hosting-faqs h2 span.right-sep,.sh-hosting-features-content h2 span.left-sep,.sh-hosting-features-content h2 span.right-sep,.sh-hosting-includes h2 span.left-sep,.sh-hosting-includes h2 span.right-sep,.sh-hosting-wrapper .hosting-select:after,.sh-hosting-wrapper .hosting-select:before,.sh-hosting-wrapper .inline-block.sh-mbg{display:none}.default-pg-container,.money-back-note,.sh-hosting-banner-content,.sh-hosting-faqs-content,.sh-hosting-features-content,.sh-hosting-includes-content,.sh-hosting-meta-content,.sh-hosting-wrapper .country_specific_tabs,.sh-hosting-wrapper .server_loc_tabs,.sh-hosting-wrapper .ui-subheading.hosting-select,.sh-pricing-data-content{margin:0 auto;width:95%}span.left-text,span.right-text{font-size:29px;line-height:35px;top:20px}span.left-text{left:-10px;width:120px}span.right-text{right:-10px;width:160px}.sh-hosting-banner-content .sh-banner-img{background:url(/dpl-1ftBZ/img/webp/sh-hosting-banner-img-tablet----png----.webp);height:218px;margin:26px auto 0;width:730px}.banner-addons-content{background:url(/dpl-1ftBZ/img/webp/banner-addons-bg-tablet----png----.webp) no-repeat;width:730px}.sh-hosting-wrapper.windows .banner-addons-content{background:url(/dpl-1ftBZ/img/webp/banner-addons-bg-windows-tablet----png----.webp) no-repeat}.addon-txt.left{left:63px}.addon-txt.right{right:75px}.sh-hosting-meta-content .sh-hosting-supports{background:url(/dpl-1ftBZ/img/webp/sh-hosting-supports-tablet----png----.webp) no-repeat;height:72px;margin:17px auto 0;width:728px}.sh-hosting-features-content ul li{margin:0 7.5% 0 0;width:28%}.sh-hosting-includes{text-align:center}.sh-hosting-includes-content h3{text-align:left}.sh-hosting-includes-content div.includes,.sh-hosting-includes-content div.includes:first-child{border-right:0;margin:0 8.5% 0 0;padding:0;width:27%}.sh-hosting-includes-content div.includes:last-child{margin:0}.sh-hosting-wrapper .plan-list{margin:0 1% 0 0;vertical-align:top;width:23%}.sh-hosting-banner h1{font-family:montserrat-bold,Arial;font-size:26px;font-weight:400;line-height:26px;padding:48px 0 0}.sh-hosting-banner-content p{font-family:proxima_nova,Arial;font-size:15px;font-weight:100;margin:9px 0 2px}.sh-hosting-meta-content p{font-size:18px;margin:-12px auto 0}.sh-hosting-meta-content .sub-text{font-size:16px;margin:9px 0 24px}.sh-hosting-meta-content .sh-hosting-supports{margin:0 auto}.sh-pricing-data-content span{font-size:24px}.sh-mbg span,.sh-mbg strong{color:#cccbcb;font-family:proxima_nova,Arial;font-size:12px;font-weight:100;line-height:18px}.sh-mbg .d,.sh-mbg strong{font-weight:400}.sh-pricing-data-content span.symbol{margin:0 0 0 6px;position:relative;top:4px}.sh-pricing-data-content .lfloat{margin:0}.sh-pricing-data-content .lfloat .inline-block{margin:15px 0 0}.sh-pricing-data-content .lfloat .inline-block span{margin-top:0}.sh-hosting-faqs h2,.sh-hosting-features-content h2,.sh-hosting-includes h2,.sh-hosting-wrapper h2.hosting-select,.sh-hosting-wrapper h2.hosting-select em{font-family:montserrat-bold,Arial;font-size:22px;font-weight:400}.sh-hosting-features-content h2{margin:35px auto -5px}.sh-hosting-features-content ul li h3,.sh-hosting-includes-content h3{font-size:16px}.sh-hosting-features-content ul li h3{margin:0 0 10px}.sh-hosting-features-content ul li .feature-icon{margin:9px auto 17px}.sh-hosting-includes-content ul li{padding:0 0 7px}.sh-hosting-features-content ul{margin:0 0 -21px}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul li span{font-size:14px}.sh-hosting-includes h2{padding:25px 0 21px}.sh-hosting-wrapper .server_loc_tabs li{font-size:16px;padding:0 15px}.sh-hosting-wrapper .p-name{font-size:16px}.sh-hosting-wrapper .p-feat,.sh-hosting-wrapper .p-feat strong,.sh-hosting-wrapper li.p-dropdown select{font-size:14px;margin:0;padding:0 0 12px}.sh-hosting-wrapper li.p-dropdown select{padding:0 20px 0 10px;width:98%}.sh-hosting-wrapper li.p-dropdown{margin:3px 13px 0}.sh-hosting-wrapper .p-button .txt-button{font-size:14px;font-weight:100;padding:8px 0;width:91%}.sh-pricing-data-content .view-plans{height:50px;line-height:50px;padding:0;text-align:center;width:135px}.sh-hosting-wrapper .p-pricing{font-size:24px}.sh-hosting-wrapper .p-duration{font-size:12px;text-transform:lowercase}.sh-hosting-wrapper .p-currency{font-size:14px;top:-5px}.sh-hosting-wrapper .ui-subheading.hosting-select{margin:25px auto -14px}.sh-hosting-faqs-content h4,.sh-hosting-faqs-content p{font-size:14px}.sh-hosting-faqs h2{margin:35px auto 27px;padding:0}}@media (min-width:768px) and (max-width:1000px),only screen and (min-width:320px) and (max-width:767px){.cart{display:none}.row-indent{margin:0 auto;padding:0 20px;width:87.5%}.cart.rfloat{background:#fff;bottom:0;box-shadow:0 -2px 4px hsla(0,0%,80%,.9);float:none;min-height:0;position:fixed;top:auto!important;width:99.5%;z-index:999}}@media only screen and (min-width:320px) and (max-width:767px){.placeholder{padding:15px 20px;top:-6px}}@media (min-width:768px) and (max-width:1000px),only screen and (min-width:320px) and (max-width:767px){input[type=text]{-webkit-appearance:none!important;-moz-appearance:none;appearance:none;background-clip:padding-box}}@media only screen and (min-width:320px) and (max-width:767px){.banner-addons-wrapper,.sh-hosting-features-content h2 span.left-sep,.sh-hosting-features-content h2 span.right-sep,.sh-hosting-includes h2 span.left-sep,.sh-hosting-includes h2 span.right-sep,.sh-hosting-wrapper .hosting-select:after,.sh-hosting-wrapper .hosting-select:before,.sh-hosting-wrapper .inline-block.sh-mbg,.sh-pricing-data-content .lfloat div.sh-mbg{display:none}.money-back-note,.sh-hosting-faqs-content,.sh-hosting-features-content,.sh-hosting-includes-content,.sh-hosting-meta-content,.sh-hosting-wrapper .country_specific_tabs,.sh-hosting-wrapper .server_loc_tabs,.sh-hosting-wrapper .ui-subheading.hosting-select,.sh-pricing-data-content{margin:0 auto;width:87.5%}.sh-hosting-banner h1,.sh-hosting-faqs h2,.sh-hosting-features-content h2,.sh-hosting-includes h2,.sh-hosting-wrapper h2.hosting-select,.sh-hosting-wrapper h2.hosting-select em{font-family:montserrat-bold,Arial;font-size:20px;font-weight:400}span.left-text,span.right-text{font-size:22px;line-height:28px;text-align:left;top:0}span.left-text{left:9%;width:90px}span.right-text{right:6%;width:123px}.default-pg-container,.sh-hosting-banner-content{margin:0 auto;width:98.75%}.sh-hosting-banner h1{margin:0 0 9px}.sh-hosting-banner-content p{font-size:14px}.sh-hosting-banner-content .sh-banner-img{background:url(/dpl-1ftBZ/img/webp/sh-hosting-banner-img-mobile----png----.webp) no-repeat;height:215px;margin:27px auto 0;width:316px}.sh-hosting-meta-content p{color:#000;font-family:montserrat-bold,Arial;font-size:14px;font-weight:400}.sh-hosting-meta-content .sub-text{font-family:proxima_nova,Arial;font-size:14px;font-weight:100;margin:8px 0 7px}.sh-pricing-data-content .lfloat,.sh-pricing-data-content .rfloat{display:block;float:none;text-align:center}.sh-pricing-data-content span{font-family:proxima_nova,Arial;font-size:20px;font-weight:600}.sh-hosting-meta-content .sh-hosting-supports{background:url(/dpl-1ftBZ/img/webp/sh-hosting-supports-mobile----png----.webp) no-repeat;height:120px;margin:5px auto 10px;width:280px}.sh-pricing-data-content .lfloat{margin:0 10px}.sh-pricing-data-content .lfloat div{margin:-4px 0 -13px}.sh-pricing-data-content .view-plans{font-size:15px;padding:9.5px 19.5px}.sh-pricing-data-content span.value{font-family:proxima_nova,Arial;font-size:23px;font-weight:600}.sh-pricing-data-content span.symbol,.sh-pricing-data-content span.valid{font-family:proxima_nova,Arial;font-size:14px;font-weight:400}.sh-pricing-data-content span.valid{font-family:proxima_nova,Arial;font-size:15px;font-weight:400}.sh-pricing-data-content .view-plans{margin:20px 0 14px}.sh-pricing-data{background:#222}.sh-hosting-features-content h2{margin:16px auto 5px}.sh-hosting-features-content ul{margin-bottom:-14px}.sh-hosting-features-content ul li,.sh-hosting-includes-content div.includes{margin:0;padding:0;position:relative;width:100%}.sh-hosting-features-content ul li,.sh-hosting-includes-content div.includes,.sh-hosting-includes-content div.includes:last-child{border:1px solid #ddd}.sh-hosting-features-content ul li{margin-bottom:-1px;text-align:left}.sh-hosting-features-content ul li:first-child,.sh-hosting-includes-content div.includes:first-child{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.sh-hosting-features-content ul li:last-child,.sh-hosting-includes-content div.includes:last-child{border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px}.sh-hosting-features-content ul li .feature-icon,.sh-hosting-features-content ul li h3{display:inline-block;vertical-align:middle}.sh-hosting-features-content ul li p{font-size:14px;padding:12px;text-align:left}.sh-hosting-features-content ul li .feature-icon{background:url(/dpl-1ftBZ/img/webp/sh-features-icons----png----.webp) no-repeat;background-size:928px 30px;margin:12px 10px 12px 11px}.sh-hosting-features-content ul li h3,.sh-hosting-includes-content h3{font-size:14px;font-weight:400}.sh-hosting-features-content ul li h3{margin:0}.sh-hosting-features-content ul li p{border-top:1px solid #ddd}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul li span{font-size:14px;font-weight:100;line-height:18px}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul{display:none}.sh-hosting-includes{margin-bottom:-50px;padding:0 0 30px}.sh-hosting-includes h2{margin:0;padding:25px 0}.sh-hosting-includes-content div.includes{border-bottom:0;margin:-1px auto 0;min-height:0}.sh-hosting-includes-content h3{border-bottom:1px solid #ddd;padding:16px 0 16px 10px}.sh-hosting-includes-content ul{border-bottom:1px solid #ddd;margin:6px 13px 6px 28px}.sh-hosting-includes-content ul:last-child{border-bottom:0}.sh-content-toggle{background:url(/dpl-1ftBZ/img/webp/sh-feat-inc-toggle-mobile----png----.webp) no-repeat;height:19px;position:absolute;right:13px;top:15px;width:19px}.sh-content-toggle.minus{background-position:0 -9px;height:1px;top:25px}.sh-hosting-includes-content div.includes:last-child h3{margin-bottom:-1px}.sh-hosting-wrapper .server_loc_tabs{margin:0;text-align:center;width:100%}.sh-hosting-wrapper #plans-container br{display:none}.sh-hosting-wrapper .server_loc_tabs li{background-position:8px 14px;background-size:16px 11px;font-family:proxima_nova,Arial;font-size:12px;font-weight:600;padding:0 10px 0 28px}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets{margin:10px auto 0;text-align:center;width:100%}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets li{background:#ccc;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;cursor:pointer;display:inline-block;height:10px;margin:0 8px 0 0;width:10px}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets li.current-slide{background:#0893d8}.sh-hosting-wrapper .plans-columns-wrp .sliderbullets li:last-child{margin:0}.sh-hosting-wrapper .plans-columns-wrp .plans-columns{position:relative}.sh-hosting-wrapper .plans-columns-wrp .plans-columns .next,.sh-hosting-wrapper .plans-columns-wrp .plans-columns .prev{cursor:pointer;height:26px;position:absolute;top:58.3%;width:26px;z-index:999}.sh-hosting-wrapper .plans-columns-wrp .plans-columns .prev{background:url(/dpl-1ftBZ/img/webp/sh-slider-prev----png----.webp) no-repeat #fff;left:5px}.sh-hosting-wrapper .plans-columns-wrp .plans-columns .next{background:url(/dpl-1ftBZ/img/webp/sh-slider-next----png----.webp) no-repeat #fff;right:8px}.sh-hosting-wrapper .plan-list{width:87.5%}.sh-hosting-wrapper .p-feat,.sh-hosting-wrapper .p-feat strong,.sh-hosting-wrapper li.p-dropdown select{font-size:14px}.sh-hosting-wrapper li.p-dropdown select{width:100%}.sh-hosting-wrapper .p-name{font-size:18px;padding:13px 0 12px}.sh-hosting-wrapper .plan-list{margin:0}.sh-hosting-wrapper .p-pricing{font-size:24px;font-weight:600;padding:15px 0}.sh-hosting-wrapper .p-duration{text-transform:lowercase}.sh-hosting-wrapper .p-currency{font-size:15px;font-weight:400;top:-4px}.sh-hosting-wrapper .server_loc_tabs ul li.sel .sel_tab{left:20px!important}.sh-hosting-wrapper .server_loc_tabs ul li.sel:last-child .sel_tab{left:12.5px!important}.sh-hosting-wrapper .server_loc_tabs ul li.sel:first-child .sel_tab{left:25px!important}.money-back-note p{font-family:proxima_nova,Arial;font-size:14px;font-weight:400;line-height:21px}.money-back-note p{margin:7px 0 0;width:81%}.sh-hosting-wrapper .p-button .txt-button{font-size:15px;padding:8px 0;width:92%}}@media screen and (min-width:768px) and (max-width:1000px){.money-back-note,.sh-hosting-faqs h2 span.left-sep,.sh-hosting-faqs h2 span.right-sep,.sh-hosting-features-content h2 span.left-sep,.sh-hosting-features-content h2 span.right-sep,.sh-hosting-includes h2 span.left-sep,.sh-hosting-includes h2 span.right-sep,.sh-hosting-wrapper .hosting-select:after,.sh-hosting-wrapper .hosting-select:before,.sh-hosting-wrapper .inline-block.sh-mbg{display:none}.money-back-note,.sh-hosting-banner-content,.sh-hosting-faqs-content,.sh-hosting-features-content,.sh-hosting-includes-content,.sh-hosting-meta-content,.sh-hosting-wrapper .country_specific_tabs,.sh-hosting-wrapper .server_loc_tabs,.sh-hosting-wrapper .ui-subheading.hosting-select,.sh-pricing-data-content{margin:0 auto;width:95%}span.left-text,span.right-text{font-size:29px;line-height:35px;top:20px}span.left-text{left:-10px;width:120px}span.right-text{right:-10px;width:160px}.sh-hosting-banner-content .sh-banner-img{background:url(/dpl-1ftBZ/img/webp/sh-hosting-banner-img-tablet----png----.webp);height:218px;margin:26px auto 0;width:730px}.banner-addons-content{background:url(/dpl-1ftBZ/img/webp/banner-addons-bg-tablet----png----.webp) no-repeat;width:730px}.sh-hosting-wrapper.windows .banner-addons-content{background:url(/dpl-1ftBZ/img/webp/banner-addons-bg-windows-tablet----png----.webp) no-repeat}.addon-txt.left{left:63px}.addon-txt.right{right:75px}.sh-hosting-meta-content .sh-hosting-supports{background:url(/dpl-1ftBZ/img/webp/sh-hosting-supports-tablet----png----.webp) no-repeat;height:72px;margin:17px auto 0;width:728px}.sh-hosting-features-content ul li{margin:0 7.5% 0 0;width:28%}.sh-hosting-includes{text-align:center}.sh-hosting-includes-content h3{text-align:left}.sh-hosting-includes-content div.includes,.sh-hosting-includes-content div.includes:first-child{border-right:0;margin:0 8.5% 0 0;padding:0;width:27%}.sh-hosting-includes-content div.includes:last-child{margin:0}.sh-hosting-wrapper .plan-list{margin:0 1% 0 0;vertical-align:top;width:23%}.sh-hosting-banner h1{font-family:montserrat-bold,Arial;font-size:26px;font-weight:400;line-height:26px;padding:48px 0 0}.sh-hosting-banner-content p{font-family:proxima_nova,Arial;font-size:15px;font-weight:100;margin:9px 0 2px}.sh-hosting-meta-content p{font-size:18px;margin:-12px auto 0}.sh-hosting-meta-content .sub-text{font-size:16px;margin:9px 0 24px}.sh-hosting-meta-content .sh-hosting-supports{margin:0 auto}.sh-hosting-meta{padding:30px 0 0}.sh-pricing-data-content span{font-size:24px}.sh-mbg span,.sh-mbg strong{color:#cccbcb;font-family:proxima_nova,Arial;font-size:12px;font-weight:100;line-height:18px}.sh-mbg .d,.sh-mbg strong{font-weight:400}.sh-pricing-data-content span.symbol{margin:0 0 0 6px;position:relative;top:4px}.sh-pricing-data-content .lfloat{margin:0}.sh-pricing-data-content .lfloat .inline-block{margin:15px 0 0}.sh-pricing-data-content .lfloat .inline-block span{margin-top:0}.sh-hosting-faqs h2,.sh-hosting-features-content h2,.sh-hosting-includes h2,.sh-hosting-wrapper h2.hosting-select,.sh-hosting-wrapper h2.hosting-select em{font-family:montserrat-bold,Arial;font-size:22px;font-weight:400}.sh-hosting-features-content h2{margin:35px auto -5px}.sh-hosting-features-content ul li h3,.sh-hosting-includes-content h3{font-size:16px}.sh-hosting-features-content ul li h3{margin:0 0 10px}.sh-hosting-features-content ul li .feature-icon{margin:9px auto 17px}.sh-hosting-includes-content ul li{padding:0 0 7px}.sh-hosting-features-content ul{margin:0 0 -21px}.sh-hosting-features-content ul li p,.sh-hosting-includes-content ul li span{font-size:14px}.sh-hosting-includes h2{padding:25px 0 21px}.sh-hosting-wrapper .server_loc_tabs li{font-size:16px;padding:0 10px 0 40px}.sh-hosting-wrapper .p-name{font-size:16px}.sh-hosting-wrapper .p-feat,.sh-hosting-wrapper .p-feat strong,.sh-hosting-wrapper li.p-dropdown select{font-size:14px;margin:0;padding:0 0 12px}.sh-hosting-wrapper li.p-dropdown select{padding:0 20px 0 10px;width:98%}.sh-hosting-wrapper li.p-dropdown{margin:3px 13px 0}.sh-hosting-wrapper .p-button .txt-button{font-size:14px;font-weight:100;padding:8px 0;width:91%}.sh-pricing-data-content .view-plans{height:50px;line-height:50px;padding:0;text-align:center;width:135px}.sh-hosting-wrapper .p-pricing{font-size:24px}.sh-hosting-wrapper .p-duration{font-size:12px;text-transform:lowercase}.sh-hosting-wrapper .p-currency{font-size:14px;top:-5px}.sh-hosting-wrapper .ui-subheading.hosting-select{margin:25px auto -14px}.sh-hosting-faqs-content h4,.sh-hosting-faqs-content p{font-size:14px}.sh-hosting-faqs h2{margin:35px auto 27px;padding:0}}@media (min-width:768px) and (max-width:1000px),only screen and (min-width:320px) and (max-width:767px){.cart{display:none}.row-indent{margin:0 auto;padding:0 20px;width:87.5%}.cart.rfloat{background:#fff;bottom:0;box-shadow:0 -2px 4px hsla(0,0%,80%,.9);float:none;min-height:0;position:fixed;top:auto!important;width:99.5%;z-index:999}}@media only screen and (min-width:320px) and (max-width:767px){.placeholder{padding:15px 20px;top:-6px}}@media screen and (min-width:768px) and (max-width:1000px){.placeholder{border:1px solid #ddd;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;height:145px}.cart.rfloat{left:50%;margin-left:-47.4%;width:94.5%}}@media only screen and (min-width:320px) and (max-width:767px){.sh-hosting-wrapper .p-button .txt-button{padding:8px!important}}.plans-icons-f{background:url(/dpl-1ftBZ/img/webp/plans-icons----png----.webp) no-repeat!important;display:inline-block!important;height:18px!important;width:35px!important}.default-icons-m{background:url(/dpl-1ftBZ/img/webp/newmenu-icons-sprite----png----.webp) no-repeat;height:35px;width:32px}.plans-icons-f.eua{background-position:-25px 0!important;width:33px!important}.icon-money-back-3{background-position:-202px -80px;display:inline-block;height:20px;width:20px}.sh-hosting-features-content ul li .feature-icon.ssl_icon{background-position:-516px 0;height:60px;width:60px}.sh-hosting-features-content ul li .feature-icon.email{background-position:-72px 0;height:60px;width:60px}.sh-hosting-features-content ul li .feature-icon.cpanel{background-position:-438px 0;height:60px;width:60px}.sh-hosting-features-content ul li .feature-icon.infinite-scale-icon{background-position:-674px 0;height:60px;width:60px}.sh-hosting-features-content ul li .feature-icon.speed{background-position:0 0;height:60px;width:60px}.sh-hosting-features-content ul li .feature-icon.stable-rock-icon{background-position:-780px 0;height:60px;width:60px}.sh-hosting-features-content ul li .feature-icon.auto-install-icon{background-position:-966px 0;height:60px;width:60px}@media only screen and (max-width:768px){.sh-hosting-features-content ul li .feature-icon.ssl_icon{background-position:-258px 0;background-size:928px 30px;height:30px;width:30px}.sh-hosting-features-content ul li .feature-icon.email{background-position:-36px 0;background-size:928px 30px;height:30px;width:30px}.sh-hosting-features-content ul li .feature-icon.cpanel{background-position:-219px 0;background-size:928px 30px;height:30px;width:30px}.sh-hosting-features-content ul li .feature-icon.infinite-scale-icon{background-position:-337px 0;background-size:928px 30px;height:30px;width:30px}.sh-hosting-features-content ul li .feature-icon.speed{background-position:0 0;background-size:928px 30px;height:30px;width:30px}.sh-hosting-features-content ul li .feature-icon.stable-rock-icon{background-position:-390px 0;background-size:928px 30px;height:30px;width:30px}.sh-hosting-features-content ul li .feature-icon.auto-install-icon{background-position:-483px 0;background-size:928px 30px;height:30px;width:30px}}.capitalie_text{text-transform:capitalize!important}.p_duration_info{font-size:11px!important;margin-bottom:2px;margin-top:-10px}.strike_price{color:#c0392b;font-size:17px;margin:0 0 2px;text-decoration:line-through}.new_baloon_tag,.strike_price{font-family:proxima_nova,Arial;font-weight:100}.new_baloon_tag{zoom:1;background-color:green;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;color:#fff;display:inline-block;font-size:15px!important;line-height:20px;margin-left:3px;padding:4px 5px;position:relative;text-transform:capitalize;width:95px!important}.mobileHide{display:inline-block}@media only screen and (min-device-width:320px) and (max-device-width:480px){.mobileHide{display:none!important}}.money-back-note{width:65%}.plan-list-custom{background:0 0!important;border:1px solid #dedcdc!important;border-radius:0!important;color:#434343!important;font:normal 12px proxima_nova,Arial!important;list-style:none!important;margin:0 0 15px!important;padding:0!important;position:relative!important;text-align:center!important;vertical-align:top!important}.plan-list-custom .p-name{background:#2b2b2b!important;border-bottom:0!important;border-top:3px solid #6d5bb6!important;padding:20px 0!important;text-decoration:none!important}.plan-list-custom .p-name,.plan-list-custom .p-name .pl-title{color:#fff!important;font:700 23px/21px Rokkitt,serif!important;font-family:proxima_nova,Arial!important;font-size:20px!important;font-weight:600!important;height:auto!important;list-style:none!important;list-style-type:none!important;margin:0!important;text-align:center!important}.plan-list-custom .p-name .pl-title{display:block!important;padding:0!important;vertical-align:middle!important;width:100%!important}.plan-list-custom .p-pricing{background:#212121!important;color:#f5c63b!important;font:700 37px Rokkitt,serif!important;font-family:proxima_nova,Arial!important;font-size:32px!important;font-weight:400!important;height:auto!important;margin:-10px 0 22px!important;min-height:108px;padding:7px 0!important;position:relative!important}.btn_buy_now,.plan-list-custom .p-pricing{list-style:none!important;list-style-type:none!important;text-align:center!important;text-decoration:none!important}.btn_buy_now{background:#2fbe15!important;border:1px solid #18900b!important;-webkit-border-radius:4px!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4),0 1px 1px hsla(0,0%,85%,.2)!important;color:#fff!important;cursor:pointer!important;display:inline-block!important;font:700 17px/18px proxima_nova,Arial!important;font-size:14px!important;font-weight:100!important;margin:0!important;outline:0!important;overflow:visible!important;padding:8px 0!important;text-shadow:none!important;transition:background-position .2s linear!important;width:91%!important}#page-footer{margin-top:0}.help-icon-color{color:#377ce4!important}.link-tooltip-a{text-decoration:none!important}#plans-container{margin-bottom:5px}.p-feat{text-transform:capitalize}.sh-hosting-wrapper .server_loc_tabs li{padding:0 15px}.sh-hosting-wrapper .server_loc_tabs li.sel i{opacity:.6}.server_loc_tabs li{border-right:1px solid #6ab5f7}.default_separator{clear:both;display:block;height:40px}.default_separator_2{height:21px}.default_separator_5{height:5px}.default_top_space{margin-top:0!important;padding-top:0!important}@media screen and (min-width:768px) and (max-width:1000px){.sh-hosting-meta{padding:0}.sh-hosting-meta-content .sub-text{margin:8px 0 0}.sh-hosting-wrapper .ui-subheading.hosting-select{margin:0 auto}}#top-header{width:100%}.modal-bg{background:#6c6c6c;border:1px solid #828282;border-radius:4px;padding:4px;width:100%}#websitessubmenu{max-width:400px}.modal-title{background:0 0;border:0;border-radius:5px 5px 0 0;font:700 26px proxima_nova,Arial;font-family:proxima_nova,Arial;font-size:18px;font-weight:600;margin:0;padding:0 0 1px;text-shadow:1px 1px 1px #fff}.modal-title{color:#222;text-align:left}a:visited{text-decoration:none!important}.margin-center{margin:auto}.modal-body h2{border-bottom:1px solid #ddd;color:#1b1b1b;font:600 24px/24px proxima_nova,Arial;margin:0 0 25px;padding:0 0 10px;text-align:left}.modal-body p{color:#222;font-family:proxima_nova,Arial;font-size:15px;font-weight:100}.modal-content{padding:4px}.modal-body{background:#fff;border-radius:4px 4px 0 0;padding:25px 30px}.modal-content p{color:#1b1b1b;font:100 15px/24px proxima_nova,Arial;margin:0 0 6px;padding:0;text-align:left}.modal-content p span{color:#1b1b1b;font:600 18px/25px proxima_nova,Arial}.modal-content h2{border-bottom:1px solid #ddd;color:#1b1b1b;font:600 24px/24px proxima_nova,Arial;margin:0 0 25px;padding:0 0 10px;text-align:left}.btn-success{background-color:#2fbe15!important;border-color:1px solid #18900b!important;color:#fff}.btn-danger{background:#cb2330;border:1px solid #a71219;border-radius:4px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.25),0 1px 0 rgba(0,0,0,.2);color:#fff;outline:0}a{text-decoration:none!important}.bjqs-markers li a:hover,.bjqs-markers li:hover{cursor:pointer}.ui-subheading em{color:#3e8ae8;font-style:normal}.default-text{color:#666!important;font-size:16px!important;font-weight:100!important}.default-text,.default-title{font-family:proxima_nova,Arial!important}.default-title{color:#222!important;font-weight:600!important}.features_list_mobile li{cursor:pointer}@media only screen and (max-width:768px){.features_list_mobile{display:inline-block!important}.features_list_desk{display:none!important}.sh-hosting-faqs-content .expanded span.showhide{background-position:0 -8px;height:2px;top:23.5px}.sever_info_pc{display:none}.sever_info_mobile{display:block}.plan-list-custom{width:100%!important}.sh-hosting-features-content ul li.feature-icon{background:url(/dpl-1ftBZ/img/webp/sh-features-icons----png----.webp) no-repeat;background-size:928px 30px;height:30px;margin:12px 10px 12px 11px}.features_list_mobile{width:100%}.sl-testimonials ol.bjqs-markers.h-centered{top:-75px}.testimonial-author{margin-top:-55px;top:0}.card-contact-footer{margin-top:10px!important}}@media only screen and (min-width:768px){.features_list_mobile{display:none!important}.features_list_desk{display:inline-block!important}.sever_info_pc{display:block}.sever_info_mobile{display:none}.plan-list-custom{max-width:235px}}.hidden{display:none!important}#modal-ajax-url-content .option,#modal-ajax-url-content .option .row{background-color:#f8f8f8}@keyframes la-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#modal-iframe-content{height:100%;overflow:hidden}#iframe-modal,#modal-iframe{overflow:hidden!important}@media (max-width:767px){.plan-list{margin-right:0;width:100%}}
