* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/* .nav_top{
  padding: 0% 5%;
  background-color: white;
  box-sizing: border-box;
} */

@media screen and (max-width: 1200px) {
    .pricing-cards {
        margin-bottom: 50px;
    }
}

.container {
    width: 1090px;
}

.nav_top {
    font-size: 13pt;
    font-weight: 500;
}

#nav_bar a:hover {
    color: #E96629;
    background-color: white;
    border-radius: 5px;
    font-weight: 500;
}

#nav_bar a {
    box-sizing: border-box;
    color: #5B5B5B;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 500;
}


/* .action{
    position: fixed;
    top: 20px;
    right: 30px;
} */

.action .profile {
    overflow: hidden;
    cursor: pointer;
}

.action .profile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action .menu {
    position: absolute;
    top: -20px;
    left: 520px;
    padding: 10px 20px;
    background: #fff;
    width: 200px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0, 1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.action .menu.active {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

.action .menu::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.action .menu h3 {
    width: 100%;
    text-align: left;
    font-size: 14pt;
    padding: 10px;
    font-weight: 600;
    line-height: 1.2rem;
}

.action .menu h3 span {
    font-size: 10pt;
    font-weight: 300;
    line-height: 0.8rem;
    color: #cecece;
}

.action .menu ul {
    width: 100%;
    margin: 0;
    padding: 10px;
}

.action .menu ul li {
    list-style: none;
    padding: 10px 0px;
    border-top: 1pt solid rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 0;
}

.action .menu ul li a {
    color: black;
    text-decoration: none;
}

.action .menu ul li a:hover {
    color: #E96629;
    text-decoration: none;
    transition: 0.5s;
}

.head-droper a {
    height: 100px;
}

.dropdown-customs {
    border-radius: 10px;
    width: 280px;
    border: none;
}

.dropdown-customs li {
    border-bottom: 1pt solid #FDF5F2;
    height: 30px;
    align-self: center;
    box-sizing: border-box;
}

.dropdown-customs li p {
    font-size: 10pt;
    font-weight: 400;
}

.dropdown-customs li p strong {
    font-size: 11pt;
    font-weight: 700;
}

.dropdown-customs li a:hover {
    transition: .4s;
}

.heading-01-Main h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 40pt;
    color: #5B5B5B;
}

.heading-01 h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 28pt;
    color: #5B5B5B;
    font-style: italic;
}

.heading-01-Main span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    font-size: 40pt;
    color: #5B5B5B;
    font-style: italic;
    display: inline;
}


/* Dropdown Button */

.dropbtn {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: white;
    padding: 0 20px;
    margin: 0;
}


/* The container <div> - needed to position the dropdown content */


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    display: block;
    background-color: white;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    height: 100px;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #E96629;
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    color: #E96629;
}


/* element.style {
  box-shadow: rgb(120 191 125) 0px 0px 0px 0px inset;
  border: 1px solid rgb(223, 223, 223);
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  background-color: rgb(120, 191, 125);
}

.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  box-sizing: content-box;
  outline: none;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider.round {
  border-radius: 34px;
}
.slider, .slider:before {
  position: absolute;
  transition: .4s;
}
.switch-default {
  width: 50px;
  height: 30px;
  border-radius: 20px;
  line-height: 30px; */


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 32px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-label {
    margin: auto 5px;
    font-size: medium;
    font-weight: 500;
}

.text-center {
    justify-content: center;
    padding: 0px 0px;
    margin: 0px 0px;
}

.card-container {
    box-sizing: border-box;
}

.pricing-cards {
    width: 330px;
    margin-right: 0;
    padding: 0 0;
    justify-content: space-between;
    box-sizing: border-box;
}

.card {
    border: none;
}

.pricing-cards .card .card .card-header {
    color: black;
    background-color: white;
    font-weight: bold;
    margin: 0px;
    border-bottom: 2pt solid #F9F9F9;
    height: 70px;
    margin-top: 20px;
    font-size: 14pt;
    vertical-align: center;
}

.pricing-cards .card .card .card-header span {
    border-radius: 30px;
    width: max-content;
    font-size: 8pt;
    padding: 5px 8px;
    color: white;
    background-color: black;
}

.pricing-cards .card-body .card-title {
    font-size: 45pt;
    text-align: center;
    font-weight: 480;
}

.pricing-cards .card-body ul li i {
    color: #E96629;
}

.card-body .card-title span {
    vertical-align: super;
    font-size: 22pt;
    font-weight: 600;
}

.info-text a {
    color: black;
    text-decoration: none;
}

.info-text a:hover {
    color: #E96629;
    transition: 0.4s;
}

