.nav-menu .main-menu a {
    color: #2e0547;
}

.hosting-page-header{
    background-color: #f8f6fa;
}

@media (min-width: 1440px) {
    .menu-wrap.desktop-view .nav-menu .container {
      max-width: 1440px;
    }
}

.hosting-page-header .cta-buttons{
    padding-top: 25px;
}


.domain-features{
    padding: 45px 10px;
}

.what-do-you-get .domain-features{
    background: url('../../../uploads/website_images/svg/domains/dashes.png');
    background-repeat: no-repeat;
    background-position: center;
}

.domain-features p{
    font-family: 'Roboto';
}
.domain-features ul{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2E0547;
    font-family: 'Roboto';
}

.d-cont{
    text-align: center;
    color: #2E0547;
}

.d-cont .title{
    padding: 25px 10px;
    font-size: 27px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.d-cont .subtitle{
    font-size: 16px;
    font-family: 'Roboto';
    color: #5C4D65;
}

/*End Why Choose Use*/
.hosting-page-header .cta-buttons a{
    margin-right: 15px;
    padding: 22px 30px;
}
.hosting-page-header .cta-buttons a.btn-default-white{
    background: unset;
}

.service-text h1 {
    font-size: 60px;
}
span.orange {
    position: relative;
}
span.orange:after {
    position: absolute;
    content: '';
    width: 95%;
    height: 15px;
    background-color: #FE827D;
    left: 2%;
    bottom: 5px;
    opacity: .3;
}


h3.discounted-extensions{
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
.promo-extension-header{
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
    padding: 8px;
    margin: 5px;
    text-align: center;
    border: 1px solid #C6CBF2;
    border-radius: 10px;
    max-width: 23%;
}
.tldName{
    color: #391385;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}
.tldPrice{
    color: #ff5a5a;
    font-size: 22px;
    font-weight: 700;
}
.tldOldPrice{
    text-decoration: line-through;
}
.registerButton{
    margin-top: 10px;
}
.registerButton .btn-default-orange-fill {
    padding: 7px 25px;
}


.hostArmada-domains .included {
    color: #7459AA;
    margin-bottom: 25px;
}

.hostArmada-domains .included i {
    color: #ff5a5a;
}
.top-banner{
    padding-top: 100px;
}
.top-banner .heading{
    padding-top: 0px;
    font-size: 30px;
    padding-right: 25px;
}
.top-banner .subheading {
    margin-bottom: 40px !important;
    padding-top: 0px !important;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-right: 25px;
}
ul.domain-features-header {
    color: #fff;
    list-style: none;
    margin: 15px 0px;
}
ul.domain-features-header > li{
    padding: 5px;
}
ul.domain-features-header > li i.fas{
    color: #FF5A5A;
    margin-right: 10px;
}
.hostArmada-domains .isometric-illustration-domains {
    position: absolute;
    top: 143px;
}

.hostArmada-domains .top-banner .heading {
    margin-top: 70px;
    text-align: center;
    color: #fff;
}
.domain-logo{
    background: url("../../../uploads/website_images/svg/domains/domain-extensions/single/domain-logo-bg.svg");
    width: 153px;
    height: 204px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 112px;
    padding-left: 12px;
    margin: auto;
}
.domain-logo img{
    width: 120px;
}
.domain-extension-main-img{
    position: relative;
    top: -650px;
    left: 90px;
    z-index: 999;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    font-size: 12px;
    width: 70px;
    text-align: center
}
.main-buttons{
    text-align: center;
    padding-top: 0px;
}
.main-buttons a.btn-header{
    min-width: 300px;
}
.single-extension-img{
    text-align: center;
    line-height: 47px;
    width: 250px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 27px;
    border: 3px solid #ff5a5a;
    font-size: 20px;
    font-weight: 800;
    color: #391385;
}
.single-extension-img img{
    max-width: 100px;
}
/*Domain Search*/
.hosting-page-header h1{
    font-size: 60px;
    line-height: 75px;
}
.domain-search-pricing h2 {
    font-weight: 800;
}
/*End Domain Search*/
.service-text-section{
    background-color: #fff;
}

.domain-dot:after{
    content: '.';
    position: absolute;
    font-size: 1.5em;
    color: #6840DB;
    left: -13px;
    bottom: 6px;
    z-index: 9;
}
/*Domain Information*/

.pricing-info{
    display: flex;
}
.d-container{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0 #6e6e6e1a;
    padding: 5px 15px;
    margin: 5px;
    font-family: "Euclid Circular B";
    font-size: 16px;
    font-weight: 500;
}
.d-container span.price{
    margin-left: 15px;
    color: #f98783;
}
.pricing-info-cta a{
    font-size: 16px;
    font-weight: 600;
    color: #8972CB;
    text-decoration: none;
}
.pricing-info-cta a:hover{
    color: #2e0645;
}
.hosting-page-header {
    background: url(../../../uploads/website_images/svg/domains/domain-icon-bg.png), linear-gradient(to bottom, #f5f6fc, #ffffff);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;
}

section.domain-information{
    background: url(../../../uploads/website_images/svg/opensource-hosting/pattern.svg), #392649;
    padding-bottom: 100px;
    color: #2e0547;
}
.domain-information .container.domain-info-c{
    background: url('../../../uploads/website_images/svg/domains/dashes.png');
    background-repeat: repeat-y;
    background-position: 75px;
    padding-top: 50px;
}

.domain-info{
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;
    color: #391385;
}
.domain-info h3{
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 20px;
    text-align: left !important;
    color: #2e0645;
}
.domain-info p{
    font-size: 15px;
}
.domain-info ul{
    list-style: circle;
}
.d-circle{
    background-color: #fff;
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    border-radius: 50%;
}

.connector{
    border-top: 2px solid #fff;
    position: relative;
    top: -60px;
    left: 110px;
}
.domain-infographic-desktop{
    padding-top: 50px;
}
.domain-infographic-mobile{
    display: none;
}
.dates{
    background-image: url("../../../uploads/website_images/svg/domains/domain-extensions/single/point.svg");
    width: 144px;
    height: 47px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
    left: -9px;

}
.dates h3{
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -20px;
    left: 50px;
}
.dates p{
    margin-top: -5px;
}
p.timeframe{
    text-align: center;
    padding-top: 10px;
}
.domain-infographic-desktop{
    padding: 50px 0px;
}
.domain-infographic-desktop .timeline-dates{
    border-bottom: 2px solid #391385;
}
.period-heading{
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}
.period{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: 35px;
    color: #fff;
    line-height: 35px;
}
.periods div[class^="col-md-"] {
    padding: 0px !important;
    border-left: 2px dashed #ff5a5a;
}
section.domain-information > div > div:nth-child(3) > div.col-md-10 > div > div > div:nth-child(2) > div:nth-child(1)
, section.domain-information > div > div:nth-child(3) > div.col-md-10 > div > div > div:nth-child(3) > div:nth-child(1)
, section.domain-information > div > div:nth-child(3) > div.col-md-10 > div > div > div.row.periods.status > div.col-md-2{
    border: unset !important;
}
.period.registration{
    background-color: #509ED2;
}
.period.renewal{
    background-color: #C23773;
}
.period.redemption{
    background-color: #4D1E97;
}
.period.delete{
    background-color: #E22323;
}
.period.available{
    background-color: #50D291;
}
.period.d-active{
    background-color: #50D291;
}
.period.d-incative{
    background-color: #C51919;
}
.status{
    padding-top: 10px;
}
/*End Domain Information*/
.shared-hosting-pricing-tables{
    background-color: #fff;
}

div.pricing-container{
    width: 100%;
    border-radius: 1.25rem 1.25rem 0rem 0rem;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    color: #391385;
}
div.pricing-container .pricing-plan-name{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    color: #391385;
    padding: 15px;
}
div.pricing-container .pricing-plan-description{
    text-align: center;
    font-size: 15px;
    color: #391385;
    font-style: italic;
}
div.rocket-box{
    background: #fff url("../../../uploads/website_images/svg/shared_hosting/rocket-box.svg");
    height: 187px;
    border-radius: 0 0 2.25rem 2.25rem;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    text-align: center;
}
div.rocket-box .price{
    font-size: 30px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 26px 0px 7px 0px;
}
div.pricing-butons{
    text-align: center;
}
div.compare-all{
    text-align: center;
    margin-top: 15px;
    color: #391385;
    margin-bottom: 50px;
}
div.pricing-container .pricing-butons a{
    margin: 15px;
}
div.pricing-container .pricing-content{

}
div.pricing-content .specs-heading hr {
    border-top: 1px solid #ff5a5a;
    margin: 10px 0px;
}
div.pricing-container .pricing-content ul{
    list-style: none;
    padding-left: 0px;
    font-size: 15px;
}
div.pricing-container .pricing-content ul li{
    padding: 8px;
    text-align: left;
}
div.pricing-container .pricing-content ul li span.hw-specs-icon{
    margin-right: 5px;
}
div.pricing-container .pricing-content ul li span img{
    width: 25px;
    height: 25px;
}
div.pricing-container .pricing-content .specs-heading{
    font-weight: 700;
    font-style: italic;
}
section.hosting-guarantee{
    background-color: #fff;
}
section.hosting-guarantee .service-text hr.hr-title-separator {
    border: 2px solid #391385 ;
}
section.hosting-guarantee .service-text{
    color: #391385 !important;
    padding:20px;
}
div.guarantee-icon {
    float: left;
    padding: 15px;
}
div.guarantee-icon img{
    width: 70px;
    height: 70px;
}
div.guarantee-text{

}
div.guarantee-text h3{
    font-size: 17px;
    font-weight: 600;
    color: #391385;
}
div.guarantee-text p{
    font-size: 12px;
    color: #7459AA;
}
/*End Pricing*/
/*What Do you Get*/

.what-do-you-get div.sec-main{
    background-color: #fff;
}
.what-do-you-get .domain-features{
    color: #2e0547;
}
.what-do-you-get .domain-features h3{
    font-weight: 700;
}
/*End of What Do you Get*/
/*Domain Security*/
section.domain-security{
    background: url(../../uploads/website_images/svg/opensource-hosting/pattern.svg), #392649 ;
    padding-bottom: 100px;
    color: #2e0547;
}
.domain-security div.service-text ,.domain-security div.service-text p{
    color: #fff;
}
.security-icon{
    transition: all 0.3s;
    background-color: #fff;
}
.security-icon.right{
    box-shadow: 0 0rem 1rem rgb(237, 231, 245);
    padding: 40px;
    border-radius: 15px;
    transform: rotate(45deg);
    text-align: center;
    position: absolute;
    left: 175px;
    top: 65px;
    width: 150px;
    height: 150px;

}
div#privacy-protection:hover div.security-icon.right, div#privacy-protection:hover div#right{
    margin-left: 5px;
    background-color: #ffecec;
}
.security-icon.center{
    box-shadow: 0 0rem 1rem rgb(237, 231, 245);
    padding: 30px;
    border-radius: 15px;
    transform: rotate(45deg);
    text-align: center;
    position: absolute;
    width: 230px;
    height: 230px;
}
div#center{

}
div#domain-lock:hover div.security-icon.center, div#domain-lock:hover div#center{
    margin-left: 5px;
    background-color: #ffecec;
}
.security-icon.left{
    box-shadow: 0 0rem 1rem rgb(237, 231, 245);
    padding: 32px;
    border-radius: 15px;
    transform: rotate(45deg);
    text-align: center;
    position: absolute;
    top: -18px;
    left: 175px;
    width: 150px;
    height: 150px;
}
div#free-ssl:hover div.security-icon.left, div#free-ssl:hover div#left{
    margin-left: 5px;
    background-color: #ffecec;
}
.security-icon img{
    transform: rotate(-45deg);
}
.security-text{
    background-color: #fff;
    padding: 28px;
    border-radius: 5px;
    transition: all .3s;
}
.security-text h3{
    font-weight: 600;
}
.security-text p{

}
/*End of Domain Security*/
@media screen and (max-width: 1199px) {
    .domain-extension-main-img{
        top: -660px;
    }

    .hostArmada-domains{
        background-color: #fff;
        background-size: cover;
        height: 1000px;
        background-position: 44% -29px;
        background-repeat: no-repeat;
    }
    .top-banner{
        width: 100%;
        padding-top: 125px;
    }
    .hostArmada-domains .top-banner .heading{
        margin-top: 80px;
        text-align: right;
    }
    .top-banner .subheading{
        margin-right: unset;
        margin-bottom: 20px;
    }
    .registerButton .btn-default-orange-fill{
        padding: 10px 10px;
    }
    .btn-header{
        display: inline-block;
        text-align: center;
        border-radius: 6px;
        min-width: 190px;
        font-size: 14px;
        line-height: 1;
        padding: 15px 15px;
        position: relative;
        letter-spacing: 0.04em;
        font-family: "Montserrat";
        font-weight: 600;
        box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }
    .main-buttons{
        margin-left: auto;
        margin-right: auto;
    }
    .domain-search{
        top: 35px;
    }
    section.domain-search-section{
        height: 200px;
        padding: 50px 0px;
        background: radial-gradient(circle, rgba(107,73,182,1) 0%, rgba(86,44,171,1) 50%, rgba(37,2,107,1) 100%);
    }
    section.domain-extensions{
        margin-top: -150px;
    }
    div.extension-categories-box{
        height: 146px;
    }
    section.domain-security{
        padding: 160px 0px;
    }
}

