@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Global stytling css start from here */

body{
    font-family: 'Poppins', sans-serif;
}

.btn_orange{
    font-size: 24px;
    padding: 11px 34px;
    background-color: #01A36C;
    color: #fff;
    border-radius:1.5em;
    box-shadow: none !important;
}
.btn_orange:hover{
    color: #fff;
}
.btn_green{
    font-size: 22px;
    padding: 16px 22px;
    border-radius: 10px;
    color: #fff !important;
    background-color: #01A36C;
  }
/* Global stytling css end here */
.navbar{
    padding-top: 20px;
}
.navbar .logo img{
    max-width: 220px;
}
main{
    padding-bottom: 50px;
    /* background: transparent linear-gradient(180deg, #FFFFFF 0%, #D9FFFA 100%) 0% 0% no-repeat padding-box; */
}
.nav_tabs{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    background-color: #fff;
    padding: 0 20px;
}
.nav-tabs .nav-link{
    color: #707070;
    font-size: 24px;
    font-weight: 600;
    border: none !important;
    cursor: default;
}
.nav-tabs .nav-link .num{
    font-size: 20px;
    color: #fff;
    width: 42px;
    height: 42px;
    background-color: #C9C9C9;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.nav-tabs .nav-link.active .num{
    background-color: #01A36C;
}
#subscription_form{
    padding-top: 5em;
    padding-bottom: 5em;
    background: #d3d3d340 !important;
}
.nav-tabs .nav-link.active{
    color: #01A36C;
    text-decoration: underline;
}
.member_selection .box.first{
    margin-top: 95px;
}
.member_selection .box{
    margin-top: 22px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    cursor: pointer;
    outline: transparent solid 5px;
    background-color: #fff;
}
.card_img{
    border: 5px solid transparent;
    border-radius: 10px;
}
.card_img.active{
    border: 5px solid #01A36C;
}
.member_selection .box.active{
    outline: #01A36C solid 5px;
}
.member_selection .box.px-24{
    padding-left: 24px;
    padding-right: 24px;
}
.member_selection .box .head{
    padding: 17px 0;
    background-color: #F6F6F6;
    border-radius: 15px 15px 0 0;
}
.member_selection .head h2{
    font-size: 24px;
    color: #707070;
    font-weight: 600;
}
.box .list{
    font-size: 19px;
    color: #707070;
    padding: 0 16px;
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-weight: 600;
    min-height: 66px;
    line-height: 115%;
}
.member_selection .box .text{
    padding: 8px;
    padding-bottom: 0;
}
.member_selection .box .list i{
    display: inline-block;
    margin-bottom: -4px !important;
    margin-left: 7px;
    color: #DDDDDD;
    opacity: .5;
}
.member_selection .title{
    font-size: 34px;
    margin: 20px 0;
    padding-top: 15px;
    font-weight: bold;
    color: #A8ABAC;
}
.member_selection .para{
    font-size: 22px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 8px;
    transform: translateY(12px);
    background-color: #fdfdfd;
}
.member_selection .footer_title{
    margin: 8px 0;
    font-size: 28px;
    font-weight: bold;
    color: #06205F;
}
.member_selection .socials{
    margin-top: 0px;
    padding-top: 25px;
}
.member_selection .socials::before{
    content: "";
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #06205F;
}
.member_selection .btn_orange{
    background-color: #A8ABAC;
    border-radius: 1.5em;
    padding: 11px 15px;
    line-height: 1;
}
.member_selection .btn_orange:hover,
.member_selection .btn_orange.active{
    background-color: #01A36C;
}
.tab-content .form{
    max-width: 1400px;
    margin: 0 auto;
    padding: 22px 35px;
    margin-top: 35px;
    box-shadow: 0px 2px 10px #00000008;
    border-radius: 15px;
    background-color: #fff;
}
.tab-content .form .left {
    color: #06205F;
    font-size: 24px;
    text-decoration: none;
}
.tab-content .form .form_title{
    font-size: 25px;
    font-weight: 700;
    opacity: .9;
}
.tab-content .form hr{
    height: 1px;
    width: 94%;
    margin: 0 auto;
}

/* input special styling  */

.material-textfield {
    position: relative;
    margin-top: 45px;
    /* padding: 0 10px; */
  }