.plain_list {
    margin-bottom: 16px;
    position: relative;
    list-style: none;
    font-size: 17px;
    line-height: 26px;
    color: #757575;
}

.card-footer {
    height: 80px;
}

.card-footer a {
    margin-top: 13px;
}

.custom-button {
    background-color: #FDF5F2;
    color: #E96629;
    width: 150px;
}

.custom-button:hover {
    background-color: #e2bbbb;
    color: #E96629;
}

.pricing-plans {
    font-weight: bolder;
}


/* .container_width {
    max-width: 100%;
} */

.highlight-cpanel {
    text-align: center;
}

.compare-head h1 {
    color: black;
}

.features {
    background-color: #5B5B5B;
    height: 400px;
    padding: 20px 0px;
}

.align-center {
    text-align: center;
    color: white;
}

.align-center p {
    text-align: center;
    color: white;
}

.table-bordered {
    border: #404040;
}

.Link-demo {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.Link-demo:hover {
    color: #E96629;
    transition: 0.4s;
}

.heading-02 h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 30pt;
    color: #5B5B5B;
}

.heading-02 h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 30pt;
    color: white;
}

.pricing_plan_para {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 14pt;
    color: #5B5B5B;
}

.custom-h-p h5 {
    font-weight: 750;
    font-size: 17pt;
    color: white;
}

.custom-h-p p {
    color: white;
}

.info-text-table a {
    color: black;
    text-decoration: underline;
}

.info-text-table a:hover {
    color: #E96629;
    transition: 0.4s;
}

.info-text-table-white a {
    color: white;
    text-decoration: underline;
}

.info-text-table-white a:hover {
    color: #E96629;
    transition: 0.4s;
}

.hidden-col {
    border: 0px;
    background: none;
}

.t-c {
    color: black;
    text-align: center;
}

.head-card {
    background-color: #F5F5F5;
    height: 100px;
}

.head-card-primary {
    height: 50px;
}

.head-card-secondary {
    background-color: #F5F5F5;
    height: 50px;
}

.bold-pricing {
    font-size: 18pt;
    font-weight: bolder;
}

.banner {
    background: #5B5B5B;
    height: 130px;
    display: flex;
    align-items: center;
}

.banner h1 {
    font-size: 28pt;
    color: white;
    font-weight: 780;
}

.banner p {
    line-height: 0.8rem;
    font-size: 14pt;
    color: white;
    font-weight: 780;
}

.support {
    background: #fdf4ef;
    height: 130px;
    align-items: center;
}

.support h1 {
    color: black;
    font-size: 18pt;
    display: flex;
}

.text {
    font-size: 22pt;
    font-weight: bold;
    color: black;
}

.text span {
    font-size: 22pt;
    font-weight: bold;
    color: #E96629;
    text-decoration: none;
}

.logos {
    text-align: center;
}

.logos a {
    margin: 0 20px 0 20px;
    filter: grayscale(100%);
    transition: 0.4s;
    opacity: 0.5;
    justify-content: center;
    box-shadow: black;
}

.logos a:hover {
    filter: contrast(100%);
    transition: 0.4s;
    opacity: 100%;
}

.logos-bottom a {
    margin: 0 5px 0 5px;
    filter: grayscale(100%);
    transition: 0.4s;
    opacity: 0.5;
    justify-content: center;
}

.logos-bottom a:hover {
    filter: contrast(100%);
    transition: 0.4s;
    opacity: 100%;
}

.font-info {
    font-size: 10pt;
    color: #757575;
}


/* Support Page css */

.align-center-support {
    text-align: center;
}

.main-para {
    font-size: 16pt;
}

.main-para span {
    font-size: 16pt;
}

.highlight {
    font-size: 12pt;
    border-radius: 1em 0.5em 1em 0.5em;
    padding-left: 10px;
    padding-right: 10px;
    background-image: linear-gradient( -100deg, rgba(255, 224, 0, 0.88), rgba(255, 224, 0, 0.87) 95%, rgb(255, 224, 0));
}

.img-sales-support img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
    opacity: 100%;
}