@media screen and (max-width: 991px) {
    .domain-extension-main-img{
        top: -671px;
    }
    .hostArmada-domains{
        height: 1080px;
        background-position: 39% -22px;
    }
    .hostArmada-domains .isometric-illustration-domains{
        top: 190px;
    }
    .single-extension-img{
        margin-top: 70px;
    }
    .hostArmada-domains .top-banner .heading{
        margin-top: 60px;
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        padding-right: 0px;
    }
    .top-banner .subheading{
        text-align: center;
        margin-bottom: 19px !important;
    }
    .main-buttons{
        text-align: center;
    }
    .btn-header{
        min-width: 160px;
        font-size: 12px;
        padding: 13px 0px;
        margin-right: 0px;
    }
    .domain-search{
        top: 20px;
    }
    section.domain-search-section{
        height: 285px;
    }
    form.domain-form label{
        display: none;
    }
    section.promo-extensions{
        padding-bottom: 140px;
    }
    div.extension-categories-box{
        height: 170px;
    }
    .extension-tld{
        padding: 0px
    }
    .extension-tld h2 a{
        font-size: 20px;
    }
    .extension-box{
        height: 115px;
    }
    .extension-pricing-price h4{
        font-size: 10px;
    }
    .extension-pricing-price p{
        font-size: 10px;
    }
    .extension-name p{
        font-size: 11px;
    }
    .security-icon.right{
        left: 110px;
    }
    .security-icon.left{
        left: 110px;
    }
    /*End Tools*/
    .btn-pricing{
        min-width: 170px;
        padding: 14px 20px;
    }
}

