.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;
    }
}

    
.domain-search-section{
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f6fa), color-stop(50%, #f8f6fa), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #f8f6fa 0%, #f8f6fa 50%, #ffffff 50%, #ffffff 100%);
}
section.domain-names{
    color: #7459AA;
    text-align: left;
    padding-bottom: 25px;
    overflow: hidden;
}

section.domain-names .domains-bg-img{
    position: absolute;
    left: 27%;
    top: 0px;
}
section.domain-names .header-text{
    padding-top: 200px;
    color: #2e0547;
}
section.domain-names .header-text h1{
    font-size: 49px;
    font-weight: 700;
    position: relative;
}
section.domain-names .header-text h2{
    font-size: 18px;
    margin-top: 16px;
}
section.domain-names .included{
    margin-top: 25px;
    color: #230e58;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}

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: #fa8681;
    margin-right: 10px;
}
.hostArmada-domains .isometric-illustration-domains {
    position: absolute;
    top: 40%;
    left: 45%;
}

.hostArmada-domains .top-banner .heading {
    text-align: center;
    color: #fff;
}

/*Domain Search*/
#get-started{
    margin-top: 50px;
}
.domain-search {
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    width: 100%;
    padding: 40px 50px;
    position: relative;
    border-radius: 5px;
}
.domain-search-pricing h2 {
    font-weight: 800;
}
.domain-search-pricing {
    margin-bottom: 30px;
    color: #2e0547;
    text-align: center;
}
.domain-search-pricing hr{

}
.promo-domain {
    width: 168px;
    margin-top: 40px;
    padding: 30px 35px 20px 35px;
}
.promo-extension {
    text-align: center;
}
div.col-md-12.promo-domain > div > div:nth-child(6){
    border: none;
}
.domain-search-box{
    padding-bottom: 25px;
}
.promo-extension h3{
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #2e0547;
    font-weight: 800;
}
.promo-extension p{
    color: #7459aa;
    font-size: 16px;
    font-weight: 600;
}
.promo-extension p span.old-price{
    text-decoration: line-through;
    color: #fa8681;
    font-size: 14px;
}
.promo-extension p span.new-price{
    color: #8bc34a;
    font-size: 18px;
}
.promo-extension img{
    margin-bottom: 5px;
    height: 50px;
}
.promo-extension a{
    text-decoration: none;
}
.promo-extension a:hover > h3,
.promo-extension a:hover > p{
    color: #fa8681;
}
.extension-select {
    height: 50px;
}
input.domain-input-2 {
    width: 100%;
    height: 70px;
    font-size: 29px;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #fa8681;
    color: #2e0547;
    font-weight: 600;
    font-style: italic;
    padding-right: 140px;
}
input.domain-input-2:focus {
    outline: 0 !important;
    border-color: #fa8681;
}
form.domain-form label {
    cursor: text;
    position: absolute;
    top: 100px;;
    left: 20px;
    width: 100%;
    transition: 0.2s;
    color: #b4a0c1;
}
form.domain-form input:focus + label {
    top: 60px;
    font-size: 13px;
    color: #da7676;
}
input.domain-input-2:valid + label{
    display: none;
}

form.domain-form button.btn-default-orange-fill{
    position: absolute;
    right: 10px;
    top: 80px;
}
/*End Domain Search*/

/*Why Choose Use*/
.service-section{
    background-color: #fff;
    padding: 10px;
    color: #2e0547;
    border-radius: 5px;
    text-align: center;
    min-height: 410px;
    font-size: 14px;
    transition: all 0.3s;
}
.service-section:hover{
    box-shadow: 0 0rem 1rem rgb(237, 231, 245);
    transform: translateY(-5px);
}
.service-section img{
    margin: 15px;
    height: 70px;
}
.service-section div.title{
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
}

.row.section-cta a.btn-default-orange-fill{

}
/*End Why Choose Use*/
/*What Do you Get*/
.what-do-you-get{
    padding-bottom: 120px;
}

.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;
}
.what-do-you-get .sec-main.domain-features div.col-md-4{
    text-align: center;
}

    /*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) {
    img.isometric-illustration-domains{
        width: 400px;
        top: 25%;
        right: 10%;
    }
    .hostArmada-domains{
        background: url(../../uploads/website_images/svg/shared_hosting/header_bg.svg);
        height: 1120px;
        background-size: cover;
        background-position: 37% center;
    }
    .top-banner{
        width: 100%;
        padding-top: 140px;
    }
    .main-buttons{
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    section.domain-extensions{
        margin-top: -150px;
    }
    div.extension-categories-box{
        height: 146px;
    }

}

@media screen and (max-width: 991px) {
    .hostArmada-domains{
        height: 1250px;
    }
    ul.domain-features-header {
        list-style: none;
        margin-top: 25px;
    }
    img.isometric-illustration-domains{
        width: 300px;
        top: 36%;
    }
    .hostArmada-domains .isometric-illustration-domains{
        top: 40%;
        left: 20%;
    }

    .main-buttons{
        margin-top: 56px;
    }
    form.domain-form label{
        display: none;
    }
    form.domain-form button.btn-default-orange-fill{
        top: 120px;
    }
    div.extension-categories-box{
        height: 170px;
    }
    .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*/
    section.domain-names .included{
        font-size: 14px;
    }
}

@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: -785px;
        max-width: 100%;
        height: auto;
        left: 25%;
    }
    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: 45%;
    }
    .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-extensions{
        padding-top: 340px;
    }
    .promo-domain{
        width: 100%;
    }
    .domain-search{
        top: 0px;
    }
    .promo-extension{
        border: none;
    }

    .promo-extension h3{
        font-size: 15px;
    }
    input.domain-input-2{
        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;
    }
    .row.section-cta a.btn-default-orange-fill {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .top-banner .heading{
        margin-top: 60%;
    }
    .domain-search{
        height: 100%;
    }
    input.domain-input-2{
        padding-right: 0px;
    }
    form.domain-form button.btn-default-orange-fill{
        position: relative;
        top: 20px;
    }
    .domain-form{
        text-align: center;
    }
    .domain-search{
        width: unset;
    }
    .domain-search-pricing{
        text-align: center;
    }
    .hostArmada-domains .isometric-illustration-domains{
        left: 15%;
        top: -785px;
    }
    section.domain-extensions{
        padding: 0px;
        margin: 0px;
    }
    div.extensions-separator{
        top: 0px;
    }
    section.extensions-listing{
        margin-top: -80px;
    }
    .extension-box{
        height: 120px;
    }
    .extension-tld h2{
        font-size: 15px;
    }

}
@media screen and (max-width: 420px) {
    .hostArmada-domains .isometric-illustration-domains{
        width: 250px;
        left: 21%;
        top: -687px;
    }
}
@media screen and (max-width: 335px) {
    .hostArmada-domains{
        background-position: 40% 50%;
    }
    .hostArmada-domains .isometric-illustration-domains{
        width: 250px;
        left: 13%;
        top: -700px;
    }
    .extension-box{
        height: 100%;
    }


}

