/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .service-description{
     font-weight: bold;
 }
 .mandatory {color: red;}
 .more-block {display: none;}
 .read-more, .show-less, .cat-link {color: #8f3036; cursor: pointer; font-weight: bold;}
 .introduction-detail-text h5, .introduction-detail-inner h5{color: #8f3036;font-weight: bold;}
 .introduction-detail-text p {margin: 1em 0;}
 .introduction-detail-bottom p{margin: 0;}
 
 .code-field .select2-container--default .select2-selection--single{height: 60px; border: none; border-radius: 10px;}
 #select2-code-container, #select2-category-container, #select2-cr_cp-container, #select2-qid_pass-container {font-size: 18px;color: #7a7b86 !important;line-height: 60px;font-family: 'Cairo', sans-serif !important;  }
 .code-field .select2-selection__arrow {top: 15px !important; }
 .code-field .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #7a7b86 !important;}