@media screen and (max-width: 767px) {

    .hostArmada-domains{
        background-image: url(../../../uploads/website_images/svg/background.svg);
        background-size: cover;
        height: 100%;
        background-position: 36% 50%;
    }

    .hostArmada-domains .isometric-illustration-domains {
        top: 56%;
        max-width: 100%;
        height: auto;
        left: 16%;
    }
    .domain-extension-main-img{
        top: -410px;
        left: 254px;
    }
    .service-text-section{
        padding-top: 452px;
    }
    ul.domain-features-header{
        color: #4D1E97;
        padding: 0px;
        text-align: center;
    }
    .hostArmada-domains .top-banner .heading{
        color: #4D1E97;
    }
    .top-banner .heading {
        color: #4D1E97;
        margin-top: 60%;
    }
    .top-banner .subheading {
        color: #4d1e97;
    }
    .included {
        color: #7459AA;
    }
    .subheading-big {
        font-size: 25px;
        color: #4D1E97;
    }
    .top-banner {
        margin-top: 0px;
        height: 100%;
    }
    .main-buttons{
        padding-top: 0px;

        padding-bottom: 100px;
    }
    .main-buttons a{
        margin-bottom: 25px;
    }
    section.domain-search-section{
        background: #fff;
        height: 610px;
    }
    .connector{
        display:  none;
    }
    .d-circle{
        margin: auto;
    }

    .promo-domain{
        width: 100%;
    }
    .promo-extension{
        border: none;
    }
    .promo-extension h2{
        font-size: 19px;
    }
    .extension-tld h2 a{
        font-size: 16px;
    }
    .promo-extension h3{
        font-size: 20px;
    }
    div.extension-categories-box{
        height: 100%;
    }
    .extension-tld h2{
        font-size: 20px;
    }
    .extension-pricing{
        display: none;
    }
    .security-icon.center,.security-icon.right,.security-icon.left{
        position: relative;
        top: 0px;
        left: 0px;
    }
    .domain-infographic-desktop{
        display: none;
    }
    .domain-infographic-mobile{
        display: block;
    }
    .domain-infographic-mobile table {
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 40px;
    }
    .domain-infographic-mobile table > thead{
        color: #391385;
    }
    .domain-infographic-mobile table > tbody > tr > td{
        padding: 5px;
        border: 2px solid #fff;
    }
    td.period-length{
        color: #391385;
    }
}

