/* Read Me:

Brand Blue Color: #22a8e1
Brand Blue Color (Darker): #0988ba
Dark Blue Color: #2a3775
Light Peach Color: #ffdcbb
Light Orange Color: #ff7c53 
Very Light grey: #dbdbdb
Medium Light Grey: #c9c9c9
Dark Grey: #565656

*/





/* tools */

.hide {
  display: none !important;
}

/* ___________*/




/* Universal Page Settings */

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.btn{
  border-radius: 50px !important;
}

/* ___________*/


.criticalIllnessInsuranceFAQContainerFluid{
  background-color: #efefef;
}

.criticalIllnessInsuranceFAQContainer{
  padding-top: 50px;
  padding-bottom: 50px;
}

.criticalIllnessInsuranceFAQ_Header{
  font-size: 30px;
  font-weight: 700;
  color: black;
}

.criticalIllnessInsuranceFAQ_Subheader{
  font-size: 18px;
  font-weight: 500;
  color: #565656;
}

.faq_target_pic{
  max-width: 70px;
}

.faq_section_bold{
  font-weight: 600;
  font-size: 18px;
}

.faq_section_normal{
  font-weight: 400;
  color: #a5a5a5;
}



    
    
          /* CSS for when the browser's width is 767px wide or less: MOBILE DEVICES */
          @media screen and (max-width: 767px) {
            
            
              .criticalIllnessInsuranceFAQ_Header{
                font-size: 20px;
                font-weight: 900;
                color: #2a3775;
              }
              
              .criticalIllnessInsuranceFAQ_Subheader{
                font-size: 12px;
                font-weight: 500;
                color: #ff7c53;
              }
              
              .faq_target_pic{
                max-width: 40px;
              }
              
              .faq_section_bold{
                font-weight: 600;
                font-size: 14px;
              }
              
              .faq_section_normal{
                font-weight: 400;
                color: #a5a5a5;
                font-size: 12px;

              }

            
          }
          
          
          /* CSS for when the browser's width is 768px wide up to 1024px wide: TABLETS */
          @media only screen 
            and (min-device-width: 768px) 
            and (max-device-width: 1024px) 
              {
                
 
                
              }
            
            
          /* CSS for IPAD PRO ONLY */
          @media only screen 
            and (min-device-width: 1024px) 
            and (max-device-width: 1025px) 
              {
                  
  
              }
              
          /* CSS for GALAXY FOLD ONLY */
          @media only screen 
            and (min-device-width: 279px) 
            and (max-device-width: 281px) 
              {
                

              }
            
            