/*
  label {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
  }*/
  input, select:not(.change_lan select){
    font-size: 1rem;
    outline: none;
    border: 1px solid rgba(59, 82, 90, 0.2);
    border-radius: 12px;
    padding: 0.5rem 1.5rem;
    color: #385251;
    transition: 0.1s ease-out;
    height: 70px;
  }
  select{
      background-color: transparent;
  }
  /* input:focus {
    border-color: #6200EE;
  } */
  input + label,
  select + label {
    /* color: #6200EE; */
    font-size: 20px;
    color: rgba(59, 82, 90, 0.6);
    font-weight: 400;
    top: 0;
    left: 12px;
    padding: 0 12px;
    transform: translateY(-50%) scale(.9);
    /* opacity: .6; */
    /* background-color: #01A36C; */
  }
  input:not(:placeholder-shown) + label,
  select:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  span.req{
    color: #01A36C;
  }
/* input special styling end */

form .btn_orange{
    padding: 14px 40px;
    /* font-size: 28px; */
    font-weight: 600;
    margin-top: 42px;
}
.expiry_date{
    transform: translateY(17px);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4.85px;
}
.card_img{
    margin: 0 14px;
}
form .vr{
    margin: 0 auto;
    width: 1px;
    height: 75px;
    background-color: #D9D9D9;
}
form .link{
    /* position: absolute; */
    /* bottom: 0px; */
    /* margin-bottom: -40px; */
    margin-top: 25px;
    font-size: 24px;
    color: #707070;
}
h3.data{
    font-size: 23px;
    margin-bottom: 30px;
    color: #707070;
    font-weight: 600;
}
.review_order{
    margin-top: 50px;
    padding-left: 35px;
}
.order_summery{
    margin-top: 60px;
    padding: 0 90px;
}
.order_summery .form_title{
    color: #707070;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 70px;
    opacity: 1 !important;
}
.order_summery .total{
    margin-top: 16px;
}
.big_head{
    font-size: 33px !important;
}
.border_right {
    border-left: 2px solid #CECECE;
}
.popular_label {
    position: absolute;
    top: -28px;
    left: -33px;
}
.member_selection .box.premium {
    background-image: url(../img/top_bg.png);
    background-position-y: -30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.member_selection .box.premium  .title{
    color: #fff;
}
/* button.nav-link {
    cursor:none;
} */



/* dashboard aside for dashboard subscription model */
.test_aside{
    width: 20%;
    height: 100vh;
    background-color: #1E1E2D;
}
.inner_subscription_main{
    background: transparent;
}
.memeber_box{
    border-radius: 15px;
    background-color: #fff;
}
.memeber_box .head{
    height: 68px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E1E2D;
    color: #fff;
}
.memeber_box .head .title{
    margin: 0;
    font-size: 34px;
    font-weight: bold;
}
.inner_subscription_main{
    padding: 0 68px;
}
.memeber_box .list{
    margin: 0 16px !important;
}
.memeber_box .premium .head{
    background-color: #01A36C;
}
.memeber_box .premium{
    /* height: 1100px; */
    margin-top: -9px;
}
body.subscription{
    background-color: #F3F6F9;
}
.toggle_height a{
    display: block;
    padding: 6px 0 12px;
    text-align: center;
    font-size: 24px;
    color: #707070;
    border-top:1px solid #06205F ;
    font-weight: 500;
}
.form .vr{
    display: none;
}
.valid_txt{
    display: none;
}
.material-textfield.valid .valid_txt{
    display: block;
}
.nav-tabs{
    position: relative;
}
.nav-tabs::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* display: none; */
    /* border: 1px solid black; */
    /* background-color: rgba(0, 0, 0, 1); */
}

#nav-tabContent{
    position: relative;
    z-index: 10000;
}


.payment_card {
    margin-top: 25px;
}

.only_vis_for_mob{
    display: none;
}

.extra_padding{
    padding: 0 35px;
}

.subb_loader{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999999999;
    transition: 1s;
    background: #ffffffb5;
  }
  .span{
    position: absolute;
    transform: translate(-50%, 50%);
    width: 120px;
    height: 120px;
    top: 35%;
    border: 5px solid #262626;
    z-index: 1;
    animation: animar 2.5s linear infinite;
  }
  .span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #262626;
    animation: animarbg 2.5s linear infinite;
  }


  /*new subscription design*/


  .bill_main{
    margin: 2em 0 5em 0;
    text-align: center;
  }

  .bill_month{
    background-color:#fff;
    color: #06205F;
    display: inline-block;
    height: 55px;
    padding: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 5px;
    min-width: 200px;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
  }

  .bill_actived{
    background-color: #06205F !important;
    color:#fff !important;
    border: 1px solid #06205F !important;
  }

  .bill_month:hover{

  }

  .bill_yearly{
    background-color:#fff;
    color: #06205F;
    display: inline-block;
    height: 55px;
    padding: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 5px;
    min-width: 200px;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
  }

  .subscription_new_modal{
    /*background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #D9FFFA 100%) 0% 0% no-repeat padding-box;*/

  }
