/* Desktop view - Chrome */
 @media (min-width: 1450px) and (max-width: 1920px) {
    #index_card{
        margin-left: -10px;
        width: 100%;
        text-align: justify;
    }
    #header_title h1 {
        margin-left: 86px;
        font-size: 28px;
        color: #222222 !important;
        font-family: 'Open Sans' !important;
        
    }
    #header_title a {
        color: #D83B2D;
        text-decoration: none;
    }
    #header_title a:hover {
        color: #EA9040;
    }
    #header_title p {
        color: #222222;
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 450 !important;
        margin-left: 520px;
        text-align: justify;
         font-family: 'Open Sans' !important;
    
    } 
    #one{
        margin-left:105px;
    }
    #one1 h2{
        color:#b85b0d;
        margin-left:-15px;
        font-size: 24px;
        font-weight: bold;
        
    }
    #one1 p{
        line-height: 22px;
        text-align: justify;
        margin-left:-14px;
         font-family: 'Open Sans' !important;
        
        
    }
    #header_title {
        margin-top:100px;
    }
    #index_card1{
       font-size:13px;
      color: #666666;
       
       font-family: 'Open Sans' !important;
       text-align: justify;
    }
   
    }





      /* Desktop view - Microsoft Edge */
    
    @media (min-width: 1200px) and (max-width: 1366px) {
    #index_card{
        margin-left: 5px;
        width: 100%;
        text-align: justify;
         font-family: 'Open Sans' !important;
    }
    #index_card p{
       font-size: 13px;;
        text-align: justify;
        font-family: 'Open Sans' !important;
    }  


    #index_card1{
        font-size:13px;
        color: #666666;
        font-family: 'Open Sans' !important;
        text-align: justify;
        margin-left: -15px;
     
     }
     #header_title a {
        color: #D83B2D;
        text-decoration: none;
        font-weight: 400 !important;
         font-family: 'Open Sans' !important;
        
    }
    #header_title a:hover {
        color: #EA9040;
    }
    
    #header_title h1 {
    margin-left: 86px;
    font-size: 28px;
    color: #222222 !important;
    font-family: 'Open Sans' !important;
        
    }
    #header_title p {
        color: #222222;
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 450 !important;
        margin-left: 440px;
    } 
    #header_title {
        margin-top:100px;
    }
    #one {
        margin-left:25px;
    }
    #one1 h2{
        margin-left:px;
        font-size: 24px !important;
    }
    #one1 h2{
        color:#b85b0d;
        margin-left:-20px;
        font-size: 24px;
        font-weight: bold;
        
    }
    }

    /* iPad view */
    
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #index_card{
        text-align: justify;
    }
#header_title h1 {
        text-align: center;
        font-size: 28px;
            color: #222222 !important;
            font-family: 'Open Sans' !important;
    }
    #header_title p{
        display: none;
    }
    #content p {
        margin-bottom: 5px !important;
         font-family: 'Open Sans' !important;
    }
    #one{
        margin-left:80px;
    }
    #one1{
               margin-left: -13px;
        
    }
    
    #header_title {
        margin-top:100px;
    }
   #index_card1{
       font-size:13px;
       color: #666666;
       text-align: justify;
       font-family: 'Open Sans' !important;
       margin-left:5px;
       margin-right: 5px;
    }
    #one1 h2{
        color:#b85b0d;
        margin-left:5px;
        font-size: 24px;
        font-weight: bold;
        
    }
   
    }


    /* Mobile view */
    @media only screen and (max-width: 767px) {
        #index_card{
            text-align: justify;
        }
        #header_title h1 {
         text-align: center;
         margin-left: 6px;
        font-size: 28px;
        color: #222222 !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        }
        #header_title p{
            display: none;
        }
        #content p {
            margin-bottom: 5px !important;
        }
        #one{
            margin-left:-1px;
        }
        #one1 h2{
            color:#b85b0d;
            margin-left:40px;
            font-size: 24px;
            font-weight: bold;
            
        }
       
        #one1 .p{
            line-height: 22px;
        }
        #header_title {
            margin-top:100px;
        }
        #index_card1{
           font-size:13px;
           color: #666666;
           text-align: justify;
           font-family: 'Open Sans' !important;
           margin-left:-2px;
        }
       
        }