.th-nav  ul li.cart_top  {
    position: relative;
    padding: 12px 0;
}
.th-nav  ul li.cart_top  svg{}
.th-nav  ul li.cart_top  span{
    background: #0b2d5d;
    position: absolute;
    color: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    top: 5px;
    font-size: 9px;
    left: 12px;
}
.side_sticky {
    position: sticky;
    top: 100px;
    }
.ontime_delivery {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #d9dbe1;
    position: relative;
    margin-top: 10px;
}
.ontime_delivery:before {left: 40px;right: 40px;bottom: -15px;height: 20px;opacity: .3;position: absolute;content: "";border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;background: #00000073;z-index: -1;}
.ontime_delivery:after {content:'';left: 20px;right: 20px;bottom: -8px;height: 20px;opacity: .3;position: absolute;content: "";border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;background: #00000073;z-index: -1;}
.ontime_delivery .icon{
    width: 70px;
}
.ontime_delivery .icon img{
    width: 100%;
}
.ontime_delivery .desc .desc_rate { }
.ontime_delivery .desc .desc_rate ul{display: flex;list-style: none;padding: 0;margin: 0;gap: 2px;}
.ontime_delivery .desc .desc_rate ul li{ }
.ontime_delivery .desc .desc_rate ul li i{color: #ff9400;}
.ontime_delivery .desc{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.ontime_delivery .desc h3{
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #0e3d52;
    text-align: left;
    padding: 0 0;
    margin: 0 0 0px;
}
.ontime_delivery .desc p{
    font-size: 14px !important;
    line-height: 25px !important;
    margin-bottom: 0;
    color: #fff;
    border-radius: 4px;
}
.ontime_delivery .desc span.wrk {display:block;background: #ffffff;color: #343a40;font-size: 11px;padding: 4px;font-weight: 600;text-align: center;width: 100%;border-radius: 5px;text-transform: capitalize;display: block;}
.ontime_delivery .desc span.wrk svg {
    width: 15px;
    height: 15px;
}
.ontime_delivery .ontime_del{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ontime_delivery .da_TE_TIMe {
    background: #343a40;
    padding: 5px;
    border-radius: 5px;
}
.domain_hosting_email {
    margin-top: 20px;
    width: 100%;
}
.domain_hosting_email .yes_select_pd {
    margin-bottom: 15px;
}
.domain_hosting_email .Question{
    background: #e8eaeb;
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    }
.domain_hosting_email .Question .ds_ques {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #0e3d52;
    padding: 0 0;
    margin: 0 0 0px;
    font-family: var(--font_inter);
}
.domain_hosting_email .Question .ds_ques .shift_int {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
.domain_hosting_email .Question .ds_ques .shift_int input{
    margin: 0;
}
.domain_hosting_email .Question .ds_ques .shift_int label{
    margin: 0;
}
.domain_hosting_email .popover-helpicon-main {
    z-index: 2;
    position: absolute;
    right: 8px;
    top: 8px;
}
.domain_hosting_email .popover-helpicon-main .tooltip-ques {
    position: relative;
    display: inline-block;
}
 .domain_hosting_email .popover-helpicon-main .popover-helpicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--back);
    border-radius: 50%;
    padding: 0 7px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}
.domain_hosting_email .popover-helpicon-main .tooltip-ques .tooltiptext {
    visibility: hidden;
    width: 330px;
    background-color: var(--back);
    color: #fff;
    font-size: 13px;
    text-align: left;
    border-radius: 4px;
    padding: 4px;
    position: absolute;
    z-index: 9;
    top: -3px;
    left: 24px;
    border: 1px solid var(--back);
}
.domain_hosting_email .popover-helpicon-main .tooltip-ques .tooltiptext en {
    text-align: left !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-bottom: 8px !important;
    display: block;
}
 .domain_hosting_email .popover-helpicon-main .tooltip-ques .tooltiptext p {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
}
.domain_hosting_email .popover-helpicon-main .tooltip-ques .tooltiptext::after {
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fbfbfb00 var(--back) #e4e0e000 #ffffff00;
}
.domain_hosting_email .popover-helpicon-main .tooltip-ques:hover .tooltiptext {
    visibility: visible;
}

.domain_hosting_email .yes_select {
    display: flex;
    /* justify-content: space-between; */
    gap: 15px;
}
.domain_hosting_email .yes_select .text-center {
    padding: 0;
    display: flex
;
    margin: 0;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.domain_hosting_email .yes_select li {
    width: auto;
    font-size: 14px;
    margin-right: 0;
    padding: 6px;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid #d1cbcb;
    border-radius: .3125rem;
    display: inline-flex !important;
    align-items: center !important;
    margin: 1px;
}
.domain_hosting_email .yes_select li label {
    float: left;
    padding-left: 10px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.domain_hosting_email .yes_select .select2  {width: 33.33%;border: 1px solid #d1cbcb;border-radius: 5px;outline: none;height:40px;}
.domain_hosting_email .yes_select .select2 .selection {
    height: 100%;
    display: block;
}
.domain_hosting_email .yes_select .select2 .select2-selection {
    height: 100%;
}
.domain_hosting_email .yes_select .select2 .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d1cbcb;
    border-radius: 4px;
}
.domain_hosting_email .yes_select .select2 .select2-selection 
.select2-selection__rendered {    height: 100%;
    line-height: 35px;
	    padding-left: 10px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;}
.domain_hosting_email .yes_select .co_form {flex: 1;}
.domain_hosting_email .yes_select .co_form input{width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #d1cbcb;
    height: 40px;
    outline: none;}


.domain_hosting_email .yes_select_pd .qty {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #d1cbcb;
    border-radius: 5px;
    padding: 0px  0px;
    position: relative;
    overflow: hidden;
    width: 33.33%;
}
.domain_hosting_email .yes_select_pd .qty p {
    margin: 0;
    background: #000;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.domain_hosting_email .yes_select_pd .qty .qty_fix {
    display: flex;
    padding: 4px 10px;
}
.domain_hosting_email .yes_select_pd .qty .minus,
.domain_hosting_email .yes_select_pd .qty .plus {
}
.domain_hosting_email .yes_select_pd .qty .bg-dark svg {fill:var(--red);width: 20px;height: 20px;}
.domain_hosting_email .yes_select_pd .qty .bg-dark {
    background: #bf161d00 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-weight: 500;
    cursor: pointer;
}
.domain_hosting_email .yes_select_pd .qty .bg-dark svg {}
.domain_hosting_email .yes_select_pd .qty input.count {
    width: 55px;
    text-align: center;
    height: 100%;
    border: 0px solid #d1cbcb00;
    background: #fff;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.domain_hosting_email .yes_select_pd .qty .G_B {
    position: relative;
}
.domain_hosting_email .yes_select_pd .qty .G_B:after {
}

.checkOut_billing .from-group .select2  {/*width: 235px !important;*/height: 100%;height: 40px;}
.checkOut_billing .from-group .select2 .selection {
    height: 100%;
    display: block;
}
.checkOut_billing .from-group .select2 .select2-selection {height: 100%;}
.checkOut_billing .from-group .select2 .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d1cbcb;
    border-radius: 4px;
}
.checkOut_billing .from-group .select2 .select2-selection 
.select2-selection__rendered {
    height: 100%;
    line-height: 40px;
    padding-left: 10px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    }
	
.term_atag .con_c {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  font-family: var(--font_inter);
  letter-spacing: -.005em;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

/* Hide the browser's default checkbox */
.term_atag .con_c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.term_atag .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #aba8a8;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.term_atag .con_c:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.term_atag .con_c input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.term_atag .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.term_atag .con_c input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.term_atag .con_c .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}	




.df_label ul li .con_c {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  font-family: var(--font_inter);
  letter-spacing: -.005em;
  margin-top: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

/* Hide the browser's default checkbox */
.df_label ul li .con_c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.df_label ul li .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #aba8a8;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.df_label ul li .con_c:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.df_label ul li .con_c input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.df_label ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.df_label ul li .con_c input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.df_label ul li .con_c .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}	

.select2-container--default .select2-search--dropdown .select2-search__field {outline: none;}



.progress-container {
  position: relative;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #369;
}

.progress-ring__background {
  fill: none;
  stroke: #def;
  stroke-width: 10px;
}

.progress-ring__circle {
  fill: none;
  stroke: #369;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 219.91;
  stroke-dashoffset: 219.91;
}

.progress-text {
  position: absolute;
}
.process_shift {position:absolute;top: -8px;right: -8px;}



.billing_info .from-group .file-input-container {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #007bff;
    transition: background-color 0.3s ease;
  }

 .billing_info .from-group .file-input-container:hover {
    background-color: #e6f0ff;
  }

  /* Hide the real file input */
 .billing_info .from-group .file-input-container input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

.billing_info .from-group .file-input-label {
    pointer-events: none;
    background: #4c4c4c;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
  }

.billing_info .from-group  .file-name {
    margin-left: 10px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }
.df_label.suc_pt_30 {    margin-top: 10px;}  
.df_label.suc_pt_30 ul{/* margin: 0px; */}  
.df_label.suc_pt_30 ul li span:last-child{font-size: 15px;     font-weight: 600;}

.Up_load_Content .table tr td .aichat {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Up_load_Content .table tr td .aichat button{
    background: #4c4c4c;
    color: #fff;
    padding: 7px 8px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 13px;
    height: 40px;
    text-transform: CAPITALIZE;
}
.Up_load_Content .table tr td .aichat button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.chat_gpt {
    position: fixed;
    top: 1px;
    width: 100%;
    background: #00000099;
    z-index: 9999;
    height: 100%;
    display: none;
    }
.chat_gpt .modal_dialog {width:80%;margin: 0 auto;display: flex;align-items: center;height: 100%;}	
.chat_gpt .modal-header {
    display: block;
    background: #000;
    padding: 8px 15px;
}
.chat_gpt .modal_body {
    padding: 15px;
}
.chat_gpt .modal_body .pad {
    margin: 50px auto;
    width: 80%;
}
.chat_gpt .modal_body .pad .chat_s{
    text-align: center;
}
.chat_gpt .modal_body .pad .chat_s h3{
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}
.chat_gpt .modal_body .pad .chat_s .box {
    border: 1px solid #eee;
    box-shadow: none;
    padding: 20px;
    border-radius: 21px;
    display: flex;
}
.chat_gpt .modal_body .pad .chat_s .box input{
    width: 100%;
    outline: none;
    border: none;
    flex: 1;
}
.chat_gpt .modal_body .pad .chat_s .box .chat_sub{
    width: 40px;
    height: 40px;
    background: #000;
    outline: none;
    border: none;
    border-radius: 42px;
}
.chat_gpt .modal_body .pad .chat_s .box .chat_sub svg {
    fill: #fff;
}
.chat_gpt .modal-header h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.chat_gpt .modal_dialog .pull-right{position: absolute;top: -15px;right: -15px;background: var(--red);width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;border-radius: 35px;}	
.chat_gpt .modal_dialog .pull-right svg {fill:#fff}
.chat_gpt.active {display:block}
.billing_info .from-group .ref_add svg {width: 15px;height: 15px;fill:#fff;}
.Up_load_Content .table tr td .btn svg {width: 20px;height: 20px;fill:#fff;}

.Up_load_Content .table tr td:last-child {text-align:center}
.billing_info .Up_load_Content .table tr td .btn {height: 35px;width: 35px;}
.billing_info .from-group .do_you .sdf {padding: 15px;}
.billing_info .from-group .do_you .sdf .from-group {
    margin: 0;
}
.express_del {
    justify-content: end;
    display: flex;
}
.express_del .express_btn {
    background: var(--gray-dark);
    color: #fff;
    padding: 8px 10px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.express_del .express_btn.disable {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}
.ef_red {    color: red;
    font-size: 11px;}
	
	
	
.cart-periods-df	.pd_form_sd {
    }
.cart-periods-df .pd_form_sd_step {/* display:none; */}
.cart-periods-df .pd_form_sd_step.active {display:block;margin-bottom: 20px;}
.cart-periods-df .pd_form_sd h3{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
.cart-periods-df .bane_r {
    float: right;
    background: var(--back);
    /* margin-right: -4px; */
    /* margin-top: -4px; */
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.cart-periods-df .bane_r label {
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    align-items: center;
}
.cart-periods-df .bane_r input {
    width: 14px;
    height: 14px;
    margin: 0;
}


.cart-periods-df .dvfaq_add .step_sd {
    background: #e8eaeb;
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.cart-periods-df .dvfaq_add .step_sd h3{
    /* cursor: pointer; */
    font-weight: 600;
    font-size: 15px;
    color: #0e3d52;
    padding: 0 0;
    margin: 0 0 0px;
    font-family: var(--font_inter);
    line-height: 21px;
    }
.step_sd .hdhg_s{
    display: flex;
    gap: 4px;
}
.step_sd .hdhg_s .fkd_x{}
.step_sd .hdhg_s .fkd_x a{
    width: 25px;
    display: flex;
    justify-content: center;
    background: #d9d9d9;
    color: #747474;
    border-radius: 3px;
}
.step_sd .hdhg_s .fkd_x.active a{
    background: #333;
    color: #fff;
}
.next_prev_cs_step {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.next_prev_cs_step button {
    padding: 5px 0px;
    width: 60px;
    outline: none;
    border: none;
    box-shadow: none;
    background: #2f2e2e;
    color: #fff;
    font-size: 15px;
    border-radius: .25rem;
}
.add_cf_s_c.soc_cld {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.add_cf_s_c.soc_cld li span{
    position: absolute;
    width: 20px;
    right: 2px;
    top: 14px;
    border-radius: 7px;
    overflow: hidden;
    background: #0000;
    border-radius: 0px;
    padding: 0;
    height: auto;
}
.add_cf_s_c.soc_cld li span img {
    width: 100%;
}
.next_prev_cs_step button:disabled {
    opacity: 0.1;
}
.add_cf_s_c.tech {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.add_cf_s_c.tech li span{
    position: absolute;
    width: 22px;
    right: 2px;
    top: 50%;
    border-radius: 7px;
    overflow: hidden;
    background: #0000;
    border-radius: 0px;
    padding: 0;
    height: 22px;
}
.add_cf_s_c.tech li span img {
    width: 100%;
}

.popover-helpicon-main {
    display: inline-block;
    float: right;
    z-index: 2;
    position: relative;
}
.tooltip-ques {
    position: relative;
    display: inline-block;
}
.popover-helpicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--back);
    border-radius: 50%;
    padding: 0 7px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}
.tooltip-ques .tooltiptext {
    visibility: hidden;
    width: 330px;
    background-color: var(--back);
    color: #fff;
    font-size: 13px;
    text-align: left;
    border-radius: 4px;
    padding: 6px;
    position: absolute;
    z-index: 9;
    top: -3px;
    left: 24px;
    border: 1px solid var(--back);
}
.tooltip-ques .tooltiptext en {
    text-align: left !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-bottom: 8px !important;
    display: block;
}
.tooltip-ques .tooltiptext p {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #fff;
    text-align: justify;
    line-height: 20px !important;
}
.tooltip-ques .tooltiptext::after {
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fbfbfb00 var(--back) #e4e0e000 #ffffff00;
}
.tooltip-ques:hover .tooltiptext {
    visibility: visible;
}
.DownLoad_c {
    margin: 0px 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.DownLoad_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #343a40;
    color: #ffffff ! IMPORTANT;
    font-size: 15px;
    font-weight: 400;
    gap: 6px;
    cursor: pointer;
    width: 80%;
    border-radius: 6px;
}

.DownLoad_c a:hover {
    background: var(--back);
    color: #fff !important;
}

/*---------------------popup-------------------------*/
.quote_pop_css {opacity: 1;background: #00000087;}
.quote_pop_css .modal-header {
    padding: 0;
    display: block;
    position: relative;
    border-bottom: none;
}
.quote_pop_css .modal-header h5{
    font-size: 20px;
    line-height: 1.27;
    margin-bottom: 0;
    font-weight: 700;
    color: #373737;
    text-align: center;
    background: #e6e6e6;
    padding: 10px;
    }
.quote_pop_css .modal-header .btn-close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #9d031d;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 37px;
    opacity: 1;
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    outline: none;
    border: navajowhite;
}
.quote_pop_css .modal-dialog {
        max-width: 1111px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-items: center;
        width: 1111px;
        justify-content: center;
        transform: none !important;
    }
.quote_pop_css .modal-body {
    /* padding: 0; */
}
.quote_pop_css .form_group_s {
    box-shadow: 0 11px 29.12px 2.88px rgb(0 0 0 / 11%);
    -webkit-box-shadow: 0 11px 29.12px 2.88px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 11px 29.12px 2.88px rgba(0, 0, 0, .11);
    padding: 15px;
    background-color: #fff;
    display: flex;
    gap: 20px;
}	
.quote_pop_css .inr_rtg {
    padding: 15px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
}
.quote_pop_css .inr_rtg h3{
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.quote_pop_css .inr_rtg h3:after {content:'';position: absolute;width: 60px;height: 3px;background: var(--red);left: 0;bottom: -7px;}
.quote_pop_css .form_group_s .form-group {margin-bottom:10px}
.quote_pop_css .form_group_s .form-group label{font-weight:600;font-size: 15px;}
.quote_pop_css .form_group_s .form-group label sup {color:red}
.quote_pop_css .ff_wrf.imSD{width: 30%;flex: inherit;}
.quote_pop_css .qurt_img{width: 100%;height: 100%;}
.quote_pop_css .qurt_img img{width:100%;height: 100%;object-fit: cover;}
.form_group_s .ff_wrf{
}
.form_group_s .ff_wrf{
    width: 70%;
    flex: 1;
}

.quote_pop_css .form_group_s .form-group .svg_inpt {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.quote_pop_css .form_group_s .form-group span {
    background: #ced4da;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote_pop_css .form_group_s .form-group span svg{}
.quote_pop_css .form_group_s .form-group .svg_inpt input, 
.quote_pop_css .form_group_s .form-group .svg_inpt textarea {
    border: none;
    outline: none;
    box-shadow: none;
}
.quote_pop_css .ft_pop_btn {display:flex;justify-content: end;}
.quote_pop_css .ft_pop_btn a,
.quote_pop_css .ft_pop_btn button {font-size: 15px;font-weight: 600;color: #fff;padding: 10px 12px;border: none;outline: none;box-shadow: none;}
.quote_pop_css .ft_pop_btn .btn-pay {background: var(--red);}
.quote_pop_css .ft_pop_btn .btn-suc {}
.quote_pop_css .pri_CE_box {background: #fcfcfc;position: absolute;top: 6px;right: 40px;justify-self: center;display: flex;flex-direction: column;box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.4);border-radius: 0.3rem;cursor: pointer;transition: all 0.3s ease-in-out;border-radius: 10px;overflow: hidden;}
.quote_pop_css .pri_CE_box h3{background: var(--back);margin-bottom: 0px;color: #fff;font-size: 15px;text-align: center;padding: 5px;}
.quote_pop_css .pri_CE_box h3:after {display:none}
.quote_pop_css .pri_CE_box .total{background: #ffffff;}
.quote_pop_css .pri_CE_box .total p{
    padding: 6px 15px;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    line-height: 22px !important;
}

.quote_pop_css .pri_CE_box .total p span.addSubtotal{
    display: block;
    color: var(--red);
    font-weight: 600;
    font-size: 15px;
}
.order_now {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 12px;
}

.order_now .heading {
    background: var(--back);
    padding: 3px;
}

.order_now .heading h3 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.cart_payment {
    padding: 0 10px;
    /* min-height: 500px; */
    overflow-y: auto; /* scroll only when needed */
    max-height: 500px;
    overflow-x: hidden;
    margin-top: 7px;
}

.cart_payment .payment-details-tbl {
    border-bottom: 1px dotted #f3f3f3;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    padding: 5px 0px;
}

.cart_payment .payment-details-tbl .name {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.cart_payment .payment-details-tbl .name img {
    width: 16px;
    border-radius: 4px;
    margin-right: 8px;
}

.cart_payment .value {
}

.cart_payment .value span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.pack_select {
    /* background: #000000; */
    border-radius: 25px;
    position: relative;
    margin-top: -12px;
    margin-left: 12px;
    width: fit-content;
}

.pack_select p {
    background: #000000;
    text-align: center;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 25px;
    position: relative;
    margin: 0;
}
.express_charge {
    background: #f3f3f3;
    display: flex;
    margin-top: 3px;
    padding: 6px;
    justify-content: space-between;
    border-radius: 3px;
}

.express_charge .name {
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.express_charge .name input {
}

.express_charge .value {
}

.express_charge .value span {
}
.total_pr {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    align-items: center;
}

.total_pr .name {
    font-size: 16px;
    font-weight: 600;
}

.total_pr .pri_ce {
    font-size: 20px;
    font-weight: 600;
    color: var(--red);
}

.total_pr .pri_ce span {
}
/*---------------------popup-------------------------*/
.price_pd .packages_list li {
    border-bottom: none;
    color: #000000;
}



















.shift_int {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.shift_int input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.shift_int .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.shift_int input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

.shift_int .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.shift_int input:checked ~ .checkmark::after {
  display: block;
}

.shift_int .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.billing_close_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    background: var(--red);
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    color: #fff;
	    cursor: pointer;
}


.page_rest {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--back);
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    cursor: pointer;
    width: fit-content;
    margin: 25px auto 0;
    border-radius: 5px;
}
.page_rest:hover {
    background: var(--back);
    color: #fff !important;
}
.page_rest span {
}



.cart-periods.st_par_add.ad_li .ad_down_arrow {display:block;}
.cart-periods.st_par_add.ad_li 
.ad_down_arrow.roat_arrow {rotate:-180deg;}
.bas_popUp {display:none}

.headIng_sc {}
.preLoader-css {position: fixed;width: 100%;top: 0;height: 100%;background: #000000b5;z-index: 999;}
.preLoader {display: flex;justify-content: center;align-items: center;height: 100%;}
.preLoader img {width:60px}
.sel_name_print {
    width: 33.33%;
    border: 1px solid #d1cbcb;
    border-radius: 5px;
    outline: none;
    height: 40px;
    }
.sel_name_print p{
    padding: 5px;
    font-size: 15px !important;
    color: #333;
}
.sel_name_print p span {
    font-weight: 700;
}
.back-Page{
    text-align: center;
    margin-top: 20px;
}
.back-Page a{
    background: #097c00;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 20px;
    border-radius: 31px;
    border-bottom: 3px solid #076200;
    text-transform: capitalize;
}







@media (max-width:992px){
.sel_name_print {width:100%}
.add_cf_s_c.soc_cld,
.add_cf_s_c.tech {
    grid-template-columns: 1fr 1fr;
}	
.domain_hosting_email .popover-helpicon-main .tooltip-ques:hover .tooltiptext {
    visibility: visible;
    right: 0;
    left: auto;
}
.tooltip-ques:hover .tooltiptext {
    visibility: visible;
    right: 0;
    left: auto;
}
    .cart-periods {
        padding: 10px;
        border-radius: 5px;
        overflow: hidden;
    }
    .cart-periods-df {
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
    }
.cart-periods.st_par_add  {overflow: inherit;}

	.cart-periods-select .d_df_list_pc {gap: 15px;}
.domain_hosting_email .yes_select {flex-wrap: wrap;}
.domain_hosting_email .yes_select .co_form {flex: auto;}
.domain_hosting_email .yes_select .select2 {width:100% !important}
.domain_hosting_email .yes_select_pd .qty p{}
.domain_hosting_email .yes_select_pd .qty{height:40px}
	.mar_btm_zero .qty:nth-child(2){
    width: 100%;
}
.mar_btm_zero .qty:nth-child(3){
    width: 40%;
}
.domain_hosting_email .yes_select_pd.mar_btm_zero .qty input.count {width: 40px; }
.cart-periods-df .bane_r span.d2 {display:none}
.cart-periods-df .dvfaq_add {padding: 10px;margin-bottom: 0;}
.domain_hosting_email .Question .ds_ques .shift_int {margin-left: 0px;}
.shift_int {padding-left: 20px;}
.domain_hosting_email .yes_select_pd .qty p {padding: 0 6px;width: 30%;}
.pack_d_flex_wrap {display:flex;flex-wrap: wrap;}
.pack_d_flex_wrap .billingInformation{order:1;width: 100%;}
.billingInformation .cart-periods  {overflow: inherit;}
.side_sticky {margin-top: 15px;}
.sfv_ss {display:none}
.ej_pad_dc .col-md-6:nth-child(1){margin-bottom: 15px;}
.copy_flex {flex-wrap: wrap; gap: 10px;}
.copy p{ text-align: center !important;}
.copy-main {padding: 11px 10px 51px;}  
.quote_pop_css .modal-dialog{        width: 100%;
        display: block;}
.quote_pop_css .form_group_s {display:block}
.quote_pop_css .ff_wrf.imSD,
.form_group_s .ff_wrf {width:100%}
 .quote_pop_css {overflow:scroll;padding: 15px;}
 .quote_pop_css .modal-body { padding: 0;}
 .quote_pop_css .ff_wrf.imSD {margin-bottom:15px}
.bas_pop_hide {display:none} 
.bas_popUp {display:block;position: relative;width: 100%;} 
.bas_popUp span{display:block} 
.bas_popUp span{display: flex;background: #000;width: 25px;height: 25px;justify-content: center;align-items: anchor-center;border-radius: 27px;margin: 0 auto -11px;} 
.cart_payment {overflow-y: inherit;overflow-x: inherit;} 
 
.all_hid_show.add_lis .bas_pop_hide {display:block}
.all_hid_show.add_lis .bas_popUp span{rotate:-180deg}
.quote_pop_css .pri_CE_box {right: 10px;} 
 .quote_pop_css .form_group_s .form-group label  {display:none}
 .quote_pop_css .inr_rtg h3 { margin-bottom: 40px; }
 .quote_pop_css .pri_CE_box h3 {margin-bottom:0}
.quote_pop_css .pri_CE_box .total p span.ty{display:none}
.OR_Line p {text-align: center !important;}
.OrderSummary {background: #f5f7f8;border: 1px solid #eee;margin-bottom: 5px;border-radius: 5px;padding: 8px;}
.cart-periods .headIng .nox_pack {/* width:150px; *//* height: 100%; */}
.cart-periods .headIng .sf_sle_pra {/* width: 110px; */display: flex;justify-content: space-between;align-items: anchor-center;}
.cart-periods .headIng .sf_sle_pra .sfd_select {width: 116px;}
	.cart-periods .sf_sle_pra p.totalRenews {
    line-height: 16px !important;
}
}	