.Link-demo-support {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.Link-demo-support:hover {
    color: #E96629;
    transition: 0.4s;
}


/* Homepage styling */

.heading-01-Main-home-h {
    color: #404040;
    font-size: 46pt;
    text-align: left;
    font-weight: 700;
}

.heading-01-Main-home-h2 {
    color: #404040;
    font-size: 22pt;
    text-align: left;
    font-weight: 250;
    font-style: italic;
}

.heading-01-Main-home-h2-center {
    text-align: center;
    font-size: 38px;
}

.heading-01-Main-home-h2-center span {
    font-size: 38px;
}

.highlight-home {
    font-size: 18pt;
    border-radius: 1em 0.5em 1em 0.5em;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 10px;
    background-image: linear-gradient( -100deg, rgba(255, 224, 0, 0.88), rgba(255, 224, 0, 0.87) 95%, rgb(255, 224, 0));
}

.custom-button-home {
    background-color: #E96629;
    color: white;
    width: 190px;
    height: 60px;
    font-weight: bold;
}

.custom-button-home a {
    width: 190px;
    height: 60px;
    color: white;
    text-decoration: none;
    font-size: 15pt;
    font-weight: bold;
}

.get_started button:hover {
    background-color: #5B5B5B;
    box-shadow: black 1pt;
    font-weight: bold;
}

.para-home {
    color: #404040;
    width: 360px;
    color: #404040;
    font-size: 11pt;
    text-align: left;
    font-weight: 200;
}

.para-home-2 {
    color: #404040;
    font-size: 11pt;
    text-align: left;
    font-weight: 400;
    line-height: .4rem;
    margin-top: 10px;
}

.para-home-2-2 {
    color: #E96629;
    font-size: 20pt;
    text-align: left;
    font-weight: 700;
    line-height: .4rem;
    margin-top: 10px;
}

.img-domains img {
    height: 60px;
    margin-top: 0px;
}

.pricing-cards-home {
    width: 200px;
}

.pricing-cards-home .card {
    border-radius: none;
}

.pricing-cards-home .card .card .card-header {
    color: black;
    background-color: white;
    font-weight: bold;
    margin: 0px;
    border-bottom: none;
    height: 80px;
    margin-top: 20px;
    font-size: 14pt;
    vertical-align: center;
}


/* .pricing-cards-home .card .card .card-header span {
    border-radius: 30px;
    width: max-content;
    font-size: 8pt;
    padding: 5px 8px;
    color: white;
    background-color: black;
} */

.pricing-cards-home .card .card-body .card-title {
    font-size: 30pt;
    text-align: center;
    font-weight: 580;
    line-height: .2rem;
}

.card-body .card-title h6 {
    font-size: 16pt;
    font-weight: 600;
}

.pricing-cards-home .card-body h6 .supr {
    vertical-align: super;
    font-size: 12pt;
    line-height: .2rem;
    color: #E96629;
    font-weight: bold;
}

.pricing-cards-home .card-body h6 span {
    vertical-align: sub;
    font-size: 12pt;
    line-height: .2rem;
    color: #E96629;
    font-weight: bold;
}

.pricing-cards-home .card-body ul {
    list-style: none;
    font-size: 10pt;
    padding: 0;
    text-align: left;
}

.pricing-cards-home .card-body ul i {
    color: #E96629;
}

.features-table {
    padding: 0px 50px;
}

.features-table strong {
    font-size: 18pt;
    margin-top: 10px;
}

.features-table p {
    font-size: 12pt;
}

.heading-01-home-h {
    color: #404040;
    font-size: 32pt;
    text-align: left;
    font-weight: 700;
}

.pricing-cards-home-2 .card .card .card-header {
    color: black;
    background-color: white;
    border-radius: 20px 0px 0px 0px;
    font-weight: bold;
    margin: 0px;
    height: 80px;
    margin-top: 20px;
    font-size: 14pt;
    vertical-align: center;
}


/* .pricing-cards-home .card .card .card-header span {
    border-radius: 30px;
    width: max-content;
    font-size: 8pt;
    padding: 5px 8px;
    color: white;
    background-color: black;
} */

.pricing-cards-home-2 .card {
    border-radius: 20px 20px 0px 0px;
}

.pricing-cards-home-2 .card-body h6 {
    font-size: 20pt;
    text-align: center;
    font-weight: 580;
}

.pricing-cards-home-2 .card-body p {
    font-size: 12pt;
    text-align: center;
    font-weight: 580;
}

.pricing-cards-home-2 .card-body p span {
    font-size: 24pt;
    text-align: center;
    font-weight: 580;
}

.pricing-cards-home-2 .card-body h6 span {
    vertical-align: sub;
    font-size: 14pt;
    line-height: .2rem;
    color: #E96629;
    font-weight: bold;
}

.card-body .card-title span {
    vertical-align: super;
    font-size: 22pt;
    font-weight: 600;
}

.pricing-cards-home-2 .card-body ul {
    list-style: none;
    font-size: 10pt;
    padding: 0;
    text-align: left;
}

.pricing-cards-home-2 .card-body ul i {
    color: #E96629;
}

.questions-table p {
    color: #5B5B5B;
}


/* Cloud-hosting styling */

.cloud-header {
    background-color: #5B5B5B;
    height: 400px;
}

.backgoundimage {
    background-image: url('../images/bg_image.jpg');
    height: 500px;
}

.cloud-heading h1 {
    color: black;
}

.cloud-head-text h1 {
    text-align: center;
    font-size: 30pt;
    color: black;
    font-weight: 800;
}

.cloud-head-text p {
    text-align: left;
    font-size: 13pt;
    color: black;
    font-weight: 450;
}

.cloud-head-text p i {
    color: #E96629;
}

.cloud-head-text h3 {
    text-align: center;
    font-size: 40pt;
    color: black;
    font-weight: 500;
}

.cloud-head-text h3 span {
    text-align: center;
    font-size: 20pt;
    color: black;
    font-weight: 500;
}

sup {
    font-size: 58%;
}

.freetool h1 {
    color: white;
    font-size: 22pt;
}

.svgs_color img {
    color: white;
}

.features_cloud {
    height: none
}

.width-padding {
    width: 400px;
    padding: 15px;
}

.center_guarantees h1 {
    text-align: center;
    color: #404040;
    font-size: 32pt;
    font-weight: 700;
}

.guarantees {
    text-align: center;
}

.guarantees img {
    height: 60px;
}

.guarantees h1 {
    font-size: 12pt;
    font-weight: 700;
    text-align: left;
}

.guarantees p {
    font-size: 10pt;
    text-align: justify;
}

.para-set h1 {
    color: #404040;
    font-size: 32pt;
    font-weight: 700;
    text-align: center;
}

.para-set p {
    text-align: center;
}

.align-right {
    text-align: right;
    padding: 30px 0px;
}

.col-width {
    width: 330px;
    margin-right: 20px;
}

.user-friendly {
    text-align: center;
}

.user-friendly h1 {
    font-size: 22pt;
}

.user-f-bg {
    background-color: #FDF4EF;
}

.user-friendly p {
    font-size: 12pt;
}


/* VPS-Hosting_page Styling */

.openvs-vps span {
    color: #E96629;
    font-style: normal;
}

.vps-heading {
    text-align: center;
}

.whyvps h1 {
    font-size: 10pt;
}

.pad-ali {
    width: 1000px;
    padding: 30px 0px;
}

.marginL {
    margin-left: 73px;
    padding-right: 95px;
}

.white-vps h1 {
    color: #404040;
}

.freetools-vps h1 {
    color: #404040;
    text-align: center;
}

.vps-head-price h3 {
    font-size: 44pt;
}

.vps-head-price p {
    text-align: center;
}

.vps-head-price h3 span {
    font-size: 14pt;
}

.features-cards-vps .card .card .card-header {
    height: 45px;
}

.features-cards-vps .card .card .card-header p {
    margin-top: -6px;
    font-weight: 550;
}

.features-cards-vps .card .card-body {
    height: 240px;
}

.features-cards-vps .card .card-body ul li {
    list-style: none;
    display: inline-block;
    font-size: 10pt;
    height: 10px;
    margin-left: 10px;
}

.features-cards-vps .card .card-body ul {
    line-height: 15px;
}

.In-house-built ul li {
    line-height: 26px;
}

.In-house-built ul li i {
    color: #E96629;
}

.styling .col-md-3 {
    padding: 0px 30px;
}

.styling img {
    height: 70px;
}

.header-paras h6 {
    font-size: 15pt;
    font-weight: 500;
}

.header-paras p {
    font-size: 12.5pt;
    font-weight: 350;
    line-height: 22px;
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
}


/* .accordion-item .accordion-header h2 {} */

.accordion-item .accordion-header button {
    background-color: #F8F8F8;
    font-size: 14pt;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #F8F8F8;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #E96629;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-body {
    background-color: #F8F8F8;
    text-align: justify;
}

.features-cld {
    position: relative;
    width: 1000px;
    align-items: center;
    flex-wrap: wrap;
}

.features-cld {
    width: 1090px;
}

.features-cld .col-md-6 {
    width: 400px;
}

.features-cld .imgbx img {
    height: 60px;
    position: absolute;
    top: 10px;
    left: 50px;
}

.features-cld .content {
    margin-left: 110px;
}

.features-cld .content h3 {
    font-size: 11pt;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: 5px;
}

.features-cld .content p {
    font-size: 9pt;
    text-align: justify;
}

.features-cld .imgbx2 {
    position: absolute;
}

.features-cld .imgbx2 img {
    height: 60px;
    position: relative;
    top: 10px;
    left: 40px;
}

.features-vps .content-vps {
    color: white;
}

.features-vps .content-vps p {
    margin-bottom: 0;
}

.features-vps .imgbxvps img {
    height: 60px;
    position: relative;
    top: 0px;
    left: 40px;
}


/* dedicated styling */


/* 
.feautres-dedicated {
    height: 250px;
} */