.dns-home-section{
    background-image: url("../../image/wizname-dns-hero-image.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
      /* border-bottom-right-radius: 50% 5%;
  border-bottom-left-radius: 50% 5%; */
}

.dns-home-contents{
    padding: 180px;
    text-align: center;
}

.dns-section-title{
    font-size: 60px;
    font-weight: 800;
}

.dns-section-para{
    font-size: 20px;
}

.dns-firstcol-d-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.anycast-section{
    padding-top:100px;
    background-color: #fff;
}

.section-title{
    font-size: 50px;
    font-weight: 800;
}

.dns-details-section{
    padding-top: 50px;
    background-color: #f7f3fe;
}

.example-section{
    margin-top: 50px;
    padding-top: 100px;
    background-color: #191627;
    padding-bottom: 100px;
    
}

.example-head{
    color: #fff;
    text-align: center;
}

.world-details{
    padding-top: 80px;
}

.world-detail-footer{
    color: #fff;
    text-align: center;
}

.contry-list-section{
    padding-top: 80px;
}

.country-list-head{
    text-align: center;
}

.table-setup{
    padding-top: 50px;
    padding-bottom:30px;
}

.table-header{
    
    border-bottom: 1px solid #ccc;
}

.table-data{
    
    padding: 10px 0 0 0 !important;
    border-bottom: 1px solid #ccc;
    
}

.under-tbl{

    padding-top: 50px;
}

.search-banner{
    margin-bottom: 150px !important;
}

.search-part{
    padding-top: 60px;
}

.search-banner-input{
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #232323;
}

.search-banner-input:focus{
    outline: 1px solid #11ff00;
}

.search-banner-btn{
    width: auto;
    padding: 10px 20px;
    color: #fff;
    background-color: #029fe2;
    border: 1px solid #029fe2;
    transition: .3s ease;
}


.search-banner-btn:hover{

    background-color: #101047;
    border: 1px solid #101047;
    transition: .3s ease
}

.country-list-para-det{
    text-align: right;
}

.justify-clas{
    text-align: justify !important;
}

.dns-small-card-flex{
    display: flex;
    justify-content:center;
}

.dns-small-card-flex-body{
    display:flex;
    flex-direction: column;
    align-content: center;
    align-items:center;

}

.dns-details-card{
    /* border:1px solid #029fe2; */
    height:100%;
    padding:30px;
    background-color:#101047;
    color:#fff;
    transition: .3s ease-in-out;
}

.dns-details-card:hover{
transform: translateY(-10px);
transition: 0.3s ease-in-out;

filter: drop-shadow(1px 4px 6px black);
}


.dns-spec-banner-title{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.dns-spec-banner-con-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spec-banner-cont-flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.anycast-section-btn{
    background-color: #029fe2;
    padding: 10px 20px;
    color:#fff !important;
    width: 50%;
   transition: 0.3s ease-in-out;
}


.anycast-section-btn:hover{
    background-color: #101047;
   
   transition: 0.3s ease-in-out;
}

.example-dns-section-title{
    margin-top: 50px ;
}

.world-details-col-left
{
position: relative;
}

.world-details-col-left::after
{
    content: "";
    position: absolute;
    background-color: #029fe225;
    right: -10px;
    height: 100%;
    width: 1px;
    top: 0;
   
}

.phone-dns-flex{
    margin-top:30px ;
}

@media (max-width:1000px)
{
    .table-data{
        padding: 0;
        margin: 0;
    }


    .under-tbl{

        padding-top: 60px;
    }
    
    .dns-home-contents{
        padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 30px;
    }
    
    .country-list-para-det{
        text-align: left !important;
        display: inline-block;
        float: right;
        margin-top: -32px;
    }
    
    .country-details-row-pad{
        padding:10px 0;
    }
    
    .country-list-para-det>img{
        width:25px;
    }
    
    .country-list-table-sub{
            margin-bottom: -23px;
    }
    
    .dns-section-title{
        font-size: 50px;
    }
    
    .anycast-section{
        padding-top: 80px;
    }
    
   
    
}

@media screen and (max-width:992px)
{
    .full-width{
        width: 100% !important;
    }
    
    .example-section{
        text-align: center;
    }
    
   .cen-title{
    text-align: center;
    margin-bottom: 30px;
   }
}


@media screen and (max-width:767px)
{
    .anycast-section-btn{
  
        width: 60%;
    
        text-align: center;
    }
    .phone-dns-flex{
        display: flex;
        justify-content: center;
    }
    
}


@media screen and (max-width:345px)
{
    .anycast-section-btn{
  
        width: 80%;
    
     
    }
   
    
}

@media screen and (max-width:991px)
{
    .world-details-col-left::after
{
  display: none;
   
}
}



@media screen and (max-width:991px)
{
    .dns-ban-flex-full{
        width:100% !important;
    }
    
    .dns-flex-pos{
    display:flex;
    justify-content:center;
}

.banner-title-dns-size{
    font-size:40px;
}
}