* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
}
html{
    scroll-behavior: smooth;
}
.label-article-primany-tag {
    background: #262261;
    color: whitesmoke;
    position: relative;
    font-size: 9px;
    margin-bottom: 4px;
    display: inline-block !important;
    padding: 5px 8px !important;
    top: 4px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.animatedParent {
    overflow: hidden;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
}

p {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    outline: none;
    border: none;
}
ul li:focus{
  outline: none;
  border: none;
}
.pxm{
  padding: 70px 20px;
}


@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../../../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
     font-display:swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../../../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display:swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../../../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
     font-display:swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../../../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
     font-display:swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-Black.woff2') format('woff2'),
        url('../../../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
     font-display:swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../../../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
     font-display:swap;
}

.globel-bg{
    background: #f2f3f8;
}

.sticky-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0 !important;
    margin: auto;
    background: #ffffff;
    border-bottom: 2px solid #ccc;
    animation: transi 2s;

}
@keyframes transi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1200px){
.container {
    max-width: 1400px;
}
}
/********************Header Navbar**********************/
.heaertop{
    position: absolute;;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
}


.langs {
    background: transparent;
    color: #fff;
    border: none;
    width: 69px;
     
}
.langs:focus {
    color: #ffffff;
    background-color: #fff0;
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}
.top_sign_log{
    text-align: right;
}
.top_sign_log a{
    width: 150px;
    margin-left: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.top_sign_log a:hover{
    border-color: transparent ;
    background-image: linear-gradient(to right, #fa0550 , #f9572b);
}
/**********************Getxpi Banner************/

.Getexpi_Banner{
    width: 100%;
    background: url(../../../img/banner_right_bg.png)no-repeat;
    background-size: 70% 100%;
    background-position: top right;
}
.banner_content{
    margin-top: 150px;
}
.title_getxpi{
    color:#262261;
    padding: 15px 0;
    font-size: 52px;
}
.banner_content p{
    color: #484560;
    padding: 15px 0;
    font-size: 21px;
}
.btnGet a{
    margin-left: 10px;
    color: #fff;
    border: 1px solid #fff;
    background-image: linear-gradient(to left, #ff8766 , #fa0550);
    border-radius: 999px;
    text-align: center;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    transform: 0.5s;
}

.spam-ref {
    width: 48%;
    float: left;
    margin-top: 45px;
}

.spam-hide {
    width: 48%;
    float: right;
    height: 120px;
    margin-top: 48px;
}

.btnGet a:hover{
    color: #000;
    background-image: linear-gradient(to right, transparent , transparent);
    border-color: #fa0550;
}
.bannerpic{
    text-align: right;
}
.bannerpic img{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}



/***************Getxpi_Expired***********************/

.title_get{
    color: #262261;
    padding: 15px 0;
    font-size: 52px;
    text-align: center;
    position: relative;
}
.title_get:after{
    content: '';
    width: 140px;
    height: 2px;
    background: #f2653b;
    position: absolute;
    bottom: -7px;
    left: -55px;
    right: 0;
    margin: auto;
}
.title_get:before{
    content: '';
    width: 140px;
    height: 2px;
    background: #f2653b;
    position: absolute;
    bottom: -22px;
    left: 91px;
    right: 0;
    margin: auto;
}
.nav-pills2 {
    width: 220px;
    float: left;
    margin-top:50px;
    position: relative;
}
.Getxpi_Expired_content{
    width: 80%;
    float: right;
    margin-top: 50px;
    background: #fff;
    padding: 35px 35px 0px 35px;
    border: 2px solid #262261;
}
.nav-pills2 li {
    display: inline-block;
}
.nav-pills2 li a {
    width: 200px;
    padding: 15px;
    font-size: 18px;
    color: #262261;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}
.nav-pills2 li a:hover, .nav-pills2 li a.active {
    color: #fff;
    background: #262261;
     box-shadow: 0px 0px 10px #262261;
}

.widthleft{
    width: 48%;
    float: left;
}
.widthright{
    width: 48%;
    float: right;
}
.getxpi_pricerang h4{
    color: #484560;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 500;
}
.rangeValues{
    position: absolute;
    left: 0;
    bottom: -96px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 999px;
    line-height: 40px;
    font-size: 18px;
}
.rangeValues2{
    position: absolute;
    right: 0;
    bottom: -96px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 999px;
    line-height: 40px;
    font-size: 18px;
}
.range-slider {
     position: relative;
     width: auto;
     text-align: center;
}




.slider-label-min {
  border: 0;
  width: 31px;
  height: 30px !important;
  font-size: 11px !important;
  line-height: 50px;
  margin-top: 20px;
  bottom: -50px;
  background: #ccc;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #212529 !important;
}

.slider-label-max {
  border: 0;
  width: 33px;
  height: 30px !important;
  line-height: 50px;
  font-size: 11px !important;
  float: right;
  margin-top: 20px;
  bottom: -50px;
  background: #ccc;
  overflow: hidden;
  text-align: center; 
  font-weight: 500;
  line-height: 40px;
  color: #212529 !important;
}


.buygetxpi_expi .select2-selection{
    border-color: #262261 !important;
    padding: 7px !important;
    height: auto !important;
    border-radius: 0 !important;
    color: #262261 !important;
    font-size: 13px !important;
}

.select2-selection ul .select2-selection__choice:first-child {
    display: none !important;
}

.ui-widget-header {
    background: #f2653b !important;
}

.ui-slider-horizontal {
    height: 3px !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-widget-content {
    background: #dee2e6 !important;
}

.ui-slider .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    text-align: left;
    border: none;
    top: -6px;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: none;
    background: #f2653b;
    border-radius: 50%;
    outline: none;
}



 .range-slider input[type="range"] {
     pointer-events: none;
     position: absolute;
     -webkit-appearance: none;
     -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
     border: none;
     border-radius: 14px;
     background: #f2653b;
     box-shadow: inset 0 1px 0 0 #f2653b, inset 0 -1px 0 0 #f2653b;
     -webkit-box-shadow: inset 0 1px 0 0 #f2653b, inset 0 -1px 0 0 #f2653b;
     left: 0;
     top: 30px;
     width: 100%;
     outline: none;
     height: 5px;
     margin: 0;
     padding: 0;
}
 .range-slider input[type="range"]::-webkit-slider-thumb {
     pointer-events: all;
     position: relative;
     z-index: 1;
     outline: 0;
     -webkit-appearance: none;
     width: 15px;
     height: 15px;
     border: none;
     border-radius: 14px;
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2653b), color-stop(100%, #f2653b));
    /* android <= 2.2 */
     background-image: -webkit-linear-gradient(top, #f2653b 0, #f2653b 100%);
    /* older mobile safari and android > 2.2 */
     background-image: linear-gradient(to bottom, #f2653b 0, #f2653b 100%);
    /* W3C */
}
 .range-slider input[type="range"]::-moz-range-thumb {
     pointer-events: all;
     position: relative;
     z-index: 10;
     -moz-appearance: none;
     width: 20px;
     height: 20px;
     border: none;
     border-radius: 14px;
     background-image: linear-gradient(to bottom, #4c9bcc 0, #4c9bcc 100%);
    /* W3C */
}
 .range-slider input[type="range"]::-ms-thumb {
     pointer-events: all;
     position: relative;
     z-index: 10;
     -ms-appearance: none;
     width: 20px;
     height: 20px;
     border-radius: 14px;
     border: 0;
     background-image: linear-gradient(to bottom, #4c9bcc 0, #4c9bcc 100%);
    /* W3C */
}
 .range-slider input[type=range]::-moz-range-track {
     position: relative;
     z-index: -1;
     background-color: rgba(0, 0, 0, 1);
     border: 0;
}
 .range-slider input[type=range]:last-of-type::-moz-range-track {
     -moz-appearance: none;
     background: none transparent;
     border: 0;
}
 .range-slider input[type=range]::-moz-focus-outer {
     border: 0;
}

.leftwigh{
    width: 32%;
    float: left;
        margin-right: 20px;
}
.checkwight{
    margin-top: 30px;
}
.buygetxpi_expi select{
    border-color: #262261;
    padding: 8px;
    height: auto;
    border-radius: 0;
    color: #262261;
    font-size: 13px;
}

.buygetxpi_expi input{
    border-color: #262261;
    padding: 8px;
    height: auto;
    border-radius: 0;
    color: #262261;
    font-size: 13px;
    border-radius: 0px;
}

.input-group-append .input-group-text {
    color: #fff;
    padding: 0px;
    border: 0px;
    background-color: #fff;
}

.buygetxpi_expi label{
    font-size: 19px;
    color: #262261;
}
.bntpopupid{
    width: 100%;
    display: inline-block;
}
.bntpopupid a{
    padding: 8px;
    border: 1px solid #262261;
    color: #262261;
    font-size: 13px;
    text-align: center;
    margin-top: 13px;
    display: inline-block;
    width: 100%;
}

table.dataTable>thead .sorting_asc:before {
    bottom: 20px;
}
table.dataTable>thead .sorting_asc:after {
    bottom: 19px;
}

table.dataTable>thead .sorting:before {
    bottom: 20px;
}
table.dataTable>thead .sorting:after {
    bottom: 19px;
}

table.dataTable>thead .sorting_desc:before {
    bottom: 20px;
}
table.dataTable>thead .sorting_desc:after {
    bottom: 19px;
}

#filter_majesticbacklink {
    background: #f2653b !important;
}

#filter_majesticref {
    background: #f2653b !important;
}

.search_reserch {
    float: left;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.ref-domains {
    width: 48%;
    float: right;
    margin-top: 45px;
}

.citation-flow {
    width: 48%;
    float: left;
    margin-top: 48px;
}
#copy-to-keyboard,
.search_reserch input[type=button]{
    width: 140px;
    color: #262261;
    border: 1px solid #262261;
    border-radius: 999px !important;
    background: transparent;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
}
#copy-to-keyboard {
    width: 160px;
}
.block-information {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    background: #262261;
    box-shadow: 0 0 10px #262261;
    min-width: 200px;
    text-align: center;
    transition: opacity ease-in 0.6s;
    opacity: 0;
    visibility: hidden;
}
.block-information.active {
    opacity: 1;
    visibility: visible;
}
.search_reserch input[type=submit]{
    width: 140px;
    border: 1px solid #fff;
    border-radius: 999px !important;
    color: #fff;
    background-image: linear-gradient(to right, #fa0550 , #f9572b);
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
}

.form-control:focus {
    color: #262261;
    background-color: #fff;
    border-color: #262261;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

/*********************Getxpi_Expired********************/

.nav-pills3{
    text-align: center;
    justify-content: center;
    width: 905px;
    background: #dedede;
    border-radius: 999px;
    padding: 0;
    margin: auto;;
}
.nav-pills3 li {
    display: inline-block;
}
.nav-pills3 li a {
    width: 225px;
    padding: 15px;
    font-size: 16px;
    color: #262261;
    display: inline-block;
    text-align: center;
}

nav-pills3 li a span {
       font-style: italic;
}

.nav-pills3 li a:hover, .nav-pills3 li a.active {
    color: #fff;
    border-radius: 999px;
    background-image: linear-gradient(to right, #fa0550 , #f9572b);
}

.table-dark.table-striped tbody tr td:last-child{
    border-right: none;;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color:#dedede;
    color: #000;
}
.table-dark {
    color: #484560;
    background-color: #f7f7f7;
        border: 1px solid #5e1c94;
        margin-top: 50px;
}
.table-dark .back_bg{
    width: 100%;
   background-image: linear-gradient(to bottom, #af298d , #e1446e); 
   color: #fff;
   padding: 10px;
}
.table tr th, .table tr td {
    border-top: 0px solid #dee2e6;
    border-right: 1px solid #ccc;
    padding: 0.5rem;
}
.table-dark .back_bg th,  .table-dark .back_bg td{
    border-color: #fff;
}
.table-dark .back_bg .clrdife{
    background-image: linear-gradient(to bottom, #9428ab , #571b91); 
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #262261;
    margin: 2px;
    border-radius: 4px !important;
    border: 1px solid #262261;
}

.upload_file input {
  display:none;
}

.upload_file {
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, #af298d , #e1446e);
  color: white;
  font-family: sans-serif;
  transition: all .5s;
  box-shadow: 1px 1px 15px 3px gray;
}

.upload_file:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#myModal .modal-header button {
    color: #3f4047;
    top: 35px;
}

.import-file {
    background-image: linear-gradient(to right, #fa0550 , #f9572b);
    border: 1px solid #f2653b;
    border-radius: 20px !important;
    color: white;
}

.import-file:hover {
    color: white;
}

.msg-error {
    color: #b11f1f;
    margin-top: 25px;
    font-size: 12px;
    text-align: center;
    display: none;
}

.parg-error {
    color: #b11f1f;
    margin-top: 25px;
    font-size: 12px;
    text-align: center;
}

.success-mess {
    color: #270;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.import-button {
    display: none;
    border-radius: 1.5rem;
    padding: 0.5em 1em;
    cursor: pointer;
    color: inherit;
    font-size: 14px;
    border: 1px solid #999;
    box-shadow: 1px 1px 3px #ccc;
    background-color: #dcdcdc;
    background-image: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.import-close {
    border-radius: 1.5rem;
    padding: 0.5em 1em;
    cursor: pointer;
    color: inherit;
    font-size: 14px;
    border: 1px solid #999;
    box-shadow: 1px 1px 3px #ccc;
    background-color: #dcdcdc;
    background-image: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.modal-loading {
  display: none;
  background: url(../../../img/sc.gif)no-repeat;
  width: 50px;
  height: 50px;
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 2;
    color: #fff !important;
    text-decoration: none;
    color: #262261;
    background-color: #f2653b;
    border: 1px solid #f2653b;
}
.pagination {
    float: right;
}
.pgination_outofpage p{
    float: left;
}

/************************Subscribs***************/

.sebscrip_package{
    width: 100%;
    padding: 15px 0;
    padding-bottom: 80px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 15px;
    transition: 0.5s;
    margin-top: 50px;
}
.titlepackege{
    font-size: 32px;
    padding: 15px;
    color: #262261;
}
.content_title{
    font-size: 18px;
    padding: 0 15px;
    padding-bottom: 15px;
    color: #262261;
}
.packege_details{
    width: 100%;
    padding: 20px;
    position: relative;
}
.packege_details h2{
    font-size: 40px;
    padding: 15px 0;
    color: #fff;
}
.packege_details p{
    font-size: 18px;
    padding: 10px 0;
    padding-left: 27px;
    color: #fff;
    text-align: left;
    background: url(../../../img/done.png)no-repeat 0px 16px;
    background-size: 17px;
}
.bgclrone{
    background-image: linear-gradient(to bottom, #9428ab , #571b91); 
}
.bgclrtwo{
  background-image: linear-gradient(to bottom, #fdb53b , #fb6e11);   
}
.bgclrthree{
  background-image: linear-gradient(to bottom, #f9562b , #fa0350);   
}
.bgclrfour{
  background-image: linear-gradient(to bottom, #e4456c , #aa2690);   
}
.sebscrip_package:hover .bgclrtwo,
.sebscrip_package:hover .bgclrthree,
.sebscrip_package:hover .bgclrfour,
.sebscrip_package:hover .bgclrone{
    background-image: linear-gradient(to bottom, #fff , #fff); 
}

.fourbg:hover{
     background-image: linear-gradient(to bottom, #e4456c , #aa2690);  
}

.threebg:hover{
    background-image: linear-gradient(to bottom, #f9562b , #fa0350);  
}

.twobg:hover{
     background-image: linear-gradient(to bottom, #fdb53b , #fb6e11); 
}

.onebg:hover{
     background-image: linear-gradient(to bottom, #9428ab , #571b91); 
}

.sebscrip_package:hover .packege_details p{
     background: url(../../../img/donehover.png)no-repeat 0px 16px;
     color: #484560;
}
.sebscrip_package:hover .content_title,
.sebscrip_package:hover .titlepackege{
    color: #fff;
}

.sebscrip_package:hover .packege_details h2{
    color: #484560;
}
.btnplan{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.btnplan input{
    border-radius: 999px;
    text-align: center;
    padding: 10px 40px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    border: none;
    background-image:linear-gradient(to left, #ff8766 , #fa0550);
}
/**************footer_Getxpi*****************/
.footer_Getxpi{
    width: 100%;
    background: url(../../../img/footer_bg.png)no-repeat;
    background-size: cover;
}
.searchpost,
.contact_social{
    margin-top: 150px;
}
.contact_social{
    padding-left: 150px;
}
.footerlogo{
    margin-top: 200px;
    text-align: center;
}
.searchpost label{
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
}
.searchpost input{
    font-size: 16px;
    color: #000;
    border-radius:999px;
    border: none;
    padding: 22px 15px;
}
.subsbtn{
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    border: none;
    border-radius: 999px;
    background-image:linear-gradient(to left, #ff8766 , #fa0550);
}
.searchpost .input-group-append {
    margin-left: -18px;
    z-index: 6;
}
.contact_social h4{
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}
.contact_social li{
    display: inline-block;
}
.contact_social li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 999px;
    background: #3d3b6d;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.contact_social li a:hover{
    background: #fa0e4c;
    color: #fff;
}
.footertext{
    margin-top: 50px;
}
.footertext h4{
    font-size: 21px;
    color: #fff;
    padding: 15px 0;
}
.footertext p{
    font-size: 18px;
    color: #b3b3b3;
    padding: 15px 0;
}
.footertext ul{
    width: 48%;
    float: left;
}
.footertext ul li a{
    font-size: 18px;
    color: #b3b3b3;
    padding: 5px 0;
    display: inline-block;
}
.addresscon p{
    padding: 10px 0;
}
.coppyright{
    margin-top: 20px;
}
.coppyright p{
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #fff;
    width: 100%;
    display: inline-block;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 9;
}

.overlay .popup {
   height: 45% !important; 
}

.custom_tld {
    width: 85%;
    float: right;
    top: 55px;
}

.popup {
  max-width: 400px;
  width: 80%;
  max-height: 100%;
  height: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
  border: 5px solid #262261;
}
.popup::after{
    content: '';
    width: 93px;
    height: 93px;
    background: url(../../../img/poppup_bg.png)no-repeat;
    background-size: 114px;
    position: absolute;
    top: 0;
    right: 0;
}
.popup::before{
    content: '';
    width: 93px;
    height: 93px;
    background: url(../../../img/poppup_bg2.png)no-repeat;
    background-size: 114px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #fff;
    z-index: 9;
    opacity: 1;
}
.popup .form-check{
    width: 25%;
    float: left;
    padding-top: 20px;
    padding-left: 30px;
}
.popup .form-check label{
    font-size: 18px;
    color: #262261;
}
.popup .form-check .form-check-input{
    width: 18px;
    height: 18px;
}
.popup .search_reserch input{
    margin-top: 50px;
}

/*******************Sign Up*********************/
.Sign_log_form{
    width: 521px;
    float: right;
    padding: 20px 30px;
    text-align: center;
    margin-right: 93px;
}
.Loging{
    margin-top: 50px;
}
.logohere img{
    width: 228px;
}
.Sign_up_lig img{
    width: 100%;
    height: 100%;
}

.Sign_log_form h2{
    font-size: 42px;
    padding: 50px 0;
    color: #262261;
}
.Loging h2{
    padding-bottom: 0px;
}
.Sign_log_form p{
    font-size: 18px;
    padding: 15px 0;
    color: #262261;
}
.silogit{
    border: 1px solid #262261;
    border-radius: 50px;
    color: #6e6c80;
    padding: 15px 20px;
    height: auto !important;
    font-size: 18px;
}
.Sign_log_form form{
    margin-top: 50px;
}
.signupbtn{
    width: 100%;
    display: inline-block;
}
.signupbtn button{
    color: #fff;
    border: 1px solid #fff;
    background-image: linear-gradient(to left, #ff8766 , #fa0550);
    border-radius: 999px;
    text-align: center;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
}
.sortlogin p{
    font-size: 16px;
    padding: 15px 0;
    color: #6e6c80;
}
.sortlogin a{
    font-size: 16px;
    font-weight: 600;
    color: #f2653b;
    text-decoration: underline;
    margin-left: 10px;
}
.rightwidh{
    width: 48%;
    float: right;
    text-align: right;
    padding: 15px 0;
}
.leftwidh{
    width: 48%;
    float: left;
    text-align: left;
}
.leftwidh label,
.rightwidh a{
   font-size: 16px;
    padding: 15px 0;
    color: #6e6c80;
}
/*---------new-css------*/

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin:10px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 10px;
    background-color: #dee2e6;
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height:3px;
  border-radius: 10px;
  background-color: #dee2e6;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height:3px;
  border-radius: 14px;
  background-color:#f2653b;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 14px;
    width: 14px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow:none;
    background: #f2653b;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height:3px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
    opacity: 1;
    position: absolute;
    margin-left: -23px;
    bottom: -50px;
    z-index: 3;
    background: #ccc;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top:0;
  border-left:0;
  border-right:0;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #1ABC9C;
}

[slider] > div > [sign] > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #212529;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

#tld_show {
    padding: 3px;
    color: #fff;
    background-color: #262261;
    margin-left: -20px;
    border-radius: 5px;
    position: absolute;
}

.paypal-modal .over .header {
    
    overflow: hidden;
    border-bottom: 1px solid #d7e2e7;
    height: 50px;
}

.paypal-modal .balance {
    margin: auto;
    width: 80%;
}

.paypal-modal .balance td {
    text-align: right;
    border-bottom: 1px solid #1e1859;
    padding: 3px;
}

.paypal-modal .balance th {
    text-align: right;
    padding: 3px;
}

.paypal-modal .over .header img {
    width: 35% !important;
}

.paypal-modal .over .popup {
    height: 45% !important;
}

.paypal-modal .over .content {
    text-align: center;
    margin-top: 30px;
}

.paypal-modal .over .content-header span {
    color: #1e1859;
    font-weight: 700;
}

.paypal-modal .over .content-header img {
    margin-bottom: 20px;
    width: 45%;
}

.paypal-modal .over .content-header h4 {
    margin-bottom: 20px;
}

.paypal-modal .over .content-form {
    margin-top: 25px;
}

.paypal-modal .over .footer {
    margin-top: 55px;
    text-align: center;
}

.search-modal .popup {
  height: 35% !important;  
}

.update-search-modal .popup {
  height: 43% !important;  
}

.update-search-modal .content-header {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
}

.update-search-modal .content-body {
    margin-top: 20px;
}

.update-search-modal .over .footer {
    margin-top: 55px;
    text-align: right;
}

.search-modal .over .footer {
    margin-top: 55px;
    text-align: right;
}

.search-modal .content {
    margin-top: 70px;
}

.search-modal input {
    border-color: #262261;
    padding: 8px;
    height: auto;
    border-radius: 0;
    color: #262261;
    font-size: 18px;
    border-radius: 0px !important;
}

.update-search-modal input {
    border-color: #262261;
    padding: 8px;
    height: auto;
    border-radius: 0;
    color: #262261;
    font-size: 18px;
    border-radius: 0px !important;
}

.total-amount {
    margin-left: 5px;
}

.save-filter {
    background-image: linear-gradient(to bottom, #fdb53b , #fb6e11) !important;
    color: #fff !important;
    border: none !important;
}

.save-filter[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}


.subscription-button[disabled] {
    cursor: not-allowed;
}

.over {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 9;
}

.wpcc-banner {
    margin: 0px !important;
    border-radius: 0px !important;
}

.wpcc-banner .wpcc-message {
    text-align: center !important;
}

.wpcc-compliance .wpcc-btn {
    background-color: inherit !important;
    background-image: linear-gradient(to right, #fa0550 , #f9572b) !important;
}

.getexpi-contact-form {
    margin: auto;
    background: #fff;
    padding: 40px 40px 40px 45px;
    border: 2px solid #262261;
}

.getexpi-contact-form input {
    border-color: #262261;
    padding: 8px;
    height: auto;
    border-radius: 0;
    color: #262261;
    font-size: 18px;
    border-radius: 0px;
}

.getexpi-contact-form textarea {
    border-color: #262261;
    padding: 8px;
    height: auto;
    border-radius: 0;
    color: #262261;
    font-size: 18px;
    border-radius: 0px;
}


.getexpi-contact-form input[type=submit] {
    border: 1px solid #fff;
    border-radius: 5px !important;
    color: #fff;
    background-image: linear-gradient(to right, #fa0550 , #f9572b);
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    float: right;
}


.collapse.in {
    display: block;
    visibility: visible;
}

.Getxpi_Expired .panel-title a {
    width: 200px;
    padding: 15px;
    font-size: 18px;
    color: #262261;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.Getxpi_Expired .panel-title a:hover {
    color: #fff;
    background: #262261;
    box-shadow: 0px 0px 10px #262261;
}

.Getxpi_Expired .panel-title a:not(.collapsed){
    color: #fff;
    background: #262261;
    box-shadow: 0px 0px 10px #262261;
}

.buygetxpi_expi .panel-collapse {
    padding: 10px;
    border: 1px solid #262261;
    background: #fff;
}


.buygetxpi_expi .getxpi_pricerang h4 {
    font-size: 14px !important;
}

#collapse2 .m-label {
    font-size: 14px !important;
}

.select2-container {
    width: 100% !important;
}

#domain1 .pagination {
    float: right;
}

.buygetxpi_expi::-webkit-scrollbar {
    width: 1rem;
}

.expiring-tables tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.list-group.clear-list .list-group-item {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0px;
    padding: 10px 0;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-size: 13px !important;
    padding: 5px 0 !important;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
}

.label-success {
    background-color: #d33;
    color: #FFFFFF;
}

.label {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 2px 5px;
    text-shadow: none;
    border-radius: .25em;
}

.ttf-amchat {
    height: 70px;
}

.expired-tables tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.ttf_category[disabled=disabled] {
  pointer-events: none;
  opacity: 0.4;
}


#filter_dictionary_min {
    width: 45px !important
}

#filter_dictionary_max {
    display: none;
}