@media screen and (max-width: 576px) {
    .hostArmada-domains{
        background-position: 40% 50%;
    }
    .top-banner .heading{
        margin-top: 60%;
    }
    .domain-search{
        width: unset;
        height: 60%;
    }
    input.domain-input-2{
        padding-right: 0px;
    }
    form.domain-form button.btn-default-orange-fill{
        position: relative;
        top: 20px;
    }
    .domain-extension-main-img{
        top: -852px;
        left: 161px;
    }
    .domain-form{
        text-align: center;
    }
    .domain-search-pricing{
        text-align: center;
    }
    .hostArmada-domains .isometric-illustration-domains{
        left: 12%;
        top: 565px;
    }

    section.domain-extensions{
        padding: 0px;
        margin: 0px;
    }
    .extension-tld h2 a{
        font-size: 12px;
    }
    .slick-next{
        right: 0px;
    }
    .slick-prev {
        left: 0px;
    }
    .service-text{
        margin: 0px;
        padding: 0px;
    }
    .extension-box{
        height: 135px;
        margin-top: 15px;
    }
    section.domain-search-section{
        height: 100%;
    }
    div.extensions-separator{
        top: 0px;
    }
    section.extensions-listing{
        margin-top: -80px;
    }
    .extension-box{
        height: 120px;
    }
    .extension-tld h2{
        font-size: 15px;
    }
    .promo-extension{
        margin-top: 15px;
    }

}

@media screen and (max-width: 335px) {
    .hostArmada-domains{
        background-position: 40% 50%;
    }
    .extension-box{
        height: 100%;
    }


}