.subscription_form{
    background-color: #FFFFFF;
}
  .plan_head h3 {
    font-size: 27px;
    color: #06205F;
    font-weight: bold;
  }

  .plan_head h4 {
    font-weight: 400;
    color: #06205F;
    font-size: 16px;
    min-height: 40px;
}

.subscription_new_modal .nav_tabs{
    background: none;
    margin: 25px 0;
    box-shadow: none;
    display: block;
}

.subscription_new_modal .nav-tabs .nav-link{
    color:#CCCCCC;

}

.subscription_new_modal .nav-tabs .nav-link.active{
    color:#06205F;
    background: none;
    text-decoration: none;
}

.subscription_new_modal .nav-tabs .nav-link .num{
    display: none;
}


.new_prcing_modal .btn_orange{
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 148px;
    color: #fff;
    font-size: 22px;
    background: #01A36C;
    text-transform: none;
    font-weight: 400 !important;
    padding: 10px;
    min-width: 262px;
    height: auto;
    border-radius: 1.5em;
    font-size: 18px;
}


.sub_tabs{
    display: none;
}

.sub_tab_active{
    display: block;
}

.selected_orange{
    background-color: #01A36C !important;
    color: #fff!important;
}
.selected_orange:hover{
    background-color: #06205F !important;
    color: #fff!important;
}

.new_prcing_modal .btn_orange:hover{
    background-color: #06205F;
    color: #fff;
}

.new_prcing_modal .btn_orange.active {
    color: #fff;
}

.hidden_toggle{
    display: none;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}

.new_prcing_modal .new_plan{
    min-height: 713px;
}

.new_prcing_modal ul{
    margin-bottom: 0;
}

.subscription_new_modal .plan_btna a{
    background: none;
    border-radius: 8px;
    color: #06205F;
    font-weight: 400 !important;
    font-size: 22px;
    height: auto;
    width: auto;
    text-align: center;
    padding: 5px;
    line-height: 27px;
    border-radius: 0;
}

.subscription_new_modal .plan_btna a:hover{
        color: #01A36C !important;
}

.subscription_new_modal .plan_btna a .fa{
    font-weight: 800;
}

.subscription_main_container{
    width: 1200px;
    margin: auto;
    max-width: 100%;
}

