* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.azexo-hero {
    background: linear-gradient(135deg, #fff4f2 0%, #fbe3df 40%, #f8d4ce 70%, #fff9f8 100%);
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#all_plans li {
    list-style: none;
}

#home-tab .nav-link p {
    color: #fff;
}

#home-tab.active .nav-link p {
    color: #fff;
}

#myTab .nav-link p {
    color: #000;
}

#package_style {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 3rem;
}

#package_style>div>label {
    font-size: 16px;
}

#package_style input[type="radio"] {
    accent-color: #FF5722;
    display: none;
}

.package_type h2,
#myTabContent h2,
.information h2,
h2.mannual_package_type {
    margin: 1rem 0;
    color: #0b0b0b;
    font-size: 20px;
    font-weight: 400;
}

.insta_impression {
    font-size: 8px;
    text-align: center;

    border-radius: 5px;
    font-weight: 400;
    color: #666;
    background: linear-gradient(88deg, #FF9800, #FF5722);
    padding: 2px 2px 4px 2px !important;
    border-radius: 8px;
}



.insta_impression a {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
}


.insta_impression .nav-link.active {
    background: transparent;
    color: #666;

}

.package_type_wrapper {
    gap: 1.5rem;
    padding: 1rem;
    justify-content: center;
}

.package_type_wrapper .nav-nav-item-autolikes {
    padding: 0;
}

.insta_impression .nav-link {
    color: #666;
    padding: 0.5rem 1rem !important;
}



.insta_impression .nav-link:hover,
.insta_impression:hover {
    /* background: #740101 !important;
    /* color: #fff !important; */
    border-radius: 8px;
}

.insta_impression>div {
    background: #fff;
    border-radius: 5px !important;
    cursor: pointer;
}

.insta_impression>div:hover {
    background: transparent;

}

.insta_impression>div[aria-selected="true"] {
    background: transparent;
}

/* .insta_impression > div:hover a.nav-link  */
.insta_impression>div[aria-selected="true"] a.nav-link {
    color: #fff !important;

}

.insta_impression:hover>div>a.nav-link {
    color: #fff;
}

.modal-header button.btn-close {
    transform: translate(-10px, 10px);
}

.bg-white.rounded {
    padding: 2rem;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05) !important;
}
#confirmModal .modal-header {
    padding: 0;
}

#confirmModal {
    top: 120px;
}


/* rounded tabs */
.pricing_tab_list {
    margin-bottom: 2rem !important;
}

.job-tab .nav-tabs {
    border-radius: 50px;
    margin-bottom: 40px;
    border-bottom: 0;
}

.job-tab .nav-tabs>li {
    float: none;
    display: inline;
}

.job-tab .nav-tabs li {
    margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
    margin-right: 0;
}

.job-tab .nav-tabs {
    position: relative;
    z-index: 1;
    display: inline-flex;
    border: 2px solid #FF9800;
    padding: 5px;
    border-radius: 50px;
    margin: 1.5rem auto;
    background: #fff;
}

.job-tab .nav-tabs:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}



.job-tab .nav-tabs>li a {
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    padding: 5px 30px;
    text-decoration: none;
}

.job-tab .nav-tabs>li a.active,
.job-tab .nav-tabs>li a.active:focus,
.job-tab .nav-tabs>li a.active:hover,
.job-tab .nav-tabs>li a:hover {
    border: none;
    background-color: #FF5722;
    color: #fff;
    box-shadow: 0 4px 10px rgba(255, 87, 34, 0.2);
}



/* information */
.information {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px;
}

.input-info.form-control {
    border-radius: 5px;
    background: #efefef;
}

.info-submit.btn-primary {
    background: linear-gradient(88deg, #FF9800, #FF5722);
    border-radius: 15px;
    border: 0;
}

.info_form>div>label {
    font-size: 14px;
    font-weight: 500;
}




/* confirm Modal */
#confirmModal .modal-body h2 {
    font-size: 22px;
    font-weight: 400;
}

#confirmModal .modal-body p {
    font-size: 10px;
    text-align: center;
}

.modal-content {
    color: black;
}

.confirm_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgb(209, 3, 209);
}

.confirm_img img {
    width: 100%;
}

.confirm_ac_details>div>div>p:first-child {
    font-size: 13px !important;
    font-weight: 500;
}

.confirm_ac_details>div>div>p:last-child {
    font-size: 12px !important;
}

.modal-footer {
    justify-content: center;
    padding: 0;
    padding-bottom: 1rem;
}

