.zheader {
    background: linear-gradient(90deg, #1B874E 0%, #084323 100%);
    color: #fff;
    text-align: center;
}
.changePrice{
display:none;
}
.zw-product-header {
    background: linear-gradient(90deg, #1B874E 0%, #084323 100%);
}

.zw-template-inner {
    margin: 0;
    background: 0;
}
.zheader .zbottom-cta {
    margin-top: 25px;
}

.zheader .brdr-cta {
    color: #fff;
    border-color: #fff;
}
.zheader h1 {
    font-size: 60px;
    max-width: 750px;
    margin: 0 auto 15px;
}

.zw-template-inner>section {
    padding: 80px 0;
}

.zpopurlar-other-tlds h2 {
    text-align: center;
    font-size: 46px;
}

.zpopurlar-other-tlds h2 + p {
    text-align: center;
    max-width: 450px;
    margin: 0 auto 20px;
}

.zwc-flex {
    display: flex;
    justify-content: space-between;
}

.zwc-load-tlds {
    max-width: 1040px;
    margin: 30px auto 0;
}

.zwc-load-tlds table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    text-align:center;
}
.zwc-load-tlds tr {
    border-bottom: 1px solid #e5e5e5;
}
.zwc-load-tlds tr td,.zwc-load-tlds tr th{
    padding:10px;
}
.zwc-load-tlds tr.ztlds-table-header{
    font-family: var(--secondaryfont-semibold);
    background: linear-gradient(90deg, #1B874E 0%, #084323 100%);
    color:#fff;
    font-size:20px;
}
.ztlds-table {
    margin-top: 25px;
}
.zwc-load-tlds tr td:first-child{
color:rgba(27, 136, 78, 1);
        font-family: var(--secondaryfont-semibold);
        font-size:20px;
}

.zpopular-tlds {
    margin-bottom: 80px;
}

.zwhy-domains {
    background: rgba(223, 242, 182, 1);
    margin: 30px 0;
}


.zwhy-domains h2 {
    font-size: 40px;
    text-align: center;
    font-family: var(--zf-primary-medium);
}

.zwhy-domains-inner {
    display: flex;
    flex-wrap: wrap; 
    max-width: 1040px;
    margin: 50px auto 0;
    gap: 40px 0; 
    justify-content: space-between;
}

.zwhy-domains-inner > div {
    flex: 1 1 32%; 
}

.zwhy-domains-inner>div p {
    font-family: var(--secondaryfont-semibold);
    max-width: 210px;
    margin: 0 auto;
    padding-top: 65px;
position: relative;
}

.zbottom-section {
    text-align: center;
}

.zbottom-section h2 {
    font-size: 40px;
    font-family: var(--zf-primary-medium);
}

.brdr-cta {
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 8px 30px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.zbottom-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.zerror-msg {
    font-size: 11px;
    color: #ff0000;
    display: none;
}
.zwc-popular-select {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-family: var(--zf-primary-semibold);
    font-size: 13px;
    margin: 20px auto 10px;
    padding: 8px 20px 8px 8px;
    box-sizing: border-box;
    margin-left: 8px;
}

.zwc-select {
    font-family: var(--secondaryfont-semibold);
    font-size: 14px;
}

.zwc-search input {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    margin: 20px auto 10px;
    padding: 8px 30px 8px 8px;
    box-sizing: border-box;
}
.zwc-search{
     position:relative;
}
.zwc-search:after {
    content:'';
    position: absolute;
    background: url(/sites/zweb/images/zoho_general_pages/zh-searchicon.svg) no-repeat;
    right: 8px;
    top: 26px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    cursor: pointer;
    transform: scale(0.6);
    margin: auto;
    background-size: 20px auto;
}
.zwc-ftr-image {
    position: relative;
}
.zwc-ftr2 {
    position: absolute;
    bottom: -20px;
    transition: all 1sease-in-out;
    opacity: 0;
    transform: scale(0.91);
}
.middle-animated .zwc-ftr-image .zwc-ftr2 {
    opacity: 1;
    transform: scale(1);
}
.zwc-bottom-img {
    margin-bottom: 50px;
}
.zwhy-domains-inner>div p:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 48px;
    background-image: url(/sites/zweb/images/domains/pricing/domains-pricing-sprite.png);
    background-size: 300px auto;
    top:0;
    left:0;
}


.zwhy-domains-inner>div.zwc_icons-privacy p:before{
    background-position:-50px 0;
}
.zwhy-domains-inner>div.zwc_icons-support p:before{
    background-position:-100px 0;
}
.zwhy-domains-inner>div.zwc_icons-security p:before{
    background-position:-150px 0;
}
.zwhy-domains-inner>div.zwc_icons-tools p:before{
    background-position:-200px 0;
}
.zwhy-domains-inner>div.zwc_icons-pricing p:before{
    background-position:-250px 0;
}
@media screen and (max-width:1100px){
.zwc-load-tlds tr.ztlds-table-header {
    background: #106337;
}
}
@media screen and (max-width:991px){
    .zheader h1 {
    font-size: 50px;
    }
    .zw-template-inner>section {
    padding: 60px 0;
}
    .zpopurlar-other-tlds h2,.zwhy-domains h2,.zbottom-section h2 {
    font-size: 36px;
}
    .zwc-load-tlds tr.ztlds-table-header,.zwc-load-tlds tr td:first-child {
    font-size: 18px;
}
    .zwhy-domains-inner>div {
    flex: 1 1 48%;
}
}
@media screen and (max-width:767px){
    .zheader h1 {
    font-size: 40px;
    }
.ztlds-table-header th {
    vertical-align: middle;
}
    .zw-template-inner>section {
    padding: 40px 0;
}
    .zpopurlar-other-tlds h2,.zbottom-section h2,.zwhy-domains h2 {
    font-size: 30px;
}

    .zwc-load-tlds tr.ztlds-table-header,.zwc-load-tlds tr td:first-child,.zwc-load-tlds tr td {
    font-size: 16px;
}
    .zwhy-domains-inner>div {
    flex: 1 1 100%;
}
    .zwhy-domains-inner {
    margin: 30px auto 0;
    }
}
@media screen and (max-width:480px){
    .zheader h1 {
    font-size: 30px;
    }
    .zw-template-inner>section {
    padding: 40px 0;
}
    .zpopurlar-other-tlds h2,.zbottom-section h2,.zwhy-domains h2 {
    font-size: 26px;
}

    .zwc-load-tlds tr.ztlds-table-header,.zwc-load-tlds tr td:first-child,.zwc-load-tlds tr td {
    font-size: 14px;
}
.zbottom-cta{
    display:block;
}
    .zbottom-cta a{
        display:block;
        max-width: max-content;
        min-width: 200px;
        margin: 0 auto;
    }
    .zbottom-cta a.brdr-cta {
    margin-top: 20px;
}
.zwc-flex {
    display: block;
}

.zwc-search,.zwc-select {
    max-width: max-content;
    margin: 0 auto;
}
}
@media screen and (max-width: 380px) {
    .zheader h1 {
        font-size: 26px;
    }
    .zpopurlar-other-tlds h2,.zbottom-section h2,.zwhy-domains h2 {
    font-size: 22px;
}
    .zwc-load-tlds tr.ztlds-table-header,.zwc-load-tlds tr td:first-child,.zwc-load-tlds tr td {
    font-size: 12px;
}
}