.confirm_popup{
    overflow: auto;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.confirm_popup .tbl{
    height: 100%;
    display: table;
    width: 100%;
}

.confirm_popup  .modal-backdrop{
    opacity: 0.8;
}



.confirm_popup .tbl-cell{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100000;
}

.confirm_popup .modal-body{
    width: 570px;
    background-color: #fff;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    display: block;
    margin: auto;
    text-align: center;
    padding: 50px;
}

.confirm_popup .fa{
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 60px;
    line-height: 125px;
    background: #F9C7A4;
    border-radius: 100%;
    color: #A1673F;
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.confirm_popup h1{
    font-size: 22px;
    margin-top: 0;
    color:#06205F;
    margin-bottom: 20px;
}

.confirm_popup p{
    color: #06205F;
    font-size:22px;
    margin-bottom: 25px;
    font-size: 18px;
}

.confirm_popup a{
    font-size: 23px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    min-width: 70px;
    vertical-align: top;
    text-decoration: none;
    padding: .1em 2em;
    transition: 0.3s;
    border-radius: 1.5em;
}

.confirm_popup a:hover{
 background-color: #06205F;   
 color: #fff;
 border-color: #06205F;
 transition: 0.3s;
}

.without_border{
background-color:  #01A36C;
color: #fff;
}

.with_border{
    border: solid 2px #06205F;
    color: #06205F;
}

.vis_hidden{
    opacity: 0.5;
    pointer-events: none;
}


.free_trial{
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #06205F;
    text-transform: initial;
    line-height: normal;
    font-size: 12px !important;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.subscription_new_modal .plan_foot{
    position: relative;
    min-height: 211px;
    padding-bottom: 20px;
    color: #01A36C;
    font-size: 55px;
    border-top: none;
    border-bottom: solid 1px #01A36C;
    margin-top: 20px;

}

.new_plan{
    border:solid 0px #01A36C ;
    border-radius: 0px 0px 12px 12px;
}

.subscription_new_modal .plan_foot small{
    font-size: 20px;
    font-weight: 400;
}

.subscription_new_modal .plan_foot span{
    position: relative;
    font-weight: 500;
    color: #01A36C !important;


}

.price_cutting{
    position: absolute;
    left: 0;
    top: -37px;
    width: 100%;
    display: block;
    text-align: center;
    display: none;
}


.plan_pricee del{
    font-size: 16px;
    color: #424343ab;
    position: relative;
    display: inline-block;
}



.save_dollar
{
    text-align: center;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 20px;
    color: #01A36C;
    background-color: #01a36c66;
    font-style: normal;
    width: 100px;
    position: relative;
    display: inline-block;
}

.business_dollar{
    background: #06205F42;
    color: #06205F;
}

.see_de_para{
    text-align: center;

    font-weight: 500;
    font-size: 20px;
    margin-top: 27px;
    margin-bottom: 55px;
    padding: 40px 15px;
    background: white;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 10px 4px #0000000f;
    max-width: 100%;
}

.see_de_para span{
    color: #01A36C;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 500;
    background: #01a36c66;
    padding: 0 14px;
    border-radius: 20px;
}

.see_de_para small{
    font-size: 39px;
    color: #01A36C;
}

.save_dollar small{
    font-size: 12px !important;
}


.free_Span{
    font-size: 55px !important;
    font-weight: 600!important;
}

#billing_info{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

.Days_trial{
   
}


.initial_ul li:last-child:after{
    display: none !important;
  }


.initial_ul li:last-child:after{
    display: none !important;
  }


.subscription_new_modal .plan_btna a .blob-btn__inner{
    border-radius: 0;
}

.plan_btna .see_less{
    display: none ;
}

.subscription_new_modal .new_plan li::after{
    content: '';
    width: 80%;
    height: 1px;
    background-color: #dddddd;
    bottom: 0;
    display: block;
    margin-top: 8px;
    margin-left: 6%;
}

.new_plan li::before {
    width: 18px;
    height: 18px;
    color: #01A36C;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    font-weight: 200 !important;
    background: none !important;
}

.new_plan_cross::before{
    content: "\f00d" !important;
    color: red !important;
}

.new_plan ul li {
    font-size: 14px;
    padding-left: 22px;
    color: #06205F;
    /* font-weight: 500; */
    margin-bottom: 7px !important;
}

.subscription_new_modal .new_plan li::after{
    display: none;
}

.hidden_toggle li:last-child::after{
    background: none;
}

.sub_tab_bar{
text-align: center;
padding: 40px 0;
}

.custom_left_div {
    width: 45%;
}

.custom_right_div {
    width: 45%;
    margin-left: 10%;
}

.sub_tab_bar li{
    display: inline-block;
    margin-right: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    color: #CCCCCC;
}

.sub_tab_bar li:last-child{
    margin-right: 0;
}

.sub_tab_bar li.sub_active{
color: #06205F;
font-weight: bold;
}


.subss_tab{
    display: none;
}

.subss_tab.tab_active{
    display: block;
}

.sub_tab_bar li.sub_complete{
    color: #01A36C;
}

.extra_li{
    padding: 0;
    margin-bottom: 0 !important;
    margin-top: -10px;
}

.extra_li:before{
display: none;
}

#paypal_method{
    padding-top: 40px;
}

.subscription_new_modal label{
    position: relative;
    background: none;
    text-align: left;
    font-size: 22px;
    font-weight: 600;;
    color: #06205F;
    display: block;
    padding: 0 5px;
    text-transform: uppercase;
    top: 0;
    transform: none;
}

.form_fields .form-group {
    position: relative;
    margin-top: 25px;
}

.form-group span{
    color:#06205F !important;
}
label{
    color:#06205F !important;
    font-weight: bold;
}
.form_fields span.shorter{
    font-size: 14px;
    color: #06205F;
    padding: 0 0.3rem;
    pointer-events: none;
    font-weight: 500;
}

.form_fields .form-control{
    height: 50px;
    border-radius: 0.25rem;
    background-color: white;
}

.form_fields #country{
    padding: 0.375rem 0.75rem;
}

.error_text{
    color: red;
    display: none;
}

.error_container{
    border-color: red;
    color: red;
}

.sub_password:-ms-input-placeholder{
    line-height: 43px;
}

.sub_password::placeholder{
    line-height: 43px;
}


.sub_password::-moz-placeholder{
    line-height: 43px;
}





.custom_left_div{
    width: 40%;
    float: left;
}

.custom_right_div{
    width: 40%;
    float: left;
    margin-left: 20%;
}


.funct_buttons{
    margin-top: 45px;
    text-align: center;
}

.btn_default{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #06205F;
    border-radius: 1.5em;
    padding: 10px;
    min-width: 110px;
}
.btn_default:hover{
color: #01A36C;
border: 1px solid #01A36C;

}
.btn_next{
    background: #01A36C 0% 0% no-repeat padding-box;
    min-width: 110px;
    color: #fff;
    border: 1px solid #01A36C;
}





.radio_btn input[type="radio"]:checked+label
{
    background: #44BAFF1A 0% 0% no-repeat padding-box;
    border: 1px solid #128CD3;
}

.radio_btn{
    position: relative;
    background: #FFFFFF1A 0% 0% no-repeat padding-box;
    margin-bottom: 20px;
}

.radio_btn input{
    position: absolute;
    right: 15px;
    top: 9px;
    width: 20px;
    height: 20px;
    margin: 4px 0 0;
}

.radio_btn label{
    margin: 0 !important;
    padding: 9px 15px;
    padding-left: 50px;
    text-transform: capitalize !important;
    font-size: 20px !important;
    font-weight: 500;
    border-radius: 5px;
    border: 0.5px solid #06205F;
    top: 0;
    transform: none !important;
    pointer-events: all;
    left: 0;
    cursor: pointer;
}


.payment_method_tabs{
    display: none;
  }

  .payment_method_tabs.in{
    display: block;
  }


.radio_btn img{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 10px;
    pointer-events: none;

}


.tootltip_text{
    position: absolute;
    right: 0;
    float: right;
    width: 100%;
    text-align: right;
    top:0;
    display: none;

}

.tootltip_text span {
    opacity: 0;
    background-color: #ffffff;
    color: #06205F;
    position: absolute;
    z-index: 1;
    right: 31px;
    min-width: 107px;
    padding: 15px;
    box-shadow: 0px 0px 22px #00000014;
    border: 0.5px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    transform: translateY(-17px);
    transition: 0.3s;
    text-align: left;
    max-width: 63%;
    pointer-events: none;

  }

.question_hidden{
        /* background: #06205F; */
        border-radius: 100%;
        width: 18px;
        height: 18px;
        color: #93e0d6;
        text-align: center;
        padding: 3px;
        transition: 0.3s;
        border: solid 2px #93e0d6;
        line-height: 9px !important;
        font-size: 13px !important;
}


.tootltip_text .question_hidden:hover + span {
   opacity: 1;
    transform: translateY(0);
    transition: 0.3s;
    pointer-events: all;
  }

/*
  #creditcard_method  .form-group {
    margin-top: 0;
    margin-bottom: 25px;
  }

  #billing_info .form-group {
    margin-top: 0;
    margin-bottom: 25px;
  }
*/

   #billing_info .radio_btn{
    margin-bottom: 0;
  }


  #billing_info .radio_btn img{
    width: 23px;
    left: 15px;
    top: 15px;
  }

  #creditcard_method .radio_btn{
    margin-bottom: 0;
  }


  .address_writter {
    width: 880px;
    margin: auto;
    max-width: 100%;
  }

  .plan_pricee{
    font-weight:600;
  }



  #review_order table{
    margin-top: 25px;
    width: 100%;
  }


  #review_order table td{
    padding:10px 0;
    color: #282B35;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
  }

  #review_order label{
    margin-left: 0;
    padding: 0;
  }


  #review_order table td.td_bold{
    font-size: 18px;
    font-weight: 500;
  }

  #review_order .funct_buttons {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #review_order .funct_buttons {
        text-align: center;
    }
}



  .left_address{
    float: left;
    width: 45%;
  }

  .right_address{
    float: right;
    width: 45%;
    margin-left: 10%;
  }


  .show_hide_deatil_btn{
    display: none;
  }


  /*end*/


  @keyframes animar {
      0% {
          transform: translate(-50%, 50%) rotate(0deg);
      }
      25% {
          transform: translate(-50%, 50%) rotate(180deg);
      }
      50% {
          transform: translate(-50%, 50%) rotate(180deg);
      }
      75% {
          transform: translate(-50%, 50%) rotate(360deg);
      }
      100% {
          transform: translate(-50%, 50%) rotate(360deg);
      }
  }
  @keyframes animarbg {
      0% {
          height: 0;
      }
      25% {
          height: 0;
      }
      50% {
          height: 100%;
      }
      75% {
          height: 100%;
      }
      100% {
          height: 0;
      }
  }
