@import url("../../css2"
);
p{
    font-family: "Roboto", sans-serif !important; 
}
/* Packages css start */

.trademark_form_box{
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border: 1px solid #e9e7e7;
    padding: 40px;
    border-top: 4px solid #5c99ed;
    -webkit-box-shadow: -3px 5px 22px -8px #ccc;
    box-shadow: -3px 5px 22px -8px #ccc;
    margin-top: 30px;

}



.fa-solid, .fas {
    font-weight: 900;
    font-family: 'FontAwesome' !important;
}


.registration_heading{
    /* color: #000; */
    color: #2a2c48;
    font-weight: 600;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.required_symbol{
    color: red;
}
.note_text{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #2a2c48;
    /* color: #000; */
}
.note_highlight{
    font-weight: 600;
}
.package_cards{
    text-align: center;
    background-color: #fff;
    border: 2px solid #92854e;
    border-radius: 10px;
    box-shadow: 0 32px 50px rgba(146, 185, 208, 0.2);
    padding-bottom: 16px;
}
.package_header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px 3px;
}
.package_img{
    /* width: 16%; */
    max-width: 50px;
    min-width: 40px;
    object-fit: cover;
}
.package_name{
    color: #2a2c48;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.package_price_box{
    background-color: #92854e;
    padding: 7px
}
.gold_box {
    background-color: #92854e;
}
.packages_pricing{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.detail_packages_box{
    padding: 10px;
}
.trademark_package_text{
    color: #353535;
    font-size: 16px;
    font-weight: 400;  
    margin: 0; 
}
.package_subscribe_text{
    color: #28a745;
    font-size: 16px;
    font-weight: bolder; 

}
.services_package_box{
    border-bottom: 2px solid #e3eff6;
    border-top: 2px solid #e3eff6;
    padding: 20px 0;
    margin: 0 20px;
    height: 295px;
    overflow-y: scroll;
}
.package_service_name{
    font-size: 18px;
    padding: 6px 6px;
    text-align: left;
    font-weight: 500;
}
.package_service_details{
    font-size: 13px;
    text-align: left;
    font-weight: bolder;
    margin: 0;
    
}
.package_service_details_next{
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    margin: 0;
    
}
.change_service_text{
    font-weight: 400;
}
.services_list_row{
    display: flex;
    padding-top: 18px;
    align-items: center;
    gap: 7px;
}
.checkMark{
    color: #92854e;
}
.questionMark{
    color: #fff;
    font-size: 12px;
    background-color: #5c99ed;
    margin: 0;
    padding: 7px 5px;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    line-height: 8px;
}
.cancelMark{
    color: #92854e;
}
.package_select{
    padding: 4px 13px;
    color: #fff;
    background-color: #AA47BC;
    font-family: "Roboto", sans-serif;
    border-radius: .25rem;
    font-weight: 700;
    font-size: 15px;
}
.select_gold{
    background-color: #D4AF37;
}
.text_below{
    color: #212529;
    font-size: 13px;
    font-weight: normal;
}

/* Packages css end */



/* Checkout css start */

.checkout_head{
    color: #5c99ed;
    font-size: 30px;
    font-weight: 500;
}
.checkout_line{
    background-color: #5c99ed;
    height: 3px;
}
.checkout_box_first{
    background: #4a8cc9 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    padding: 13px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.purchased_services_name{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.purchased_quantity {
    color: #212529;
    background-color: #f8f9fa;
    padding: 2px 8px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 17px;
}
.table.custom_table_bg{
    border: none;
    background-color: #fff;
}
 .custom_list_text{
    font-size: 14px;
    color: #212529;
    font-family: "Roboto", sans-serif;
}
.table .custom_table_bg tr:first-child td {
    border: 0 none;
}
.table_divider {
    border-top: 4px double #ccc;
}
.contact_info_card{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;

}

.contact_head{
    background-color: #f1f5f7;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 10px 12px;
}
.contact_heading{
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0;
}

.card_form{
    padding: 8px 12px;
}

.checkout_form_label{
    color: #212529;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.required_field{
    color: red;
}
.checkout_form_input{
    /* width: 70%; */
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.checkout_form_input::placeholder{
    font-size: 14px;
    color: #495057;
    background-color: #fff;
}
.checkout_form_select{
    width: 100%;
}
.form_note{
    color: #212529;
    font-size: 12px;
}
.payment_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.payment_cards{
    object-fit: cover;
    width: 36%;
}
.warning_text{
    color: #888888;
    font-size: 12px;
}
.payment_btn{
    background: #fc3;
    color: #252525;
    padding: 10px 45px;
    border-radius: 50px;
    box-shadow: 2px 7px 12px rgba(132, 100, 2, 0.18);
    border: 0;
    font-weight: 700;
    font-size: 14px;  
}

/* Checkout css end */



/* Registration css start */

.registration_header{
    background-color: #f1f5f7;
    padding: 12px 12px;
    display: flex;
    gap: 10px;
    align-items: center; 
}
.clipBoard{
    object-fit: cover;
    width: 23px;
}
.registration_review_text{
    font-size: 16px;
    margin: 0;
    color: #575757;
    font-weight: bolder;
}

.registration_package_box{

    padding: 30px;
}
.registration_info_text{
    color: #575757;
    /* margin-bottom: 10px; */
    font-size: 16px;
    line-height: 28px;
}
.registration_info_price{
    font-weight: 600;
    color: #252525;
    font-size: 16px;
    text-align: right;
}
.registration_divider{
    background-color: #ccc;
    height: 1px;
    margin: 20px 0px 30px;
}
.optional_value_text{
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}



/* Custom Checkbox Start */

/* The custom checkbox */

.custom_checkbox {
    font-family: "Roboto", sans-serif;
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    color: #575757;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
.custom_checkbox_two { 
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #575757;
    font-weight: 600;
  }
.custom_checkbox_monitor{
    font-size: 14px;
    color: #575757;
    font-weight: 700;
  }
  
  /* Hide the browser's default checkbox */
  .custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .custom_checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #69a6ec;
    border-radius: 4px;

  }
  
  /* On mouse-over, add a grey background color */
  /* .custom_checkbox:hover input ~ .checkmark {
    background-color: #eee;
  
  } */
  
  /* When the checkbox is checked, add a blue background */
  .custom_checkbox input:checked ~ .checkmark {
    background-color: #69a6ec;
    border: 1px solid #69a6ec;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom_checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom_checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* Custom Checkbox End */


.optional_img{
    text-align: right;
}
.optional_img img{
    max-width: 35px;
}
.patent_text{
    color: #28a745;
    font-weight: bolder;
}
.questionMark_two{
    color: #fff;
    font-size: 11px;
    background-color: #5c99ed;
    margin: 0;
    padding: 4px 5px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
}
.popover_text {
    font-size: 13px;
    color: #5c99ed;
    /* margin: 0; */
    font-weight: 700;
}
.trademark_services_text{
    color: #575757;
    font-size: 14px;
    line-height: 28px;
}
.monitor_trademark_bg{
    padding: 12px 11px;
    background-color: #31cd9e;
}
.monitor_bg{
    background-color: #fc3;
}
.monitor_bg_last{
    background-color: #5c99ed;
}
.monitor_trademark_text{
    font-size: 15px;
    color: #ffff;
    margin: 0;
    font-weight: 600;
}
.monitor_value{
    color: #575757;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 10px;
}
.appDetail {
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
}
.appDetail::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: fontawesome;
    width: 15px;
    height: 15px;
    background-color: #6ba1ee;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trademark_name_img{
    max-width: 200px;
    max-height: 200px;
}
.trademark_name_text{
    font-size: 32px;
    font-weight: 500;
    color: #575757;
    margin: 0;
}
.trademark_detail_text{
    font-size: 15px;
    color: #575757;
    font-weight: 400;
}
.commerce_text{
    text-decoration: underline;
    font-size: 15px;
    color: #252525;
    font-weight: 600;
}

.ownership_text{
    color: #252525;
    font-size: 16px;
    font-weight: 700;
}
.inputSecNew {
    /* margin: 20px 0 9px; */
    max-width: 100%;
}
.inputSecNew label {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #757575;
    margin-bottom: 0;
}
.error, .required {
    color: #f00 !important;
}
.inputSecNew .form-control {
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    padding: 0px 0 0px 5px;
}
.inputSecNew .form-control:focus {
 box-shadow: none;
}



/* Registration css end */

@media (max-width:1180px){
    .checkout_head{
        font-size: 26px;
    }
    .monitor_trademark_bg {
        padding: 9px 8px;
    }
    .monitor_trademark_text {
        font-size: 14px;
    }
    .monitor_value {
        padding-left: 2px;
        font-size: 13px;
    }
    .custom_checkbox_monitor {
        font-size: 13px;
    }
}

@media (max-width:991px){
    .elite_spacing{
        margin-top: 30px;
    }
    .payment_cards {
        width: 26%;
    }
    .custom_checkbox_two {
        font-size: 13px;
    }
    .registration_review_text {
        font-size: 14px;
    }
}

@media (max-width:600px){
    .appDetail {
        padding-bottom: 0px;
    }
    .trademark_name_text {
        font-size: 28px;

    }
    .ownership_text {
        font-size: 14px;
    }
    .registration_review_text {
        font-size: 14px;
    }
    .registration_info_text {
        font-size: 13px;

    }
    .optional_value_text {
        font-size: 14px;
    }
    .custom_checkbox .checkmark {
        top: 5px;
    }
    .registration_info_price {
        text-align: left;
        font-size: 15px;
    }
    .registration_heading {
        font-size: 16px;
    }
    .note_text {
        font-size: 13px;
    }
    .packages_pricing {
        font-size: 34px;
    }
    .package_price_box {
        padding: 4px;
    }
    .package_name {
        font-size: 17px;
    }
    .package_img {
        max-width: 45px;
        min-width: 33px;
    }
    .package_service_details_next {
        font-size: 12px;
    }
    .trademark_form_box {
        padding: 40px 20px;
    }
    .package_service_name {
        font-size: 16px;
        
    }
    .text_below {
        font-size: 12px;
    }
    .payment_cards {
        width: 30%;
    }
}

@media (max-width:390px){
    .registration_heading {
        font-size: 14px;
    }
    .packages_pricing {
        font-size: 30px;
    }
    .trademark_form_box {
        padding: 40px 13px;
    }
    .package_service_details {
        font-size: 12px;
    }
    .questionMark {
        font-size: 11px;
        height: 18px;
        width:  18px;
    }
    .trademark_package_text {
        font-size: 14px;
    }
    .package_subscribe_text {
        font-size: 13px;
    }
    .custom_list_text {
        font-size: 12px;
    }
}