.modal_yes_btn_div,
.modal_no_btn_div {
    background: linear-gradient(88deg, #FF9800, #FF5722);
    padding: 2px;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.modal-btn-yes,
.modal-btn-no {
    border: 0;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
}

.modal_yes_btn_div:hover .modal-btn-yes,
.modal_no_btn_div:hover .modal-btn-no {
    background: transparent;
    color: #fff;
}

/* package name details */
.video_icon{
    position: absolute;
    width: 1rem;
    left: 20px;
    top: 9px;
}

.package_name_details .heading {
    text-align: center;
    margin-block: 1.5rem;
}

.package_name_details .heading span {
    color: #FF5722;
}

.limited_post_detail {
    font-size: 19px;
    background: #7d8dff;
    color: #fff;
    padding: 8px 30px;
    border-radius: 10px;
}

.selected_post_details {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.selected_post_details p {
    border: 1px solid #7d8dff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 11px;
    margin-bottom: 8px !important;
}

.thumbnail_container .img_div {
    border-radius: 12px;
    overflow: hidden;

}

.thumbnail_container .img_div img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.package_name_details .buttons_div .prev_btn,
.package_name_details .buttons_div .proceed_btn {
    background: linear-gradient(88deg, #FF9800, #FF5722);
    display: inline-block;
    padding: 2px;
    border-radius: 6px;
    overflow: hidden;
    width: 80px;
    text-align: center;
}

.package_name_details .buttons_div .prev_btn div,
.package_name_details .buttons_div .proceed_btn div {
    background-color: #fff;
    padding-block: 5px;
    border-radius: 4px;
}

.package_name_details .buttons_div .prev_btn:hover div,
.package_name_details .buttons_div .proceed_btn:hover div {
    background-color: transparent;
}

.package_name_details .buttons_div .prev_btn button,
.package_name_details .buttons_div .proceed_btn button {
    border: 0;
    font-size: 14px;
    background: transparent;
}

.package_name_details .buttons_div .prev_btn:hover button,
.package_name_details .buttons_div .proceed_btn:hover button {
    color: #fff;
}

.package_name_details>div.buttons_div {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.package_name_details .buttons_div .load_more_btn button {
    border: 0;
    background: linear-gradient(88deg, #FF9800, #FF5722);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
}

.thumbnail_container .img_div.active {
    transform: scale(0.95);
    border: 2px solid #FF5722;
    box-shadow: 0 0 10px 1px #FF9800;
    display: block;
}

/* order summary */

.order_summary h4, .mannual_order_summary h4 {
    padding-block: 1rem;
}

.order_summary .package_type_container, .mannual_order_summary .package_type_container {
    padding: 0.5rem;
}

.order_summary .package_type_container .heading, .mannual_order_summary .package_type_container .heading {
    text-align: center;
    margin-block: 1.5rem;
    font-size: 1rem;
}

.order_summary .package_type_container .heading span, .mannual_order_summary .package_type_container .heading span {
    color: #FF5722;
}

.package_type_container {
    border: 1px solid #7d8dff;
    border-radius: 8px;
}

.order_summary .package_detail, .mannual_order_summary .package_detail {
    padding: 7px 7px 15px 7px;
    box-shadow: 0 0 11px 2px #ccc;
    width: 95%;
    margin: auto;
    border-radius: 10px;
    justify-content: center;
}

.order_summary .package_detail .img_div, .mannual_order_summary .package_detail .img_div {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.order_summary .package_detail .img_div img, .mannual_order_summary .package_detail .img_div img  {
    aspect-ratio: 3/4;
    object-fit: cover;
}

.package_detail .link a {
    font-size: 8px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.package_detail .reactions .likes {
    border: 1px solid #FF5722;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding-inline: 14px;
    /* padding: 3px; */
    color: #FF5722;
}

.package_detail .reactions .comments {
    border: 1px solid #d88b3e;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding-inline: 14px;
    /* padding: 3px; */
    color: #d88b3e;
}

.package_detail .reactions .views {
    border: 1px solid #2ac1b3;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding-inline: 14px;
    /* padding: 3px; */
    color: #2ac1b3;
}

.package_detail .reactions .row div {
    padding: 5px;
}

.justify_package_content {
    justify-content: center;
}

.package_detail .likes_status {
    position: absolute;
    background: #fff;
    font-size: 9px;
    color: #f233c9;
    padding: 3px 7px;
    display: inline-block;
    box-shadow: 0 0 10px 1px #848484;
    border-radius: 3px;
    /* transform: translateY(-15px); */
    left: 31%;
    bottom: -3%;
}

.order_summary .price_summary, .mannual_order_summary .price_summary {
    border: 1px solid #7d8dff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 6px;
}

.order_summary .price_summary .text, .mannual_order_summary .price_summary .text {
    font-size: 12px;
}
.mannual_order_summary .info_text {
    border: 2px solid #176894;
    color: #176894;
    font-weight: 500;
}

.order_summary .price_summary>div>h5, .mannual_order_summary .price_summary>div>h5 {
    font-size: 16px;
    text-align: right;
    margin-bottom: 0;
}

.order_summary .price_summary>div>p, .mannual_order_summary .price_summary>div>p {
    font-size: 8px;
}

.order_summary .payBtns, .mannual_order_summary .payBtns {
    text-align: center;
    place-content: center;
    /* place-content: center; */
    place-items: center;
    display: flex;
    flex-direction: column;
}

.payBtns .media_selection {
    background: linear-gradient(88deg, #f68d3d, #f232bb);
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;

}
/* .order_summary .payBtns{
  
} */

#comment_page > div.container.payBtns{
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
}

.payBtns .media_selection button {
    background: #fff;
    font-size: 11px;
    padding: 6px 16px;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
}

.payBtns .media_selection button:hover {
    background: transparent;
    color: #fff;
}

.pay_by_card button {
    border: 0;
    background: linear-gradient(88deg, #f68d3d, #f232bb);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    width: 100%;
    border-radius: 20px;

}

.pay_by_card button:hover {
    color: #0b0b0b;
    border: 1px solid #f232bb;
    background: #fff;
}

#proceedToCheckout {
    color: #fff;
}

.pay_by_card:hover #proceedToCheckout {
    color: #f338b4;
}
/* manual package */
.manual_package .bg-white .nav-tabs {
    border: 0;
}

.manual_package .bg-white .nav-tabs .nav-item-manual {
    cursor: pointer;
    text-align: center;
}

.manual_package .bg-white .nav-tabs .nav-link {
    border: 0;
    font-size: 8px;
    color: #0b0b0b;
    padding: 3px;
    background: #fff !important;
    border-radius: 9px;
}

.manual_package .bg-white .nav-tabs .nav-item-manual.color_manual .nav-link {
    background: transparent !important;
    color: #fff;
}

.manual_package .bg-white ul li {
    padding: 0 6px;
}

.manual_package .bg-white ul li:nth-child(1) div {
    background: linear-gradient(88deg, #f68d3d, #f232bb);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(2) div {
    background: linear-gradient(88deg, #dfa061, #dfa061);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(3) div {
    background: linear-gradient(88deg, #35cec0, #089e90);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(4) div {
    background: linear-gradient(88deg, #0288d1, #0b5680);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(5) div {
    background: linear-gradient(88deg, #ffa015, #ff5f19);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(6) div {
    background: linear-gradient(88deg, #d8a7fe, #802fbf);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(7) div {
    background: linear-gradient(88deg, #fe5c5c, #ce1515);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white ul li:nth-child(8) div {
    background: linear-gradient(88deg, #8ac24a, #578027);
    border-radius: 10px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.manual_package .bg-white .nav-tabs .nav-item-manual .nav-link:hover {
    background: transparent !important;
    color: #fff;
}


/* manual likes tabs  */

#selectedpackage>div>div.box2,
.selected>div.box2 {
    color : white !important;
}

.mannual_likes_wrapper,
.mannual_comments_wrapper,
.mannual_views_wrapper,
.mannual_followers_wrapper,
.mannual_dFollowers_wrapper,
.mannual_sViews_wrapper,
.mannual_impression_wrapper,
.mannual_saves_wrapper {
    gap: 16px;
    padding: 5px;
}

#weekly_plans1>div>div>div>div.box2,
#weekly_plans2>div>div>div>div.box2,
#weekly_plans3>div>div>div>div.box2,
#monthly_plans1>div>div>div>div.box2,
#monthly_plans2>div>div>div>div.box2,
#monthly_plans3>div>div>div>div.box2 {
    font-size: 9px;
    color: #0b0b0b;
    font-weight: 400;
    transform: translateY(-5px);
}

#weekly_plans1>div>div>div:hover>div.box2,
#weekly_plans2>div>div>div:hover>div.box2,
#weekly_plans3>div>div>div:hover>div.box2,
#monthly_plans1>div>div>div:hover>div.box2,
#monthly_plans2>div>div>div:hover>div.box2,
#monthly_plans3>div>div>div:hover>div.box2 {
    color: #fff;
}


.manual_price_box_container {
    background: linear-gradient(88deg, #fc6693, #ef26c3);
    padding-inline: 2px !important;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_comment_price_box_container {
    background: linear-gradient(88deg, #dfa061, #dfa061);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_views_price_box_container {
    background: linear-gradient(88deg, #35cec0, #089e90);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_followers_price_box_container {
    background: linear-gradient(88deg, #0288d1, #0b5680);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_dFollowers_price_box_container {
    background: linear-gradient(88deg, #ffa015, #ff5f19);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_sViews_price_box_container {
    background: linear-gradient(88deg, #d8a7fe, #802fbf);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_impression_price_box_container {
    background: linear-gradient(88deg, #fe5c5c, #ce1515);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_saves_price_box_container {
    background: linear-gradient(88deg, #8ac24a, #578027);
    padding: 0;
    border-radius: 5px;
    padding: 1.5px;
}

.manual_price_box {
    background: #fff;
    position: relative;
    border-radius: 4px;
    cursor: pointer;

}

.manual_price_box:hover {
    background: transparent;
}

#weekly_plans1>div>div>div:hover>div.box2,
#weekly_plans2>div>div>div:hover>div.box2,
#weekly_plans3>div>div>div:hover>div.box2 {
    color: #fff !important;
}

/* #weekly_plans2>div>div>div>div.box1, */
/* #weekly_plans3>div>div>div>div.box1, */
/* #monthly_plans2>div>div>div>div.box1, */
/* #monthly_plans3>div>div>div>div.box1,  */
#weekly_plans1>div>div>div>div.box1,
#monthly_plans1>div>div>div>div.box1{
    width: max-content;
    padding: 1px;
    border-radius: 4px;
    margin: auto;
    transform: translateY(-30%);
}

/* #weekly_plans2>div>div>div>div.box1 .box1_content,
#weekly_plans3>div>div>div>div.box1 .box1_content,
#monthly_plans2>div>div>div>div.box1 .box1_content,
#monthly_plans3>div>div>div>div.box1 .box1_content, */
#weekly_plans1>div>div>div>div.box1 .box1_content,
#monthly_plans1>div>div>div>div.box1 .box1_content{
    background: #fff;
    display: flex;
    flex-direction: column;
    color: #0b0b0b;
    padding: 4px 8px;
    border-radius: 3px;

}


.manual_price_box .box1 .price {
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
}

.manual_price_box .box1 .price span {
    font-size: 8px;

}

.manual_price_box .box1 .duration {
    font-size: 8px;
    display: inline-block;
}

/* ------------------------------------------------------------------- */


.pricing_boxes_wrapper {
    gap: 16px;
    padding: 5px;
}

#manual>div>div>div>div.box2 {
    font-size: 9px;
    color: #0b0b0b;
    font-weight: 400;
    transform: translateY(-5px);
}

#manual>div>div>div:hover>div.box2 {
    color: #fff;
}


.price_box_container {
    background: linear-gradient(88deg, #FF9800, #FF5722);
    padding-inline: 2px !important;
    border-radius: 5px;
    padding: 1.5px;
}

.price_box {
    background: #fff;
    position: relative;
    border-radius: 4px;
    cursor: pointer;

}

.price_box:hover {
    background: transparent;
}

#manual>div>div>div:hover>div.box2 {
    color: #fff !important;
}

#manual>div>div>div>div.box1 {
    /* background: linear-gradient(88deg, #fc6693, #ef26c3); */
    width: max-content;
    padding: 1px;
    border-radius: 4px;
    margin: auto;
    transform: translateY(-30%);
}

#manual>div>div>div>div.box1 .box1_content {
    background: #fff;
    display: flex;
    flex-direction: column;
    color: #0b0b0b;
    padding: 4px 8px;
    border-radius: 3px;

}


.price_box .box1 .price {
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
}

.price_box .box1 .price span {
    font-size: 8px;

}

.price_box .box1 .duration {
    font-size: 8px;
    display: inline-block;
}

.box1_content>.m-0{
    color:black;
}

/* subscription summary */

.subscription_summary h2 {
    font-size: 17px;
    margin-block: 2rem;
}

.subscription_summary .sec_one,
.subscription_summary .sec_two,
.subscription_summary .sec_three {
    box-shadow: 0 0 10px 2px #ccc;
    padding-block: 1rem;
    border-radius: 5px;
    padding-inline: 2rem;
}

.sec_one .subs_ac_img {
    max-width: 130px;
    border-radius: 50%;
    border: 2px solid #FF5722;
    overflow: hidden;
    /* margin: auto; */
}

.sec_one .subs_ac_img img {
    object-fit: cover;
    width: 100%;
}

.sec_one .subscription_name {
    font-size: 12px;
}

.sec_one .reactions {
    border: 1px solid #FF9800;
    border-radius: 6px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 5px;
}

.sec_one .reactions .head,
.sec_one .reactions .amount {
    font-weight: 500;
}

.justify_reaction {
    display: flex;
    justify-content: space-around;

}

.sec_one .pricing_div {
    border: 1px solid #FF9800;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.sec_one .pricing_div p:last-child {
    font-size: 18px;
    font-weight: 500;
}

.sec_two .randomize,
.sec_two .delay,
.sec_two .speed,
.sec_two .before_like,
.sec_three .randomize,
.sec_three .delay,
.sec_three .speed,
.sec_three .before_like {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.sec_two .btton a,
.sec_three .btton a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #4caf50;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
}

.sec_two .autoLike_card,
.sec_two .autoview_card,
.sec_three .autoLike_card,
.sec_three .autoview_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_two .autoLike_card .left_div,
.sec_two .autoview_card .left_div,
.sec_three .autoLike_card .left_div,
.sec_three .autoview_card .left_div {
    display: flex;
    gap: 5px;
}

.sec_two .randomize p,
.sec_two .delay p,
.sec_two .speed p,
.sec_two .before_like p,
.sec_three .randomize p,
.sec_three .delay p,
.sec_three .speed p,
.sec_three .before_like p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.sec_two .inform,
.sec_three .inform {
    font-size: 10px;
    color: #FF5722;
}
.subscription_summary .info_text {
    padding: 1rem 0.5rem;
    font-size: 9px;
    margin-bottom: 1rem;
    border: 1px solid #FF9800;
    border-radius: 6px;
}
.subscription_summary .pay-btn button {
    background: linear-gradient(90deg, #FF9800, #FF5722);
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    padding-block: .5rem;
}

/* comment page */

.comment_page_container {
    border: 1px solid #FF9800;
    border-radius: 8px;
    padding: 12px 10px;
}

.comment_page_container .comment_detail {
    padding: 1rem 0.5rem;
    box-shadow: 0 0 11px 2px #ccc;
    width: 95%;
    margin-inline: auto;
    border-radius: 6px;
    padding: 18px 10px;
    align-items: center;
}
.comment_detail .img_div {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #FF5722;
    overflow: hidden;
    margin: auto;
}
.comment_detail div.link a {
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}
.comment_detail .reactions .row div{
    padding: 5px;
}

.comment_detail .reactions .likes {
    border: 1px solid #FF5722;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding-inline: 14px;
    /* padding: 3px; */
    color: #FF5722;
}

.comment_detail .reactions .comments {
    border: 1px solid #d88b3e;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding-inline: 14px;
    /* padding: 3px; */
    color: #d88b3e;
}

.comment_detail .reactions .views {
    border: 1px solid #2ac1b3;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding-inline: 14px;
    /* padding: 3px; */
    color: #2ac1b3;
}
.comment_detail .content_reaction {
    align-items: center;
    border: 1px solid #FF9800;
    border-radius: 8px;
    margin-inline: auto;
    padding: 12px;
}
.comment_input_div {
    box-shadow: 0 0 11px 1px #ccc;
    border-radius: 8px;
    padding: 12px 8px;
}
.comment_input_div::after{
    content: "";
    position: absolute;
    transform: rotate(180deg);
    top: -14%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #cccccc transparent transparent transparent;
}
.comment_input_div h6 {
    font-size: 12px;
    margin-bottom: 12px;
}
.commentBox{
    width: 100%;
    margin: auto;
    min-height: 60px;
    border-radius: 8px;
    border: 0;
    outline: 0;
    background: #e1e1e1;
    font-size: 12px;
    padding: 10px;
    resize: none;
}
.payBtns .comment_selection {
    background: linear-gradient(88deg, #FF9800, #FF5722);
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}
.payBtns .comment_selection button {
    background: #fff;
    font-size: 11px;
    padding: 6px 16px;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
}
.payBtns .comment_selection button:hover {
    background: transparent;
    color: #fff;
}

.content_reaction_img {
    height: 100% !important;
    width: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
}

.free_views{
    background-color: white !important;
    width: 60px;
    color: black;
    text-align: center;
    height: -15px;
    font-size: 6px;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    padding: 2px 4px;
    border-radius: 2px !important;
    left: 50%;
    font-style: italic;
    transform: translate(-50%);
    border: 1px #FF5722;
    box-shadow: 0 0 10px 1px #ccc;
}

.weekly_save {
    position: absolute;
    padding: 2px;
    border-radius: 18px;
    border: 1px solid #FF5722;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'system-ui';
}

.weekly_save > div {
    background: linear-gradient(88deg, #FF9800, #FF5722);
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
}

.cancel_anytime {
    position: absolute;
    padding: 2px;
    border-radius: 18px;
    border: 1px solid #047cb4;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'system-ui';
}

.cancel_anytime > div {
    background: linear-gradient(360deg, #0191cd, #132249);
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
}

.nav-item-autolikes > div:hover > a > p {
    color: #fff !important;
}


.nav-item-autolikes > div.active > a > p {
    color: #fff !important;
}

.price_box .box1 .box1_content p {
    color: #0b0b0b;
}

.manual_price_box .box1 .box1_content p {
    color: #0b0b0b;
    font-weight: 600;
}

.confirm_ac_details > div > div > p {
    color: #0b0b0b;
}

.selected_post_details > p {
    color: #4b4b4b;
}

.reactions > div.row > div > div > p {
    color: #4b4b4b;
}

.left_div p {
    color: #4b4b4b;
    font-weight: 500;
}

.sec_one .reaction_container .reactions p:first-child {
    color: #0b0b0b;
    font-weight: 500;
}

.reaction_container .pricing_div p {
    color: #4b4b4b;
}

.sec_two .randomize p, .sec_two .delay p, .sec_two .speed p {
    color: #4b4b4b;
}

.sec_three .before_like p, .sec_three .randomize p, .sec_three .delay p, .sec_three .speed p {
    color: #4b4b4b;
}

.insta_impression:nth-child(2) {
    background: linear-gradient(135deg,#f36a5a 0%, #3b2d6b 100%);
}

.insta_impression:nth-child(3) {
    background: linear-gradient(360deg, #0191cd, #132249);
}

.price_box_container.changeBgPink {
    background: linear-gradient(88deg, #FF9800, #FF5722);
}

.price_box_container.changeBgPink .price_box .box1 {
    background: linear-gradient(88deg, #FF9800, #FF5722) !important;
}

.price_box_container.changeBgYellow {
    background: linear-gradient(360deg, #ffa91b, #ffcc4c);
}

.price_box_container.changeBgYellow .price_box .box1 {
    background: linear-gradient(360deg, #ffa91b, #ffcc4c) !important;
}

.price_box_container.changeBgBlue {
    background: linear-gradient(360deg, #0191cd, #132259);
}

.price_box_container.changeBgBlue .price_box .box1 {
    background: linear-gradient(360deg, #0191cd, #132259);
}

.automatic_services {
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 10px 1px #ccc;
    padding: 25px;
    cursor: pointer;
}

.automatic_services.selection {
    line-height: 1;
    background: #FF5722;
    color: #fff; 
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
}

.manualy_services {
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 10px 1px #ccc;
    padding: 25px;
    cursor: pointer;
}

.manualy_services.selection {
    line-height: 1;
    color: #fff;
    background: #FF5722; 
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
}

.my_comment {
    font-size: 12px;
    margin-bottom: 10px;
}

.my_comment p {
    color: #4e4ef3;
}

.services_span {
    font-size: 11px;
    font-weight: 100;
}


#tt-username {
    font-size: 18px;
    font-weight: 600;
    color: #0b0b0b;
}


.profile_detail_div {

    display: flex;
    gap: 20px;
}


.pricing-colom, .pix_section_features, .vc_section, .pix_section_contact {
    z-index: 1;
}



/* -------------------------- media query ----------------------------- */


@media screen and (max-width: 343px) {
    .subscription_name {
        text-align: center;
        margin-top: 8px !important;
    }
}

@media screen and (max-width: 340px) {
    .insta_impression .nav-link {
        padding: 0.4rem 0.8rem !important;
    }
}

@media screen and (min-width: 400px) and (max-width:450px) {
    .package_detail .likes_status {
        font-size: 13px;
        padding: 2px 18px;
        bottom: -5%;
    }
}

@media screen and (max-width:450px) {
    /* .cancel_anytime {
    left: -50px;
    transform: translateY(35px);
    }

    .weekly_save {
        right: -50px;
        transform: none;
        transform: translateY(35px);
    }

    #weekly_plans1 > div.pricing_boxes_wrapper {
           margin-top: 1.5rem;
    } */
}

@media screen and (max-width: 400px) {
    .randomize p, .delay p, .speed p {
        width: 50%;
    }

    .subscription_name h5 {
        font-size: 13px;
    }
}

@media screen and (min-width: 401px) and (max-width:500px) {
    .package_detail .likes_status {
        font-size: 10px;
        padding: 2px 12px;
    }
}

@media screen and (max-width: 500px) {
    .automatic_services {
        padding: 15px 10px;
    }
    .manualy_services {
        padding: 15px 10px;
    }
    #package_style>div>label {
        font-size: 11px;
    }
    .services_span {
        font-size: 9px;
        margin-top: 2px;
    }
}

@media screen and (min-width: 501px) and (max-width:576px) {
    .package_detail .likes_status {
        font-size: 14px;
        padding: 3px 20px;
        /* transform: translateY(-15px); */
        left: 29%;
    }

    .package_detail .link a {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {

    .manual_package .bg-white .nav-tabs {
        padding-inline: 20px;
    }
    
    .job-tab .nav-tabs>li a {
        padding: 5px 15px;
    }

    #order_summary>div>div.container.package_type_container>div>div.col-6.col-sm-3.position-relative {
        margin-bottom: 1rem;
    }

    .manual_package .bg-white ul li {
        margin-bottom: 10px;
    }

    .reaction_container {
        row-gap: 1.5rem;
    }
    .package_detail .reactions .row div{
        height: 42px !important;
      }
      .price_box{
        height: 60px;
    }
    .cancel_anytime {
        left: -50px;
        transform: translateY(35px);
        }
    
    .weekly_save {
        right: -50px;
        transform: none;
        transform: translateY(35px);
    }

    #weekly_plans1 > div.pricing_boxes_wrapper {
            margin-top: 1.5rem;
    } 
    #monthly_plans1 > div.pricing_boxes_wrapper {
        margin-top: 1.5rem;
    }

    .price_box {
        height: 75px;
    }
    #tt-username {
        font-size: 14px;
        
    }
}

@media screen and (min-width:577px) {

    .confirm_ac_details>div>div>p:first-child {
        font-size: 15px !important;
    }

    .confirm_ac_details>div>div>p:last-child {
        font-size: 14px !important;
    }



    .selected_post_details p {
        border: 2px solid #FF9800;
        padding: 7px 18px;
        font-size: 15px;
    }

    .order_summary .package_detail,    .mannual_order_summary .package_detail {
        padding: 15px 5px;
    }

    .package_detail .link a {
        font-size: 13px;
    }

    .package_detail .reactions .row div {
        padding: 10px;
    }

    .package_detail .reactions .likes,
    .package_detail .reactions .comments,
    .package_detail .reactions .views {
        font-size: 12px;
    }

    .package_detail .likes_status {
        padding: 5px 15px !important;
        font-size: 15px !important;
    }

    .order_summary .price_summary,  .mannual_order_summary .price_summary {
        padding: 8px !important;
    }

    .manual_package .bg-white .nav-tabs .nav-link  {
        font-size: 12px;
        padding: 3px 6px;
    }

    .subscription_summary .sec_two,
    .subscription_summary .sec_three {
        padding-inline: 2rem;
    }

    .subscription_summary .info_text{
        font-size: 10px;
    }
    .sec_two .inform, .sec_three .inform{
        font-size: 10px;
      }

      .package_detail .reactions .row div{
        height: 58px !important;
      }

}

@media screen and (max-width: 767px){
    #checkout_row .package_detail div.justify_package_content{
        margin-top: 1.5rem;
    }

    .free_views {
        padding: 3px 6px;
        border-radius: 3px !important;
        width: 100px;
        font-size: 8px;
    
    }

    .sec_one .subs_ac_img {
        max-width: 100px;
    }
}


@media screen and (min-width: 768px) {
    .pricing_boxes_wrapper {
        gap: 25px;
    }

    .mannual_likes_wrapper,
    .mannual_comments_wrapper,
    .mannual_views_wrapper,
    .mannual_followers_wrapper,
    .mannual_dFollowers_wrapper,
    .mannual_sViews_wrapper,
    .mannual_impression_wrapper,
    .mannual_saves_wrapper {
        gap: 25px;
    }

    .price_box {
        padding: 0.5rem;
        border-radius: 5px;

    }

    .manual_price_box {
        padding: 0.5rem;
        border-radius: 5px;
    }

    #weekly_plans1>div>div>div>div.box1 .box1_content,
    #weekly_plans2>div>div>div>div.box1 .box1_content,
    #weekly_plans3>div>div>div>div.box1 .box1_content,
    #monthly_plans1>div>div>div>div.box1 .box1_content,
    #monthly_plans2>div>div>div>div.box1 .box1_content,
    #monthly_plans3>div>div>div>div.box1 .box1_content {
        padding: 5px 15px;
    }

    #manual>div>div>div>div.box1 .box1_content {
        padding: 5px 15px;
    }

    #weekly_plans1>div>div>div.box1,
    #weekly_plans2>div>div>div.box1,
    #weekly_plans3>div>div>div.box1,
    #monthly_plans1>div>div>div.box1 {
        width: max-content;
        padding: 10px 30px;
        border-radius: 8px;
        transform: translateY(-60%);
    }

    #manual>div>div>div.box1 {
        width: max-content;
        padding: 10px 30px;
        border-radius: 8px;
        transform: translateY(-60%);
    }

    .price_box .box1 .price {
        font-size: 14px;
    }

    .price_box .box1 .duration {
        font-size: 11px;
    }

    .manual_price_box .box1 .price {
        font-size: 14px;
    }

    .manual_price_box .box1 .duration {
        font-size: 11px;
    }

    #weekly_plans1>div>div>div.box2,
    #weekly_plans2>div>div>div.box2,
    #weekly_plans3>div>div>div.box2,
    #monthly_plans1>div>div>div.box2,
    #monthly_plans2>div>div>div.box2,
    #monthly_plans3>div>div>div.box2 {
        font-size: 11px;
        transform: translateY(-12px);
    }

    #manual>div>div>div.box2 {
        font-size: 11px;
        transform: translateY(-12px);
    }

    #weekly_plans1>div>div>div>div.box2,
    #weekly_plans2>div>div>div>div.box2,
    #weekly_plans3>div>div>div>div.box2,
    #monthly_plans1>div>div>div>div.box2,
    #monthly_plans2>div>div>div>div.box2,
    #monthly_plans3>div>div>div>div.box2 {
        font-size: 11px;
        transform: translateY(-10px);
    }

    #manual>div>div>div>div.box2 {
        font-size: 11px;
        transform: translateY(-10px);
    }

    .selected_post_details p {
        padding: 7px 26px !important;
        font-size: 17px !important;
    }

    .justify_package_content {
        justify-content: space-around;
    }

    div.container.order_summary>div.container.package_type_container.mb-3>div>div.col-3.position-relative>div.likes_status.text-center {
        font-size: 13px !important;
        bottom: -9%;
        padding: 4px 20px;
        left: 26%;
    }

    .order_summary .price_summary .text,   .mannual_order_summary .price_summary .text {
        font-size: 14px;
    }

    .order_summary .price_summary>div>h5, .mannual_order_summary .price_summary>div>h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .order_summary .price_summary>div>p, .mannual_order_summary .price_summary>div>p {
        font-size: 10px;
    }

    .order_summary .price_summary,   .mannual_order_summary .price_summary {
        padding: 12px !important;
    }

    .order_summary .package_detail,  .mannual_order_summary .package_detail {
        padding: 16px 5px 31px 5px !important;
    }

    .manual_package .bg-white .nav-tabs .nav-link {
        font-size: 15px !important;
        padding: 5px !important;
    }

    .manual_package .bg-white ul li div {
        margin-bottom: 1rem !important;
    }

    .sec_one .reactions {
        padding: 1rem;
    }

    .subscription_summary .info_text{
        font-size: 12px;
    }
    .sec_two .inform, .sec_three .inform{
        font-size: 12px;
      }

      .comment_detail .content_reaction .link a {
        font-size: 12px ;
      }

      .video_icon{
        width: 2rem;
      }
      
      .package_detail .likes_status {
        font-size: 10px !important;
    padding: 4px 8px !important;
      }

      .my_comment {
        font-size: 14px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
    .insta_impression {
        font-size: 13px;
    }

    #weekly_plans1>div>div>div>div.box1,
    #weekly_plans2>div>div>div>div.box1,
    #weekly_plans3>div>div>div>div.box1,
    #monthly_plans1>div>div>div>div.box1,
    #monthly_plans2>div>div>div>div.box1,
    #monthly_plans3>div>div>div>div.box1 {
        transform: translateY(-65%);
    }

    #manual>div>div>div>div.box1 {
        transform: translateY(-65%) !important;
    }

    .comment_detail .reactions .row div {
        padding: 16px;
        font-size: 12px;
    }

    .free_views {
        width: 120px;
        font-size: 10px;
        border-radius: 3px !important;
    }

}

@media screen and (min-width: 992px) {
    .insta_impression {
        font-size: 20px;
        border-radius: 12px;
    }

    .package_type_wrapper {
        gap: 1.5rem;
    }

    .insta_impression>div {
        border-radius: 8px !important;
    }

    .order_summary .price_summary .text,   .mannual_order_summary .price_summary .text {
        font-size: 16px;
    }

    .order_summary .price_summary>div>h5,  .mannual_order_summary .price_summary>div>h5 {
        font-size: 25px;
    }

    .order_summary .price_summary,  .mannual_order_summary .price_summary {
        padding: 16px !important;
    }
    /* .sec_one .subs_ac_img{
        height: 150px;
        width: 150px;
        padding: 0 px;
    } */

    .mannual_order_summary .info_text{
        font-size: 18px;
    }

    .video_icon{
        width: 2.5rem;
      }
    
     .free_views {
        width: 150px;
        font-size: 14px;
        border-radius: 4px !important;
     }
  
     .my_comment {
        font-size: 16px;
        margin-bottom: 0;
    }
  
}







@media screen and (min-width: 992px) {

    /* .price_box {
        margin-bottom: 2rem;
    } */
    .price_box .box1 .price {
        font-size: 16px;
        padding: 0.5rem 1rem 0 1rem;
    }

    .price_box .box1 .duration {
        font-size: 12px;
    }

    .manual_price_box .box1 .price {
        font-size: 18px;
        padding: 0.5rem;
    }

    .manual_price_box .box1 .duration {
        font-size: 12px;
    }

    #weekly_plans1>div>div>div>div.box2,
    #weekly_plans2>div>div>div>div.box2,
    #weekly_plans3>div>div>div>div.box2,
    #monthly_plans1>div>div>div>div.box2,
    #monthly_plans2>div>div>div>div.box2,
    #monthly_plans3>div>div>div>div.box2 {
        font-size: 16px;
        transform: translateY(-5px);
    }

    #manual>div>div>div>div.box2 {
        font-size: 14px;
        transform: translateY(-5px);
    }

    #weekly_plans1>div>div>div>div.box1 .box1_content,
    #weekly_plans2>div>div>div>div.box1 .box1_content,
    #weekly_plans3>div>div>div>div.box1 .box1_content,
    #monthly_plans1>div>div>div>div.box1 .box1_content,
    #monthly_plans2>div>div>div>div.box1 .box1_content,
    #monthly_plans3>div>div>div>div.box1 .box1_content {
        padding: 8px 20px !important;
    }

    #manual>div>div>div>div.box1 .box1_content {
        padding: 8px 20px !important;
    }

    #weekly_plans1>div>div>div>div.box1,
    #weekly_plans2>div>div>div>div.box1,
    #weekly_plans3>div>div>div>div.box1,
    #monthly_plans1>div>div>div>div.box1,
    #monthly_plans2>div>div>div>div.box1,
    #monthly_plans3>div>div>div>div.box1 {
        transform: translateY(-50%);
    }

    #manual>div>div>div>div.box1 {
        transform: translateY(-50%);
    }

    .package_detail .reactions .row div {
        padding: 20px 10px !important;
    }

    .package_detail .reactions .likes,
    .package_detail .reactions .comments,
    .package_detail .reactions .views {
        font-size: 16px !important;
    }

    .package_detail .link a {
        font-size: 16px !important;


    }

    .package_detail .likes_status {
        padding: 4px 20px !important;
    font-size: 11px !important;
    }

    div.container.order_summary>div.container.package_type_container.mb-3>div>div.col-3.position-relative>div.likes_status.text-center {
        font-size: 15px !important;
        bottom: -9%;
        padding: 4px 24px !important;
        left: 26%;
    }

    .order_summary .package_detail {
        padding: 12px 5px 40px 5px !important;
    }

    .sec_one .reactions {
        padding: 1.5rem 1rem;
    }

    .subscription_summary .info_text{
        font-size: 14px;
    }
    .sec_two .inform, .sec_three .inform{
    font-size: 14px;
  }
  .package_detail .reactions .row div{
    height: 90px !important;
  }


}

#auto-back {
    padding: 10px;
}

@media screen and (min-width:1200px) {
    div.container.order_summary>div.container.package_type_container.mb-3>div>div.col-3.position-relative>div.likes_status.text-center {
        font-size: 21px !important;
    }

    .package_detail .likes_status {
        padding: 4px 20px !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 310px) {
    age_detail .link a {
        font-size: 7px;
  } 
}

@media screen and (max-width: 400px){
    .pix-header-mobile nav .dropdown-menu .pix-dropdown-title {
    font-size: 12px !important;
   }
}