.br-width.tenure{
    margin: auto;
}

/* @media (min-width: 1200px){ 
    .br-width{
        width: 1200px !important;
    }
    .two-fold-card .card{
        height: 260px;
    }
} */

.bg-orange{
    background-color: rgba(255, 246, 237, 1);
}

.bg-blue{
    background-color: rgba(248, 250, 255, 1);
}
.content p{
    text-align: left;
}

h2.section-title{
    background: none;
    border: none;
    outline: none;
    text-align: center;
    font: normal normal bold 36px/51px Montserrat;
    letter-spacing: 0px;
    color: #333333;
    margin: 60px auto;
}

.section-title.with-tagline { 
    margin-bottom: 0px;
}

.section-title.with-tagline + h6{
    text-align: center;
    font: normal normal 400 15px/22px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
}

span.orange{
    color: rgba(253, 120, 3, 1);
    font: inherit;
}

.btn-green{
    background-color: rgba(37, 181, 102, 1);
    color: #fff;
    padding: 14px 25px;
    font: normal normal 600 14px Montserrat;
    transition-property: transform , background-color;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); 
}

.btn-green:hover{
    background-color: rgb(35, 197, 108);
    transform: scale(1.02);
}

.container.call-now{
    margin-block: 60px;
}

span.uppercase{
    color: inherit !important;
    text-transform: uppercase;
}


/* hero section */


@media (max-width: 500px){ 
    .tld-hero-title{
        margin: 20px auto;
    }
    .tld-hero-title h1{
        font-size: 55px;
    }
    .tld-hero-title h6{
        font-size: 15px;
        padding-inline: 20px;
    }
    .domain-container h2{
        font-size: 26px !important;
    }
    h2.section-title{
        font-size: 5.8vw;
        margin: 30px auto;
    }
    .section-title.with-tagline + h6{
        font-size: 3.5vw;
        padding-inline: 7vw;
        margin-top: -5px;
    }
    .line-height-reset{
        line-height: inherit !important;
    }
    .tenure p{
        margin-bottom: 50px;
    }
    
}

.text-left{
    text-align: left !important;
}

.tld-hero-title{
    margin: 40px auto;
    color: #fff;
}

