a:hover {
    text-decoration: none !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    background: #fff;
}

header {
    background: #233751;
}
.scroll_tabs .tabs.fixed {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 9;
    /* Make sure it stays above other content */
    
    
}
.scroll_tabs .tabs{
    width:100%;
    text-align: center;
    background-color: white;
    /* Optional: for better visibility */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.scroll_tabs .tabs a.tablinks {
    font-size: 15px;
    color: #000;
    padding: 20px 15px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.scroll_tabs .tabs a.tablinks.active{
    position: relative;
}
.scroll_tabs .tabs a.tablinks.active:after{
    content: "";
    height: 4px;
    background: #0C6EFD;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;

}
.tabcontent {
    display: none;
}

header .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55);
    font-weight: 600;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

header .navbar-nav .active .nav-link {
    color: #fff;
}

header .navbar-nav .nav-link:hover {
    color: #fff;
}

header .nav-request {
    background: #0C6EFD;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    display: block;
    margin-left: .8rem;
    font-weight: 600;
}

header .nav-request:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}


.banner_section {
    position: relative;
}

.banner_section img {
    width: 100%;
}

.banner_section .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 430px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 1;
}

.banner_section .caption h1 {
    color: #fff;
    font-weight: 600;
    line-height: 120%;
    font-size: 42px;
}

.banner_section .caption p {
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    /* font-weight: 100; */
    margin-bottom: 25px;

}

.white-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 44px;
    border: 0;
    text-decoration: none;
    color: #007bff;
}

.nav-tabs {
    border: 0;
    justify-content: center;
    box-shadow: 0 0 10px #bab6b6;
}


.nav-tabs li {
    margin: 0 25px;
}

.nav-tabs li a {
    font-size: 15px;
    color: #000;
    padding: 20px 0;
    display: block;
    font-weight: 600;
    text-decoration: none;
}

.nav-tabs li a.active {
    position: relative;
}