.tld-hero{
    background-color: #000D1C;
    background-image:  url(/ui/bigrock/themes/ClassicBlue/images/tld-landing/hero-header-bg-desktop.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;

}

.tld-hero-title h1{
    text-align: center;
    font: normal normal bold 80px/97px Montserrat;
    color: #fff;
    text-transform: uppercase;
}
.tld-hero-title h6 {
    text-align: center;
    font: normal normal normal 18px/20px Open Sans;
    color: #fff;
}

/*++++++++++++++++++++++
 raised section 
 ++++++++++++++++++++++*/
.domain-container{
    background-color: #F8FAFF;
    box-shadow: 0px 3px 6px #00000029;
    padding: 50px 50px;
    border-radius: 8px;
}
.domain-container h2 {
    text-align: center;
font: normal normal 600 42px/51px Montserrat;
letter-spacing: 0px;
color: #333333;
background: none;
}
.domain-container h2 .dot-blue{
    color: #19AAEC;
    font-size: 70px;
    margin-inline-start: 2px;
    vertical-align: -4px;
}
.domain-container h2 .domain-dotcom{
    color: #005BA1;
    font-weight: 700;
    font-size: 52px;
    margin-inline: 5px;
    height: 30px;
}
.domain-container h2 .WebRupee{
    font-size: 25px;
    vertical-align: 12px;
}
.domain-container h2 :where(.WebRupee ,  .domain-price) {
     color: #FD7803;
     font: normal normal bold 42px/51px Montserrat;
    
}
.margin-minus-180{
    margin-top: -180px;
}

.search_domain_container{
    width: 90%;
    margin: 20px auto;
}

.search-bar-box{
    display: flex;
    flex-direction: row;
    box-shadow: 0px 3px 6px #0000003C;
    border-radius: 7px;
    background-color: #fff;
}
.search-bar-box input{
    height: 50px;
    flex: 4;
    padding: 0px 10px 0px 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font: normal normal 500 18px Montserrat;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 7px  0 0 7px ;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.search-bar-box input::placeholder{
    font-weight: bold;
    color: #333333;
    opacity: 1;
    letter-spacing: 1.08px;
}

.search-icon{
    background-color: white;
    background: url(/ui/bigrock/themes/ClassicBlue/images/tld-landing/icon-search-black.svg) no-repeat center;
    width: 60px;
    height: 20px;
    border-right: 2px solid black;
    background-size: contain;
    margin: auto;
}
.dom-suffix{
    position: absolute;
    left: 0;
    top: 3px;
    color: #555;
    padding-left: 5px;
    font: inherit;
    font-weight: bold;
}

.search-bar-box button{ 
    height: 50px;
    flex: 1;
    background: #25B566 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    font: normal normal bold 16px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    appearance: none;
    outline: none;
    border:none;
    border-radius : 0 7px 7px 0 ; 
}

.domain-search-result{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(229, 231, 235, 1);
}

.domain-search-result .domain-error {
    display: block;
    width: 100%;
    color: rgba(247, 73, 73, 1);
    font: normal normal 300 12px Montserrat;
}

.domain-search-result .searched-domain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.searched-domain .domain-result {
    top: 5px;
}

.searched-domain .domain-result img {
    display: none;
}

.searched-domain.available .domain-result img.sucess {
    display: inline;
}

.searched-domain.unavailable .domain-result img.error-dom {
    display: inline;
}


.domain-search-result .searched-domain p{
    letter-spacing: 0px;
    color: rgba(37, 181, 102, 1);
    opacity: 1;
    font: normal normal bold 24px/22px Montserrat;
}

.domain-search-result .searched-domain.unavailable p {
    color: rgba(247, 73, 73, 1);
    padding: 10px 0;
}

.suggestion{ 
    padding: 20px 0px;
    border-bottom: 1px solid rgba(229, 231, 235, 1);;
}

.suggestion button {
    padding: 10px 30px;
    font-size: 16px;
}

.suggestion p {
    color: rgba(51, 51, 51, 1) !important;
}

.suggestion.searched-domain p, .suggestion.searched-domain span {
    font-size: 20px !important;
  }

.domain-search-result .searched-domain.unavailable button{
    display:  none;
}

.domain-search-result .searched-domain p span {
    font: normal normal normal 24px/22px Montserrat;
}



.btn-buy-now{
    background-color: rgba(253, 120, 3, 1);
    border-radius: 5px;
    padding: 15px 40px;
    font: normal normal bold 20px/24px Montserrat;
    letter-spacing: -0.12px;
    color: rgba(255, 255, 255, 1);
}

.search-mute-links{
    margin-top: 20px;
}

.search-mute-links a{
text-decoration: underline;
font: normal normal normal 13px Open Sans;
letter-spacing: 0px;
color: #333333;
margin-inline-end: 5px ;
margin-top: 10px;
}

.link-bulk-domain{
    transition: color .150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.link-bulk-domain:hover,
.link-domain-transfer:hover{
    color: #FD7803;
}  



@media (max-width: 500px){ 
    .domain-container{
        padding: 25px 10px ;
        width: 90%;
        margin-inline: auto;
    }
    .domain-container h2{
        margin-inline: 6vw;
        line-height: 1;

    }
    .domain-container h2 .WebRupee{
        font-size: 20px;
        margin-inline-start: -2px;
    }
    .domain-price{
        font-size: 35px;
        margin-inline: -3px;
    }
    .search-icon{
        display: none;
    }
    .domain-search-result .searched-domain{
        display: block !important;
    }
    .btn-buy-now{
        padding: 12px 25vw;
        margin-inline: auto;
        margin-top: 20px;
    }
    .domain-container h2 .domain-dotcom{
        height: 25px;
        vertical-align: -3px;
    }
    .search-bar-box input{
        width: 7vw;
       
    }
    .search-bar-box button{
        color: #25B566;
        position: relative;
    }
    .search-bar-box button::after{
        content: '';
        width: 20px;
        height: 20px;
        background: url(/ui/bigrock/themes/ClassicBlue/images/tld-landing/icon-search-white.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        bottom: 31%;
        left: 50%;
        transform: translate(-50%);
        display: block;
        
    }
    .domain-search-result .searched-domain p b{
        font-size: 20px !important;
    }
    .domain-search-result .searched-domain p .avail-text{
        font-size: 20px;
    }
    .searched-domain.available .domain-result img.sucess{
        vertical-align: -2px;
    }

    .search_domain_container{
        margin-bottom: 0px;
    }
    .domain-search-result .searched-domain p span{
        display: inline-block;
        line-height: 1.2;
    }
    .suggestion button{
        background: url(/ui/bigrock/themes/ClassicBlue/images/tld-landing/icon-cart-green.svg) no-repeat right;
        content: "";
        color: transparent !important;
        width: 20px;
        height: 25px;
        background-size: contain;
        display: inline;
        margin-top: 8px;
        float: right;
    }
    .suggestion button:hover{
        color: transparent !important;
    }
    .suggestion p {
        display: inline-block;
    }

}



/* end  hero section */

/* Pricing table */
.price-table-container{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 100px;
}

.price-tenure-reg , .price-tenure-renew , .price-tenure-transfer , .price-tenure{
    display: flex;
    flex-direction: row;
}

.price-tenure-reg div , .price-tenure-renew div , .price-tenure-transfer div , .price-tenure div {
    flex: 1;
    padding: 20 auto;
}

.price-tenure .slot {
    font: normal normal bold 16px Montserrat;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
flex-direction: column;
}

:where(.price-tenure-reg,.price-tenure-renew, .price-tenure-transfer) .slot{
    font: normal normal bold 24px Montserrat;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    height: 100px;
    margin-inline: 17px;
    position: relative;

}

.price-tenure .slot.year {
    height: 60px;
    margin-inline: 15px;
}

:where(.price-tenure-reg,.price-tenure-renew, .price-tenure-transfer) .WebRupee {
    font-size: 14px;
    font-weight: bold;
    vertical-align: 6px;
    color: #333333;
    position: relative;
    top: -4px;
    left: -5px;

}

:where(.price-tenure-reg,.price-tenure-renew, .price-tenure-transfer) .slot sub{
    font-size: 11px;
    font-weight: 400;
    color: #333333;
    position: relative;
    bottom: -8px;

}

:where(.price-tenure-reg,.price-tenure-renew, .price-tenure-transfer) .slot.title{
    font: normal normal 500 12px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    text-align: right;
    display: flex;
    place-content: center;
    margin: auto;
    flex-direction: column;
    text-transform: uppercase;

}

:where(.price-tenure-reg,.price-tenure-renew, .price-tenure-transfer) .slot.title span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Montserrat;
}



:where(.price-tenure-reg, .price-tenure-renew, .price-tenure-transfer) .slot.price{
    background-color: #F8FAFF;
    display: flex;
    place-content: center;
    place-items: center;
    height: 100px;
    margin-inline: 15px;

}

.price-table-container .highlight {
    border: 1px solid rgba(253, 120, 3, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    position: relative;
    overflow: clip;
    z-index: 5;
}

.save-badge::after{
    display: block;
    position: absolute;
    width: fit-content;
    height: 15px;
    content: attr(data-badge) ;
    background-color: rgba(253, 120, 3, 1);
    border-radius: 10px;
    font: normal normal bold 10px Montserrat;
    color: white;
    top: 20px;
    padding: 1px 5px;
}

.price-table-container .highlight .slot {
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
}



.price-tenure-transfer .slot.price{
    border-radius: 0 0 12px 12px;
}

.price-tenure-renew {
    border-bottom:2px solid rgba(51, 51, 51, .1);
   
}

/* end Pricing table */

/* What is ? */

.tenure p {
    text-align: center;
    font: normal normal 400 16px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    margin-block-start: -30px ;
    margin-inline: 20px;
    line-height: 1.45    ;
}

.tenure ul {
    font: normal normal 400 16px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    line-height: 1.45;
    margin-inline: 20px;
}

.tenure ul li {
    line-height: 2.2;
}


.circle-marker-list{
   
    padding-left: 20px;
}


.circle-marker-list li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20em;
    border:  1px solid #333333;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);

}

.circle-marker-list li {
    position: relative;
}

.tenure:last-child{
    margin-bottom: 100px;
}

/* end@ What is ? */


/* two fold cards */

.two-fold-card{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    margin-block: 60px 80px;
}

.two-fold-card .card{
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 30px 40px 30px;
    height: 260;
}

.two-fold-card .card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.two-fold-card h6 {
    font: normal normal bold 16px Montserrat;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    margin-block: 20px;
}
.two-fold-card p {
    text-align: center;
    font: normal normal 400 15px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    flex: 2;
    margin: 0;
}
.two-fold-card ul li {
    font: normal normal 400 15px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.2;
}



@media (max-width: 500px){ 
    .two-fold-card{
        flex-direction: column;
        margin: 40px 20px;
    }
    .two-fold-card img {
        object-fit: contain;
        width: 100%;
    }
}


/* end two fold cards */

/* is domain right  */

.right-box{
    margin-inline: 50px 30px;
    margin-block: auto;
    height: 100%;
}

.right-box img {
    object-fit: contain;
}

.right-box p {
    text-align: left;
}


@media (max-width: 500px){ 

    .right-box{
        margin-inline: 20px;
    }
}

/* end is domain right  */

/* 5 fold grid */

.free-service{
    text-align: center;
    margin: 30px 0px;
}

.free-service .block  {
    width: 300px;
}
.free-service .block img{
    object-fit: contain;
    margin-bottom: 10px;
}
.free-service .block h6 {
    font: normal normal bold 18px Montserrat;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 15px;
}

.free-service .block p {
    text-align: center;
    font: normal normal 400 15px/22px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    width: max(20vw,300px)
}

.free-service .col-sm-4{
    margin-block: 30px;
}


@media (max-width: 500px){ 
    .free-service{
        margin: 0;
    }
    .free-service .block{
        margin-inline: auto;
    }
}

/* end 5 fold grid */

/* domain cards  */

.domain-cards-container{
    display: flex;
    margin-block: 60px;
    gap: 30px;
    flex-direction: row;
}
.domain-cards-container .domain-card{
    background-color: rgba(248, 250, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.domain-cards-container .domain-card .discount-tag{
    align-self: end;
    background-color: rgba(253, 120, 3, 1);
    font: normal normal 500 11px Montserrat;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    padding: 3px 7px;
    border-radius: 10px;
}

.domain-cards-container .domain-card h4{
    background: none;
    outline: none;
    border: none;
    text-align: left;
    font: normal normal bold 18px Montserrat;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
    padding-bottom: 0px;
}

.domain-cards-container .domain-card p {
    text-align: left;
    font: normal normal 500 12px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    padding-left: 5px;
    margin: 0px;
    margin-top: 1px;
}

.domain-cards-container .domain-card .domain-price {
    display: block;
    font: normal normal bold 24px Montserrat;
    color: rgba(51, 51, 51, 1);
    padding: 20px 0 0 5px;
    margin-top: autos;
}



.domain-cards-container .domain-card .domain-price .WebRupee {
    font-size: 14px;
    font-weight: bolder;
    color: rgba(51, 51, 51, 1);
}
.domain-cards-container .domain-card .domain-price sub {
    font-size: 11px;
    font-weight: 500 ;
    color: rgba(51, 51, 51, 1);
}

.slash-price {
    text-decoration: line-through;
    opacity: .8;
    font-size: 10px;
    padding-left: 30px
}


@media (max-width: 500px){ 
    .domain-cards-container{
        position: relative;
        width: 990px;
        margin-left: 5px;
        margin-block: 20px 30px;
    }
}


/* end domain cards  */


/* support css  */

/* support now */
.mseo_support-tile{
    text-align: left;
    font: normal normal 600 30px/37px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 6px;
}
.mseo_support-subtile{
    text-align: left;
    font: normal normal normal 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 6px;
}
.mseo_call-now{
    text-align: left;
    font: normal normal bold 28px/19px Montserrat;
    letter-spacing: 0px;
    color: #FF7700;
}
.mseo_call-now a{
    color: inherit
}
.mseo_chat-now{
    text-align: left;
    font: normal normal bold 28px/19px Montserrat;
    letter-spacing: 0px;
    color: #2BC949;
    cursor: pointer;
}
.mseo_support-text{
    text-align: left;
    font: normal normal 500 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    margin: 16px;
}
.border-right{
    border-right: 1px solid #E3E3E3;
}
.mseo-call-now-icon{
    background: url(/ui/bigrock/themes/ClassicBlue/images/managedSeo/call.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 20px 0 0;
}
.mseo-chat-now-icon{
    background: url(/ui/bigrock/themes/ClassicBlue/images/managedSeo/chat.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 20px 0 0;
}
.mseo_support-img{
    background: url(/ui/bigrock/themes/ClassicBlue/images/managedSeo/support.png) no-repeat center;
    display: block;
    width: 378px;
    height: 380px;
    margin-left: 18px;
    position: absolute;
    top: -97px;


}
.mseo_support-container{
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    height: 278px;
}

@media (max-width: 500px){ 
    .mseo_support-container{
        height: 100%;
        margin: 0 5%;
        padding: 0 5%;
    }
    .mseo_support-container .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .mseo_support-img{
        width: 250px;
        top: 10vw;
        left: -3.5vw;
        margin-top: -20vw;
        transform: scale(1.2);
        position: relative;
        background-size: contain;
    }
}



/* support end */

/* quad-card-grid */

.quad-card-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 40px;
    margin-bottom: 60px;
    justify-content: center;
}

.quad-card-grid .card{
    display: flex; 
    flex-basis: 40%;  
    flex-direction: row;
    padding: 25px 5px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}


.quad-card-grid .card img{
    object-fit: contain;
    flex: .3;
    margin-top: 15px;
}

.quad-card-grid .card-desc{
    display: flex;
    flex-direction: column;
    flex: .9;
}

.quad-card-grid .card-desc h4 {
    background: none;
    outline: none;
    border: none;
    font: normal normal 1000 18px Montserrat;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
}

.quad-card-grid .card-desc h6{
    text-align: left;
    font: normal normal 600 15px Montserrat;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    margin-top: 6px;
}

.quad-card-grid .card-desc p {
    text-align: left;
    font: normal normal 400 13px Open Sans;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
}

.quad-card-grid .card-desc a {
    align-self: end;
    margin-top: auto;
}

.quad-card-grid .card-desc span {
    align-self: end;
    color: rgba(253, 120, 3, 1);
    font: normal normal bold 14px Open Sans;
    padding-right: 15px;
    margin-top: 5px;
    display: inline-block;
    transition: transform 200ms ease-in;
}

.quad-card-grid .card-desc span .arrow{
    background: url(/ui/bigrock/themes/ClassicBlue/images/tld-landing/arrow-knowmore.svg) no-repeat center;
    background-size: contain;
    height: 8px;
    display: inline-block;
}

.quad-card-grid .card-desc span:hover{
    text-decoration: underline;
    transform: scale(1.1);
}
@media (max-width: 500px){ 
    .quad-card-grid{
        flex-direction: column;   
        gap: 30px;  
    }
    .quad-card-grid .card-desc{
        flex: 1;
    }
    .quad-card-grid .card-desc span{
        flex-direction: start;
    }
    .quad-card-grid .card{
        position: relative;
        padding: 20px 30px;
        margin: 0 5%;
    }
    .quad-card-grid .card img{
        position: absolute;
        right: 40px;
        top: 5px;
    }
}


@media (max-width: 500px){ 

      .scroll-container-domain{
          display: block;
          position: relative;
          overflow-x: scroll;
          scroll-behavior: smooth;
      }

      .price-table-container{
          position: relative;
          width: 900px;
          padding-right: 80px;
          margin-left: 10px;
      }

      :is(.price-tenure-reg,.price-tenure-renew, .price-tenure-transfer) .slot{
          z-index: 2;
      }

      :is(.price-tenure-reg, .price-tenure-renew, .price-tenure-transfer) .slot:nth-child(1){
        position: sticky;
        z-index: 3 !important;
        background-color: #fff;
        width: 15%;
        left: 0;
        padding-right: 10px;

      }

      :where(.price-tenure-reg, .price-tenure-renew, .price-tenure-transfer) .slot.title span{
          font-size: 16px;
      }
      :where(.price-tenure-reg, .price-tenure-renew, .price-tenure-transfer) .slot.title{
          font-size: 10px;
      }

      :where(.price-tenure-reg, .price-tenure-renew, .price-tenure-transfer) .slot{
          font-size: 20px;
      }

     
      .slider-arrow{
          display: flex !important;
          justify-content: end;
          position: relative;
          top: -60px;
          margin-right: 20px;
      }
      .save-badge::after{
          padding: 1.5px 5px;
      }
      
    
}


#product_faq{
    margin-bottom: 60px;
}
  .product-faq .content {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .product-faq .content .list.active {
    border-left: solid 5px #FF7700;
  }
  .product-faq .content .list {
    background: rgba(255, 246, 237, .4);
    padding: 30px 40px;
    margin: 0 0 20px 0;
    position: relative;
    border-left: solid 5px transparent;
  }
  .product-faq .content .list:last-child{
    margin: 0;
  }
  .product-faq .content .question {
    font: 600 19px/26px 'Montserrat', sans-serif;
    color: #212121;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  .product-faq .content .answer {
    font: 400 16px/26px 'Open Sans', sans-serif;
    color: #626262;
    margin-top: 10px;
    padding-right: 40px;
  }
  .product-faq .content .ic-toggle {
    background: url("/ui/bigrock/themes/ClassicBlue/images/product/ic-plus.png")
      no-repeat;
    position: absolute;
    right: 24px;
    top: 30px;
    width: 25px;
    height: 25px;
  }
  .product-faq .active .ic-toggle {
    background: url("/ui/bigrock/themes/ClassicBlue/images/product/ic-minus.png")
      no-repeat;
    width: 73px;
    height: 73px;
    top: 30px;
    right: -24px;
  }
  
  
@media (max-width: 500px){ 
   
      .product-faq .content {
        margin: 40px 0 0 0;
        width: 100%;
      }
      .product-faq .content .list.active {
        border-left: solid 5px #FF7700;
      }
      .product-faq .content .list {
        padding: 30px;
        margin: 0 0 20px 0;
        position: relative;
        border-left: solid 5px transparent;
      }
      .product-faq .content .list:last-child{
        margin: 0;
      }
      .product-faq .content .question {
        font: 600 19px/26px 'Montserrat', sans-serif;
        color: #212121;
        margin: 0;
        cursor: pointer;
        position: relative;
        line-height: initial;
        font-size: 15px;
      }
      .product-faq .content .answer {
        font: 400 16px/26px 'Open Sans', sans-serif;
        color: #626262;
        margin-top: 10px;
        padding-right: 40px;
      }
      .product-faq .content .ic-toggle {
        background: url("/ui/bigrock/themes/ClassicBlue/images/product/ic-plus.png")
          no-repeat;
        position: absolute;
        right: 24px;
        top: 30px;
        width: 25px;
        height: 25px;
      }
      .product-faq .active .ic-toggle {
        background: url("/ui/bigrock/themes/ClassicBlue/images/product/ic-minus.png")
          no-repeat;
        width: 73px;
        height: 73px;
        top: 30px;
        right: -24px;
      }
      
}

/* animation */

#tick{
    stroke-dashoffset: 1900;
    stroke-dasharray: 1000;
    animation-name: stroke;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

.loading-spinner {
    position: relative;
    margin: 0 auto;
    width: 75px;
    height: 300px;
  }
  .loading-spinner:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .loading-spinner__circle-svg {
    animation: loading-spinner-rotate 1.28973s linear infinite;
    height: 25px;
    transform-origin: center center;
    width: 25px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loading-spinner__circle-stroke {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loading-spinner-dash 2s ease-in-out infinite, loading-spinner-color 8s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 4px;
  }
  @keyframes loading-spinner-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes loading-spinner-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes loading-spinner-color {
    100%,
    0% {
      stroke: #B4ECCD;
    }
    40% {
      stroke: #fff;
    }
    66% {
      stroke: #fff;
    }
    80%,
    90% {
      stroke: #B4ECCD;
    }
  }