.nav-tabs li a.active:after {
    content: "";
    height: 4px;
    background: #0C6EFD;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

h2.head2 {
    font-size: 38px;
    line-height: 110%;
    /* font-weight: 100; */
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

h2.head2:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.pricing-dashboard.pricing h2.head2:after {
    display: none;
}
.pricing-dashboard.pricing h2.head2{
    margin-bottom: 0px;
    padding-bottom: 20px; 
}

.sub_para {
    font-size: 22px;
    line-height: 120%;
}

.video video {
    width: 100%;
    border-radius: 24px;
    border: 4px solid #1FAAF0;
}

.video img {
    width: 100%;
}


.Sitemap_tab {
    background: #233751;
    padding: 70px 0;
    margin: 70px 0;
}

p.large_p {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}
.pricing-dashboard.pricing p.large_p {
    color: #333;
}
.white_text {
    color: #fff;
}

h2.white_text:after {
    background: #fff;
}

ul.nav.nav-button li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

ul.nav.nav-button li a {
    background: #fff;
    color: #ffff;
    padding: 18px 50px;
    display: inline-block;
    margin: 0 13px;
    text-align: center;
    border-radius: 50px;
    line-height: 120%;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

@media (min-width:1400px) {
    ul.nav.nav-button li a {
        padding: 18px 80px;
    }
}

ul.nav.nav-button {
    justify-content: space-between;
    margin-bottom: 40px;
    padding-top: 20px;
}

ul.nav.nav-button li a:hover,
ul.nav.nav-button li a.active {
    background: #1D94D2;
    color: #fff;
}

.Sitemap_tab .video {
    margin-top: 50px;
}




.head3 {
    font-size: 35px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 15px;

}

.para3 {
    font-size: 15px;
    line-height: 120%;
}

ul.flax_radio {
    display: flex;
    justify-content: center;
    list-style: none;
    max-width: 493px;
    margin: 30px auto 30px;
    flex-wrap: wrap;
    padding-left: 0;
}


ul.flax_radio li {
    background: #EBE9E9;
    padding: 15px 18px;
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
    border-radius: 30px 0 0 30px;
    color: #6C6C6C
}


ul.flax_radio li.active {

    background: #0C6EFD;
    box-shadow: 0 0px 7px #08449b inset;
}

ul.flax_radio li.active label {
    color: #fff;
}

ul.flax_radio li:last-child {
    border-radius: 0 30px 30px 0px;
    box-shadow: 0 0px 7px #d3d0d0 inset;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #6C6C6C;
    font-size: 16px;
    margin-bottom: 0;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border: 4px solid #233751;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #233751;
    position: absolute;
    top: 2px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked+label:before {
    border: 1px solid #fff;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.inner_wrap {
    text-align: center;
    max-width: 887px;
    margin: auto;
}


.search_gruop {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 0px 7px #d3d0d0;
    border-radius: 40px;
    overflow: hidden;
}

.search_gruop .search_text {
    flex: 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
    height: 48px;
    border: 0;
    padding: 0 20px 0 60px;
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center left 18px;
}

.search_gruop .search_text:focus {
    outline: none;
}

.search_gruop .get_started {
    flex: 0 0 220px;
    max-width: 220px;
    background: #0C6EFD;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    height: 50px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.why_choose {
    background-image: linear-gradient(to right, #0c6efd, #0667eb, #035fda, #0258c8, #0351b7, #0351b7, #0351b7, #0351b7, #0258c8, #035fda, #0667eb, #0c6efd);
    padding: 70px 0;
    margin: 70px 0;
}

.white_bx {
    background: #fff;
    padding: 30px;
    min-height: 180px;
    border-radius: 15px;
    border: 2px solid #999797;
    text-align: center;
    min-height: 233px;
}

.flex_gr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.white_bx p.text_ {
    margin: 0;
    line-height: 120%;
}

.white_bx strong {
    display: block;
}

label.text_label {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-left: 14px;
}

label.text_label .num {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
}

.col_tab {
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
    padding: 30px;
}

ul.left_nav {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 20px;
}

ul.left_nav li a {
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
    display: block;
    margin: 42px 0;
    position: relative;
    margin-left: 40px;
    text-decoration: none;
}

ul.left_nav li a:after {
    content: "";
    width: 100px;
    position: absolute;
    height: 2px;
    background: #777777;
    left: 0;
    bottom: 0;
}

ul.left_nav li a .i_tag {
    position: absolute;
    left: -44px;
    width: 33px;
    display: block;
    text-align: center;
}



ul.left_nav li a.active {
    color: #0C6EFD
}

ul.left_nav li a.active:after {
    background: #0C6EFD
}

ul.left_nav li:last-child a {
    margin-bottom: 0;
}

ul.left_nav li:first-child a {
    margin-top: 0;
}


.tab_img {
    margin: 0;
    position: relative;
}


.tab_img {
    margin: 0;
    background: #E8F2FF;
    text-align: right;
    border-radius: 15px;
}

figure.tab_img img {
    margin-bottom: 50px;
    width: 100%;
}


.tab_caption {
    background: rgba(35, 55, 81, .9);
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    position: absolute;
    bottom: 0;
    max-width: 500px;
}

.tab_caption p {
    font-size: 13px;
    margin: 0;
    color: #fff;
    line-height: 130%;
}

.tab_caption .tab_head {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}


.pricing {
    background: #1D94D2;
    padding: 70px 0;
    margin: 70px 0;
}
.pricing-dashboard.pricing{
    background: transparent;
    padding: 0px;
    margin: 0px ;
}
.card-plan {
    background: #0C6EFD;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.top_sec h3 span {
    display: block;
    font-size: 24px;
}


.top_sec {
    background: #233751;
    color: #fff;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 90% 90%;
    padding: 0 20px;
    margin: 0 -20px;
}

.body_card {
    margin: 30px;
    color: #fff;
    text-align: center;
}
.body_card .body_txt{
    min-height: 174px;
}
.card_bg {
    background: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
    border-radius: 15px;
}

.tab_contents.tab-content {
    margin-top: 0;
}

.plan_buy {
    color: #000;
    background: #fff;
    width: 90%;
    max-width: 180px;
    display: block;
    padding: 6px 0;
    border-radius: 54px;
    margin: 10px auto 0;
    border: 1px solid #0C6EFD;
    text-decoration: none;
    font-size: 14px;
}

.plan_active .plan_buy:before {
    content: "\f00c";
    font: normal normal normal 18px / 1 FontAwesome;
    margin-right: 8px;
}

.plan_active {
    background: #fff;
    border: 2px solid #ddd;
}

.plan_active .top_sec {
    background: transparent;
    color: #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 85%;
    margin: auto;
}

.plan_active .body_card {
    color: #000;
    margin-top: 60px;
}

.redirect-sec {
    background-image: url(../images/redirect.png);
    background-size: 100% 100%;
    height: 329px;
    display: flex;
    margin: 70px 0px;
    border-radius: 25px;
}

.content-group {
    max-width: 712px;
    margin: auto;
    text-align: center;
}

.content-group p {
    font-size: 34px;
    color: #fff;
    text-align: center;
    line-height: 140%;
    margin-bottom: 20px;
}

.content-group .btn {
    background-color: #0d6efd;
    font-weight: 400;
    border-radius: 10px;
    max-width: 300px;
    padding: 12px;
    display: block;
    margin: auto;
}

.get-lang img {
    width: 100px;
}

footer {
    background: #233751;
    /*    padding: 10px 0 !important;*/
}

.b-link {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 6px;
}

.b-link li a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.copyright {
    color: #fff;
    margin-top: 6px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

ul.social-links {
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-links li a {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
}

ul.social-links li a svg {
    fill: #fff;
}

@media (max-width: 1366px) {
    .banner_section .caption h1 {
        font-size: 36px;
    }

    .head3 {
        font-size: 30px;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label,
    .search_gruop .get_started,
    .card-plan p {
        font-size: 15px;
    }

    .banner_section .caption p,
    p.large_p {
        font-size: 16px;
    }

    .sub_para {
        font-size: 18px;
    }

    ul.nav.nav-button li a {
        font-size: 14px;
        padding: 18px 65px;
    }

}

@media (min-width: 992px) and (max-width:1200px) {
    ul.nav.nav-button li a {
        padding: 18px 45px;
    }
}

@media (max-width: 991px) {
    .nav-tabs li {
        margin: 0 8px;
    }
  .Sitemap_tab  ul.nav.nav-button{
    justify-content: center;
  }

    .nav-tabs li a {
        font-size: 13px;
    }

    .scroll_tabs {

        overflow-x: auto;
        max-width: 90%;
        margin: auto;
    }

    .scroll_tabs ul.nav.nav-tabs {
        flex-wrap: nowrap;
    }

    .plan_active .top_sec {
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.left_nav {
        display: flex;
    }

    ul.left_nav li a {
        margin: 0 25px 0 42px;
    }

    .card-plan {
        height: auto;
        margin: 20px;
    }

    .banner_section .caption h1 {
        font-size: 33px;
    }

    .banner_section .caption p {
        font-size: 16px;
    }

    .banner_section img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        object-position: 72% 0;
    }

    section.banner_section:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .3);
    }

    h2.head2 {
        font-size: 32px;
    }

    ul.social-links,
    .b-link {
        margin: auto;
    }

    p.copyright {
        margin: 11px auto;
    }

    ul.nav.nav-button li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    ul.nav.nav-button li a {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .scroll_mid {
      display: none;
    }


    ul.left_nav {
        display: flex;
        width: 1019px;
    }

    ul.left_nav li a:after {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .white_bx {
        height: auto;
        margin: 10px 0;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        font-size: 11px;
    }

    ul.flax_radio li {
        padding: 15px 8px;
    }

    .tab_caption {
        margin: -14px 8px 0 8px;
        z-index: 1;
        position: relative;
        border-radius: 0 0 10px 10px;
    }

    figure.tab_img img {
        margin-bottom: 0;
    }

    .card_bg {
        padding: 0;
    }

    .search_gruop {
        flex-wrap: wrap;
    }

    .banner_section .caption h1 {
        font-size: 28px;
    }


    .scroll_tabs,
    .d_reports-tab,
    .scroll_mid,
    .col_tab {
        display: none;
    }

    .col_tab {
        box-shadow: none;
    }

    .pricing {
        margin-bottom: 0;
    }

    .domain-list-table {
        height: 350px;
        overflow: auto;
    }
}

@media (max-width: 575px) {
    .head3 {
        font-size: 24px;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        padding-left: 36px;
    }

    .content-group p {
        font-size: 24px;
    }

    ul.nav.nav-button li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.nav.nav-button li a {
        width: 100%;
        height: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 9px 0;
    }

    .search_gruop .search_text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search_gruop {
        border-radius: 10px;
    }

    .search_gruop .get_started {
        flex: 0 0 70px;
        max-width: 70px;
        font-size: 13px;
        padding: 10px;
    }

    p.copyright {
        text-align: center;
    }
}



/*dashboard new design start*/
/*.dadhboard_detail_inner .container {
    background: #F3F8FE;
    padding: 30px 30px 40px;
    margin-top: 40px;
    border-radius: 8px;
}*/

/*.list_header {

    margin-bottom: 30px;
    color: #333;
}*/

.dadhboard_detail_inner table {
    width: 100%;

}

.dadhboard_detail_inner table th,
.dadhboard_detail_inner table td {
    padding: 10px;
    font-size: 16px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dadhboard_detail_inner table th {
    padding: 15px 10px;
}

.dadhboard_detail_inner table th {
    background: #1B2D45;
    color: #fff
}

.dadhboard_detail_inner table td:first-child {
    white-space: nowrap;
    /* Prevents text wrapping */
    overflow: hidden;
    /* Hides the overflowing text */
    text-overflow: ellipsis;
    /* Adds an ellipsis (...) at the end of the text */
    max-width: 140px;
}

.dadhboard_detail_inner table tr th:first-child {
    border-top-left-radius: 10px;
}

.dadhboard_detail_inner table tr th:last-child {
    border-top-right-radius: 10px;
}



.search_keyword {
    position: relative;
    display: flex;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 8px;
}

.select_dropdown {
    border: 0;
    height: 45px;
    padding: 8px 10px;
    border-radius: 8px;
    -webkit-appearance: none;
    outline: 0;

}

.select_drp {
    position: relative;
    /* To position the ::after pseudo-element relative to this container */
    display: inline-block;
}

.select_drp:after {
    content: "";
    /* Ensures the pseudo-element is visible */
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 2px;
    /* Adjust width of the border */
    background-color: #ddd;
    top: 2px;
}

.dadhboard_detail_inner table td img {
    margin-bottom: 8px;
}

.dadhboard_detail_inner table td {
    /*text-align: center;*/
    background: #fff;
}

.search_keyword .btn_sbmt {
    position: absolute;
    height: 46px;
    width: auto;
    top: 0;
    background: #0C6EFD;
    border: 0;
    right: 0;
    width: 45px;
    border-radius: 0px 5px 5px 0px;
}

.search_keyword .input_search {
    padding: 10px 30px 10px 40px;
    min-width: 450px;
    border: 0;
    color: #bbb;
    border: 0;
    margin-left: -8px;
    height: 45px;

}

.actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    text-align: center;
}

.search_keyword ::-webkit-input-placeholder {
    color: #bbb;

}

.search_keyword img.img_search {

    left: 12px;
}

.search_keyword img.img_send {

    right: 10px;
}

@media (min-width:768px) {
    .list_header {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-view {
        display: none
    }

    .search_gruop .get_started img {
        display: none;
    }

    .content .justify-between {
        justify-content: space-between;
    }

    .item-end {
        align-items: end;
    }
}

@media (max-width:767px) {
    .card_content {
        margin-top: 10px;
    }

    .search_gruop .get_started span {
        display: none;
    }

    .search_gruop .get_started img {
        height: 35px;
        width: 35px;
    }

    .detail_card {
        margin-top: 10px;
    }

    .search_keyword .input_search {
        min-width: 100%;
    }

    .search_keyword {
        margin-top: 15px;
    }

    .content ul.download_list.download_list_center {
        padding: 0;
        justify-content: flex-start;
    }
}

/*dashboard new design end*/


.filtersBox .filter-select-div {
    margin-right: 16px;
}
.filtersBox .filterSelect {
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    outline: 0;
    height: 45px;
    border-radius: 26px;
}